Wenkai Yin
4161ce5459
Merge pull request #3666 from ywk253100/171120_watch_list
...
Implement the methods of WatchList
2017-11-28 13:36:55 +08:00
Wenkai Yin
6b0ee138e5
Implement immediate trigger and the methods of WatchList
2017-11-27 14:23:21 +08:00
Wenkai Yin
b85da9679c
Merge pull request #3644 from ywk253100/171120_immediately_trigger
...
Setup/Unset trigger when CURD policies
2017-11-22 16:54:06 +08:00
Wenkai Yin
59c1160edd
Setup/Unset trigger when CURD policies
2017-11-20 17:09:46 +08:00
Wenkai Yin
76154a233a
Merge pull request #3616 from ywk253100/171113_policy_mgr
...
Implement replication policy manager
2017-11-20 15:06:07 +08:00
Wenkai Yin
31cf6c078e
Implement replication policy manager
2017-11-16 10:55:03 +08:00
Steven Zou
1ec240d753
Merge pull request #3588 from steven-zou/master
...
Define the related interfaces for triggers and core controllers of replication service
2017-11-10 03:01:33 -06:00
Steven Zou
c2e0c8d1f2
Define the related interfaces for triggers and core controllers of replication service
2017-11-10 15:06:24 +08:00
Wenkai Yin
41c0ff66ce
Merge pull request #3534 from ywk253100/171101_poilicy
...
Update replication policy API to support trigger and filter
2017-11-10 14:00:17 +08:00
Wenkai Yin
ef0556d3f8
Merge pull request #3541 from ywk253100/171102_filter_chain
...
Implement filter chain
2017-11-10 10:42:25 +08:00
Wenkai Yin
6bc84c825b
Merge pull request #3562 from ywk253100/171103_convertor
...
Implement Convert interface
2017-11-10 10:42:08 +08:00
Wenkai Yin
149b628292
update
2017-11-09 16:20:56 +08:00
Wenkai Yin
3e3baa03f4
Merge remote-tracking branch 'upstream/replication_enhancement' into 171101_poilicy
...
Conflicts:
src/replication/consts.go
2017-11-08 18:51:56 +08:00
Wenkai Yin
5cef58baa1
update according to the comments
2017-11-08 17:53:41 +08:00
Wenkai Yin
049642e894
Implement filter chain
2017-11-08 16:51:11 +08:00
Wenkai Yin
f86a4be84d
Implement Convert interface
2017-11-07 14:34:12 +08:00
Wenkai Yin
08dff99008
Merge pull request #3537 from steven-zou/master
...
Add registry adaptor interface and sourcer definitions
2017-11-02 21:30:57 -05:00
Steven Zou
abe3d37a33
Add registry adaptor interface and sourcer definitions
2017-11-02 17:10:15 +08:00
Wenkai Yin
51d5df0849
Update replication policy API to support trigger and filter
2017-11-02 14:59:26 +08:00
Steven Zou
87d966e369
Merge pull request #3510 from steven-zou/master
...
Update the alternate policy and corresponding task to support byweekly
2017-11-01 21:51:04 -05:00
Wenkai Yin
628730921b
Merge pull request #3517 from ywk253100/171031_filter
...
Add replication filter implement
2017-11-01 05:53:14 -05:00
Wenkai Yin
82b400c049
Add replication filter implement
2017-11-01 14:59:44 +08:00
Steven Zou
cee0bcec22
Update the alternate policy and corresponding task to support by weekly besides daily
2017-11-01 13:55:56 +08:00
Steven Zou
3565f60f5b
Merge pull request #3473 from steven-zou/master
...
Define filter interfaces for replication service
2017-10-29 23:37:30 -05:00
Steven Zou
410908d863
Merge branch 'master' of https://github.com/steven-zou/harbor into fork_master
2017-10-27 18:19:39 +08:00
Wenkai Yin
5b2ececae8
Merge pull request #3436 from ywk253100/171020_meta_api
...
Add project metadata API
2017-10-27 05:16:50 -05:00
Steven Zou
e2242cffd2
define filter interfaces for replication service including:interface Filter,Converter and FilterChain and other supporting models
2017-10-27 18:16:16 +08:00
Deng, Qian
979aa37020
Merge pull request #3414 from ninjadq/project_level_policy_ui
...
add ui for project level policy
2017-10-27 04:36:09 -05:00
Wenkai Yin
c355034c14
Add project metadata API
...
Project metadata API can be used to integrated with project management
service which can not provide all metadatas needed by Harbor.
2017-10-27 17:05:15 +08:00
Daniel Jiang
630921812b
Merge pull request #3470 from reasonerjt/habor-db-on-mariadb
...
Fix the bug to change permission of bootstrap scripts
2017-10-27 15:32:18 +08:00
Deng, Qian
69ffd7117c
add ui for project level policy
2017-10-27 15:18:00 +08:00
Tan Jiang
5b12747761
Fix the bug to change permission of bootstrap scripts
2017-10-27 14:10:48 +08:00
Daniel Jiang
54384554bc
Merge pull request #3465 from wy65701436/ci-flag-upload-build
...
[Upload Build]Add a upload build flag in Drone CI
2017-10-27 13:54:18 +08:00
Daniel Jiang
2319171edb
Merge pull request #3466 from reasonerjt/migrator-photon
...
Move DB migrator image to be based on Maria DB on photon
2017-10-26 21:02:54 +08:00
Tan Jiang
ad585499a0
Move DB migrator image to be based on Maria DB on photon
2017-10-26 17:08:12 +08:00
wangyan
e9aece863c
Add a upload build flag in Drone CI
2017-10-26 01:16:34 -07:00
Daniel Jiang
24e74c4495
Merge pull request #3457 from reasonerjt/habor-db-on-mariadb
...
Rebuild Harbor DB docker image on top of Maria DB
2017-10-26 13:27:55 +08:00
Tan Jiang
2cedfff4b3
Rebuild Harbor DB docker image on top of Maria DB
...
This change reworked the vmware/harbor-db image to build it on top of
vmware/mariadb-photon.
Also made minor change in the entrypoint script of mariadb image to
execute upgrade script during bootstrap, and fix a file permission
issue in the bootstrap scripts.
2017-10-26 12:27:09 +08:00
Daniel Jiang
bda38bd72e
Merge pull request #3451 from reasonerjt/commit-message
...
Provide a template for git commit messages
2017-10-24 19:20:08 +08:00
Tan Jiang
aa84090587
Provide a template for git commit messages
...
Also removed some comment in the entrypoint script.
2017-10-24 17:54:06 +08:00
yixingjia
160c716d83
Merge pull request #3423 from yixingjia/ossrsyslog
...
Update OSS in rsyslog images
2017-10-23 21:11:51 -07:00
yixingjia
844d3a7893
Merge pull request #3424 from yixingjia/ossJobservice
...
Update OSS package in Jobservice
2017-10-23 21:11:37 -07:00
yixingj
20929350b1
Update OSS in rsyslog images
...
1> change to new photon base images
2> update OSS to latest
2017-10-23 16:37:28 +08:00
Daniel Jiang
367f447991
Merge pull request #3355 from sudoliyang/master
...
Update README, fix typo
2017-10-23 12:44:58 +08:00
Daniel Jiang
cf5bcbebb9
Merge pull request #3415 from reasonerjt/mariadb-on-photon
...
Provide Dockerfile and artifacts for building mariadb on photon OS.
2017-10-23 12:19:04 +08:00
Daniel Jiang
d8634290e8
Merge pull request #3420 from reasonerjt/master
...
Add Unit test cases for Clair Client.
2017-10-23 12:18:05 +08:00
yixingj
535e7cadd5
Update OSS in rsyslog images
...
1> change to new photon base images
2> update OSS to latest
2017-10-23 12:02:22 +08:00
yixingj
83a5ab2818
Update OSS package in Jobservice
...
1>update OSS package in Job eservice images
2>use new photon base images
2017-10-23 10:49:27 +08:00
yixingjia
f3f220c39c
Merge pull request #2998 from cpeel/fix_logging
...
Fix harborclient module logging
2017-10-22 19:23:54 -07:00
Tan Jiang
b925569767
Add Unit test cases for Clair Client.
2017-10-22 21:54:04 +08:00