Skip to content

Commit

Permalink
Merge pull request #1390 from dzhw/release (#1384)
Browse files Browse the repository at this point in the history
Release version 1.0.56
  • Loading branch information
rreitmann authored Nov 1, 2017
2 parents 273d96d + b191dc9 commit 356d26b
Show file tree
Hide file tree
Showing 244 changed files with 10,336 additions and 8,452 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@ addons:
packages:
- g++-4.9
before_install:
- sudo rm -vf /etc/apt/sources.list.d/*riak*
- wget -q -O - https://packages.cloudfoundry.org/debian/cli.cloudfoundry.org.key | sudo apt-key add -
- echo "deb http://packages.cloudfoundry.org/debian stable main" | sudo tee /etc/apt/sources.list.d/cloudfoundry-cli.list
- sudo apt-get update -qq
- sudo apt-get install cf-cli -y
# turn off travis default mvn install call and install a recent node version instead
install:
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install 8.7.0
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install 8.8.1
- npm install -g bower
- npm install -g grunt-cli
# do not install into local maven repo to avoid polluting the cache
Expand Down
674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"angular-translate": "2.15.2",
"angular-translate-interpolation-messageformat": "2.15.2",
"angular-translate-storage-cookie": "2.15.2",
"angular-ui-router": "1.0.8",
"angular-ui-router": "1.0.10",
"bootstrap-sass": "3.3.7",
"json3": "3.3.2",
"ng-file-upload": "12.2.13",
Expand All @@ -27,28 +27,28 @@
"jszip-utils": "~0.0.2",
"angular-translate-handler-log": "2.15.2",
"angular-nvd3": "^1.0.9",
"js-xlsx": "^0.11.5",
"js-xlsx": "^0.11.6",
"cheet.js": "^0.3.3",
"angular-material": "^1.1.5",
"angular-block-ui": "^0.2.2",
"lodash": "^4.17.4",
"plotly.js": "^1.31.0",
"plotly.js": "^1.31.2",
"highlightjs": "^9.12.0",
"angular-highlightjs": "^0.7.1",
"js-beautify": "^1.7.4",
"ngclipboard": "^1.1.1",
"ngclipboard": "^1.1.2",
"angular-katex": "^0.10.0",
"angular-animate": "1.6.6",
"angular-messages": "1.6.6",
"bowser": "^1.8.0",
"bowser": "^1.8.1",
"angular-file-saver": "^1.1.3",
"clientjs": "^0.1.5",
"angular-scroll": "^1.0.2",
"sockjs-client": "^1.1.4",
"stomp-websocket": "^2.3.4",
"hyphenator": "rreitmann/Hyphenator#master",
"es5-shim": "^4.5.9",
"es6-shim": "^0.35.3"
"es6-shim": "^0.35.3",
"hyphenator": "Hyphenator#^5.3.0"
},
"overrides": {
"elasticsearch": {
Expand Down
189 changes: 110 additions & 79 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"load-grunt-tasks": "3.5.2",
"lodash": "4.17.4",
"phantomjs-prebuilt": "2.1.15",
"protractor": "5.1.2",
"protractor": "5.2.0",
"requirejs": "2.3",
"time-grunt": "1.4.0",
"wiredep": "4.0.0",
Expand Down
Loading

0 comments on commit 356d26b

Please sign in to comment.