Commit Graph

1022 Commits

Author SHA1 Message Date
Tan Jiang
aa9fc2a083 resume running jobs when jobservice starts 2016-06-17 18:54:29 +08:00
Tan Jiang
0b25569536 Merge remote-tracking branch 'upstream/new-ui-with-sync-image' into job-service 2016-06-16 17:33:20 +08:00
Tan Jiang
d909405c11 add header comment 2016-06-16 14:57:45 +08:00
Tan Jiang
a8f4a949d9 Merge remote-tracking branch 'upstream/job-service' into job-service 2016-06-16 13:36:10 +08:00
kunw
59152ab599 updates for toggle project publicity of UI. 2016-06-15 18:31:02 +08:00
kunw
56d91652e4 updates for dashboard related codes of UI. 2016-06-15 18:17:04 +08:00
kun wang
985522e55c Merge pull request #335 from xiahaoshawn/new-ui-with-sync-image
integrated top ten repositories and user logs to dashboard
2016-06-15 17:56:34 +08:00
kunw
88514849dc Merge branch 'job-service' into new-ui-with-sync-image 2016-06-15 17:48:13 +08:00
kunw
9e07eef693 updates for destination and replication policy of UI. 2016-06-15 17:46:23 +08:00
Wenkai Yin
805c85fabb Merge pull request #345 from ywk253100/sync_image
bug fix: modify the implements of checking whether project name is in lower case
2016-06-15 15:26:32 +08:00
Wenkai Yin
836598f5c9 remove useless import 2016-06-15 13:42:19 +08:00
Wenkai Yin
fc8fbbcb98 bug fix: modify the implements of checking whether project name is in lower case 2016-06-15 13:31:00 +08:00
Wenkai Yin
e1f3ebc389 Merge pull request #344 from yhua123/patch-1
Patch 1
2016-06-15 13:21:48 +08:00
yhua123
7fbdf4e018 Update hostcfg.sh
change reg.mydomain.com to reg.mydomain.org
2016-06-15 12:57:04 +08:00
yhua123
f3ed963c75 Update hostcfg.sh
sudo
2016-06-15 12:50:00 +08:00
yhua123
ca16841c51 Update hostcfg.sh
review Deploy/harbor.cfg
2016-06-15 12:39:31 +08:00
yhua123
7ae8d54f72 Update .travis.yml
add sudo before hostcfg
2016-06-15 12:14:45 +08:00
Wenkai Yin
d77a78e4d1 Merge pull request #342 from wemeya/develop
change swagger.yml
2016-06-15 11:53:38 +08:00
kunw
3dcd9cff51 Merge remote-tracking branch 'upstream/job-service' into new-ui-with-sync-image 2016-06-15 11:43:17 +08:00
Wenkai Yin
7393c006c9 Merge pull request #341 from ywk253100/sync_image
bug fix: when no rows found, return nil not error
2016-06-15 11:42:28 +08:00
Wenkai Yin
96c9e4c202 bug fix: when no rows found, return nil not error 2016-06-15 11:29:14 +08:00
yhua123
f1b5ee1522 Create hbapidelrpo_test.go
add new test case for delete repo API
2016-06-15 11:20:34 +08:00
yhua123
fc92df0d17 Update testprepare.sh
change docker login address to localhost
2016-06-15 11:19:10 +08:00
yhua123
5f6b53b93b Update .travis.yml
1 change docker default login method from https to http
2 run test preparation
2016-06-15 11:02:33 +08:00
kunw
fe92146269 Merge branch 'job-service' into new-ui-with-sync-image 2016-06-15 10:47:58 +08:00
xiahaoshawn
6db9974609 Merge remote-tracking branch 'upstream/new-ui-with-sync-image' into new-ui-with-sync-image 2016-06-15 10:25:03 +08:00
Wenkai Yin
e457487f68 Merge pull request #340 from ywk253100/sync_image
modify router
2016-06-14 18:52:10 +08:00
Wenkai Yin
7f31c3901b modify router 2016-06-14 18:49:23 +08:00
kunw
77abd8057d Merge branch 'job-service' into new-ui-with-sync-image 2016-06-14 18:48:27 +08:00
kunw
18509958a2 updates for destination operations of UI. 2016-06-14 18:47:32 +08:00
Wenkai Yin
f631d67020 Merge pull request #338 from ywk253100/sync_image
bug fix: deletion of repository which has been deleted should return 404
2016-06-14 18:34:10 +08:00
Wenkai Yin
f050c963d5 Merge branch 'bug_fix_for_delete_repo' into sync_image
Conflicts:
	api/repository.go
2016-06-14 18:25:08 +08:00
Wenkai Yin
12a72c0f6c bug fix: deletion of repository which has been deleted should return 404 2016-06-14 18:17:32 +08:00
wemeya
a2c073e8f9 change url error 2016-06-14 18:03:20 +08:00
Wenkai Yin
b24fa366ec Merge pull request #337 from ywk253100/sync_image
Sync image
2016-06-14 17:57:21 +08:00
Wenkai Yin
580276e17e Merge branch 'master' into sync_image 2016-06-14 17:41:54 +08:00
Wenkai Yin
6c543e6cac Merge pull request #334 from yhua123/patch-1
Update harborapi.go
2016-06-14 17:38:47 +08:00
Wenkai Yin
6282584654 Merge pull request #336 from yhua123/patch-2
Update hbapiaddprj_test.go
2016-06-14 17:38:25 +08:00
Wenkai Yin
b782e18b0c Merge pull request #333 from ywk253100/sync_image
remove duplicate mysql installation
2016-06-14 17:37:02 +08:00
Wenkai Yin
db9347135c bug fix 2016-06-14 17:33:37 +08:00
kunw
881f67d1bc updates for renamed model attributes of project. 2016-06-14 15:38:59 +08:00
kunw
ea344ef10e updates for adapting with renamed model attributes. 2016-06-14 14:54:00 +08:00
yhua123
21bd0ba9fa Update hbapiaddprj_test.go
fix one issue, project name should be lower case.
2016-06-14 14:31:35 +08:00
xiahaoshawn
9bef9f26d2 integrated top ten repositories and user logs to dashboard 2016-06-14 13:56:25 +08:00
yhua123
97c78c635c Update harborapi.go
1 add one new API test interface: delete repository
2 fix one sling usage issue
2016-06-14 13:47:11 +08:00
Wenkai Yin
fcfa009cad remove duplicate mysql installation 2016-06-14 13:04:31 +08:00
kunw
6b1e70eee9 Merge remote-tracking branch 'upstream/job-service' into new-ui-with-sync-image 2016-06-14 12:11:14 +08:00
Wenkai Yin
dba2ce3bf2 Merge pull request #332 from ywk253100/sync_image
assume Yes to remove
2016-06-14 12:07:48 +08:00
Wenkai Yin
df4766b43e add primary key annotation to models 2016-06-14 11:59:44 +08:00
Wenkai Yin
fa0898f98c assume Yes to remove 2016-06-14 11:38:10 +08:00