Skip to content

Commit 0a4755d

Browse files
committed
Increase version number to 0.17.10 and Mergel Pull request. Adding Fixes
Merges Pull Request: docker-archive-public#3462 .. docker-archive-public#3692 .. docker-archive-public#4401 .. docker-archive-public#5306 They are Fix Login. and adding stuff. temporarily simplifying the building. and remove the test.
1 parent 2ce6482 commit 0a4755d

236 files changed

Lines changed: 568 additions & 457 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ settings.json
2626

2727
# IDEs
2828
.idea
29+
30+
# Build Files

.travis.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
sudo: false
22

33
language: node_js
4+
45
node_js:
5-
- "6"
6-
- "8"
76
- "10"
7+
- "12"
8+
9+
before_script:
10+
- npm install grunt-cli -g
811

912
cache:
1013
directories:
1114
- node_modules
1215

13-
script:
14-
- npm install
15-
- npm test
16-
17-
install: npm i
16+
install: npm i

CONTRIBUTING.md

100644100755
File mode changed.

Gruntfile.js

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ module.exports = function (grunt) {
234234
},
235235
debian: {
236236
options: {
237-
archive: './release/' + VERSION_FILENAME + '-Ubuntu.zip',
237+
archive: './release/' + VERSION_FILENAME + '-Debian-Ubuntu.zip',
238238
mode: 'zip',
239239
},
240240
files: [{
@@ -385,7 +385,7 @@ module.exports = function (grunt) {
385385
grunt.loadNpmTasks('grunt-electron-installer-redhat');
386386

387387
grunt.registerTask('build', ['newer:babel', 'less', 'newer:copy:dev']);
388-
grunt.registerTask('default', ['build', 'shell:electron', 'watch']);
388+
grunt.registerTask('default', ['build', 'release:linux', 'release:debian:x64', 'release:mac', 'release:windows']);
389389

390390
grunt.registerTask('release:linux', [
391391
'clean:release', 'build', 'shell:linux_npm',

LICENSE

100644100755
File mode changed.

MAINTAINERS

100644100755
File mode changed.

Makefile

100644100755
File mode changed.

README.md

100644100755
Lines changed: 5 additions & 28 deletions

ROADMAP.md

100644100755
File mode changed.

__integration__/HubUtil-integration.js

100644100755
File mode changed.

0 commit comments

Comments
 (0)