├── .travis.yml ├── LICENSE ├── README.md └── travis ├── samples ├── gradle-ms-micro-consul │ └── .yo-rc.json ├── gradle-ms-micro-eureka-oauth2 │ └── .yo-rc.json ├── gradle-ms-micro-eureka │ └── .yo-rc.json ├── gradle-ms-ngx-gateway-consul │ └── .yo-rc.json ├── gradle-ms-ngx-gateway-eureka-oauth2-nodb │ └── .yo-rc.json ├── gradle-ms-ngx-gateway-eureka-oauth2 │ └── .yo-rc.json ├── gradle-ms-ngx-gateway-eureka │ └── .yo-rc.json ├── gradle-ms-ngx-gateway-uaa │ └── .yo-rc.json ├── gradle-ngx-cassandra │ └── .yo-rc.json ├── gradle-ngx-couchbase │ └── .yo-rc.json ├── gradle-ngx-hazelcast-cucumber │ └── .yo-rc.json ├── gradle-ngx-infinispan │ └── .yo-rc.json ├── gradle-ngx-mariadb-kafka-nol2 │ └── .yo-rc.json ├── gradle-ngx-mongodb │ └── .yo-rc.json ├── gradle-ngx-mysql │ └── .yo-rc.json ├── gradle-ngx-oauth2 │ └── .yo-rc.json ├── gradle-ngx-psql-es-noi18n │ └── .yo-rc.json ├── gradle-ngx-sass-noi18n │ └── .yo-rc.json ├── gradle-ngx-session │ └── .yo-rc.json ├── gradle-ngx-websocket │ └── .yo-rc.json ├── ms-micro-consul │ └── .yo-rc.json ├── ms-micro-eureka-oauth2 │ └── .yo-rc.json ├── ms-micro-eureka │ └── .yo-rc.json ├── ms-ngx-gateway-consul │ └── .yo-rc.json ├── ms-ngx-gateway-eureka-oauth2-nodb │ └── .yo-rc.json ├── ms-ngx-gateway-eureka-oauth2 │ └── .yo-rc.json ├── ms-ngx-gateway-eureka │ └── .yo-rc.json ├── ms-ngx-gateway-uaa │ └── .yo-rc.json ├── ngx-cassandra │ └── .yo-rc.json ├── ngx-couchbase │ └── .yo-rc.json ├── ngx-hazelcast-cucumber │ └── .yo-rc.json ├── ngx-infinispan │ └── .yo-rc.json ├── ngx-mariadb-kafka-nol2 │ └── .yo-rc.json ├── ngx-mongodb │ └── .yo-rc.json ├── ngx-mysql │ └── .yo-rc.json ├── ngx-oauth2 │ └── .yo-rc.json ├── ngx-psql-es-noi18n │ └── .yo-rc.json ├── ngx-sass-noi18n │ └── .yo-rc.json ├── ngx-session │ └── .yo-rc.json ├── ngx-websocket │ └── .yo-rc.json ├── react-cassandra │ └── .yo-rc.json ├── react-couchbase │ └── .yo-rc.json ├── react-infinispan │ └── .yo-rc.json ├── react-mariadb-kafka │ └── .yo-rc.json ├── react-mongodb │ └── .yo-rc.json ├── react-mysql │ └── .yo-rc.json ├── react-oauth2 │ └── .yo-rc.json ├── react-psql-es-noi18n │ └── .yo-rc.json ├── react-sass-noi18n │ └── .yo-rc.json ├── react-session │ └── .yo-rc.json ├── react-websocket │ └── .yo-rc.json └── uaa │ └── .yo-rc.json └── scripts ├── 00-install-jhipster.sh └── 04-tests-docker.sh /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/.travis.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/README.md -------------------------------------------------------------------------------- /travis/samples/gradle-ms-micro-consul/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/gradle-ms-micro-consul/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/gradle-ms-micro-eureka-oauth2/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/gradle-ms-micro-eureka-oauth2/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/gradle-ms-micro-eureka/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/gradle-ms-micro-eureka/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/gradle-ms-ngx-gateway-consul/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/gradle-ms-ngx-gateway-consul/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/gradle-ms-ngx-gateway-eureka-oauth2-nodb/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/gradle-ms-ngx-gateway-eureka-oauth2-nodb/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/gradle-ms-ngx-gateway-eureka-oauth2/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/gradle-ms-ngx-gateway-eureka-oauth2/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/gradle-ms-ngx-gateway-eureka/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/gradle-ms-ngx-gateway-eureka/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/gradle-ms-ngx-gateway-uaa/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/gradle-ms-ngx-gateway-uaa/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/gradle-ngx-cassandra/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/gradle-ngx-cassandra/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/gradle-ngx-couchbase/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/gradle-ngx-couchbase/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/gradle-ngx-hazelcast-cucumber/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/gradle-ngx-hazelcast-cucumber/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/gradle-ngx-infinispan/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/gradle-ngx-infinispan/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/gradle-ngx-mariadb-kafka-nol2/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/gradle-ngx-mariadb-kafka-nol2/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/gradle-ngx-mongodb/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/gradle-ngx-mongodb/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/gradle-ngx-mysql/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/gradle-ngx-mysql/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/gradle-ngx-oauth2/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/gradle-ngx-oauth2/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/gradle-ngx-psql-es-noi18n/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/gradle-ngx-psql-es-noi18n/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/gradle-ngx-sass-noi18n/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/gradle-ngx-sass-noi18n/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/gradle-ngx-session/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/gradle-ngx-session/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/gradle-ngx-websocket/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/gradle-ngx-websocket/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/ms-micro-consul/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/ms-micro-consul/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/ms-micro-eureka-oauth2/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/ms-micro-eureka-oauth2/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/ms-micro-eureka/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/ms-micro-eureka/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/ms-ngx-gateway-consul/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/ms-ngx-gateway-consul/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/ms-ngx-gateway-eureka-oauth2-nodb/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/ms-ngx-gateway-eureka-oauth2-nodb/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/ms-ngx-gateway-eureka-oauth2/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/ms-ngx-gateway-eureka-oauth2/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/ms-ngx-gateway-eureka/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/ms-ngx-gateway-eureka/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/ms-ngx-gateway-uaa/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/ms-ngx-gateway-uaa/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/ngx-cassandra/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/ngx-cassandra/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/ngx-couchbase/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/ngx-couchbase/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/ngx-hazelcast-cucumber/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/ngx-hazelcast-cucumber/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/ngx-infinispan/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/ngx-infinispan/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/ngx-mariadb-kafka-nol2/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/ngx-mariadb-kafka-nol2/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/ngx-mongodb/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/ngx-mongodb/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/ngx-mysql/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/ngx-mysql/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/ngx-oauth2/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/ngx-oauth2/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/ngx-psql-es-noi18n/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/ngx-psql-es-noi18n/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/ngx-sass-noi18n/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/ngx-sass-noi18n/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/ngx-session/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/ngx-session/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/ngx-websocket/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/ngx-websocket/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/react-cassandra/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/react-cassandra/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/react-couchbase/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/react-couchbase/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/react-infinispan/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/react-infinispan/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/react-mariadb-kafka/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/react-mariadb-kafka/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/react-mongodb/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/react-mongodb/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/react-mysql/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/react-mysql/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/react-oauth2/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/react-oauth2/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/react-psql-es-noi18n/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/react-psql-es-noi18n/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/react-sass-noi18n/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/react-sass-noi18n/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/react-session/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/react-session/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/react-websocket/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/react-websocket/.yo-rc.json -------------------------------------------------------------------------------- /travis/samples/uaa/.yo-rc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/samples/uaa/.yo-rc.json -------------------------------------------------------------------------------- /travis/scripts/00-install-jhipster.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/scripts/00-install-jhipster.sh -------------------------------------------------------------------------------- /travis/scripts/04-tests-docker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hipster-labs/jhipster-travis-build/HEAD/travis/scripts/04-tests-docker.sh --------------------------------------------------------------------------------