Commit Graph

975 Commits

Author SHA1 Message Date
Wenkai Yin
0b57345a4d 1.add API for getting logs of job 2.trigger replication by creating policy or enabling policy 3.trigger replication by webhook 2016-05-25 15:25:16 +08:00
Tan Jiang
86112c942b enable secret validation on UI and let job service use this secret to communicate with uI 2016-05-25 15:24:44 +08:00
wemeya
ad9d80aee9 modify merge confict 2016-05-25 15:21:27 +08:00
wemeya
25a88f8e29 change code for user and logapi 2016-05-25 14:21:01 +08:00
kunw
8d30879fc2 updates for reload action when editing project-member. 2016-05-25 12:13:07 +08:00
kunw
bab38f2514 update messages for repositories and watching result of repo count. 2016-05-24 18:37:25 +08:00
kunw
6216799942 add have logged in and no items handles. 2016-05-24 18:22:06 +08:00
Wenkai Yin
bba7336674 Merge pull request #264 from ywk253100/sync_image
integrated with new API of project
2016-05-24 16:21:16 +08:00
Wenkai Yin
00b2880cdd integrated with new API of project 2016-05-24 16:19:45 +08:00
kunw
2011453d4b changed sign-in redirect to dashboard page 2016-05-24 15:15:50 +08:00
Wenkai Yin
e3884bd513 Merge pull request #263 from ywk253100/sync_image
Sync image
2016-05-24 15:08:49 +08:00
Wenkai Yin
55bc9de505 Merge remote-tracking branch 'upstream/job-service' into sync_image 2016-05-24 15:03:44 +08:00
Wenkai Yin
de72efaba8 CRUD of target API 2016-05-24 14:59:36 +08:00
kunw
29d10baac1 Merge branch 'master' into new-version-of-ui 2016-05-24 13:52:43 +08:00
kunw
c0f16a620b updates for pull-command and popover-details of UI. 2016-05-24 13:50:09 +08:00
Daniel Jiang
ea8c5bb251 Merge pull request #262 from reasonerjt/job-service
api will handle replication job for a single repo
2016-05-24 13:24:22 +08:00
Tan Jiang
86e44363a7 Merge remote-tracking branch 'upstream/job-service' into job-service 2016-05-24 13:20:52 +08:00
Tan Jiang
58e7ab95a4 merge with master 2016-05-24 13:20:11 +08:00
Tan Jiang
6fcb532da3 Merge branch 'job-service' of https://github.com/vmware/harbor into job-service 2016-05-24 13:16:24 +08:00
Tan Jiang
b537225f16 /replicationJobs api will handle creating a job for a single repository 2016-05-24 13:15:27 +08:00
Daniel Jiang
5374f213c0 Merge pull request #261 from reasonerjt/job-service
store log in fs, provide api for getting log of a job
2016-05-24 11:10:48 +08:00
Tan Jiang
0a2b9b320b remove job_log table 2016-05-24 11:08:49 +08:00
Tan Jiang
616d96496a update the depth in New func 2016-05-24 11:02:03 +08:00
Daniel Jiang
db908edf87 Merge pull request #256 from saga92/master
add orm singleton
2016-05-24 11:01:19 +08:00
kunw
ce2454472b Merge branch 'new-version-of-ui' of https://github.com/vmware/harbor into new-version-of-ui 2016-05-24 10:54:23 +08:00
kunw
d3a7beb0ba updates for popup-details feature of UI. 2016-05-24 10:53:52 +08:00
kun wang
a48e3298f7 Merge pull request #260 from xiahaoshawn/new-version-of-ui
fix JavaScript code error detect by JSHint
2016-05-24 10:51:24 +08:00
saga92
de51b247f7 make singleton thread safe 2016-05-24 09:41:34 +08:00
Tan Jiang
da6f7f8a8c store log in fs, provide api for getting log of a job 2016-05-23 19:39:13 +08:00
Tan Jiang
71b4dde8a9 Merge branch 'job-service' of https://github.com/vmware/harbor into job-service 2016-05-23 19:37:42 +08:00
Wenkai Yin
7449b3604c move target.go to api/ 2016-05-23 18:41:48 +08:00
xiahaoshawn
b95a6d5e2c change javascript code style 2016-05-23 18:29:17 +08:00
kun wang
c661b5dbe4 Merge pull request #250 from xiahaoshawn/new-version-of-ui
set up jshint task
2016-05-23 17:51:02 +08:00
Wenkai Yin
772280d4e3 add targets api 2016-05-23 16:48:55 +08:00
xiahaoshawn
51fa12769b add comments to the exported type 2016-05-23 15:43:15 +08:00
wemeya
f3ae27649b modify test code 2016-05-23 14:24:42 +08:00
xiahaoshawn
a205487857 Merge remote-tracking branch 'upstream/new-version-of-ui' into new-version-of-ui 2016-05-23 11:18:57 +08:00
kunw
2bf1742ecb refactor i18n processing and sign-in validation. 2016-05-21 17:20:39 +08:00
kunw
02c182d178 updates for header components rendering checked from backend of UI. 2016-05-21 11:26:19 +08:00
kunw
758a02c715 update timeout for getting data from cookies. 2016-05-20 18:19:49 +08:00
wemeya
06c3f59d03 modify code as travis ci required 2016-05-20 18:00:30 +08:00
wemeya
27efcc133d modify code as travis ci required 2016-05-20 17:56:01 +08:00
kunw
09db2d04d0 updates for cookies storage processing, and other refinements. 2016-05-20 17:43:47 +08:00
wemeya
45136996eb modify code as travis ci required 2016-05-20 17:39:49 +08:00
saga92
2f60bf4f1f add unit test of GetOrmer 2016-05-20 17:35:16 +08:00
wemeya
a6fd1a5050 modify code as travis ci required 2016-05-20 17:12:23 +08:00
wemeya
888604fb0d modify code as travis ci required 2016-05-20 17:03:50 +08:00
wemeya
7c74b16eef add api for listing recent logs and changing user profile 2016-05-20 16:56:12 +08:00
saga92
867911e96e format comment 2016-05-20 16:54:24 +08:00
saga92
145e3537ab add orm singleton 2016-05-20 16:36:10 +08:00