Skip to content

Commit

Permalink
automatic project update
Browse files Browse the repository at this point in the history
  • Loading branch information
jdubois committed Apr 3, 2018
1 parent e72a670 commit 41c36c1
Show file tree
Hide file tree
Showing 314 changed files with 8,557 additions and 8,758 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -3,7 +3,6 @@
######################
/target/www/**
/src/test/javascript/coverage/
/src/test/javascript/PhantomJS*/

######################
# Node
Expand All @@ -13,6 +12,7 @@ node_tmp/
node_modules/
npm-debug.log.*
/.awcache/*
/.cache-loader/*

######################
# SASS
Expand Down Expand Up @@ -60,6 +60,7 @@ local.properties
*.ids
*.orig
classes/
out/

######################
# Visual Studio Code
Expand Down
2 changes: 1 addition & 1 deletion .mvn/wrapper/maven-wrapper.properties
@@ -1 +1 @@
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.5.0/apache-maven-3.5.0-bin.zip
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.5.3/apache-maven-3.5.3-bin.zip
1 change: 1 addition & 0 deletions .prettierignore
@@ -0,0 +1 @@
node_modules
6 changes: 6 additions & 0 deletions .prettierrc
@@ -0,0 +1,6 @@
# Prettier configuration
printWidth: 140
singleQuote: true
jsxBracketSameLine: false
parser: typescript
arrowParens: avoid
5 changes: 3 additions & 2 deletions .yo-rc.json
Expand Up @@ -23,7 +23,7 @@
"en"
],
"serverPort": 8080,
"jhipsterVersion": "4.14.1",
"jhipsterVersion": "5.0.0-beta.0",
"enableSocialSignIn": false,
"useSass": false,
"jhiPrefix": "jhi",
Expand All @@ -33,6 +33,7 @@
"clientFramework": "angularX",
"jwtSecretKey": "07a00779cfd8d372c73b40631b62c81503e1b18e",
"cacheProvider": "ehcache",
"enableHibernateCache": true
"enableHibernateCache": true,
"reactive": false
}
}
21 changes: 10 additions & 11 deletions README.md
@@ -1,5 +1,5 @@
# jhipsterSampleApplication
This application was generated using JHipster 4.14.1, you can find documentation and help at [http://www.jhipster.tech/documentation-archive/v4.14.1](http://www.jhipster.tech/documentation-archive/v4.14.1).
This application was generated using JHipster 5.0.0-beta.0, you can find documentation and help at [https://www.jhipster.tech/documentation-archive/v5.0.0-beta.0](https://www.jhipster.tech/documentation-archive/v5.0.0-beta.0).

## Development

Expand All @@ -17,7 +17,6 @@ You will only need to run this command when dependencies change in [package.json

We use yarn scripts and [Webpack][] as our build system.


Run the following commands in two separate terminals to create a blissful development experience where your browser
auto-refreshes when files change on your hard drive.

Expand Down Expand Up @@ -118,9 +117,9 @@ UI end-to-end tests are powered by [Protractor][], which is built on top of WebD
and can be run by starting Spring Boot in one terminal (`./mvnw spring-boot:run`) and running the tests (`yarn run e2e`) in a second one.
### Other tests

Performance tests are run by [Gatling][] and written in Scala. They're located in [src/test/gatling](src/test/gatling) and can be run with:
Performance tests are run by [Gatling][] and written in Scala. They're located in [src/test/gatling](src/test/gatling).

./mvnw gatling:execute
To use those tests, you must install Gatling from [https://gatling.io/](https://gatling.io/).

For more information, refer to the [Running tests page][].

Expand Down Expand Up @@ -151,14 +150,14 @@ For more information refer to [Using Docker and Docker-Compose][], this page als

To configure CI for your project, run the ci-cd sub-generator (`jhipster ci-cd`), this will let you generate configuration files for a number of Continuous Integration systems. Consult the [Setting up Continuous Integration][] page for more information.

[JHipster Homepage and latest documentation]: http://www.jhipster.tech
[JHipster 4.14.1 archive]: http://www.jhipster.tech/documentation-archive/v4.14.1
[JHipster Homepage and latest documentation]: https://www.jhipster.tech
[JHipster 5.0.0-beta.0 archive]: https://www.jhipster.tech/documentation-archive/v5.0.0-beta.0

[Using JHipster in development]: http://www.jhipster.tech/documentation-archive/v4.14.1/development/
[Using Docker and Docker-Compose]: http://www.jhipster.tech/documentation-archive/v4.14.1/docker-compose
[Using JHipster in production]: http://www.jhipster.tech/documentation-archive/v4.14.1/production/
[Running tests page]: http://www.jhipster.tech/documentation-archive/v4.14.1/running-tests/
[Setting up Continuous Integration]: http://www.jhipster.tech/documentation-archive/v4.14.1/setting-up-ci/
[Using JHipster in development]: https://www.jhipster.tech/documentation-archive/v5.0.0-beta.0/development/
[Using Docker and Docker-Compose]: https://www.jhipster.tech/documentation-archive/v5.0.0-beta.0/docker-compose
[Using JHipster in production]: https://www.jhipster.tech/documentation-archive/v5.0.0-beta.0/production/
[Running tests page]: https://www.jhipster.tech/documentation-archive/v5.0.0-beta.0/running-tests/
[Setting up Continuous Integration]: https://www.jhipster.tech/documentation-archive/v5.0.0-beta.0/setting-up-ci/

[Gatling]: http://gatling.io/
[Node.js]: https://nodejs.org/
Expand Down
122 changes: 66 additions & 56 deletions package.json
Expand Up @@ -8,48 +8,52 @@
"node_modules"
],
"dependencies": {
"@angular/common": "5.2.0",
"@angular/compiler": "5.2.0",
"@angular/core": "5.2.0",
"@angular/forms": "5.2.0",
"@angular/platform-browser": "5.2.0",
"@angular/platform-browser-dynamic": "5.2.0",
"@angular/router": "5.2.0",
"@ng-bootstrap/ng-bootstrap": "1.0.0",
"@angular/common": "5.2.8",
"@angular/compiler": "5.2.8",
"@angular/core": "5.2.8",
"@angular/forms": "5.2.8",
"@angular/platform-browser": "5.2.8",
"@angular/platform-browser-dynamic": "5.2.8",
"@angular/router": "5.2.8",
"@ng-bootstrap/ng-bootstrap": "1.0.1",
"bootstrap": "4.0.0",
"core-js": "2.4.1",
"core-js": "2.5.3",
"font-awesome": "4.7.0",
"jquery": "3.2.1",
"ng-jhipster": "0.4.0",
"jquery": "3.3.1",
"moment": "2.21.0",
"ng-jhipster": "0.4.5",
"ngx-cookie": "2.0.1",
"ngx-infinite-scroll": "0.5.1",
"ngx-webstorage": "2.0.1",
"reflect-metadata": "0.1.10",
"reflect-metadata": "0.1.12",
"rxjs": "5.5.6",
"swagger-ui": "2.2.10",
"tether": "1.4.0",
"zone.js": "0.8.19"
"tslib": "1.9.0",
"zone.js": "0.8.20"
},
"devDependencies": {
"@angular/cli": "1.6.6",
"@angular/compiler-cli": "5.2.0",
"@ngtools/webpack": "1.8.5",
"@types/jasmine": "2.5.53",
"@types/node": "8.0.18",
"@types/selenium-webdriver": "3.0.4",
"@angular/cli": "1.7.3",
"@angular/compiler-cli": "5.2.8",
"@ngtools/webpack": "6.0.0-beta.4",
"@types/jasmine": "2.8.6",
"@types/node": "9.4.7",
"angular-router-loader": "0.8.2",
"@types/selenium-webdriver": "3.0.8",
"angular2-template-loader": "0.6.2",
"awesome-typescript-loader": "3.2.2",
"browser-sync": "2.18.13",
"browser-sync-webpack-plugin": "1.2.0",
"codelyzer": "4.0.1",
"copy-webpack-plugin": "4.2.3",
"css-loader": "0.28.4",
"exports-loader": "0.6.4",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "1.1.5",
"generator-jhipster": "4.14.1",
"html-loader": "0.5.0",
"html-webpack-plugin": "2.30.1",
"browser-sync": "2.23.6",
"browser-sync-webpack-plugin": "2.2.2",
"cache-loader": "1.2.2",
"codelyzer": "4.2.1",
"copy-webpack-plugin": "4.5.1",
"css-loader": "0.28.10",
"exports-loader": "0.7.0",
"extract-text-webpack-plugin": "4.0.0-beta.0",
"file-loader": "1.1.11",
"fork-ts-checker-webpack-plugin": "0.4.1",
"generator-jhipster": "5.0.0-beta.0",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.0.6",
"husky": "0.14.3",
"jasmine-core": "2.7.0",
"jasmine-reporters": "2.2.1",
"karma": "1.7.1",
Expand All @@ -59,47 +63,55 @@
"karma-jasmine": "1.1.0",
"karma-junit-reporter": "1.2.0",
"karma-notify-reporter": "1.0.1",
"karma-phantomjs-launcher": "1.0.4",
"karma-remap-istanbul": "0.6.0",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "2.0.4",
"merge-jsons-webpack-plugin": "1.0.11",
"phantomjs-prebuilt": "2.1.16",
"karma-webpack": "2.0.13",
"lint-staged": "7.0.0",
"merge-jsons-webpack-plugin": "1.0.14",
"prettier": "1.11.1",
"puppeteer": "1.1.1",
"protractor": "5.1.2",
"protractor-jasmine2-screenshot-reporter": "0.4.0",
"proxy-middleware": "0.15.0",
"rimraf": "2.6.1",
"source-map": "0.6.1",
"sourcemap-istanbul-instrumenter-loader": "0.2.0",
"style-loader": "0.18.2",
"style-loader": "0.20.3",
"tapable": "1.0.0",
"to-string-loader": "1.1.5",
"ts-node": "3.3.0",
"tslint": "5.5.0",
"tslint-loader": "3.5.3",
"typescript": "2.6.2",
"xml2js": "0.4.17",
"uglifyjs-webpack-plugin": "1.1.5",
"webpack": "3.10.0",
"webpack-dev-server": "2.9.5",
"webpack-merge": "4.1.1",
"webpack-notifier": "1.5.1",
"ts-node": "5.0.1",
"ts-loader": "4.0.1",
"tslint": "5.9.1",
"tslint-config-prettier": "1.9.0",
"tslint-loader": "3.6.0",
"typescript": "2.7.2",
"thread-loader": "1.1.5",
"xml2js": "0.4.19",
"uglifyjs-webpack-plugin": "1.2.3",
"webpack": "4.1.1",
"webpack-cli": "2.0.11",
"webpack-dev-server": "3.1.1",
"webpack-merge": "4.1.2",
"webpack-notifier": "1.6.0",
"webpack-visualizer-plugin": "0.1.11",
"web-app-manifest-loader": "0.1.1",
"workbox-webpack-plugin": "3.0.0-beta.1",
"write-file-webpack-plugin": "4.1.0"
"write-file-webpack-plugin": "4.2.0"
},
"engines": {
"node": ">=6.9.0"
"node": ">=8.9.0"
},
"resolutions": {
"source-map": "0.6.1"
"lint-staged": {
"*.ts": ["prettier --write", "git add"]
},
"scripts": {
"precommit": "lint-staged",
"prettier:format":"yarn prettier --write **/*.ts",
"lint": "tslint --project tsconfig.json -e 'node_modules/**'",
"lint:fix": "yarn run lint -- --fix",
"ngc": "ngc -p tsconfig-aot.json",
"cleanup": "rimraf target/{aot,www}",
"clean-www": "rimraf target//www/app/{src,target/}",
"e2e": "protractor src/test/javascript/protractor.conf.js",
"postinstall": "webdriver-manager update --gecko false",
"start": "yarn run webpack:dev",
"serve": "yarn run start",
"build": "yarn run webpack:prod",
Expand All @@ -112,8 +124,6 @@
"webpack:prod": "yarn run cleanup && yarn run webpack:prod:main && yarn run clean-www",
"webpack:test": "yarn run test",
"webpack-dev-server": "node --max_old_space_size=4096 node_modules/webpack-dev-server/bin/webpack-dev-server.js",
"webpack": "node --max_old_space_size=4096 node_modules/webpack/bin/webpack.js",
"e2e": "protractor src/test/javascript/protractor.conf.js",
"postinstall": "webdriver-manager update && node node_modules/phantomjs-prebuilt/install.js"
"webpack": "node --max_old_space_size=4096 node_modules/webpack/bin/webpack.js"
}
}

0 comments on commit 41c36c1

Please sign in to comment.