Gregory May
6f83afbd63
fix to yaml parse error causing Helm check failure ( #4468 )
...
Error: YAML parse error on harbor/templates/registry/registry-ss.yaml: error converting YAML to JSON: yaml: line 63: did not find expected key
2018-03-23 17:28:58 +08:00
Steven Zou
75e29782f6
Implement job context for harbor jobs
...
initialize DAO
get configurations from admin server
2018-03-23 17:26:41 +08:00
pengpengshui
3da3dadef8
Merge pull request #4469 from pengpengshui/label
...
Add label module
2018-03-23 15:41:28 +08:00
Steven Zou
e160804be2
Fix nil job returned bug
2018-03-23 13:50:23 +08:00
Daniel Jiang
ccdc206937
Merge pull request #4457 from vmware/jessehu-chart
...
Update kubernetes_deployment.md to advocate Harbor Helm Chart
2018-03-23 13:31:31 +08:00
pfh
71124d08dd
Add label module
2018-03-23 09:58:06 +08:00
Steven Zou
49bb9bfceb
Add logger sweeper to periodically clear outdated log files created by the jobs
2018-03-22 23:44:08 +08:00
Daniel Jiang
f7fe8380bd
Merge pull request #4464 from reasonerjt/scan-job-migrate
...
Integrate new jobservice into docker-compose template
2018-03-22 20:06:46 +08:00
Tan Jiang
7238efd9ae
Integrate new jobservice into docker-compose template
...
This commit doesn't integrate redis. No change to makefile b/c it
should work once the temporary jobservice_v2 folder is renamed to jobservice.
2018-03-22 19:48:22 +08:00
Daniel Jiang
b4a4eb11c6
Merge pull request #4459 from ywk253100/180321_package_upgrade
...
Upgrade packages used by Harbor
2018-03-22 19:03:10 +08:00
Daniel Jiang
ba8ca395c5
Merge pull request #4460 from ywk253100/180322_repo
...
Fuzzy matching repository name in GET repositories API
2018-03-22 19:01:18 +08:00
Steven Zou
579b70c5e4
Inject logger into the execution context of running job for logging
...
define logger interface
implement a logger base on common log package
add getting log API
inject logger to the job execution context
2018-03-22 18:29:39 +08:00
Steven Zou
b001180d26
Merge branch 'job_service' of https://github.com/vmware/harbor into job_service
2018-03-22 13:43:12 +08:00
Steven Zou
e5f8beb35f
Support status hook mechanism to report job status changes
...
refactor scheduler to extarct separate sub/pub system
fix bug in getJob
return all the stats data of running pools in the health check API
2018-03-22 13:41:00 +08:00
Wenkai Yin
c6e65d2ded
Fuzzy matching repository name in GET repositories API
2018-03-22 13:38:26 +08:00
Wenkai Yin
0b7d4af4c1
Upgrade packages used by Harbor
2018-03-22 13:10:49 +08:00
Jesse Hu
7cc8aa45b8
Update kubernetes_deployment.md to advocate Harbor Helm Chart
2018-03-22 08:15:11 +08:00
sigsbee
8b739dcbbb
Fix scan repo keyword and delete multi tag case ( #4448 )
2018-03-21 03:37:52 -07:00
Daniel Jiang
f885de0913
Merge pull request #4449 from ywk253100/180314_filter_by_label
...
Add unique constraint to columns label_id, resource_id, resource_name and resource_type in table harbor_resource_label
2018-03-21 18:37:04 +08:00
Daniel Jiang
aab34efa49
Merge pull request #4454 from reasonerjt/scan-job-migrate
...
Add missed package to fix compilation issue
2018-03-21 17:11:12 +08:00
Tan Jiang
b8ec419c8e
Add missed package to fix compilation issue
2018-03-21 16:59:32 +08:00
Tan Jiang
421bd182bc
Update DB changelog to reflect schema change for user group
2018-03-21 16:45:21 +08:00
Daniel Jiang
8a86b67b73
Merge pull request #4450 from reasonerjt/scan-job-migrate
...
Scan job migrate
2018-03-21 16:43:29 +08:00
Tan Jiang
483496ed93
remove swp file
2018-03-21 16:32:21 +08:00
Tan Jiang
613464bc16
Migrate scan job to job service V1 phase1
2018-03-21 16:25:32 +08:00
Wenkai Yin
83cfe9814d
Add unique constraint to columns label_id, resource_id, resource_name and resource_type in table harbor_resource_label
2018-03-21 16:24:21 +08:00
Tan Jiang
6303785b1b
Merge branch 'job_service' of https://github.com/vmware/harbor into scan-job-migrate
2018-03-21 13:06:40 +08:00
Yan
5edbd00318
Revise harbor build version ( #4445 )
2018-03-21 13:03:49 +08:00
Wenkai Yin
8aa63b661c
Merge pull request #4419 from ywk253100/180314_filter_by_label
...
Implement filter repository and tags by label API
2018-03-21 11:22:06 +08:00
Wenkai Yin
838b439560
Implement filter repository and tags by label API
2018-03-21 10:51:06 +08:00
Daniel Jiang
da41a1c1d4
Merge pull request #4444 from ywk253100/180320_project
...
Return role and repository count info in GET project API
2018-03-21 10:24:34 +08:00
Daniel Jiang
3577e59445
Merge pull request #4389 from paulczar/helm-clair-external-db
...
update helm chart to use external postgresql dependency
2018-03-21 10:17:35 +08:00
Wenkai Yin
a7a72f78bd
Return role and repository count info in GET project API
2018-03-20 19:09:06 +08:00
sigsbee
340080f9a2
Fix view log test case ( #4438 )
2018-03-20 18:11:39 +08:00
Steven Zou
ac544b3ead
Support job related operational actions
...
support stop job
support cancel running generic job
support retry failed job
support checkin details progress of job
2018-03-20 18:03:04 +08:00
Tan Jiang
00825d3ca4
Merge branch 'job_service' of https://github.com/vmware/harbor into scan-job-migrate
2018-03-20 17:37:27 +08:00
sigsbee
80e39c39d3
Add replication autotest ( #4406 )
2018-03-20 13:25:03 +08:00
Daniel Jiang
28f0e6cd02
Merge pull request #4430 from reasonerjt/fix-swagger
...
fix typo in swagger
2018-03-19 13:20:37 +08:00
Tan Jiang
c4414c9472
fix typo in swagger
2018-03-19 09:22:10 +08:00
Daniel Jiang
62f25be709
Merge pull request #4423 from reasonerjt/config-migration
...
Provide migration scripts for harbor.cfg
2018-03-18 19:56:30 +08:00
Steven Zou
fbc24d85db
Support job operation actions like stop/cancel
2018-03-16 19:38:51 +08:00
Tan Jiang
b1d1e039dc
Merge branch 'job_service' of https://github.com/vmware/harbor into scan-job-migrate
2018-03-16 15:30:53 +08:00
Daniel Jiang
cbedf099b5
Merge pull request #4342 from yixingjia/apimonitor
...
Add monitor API for Harbor components
2018-03-16 14:56:58 +08:00
Tan Jiang
c8265a8d53
Provide migration scripts for harbor.cfg
...
Default target version is 1.5.0
This is mainly for VIC-appliance upgrade, and should be considered
experimental for oss due to limited test.
Tested with 1.2 and 1.3 harbor.cfg from VIC appliance.
2018-03-16 14:38:50 +08:00
Manjunath Dharamadas
38d6306f3b
Move drone clone step out of pipeline ( #4420 )
2018-03-16 10:48:38 +08:00
Steven Zou
2f97970484
Support update job status for both generic and periodic job
...
refactor scheduler
refactor period.enqueuer
add stats manager component
2018-03-15 20:23:42 +08:00
stone
139a0c59ba
Merge pull request #4412 from stonezdj/add_ldap_group_param
...
Add LDAP Group Search Configure Param
2018-03-15 17:02:28 +08:00
Steven Zou
be75145858
Implement API service of getting job stats
2018-03-15 14:33:57 +08:00
Steven Zou
ea912729ec
fix golint issues in code
2018-03-15 12:31:54 +08:00
Steven Zou
4b4e0ddfff
Refactor job programming model
...
refine job context
remove setXXX injection methods in job.Interface
use parameters of Run to pass context and parameters
2018-03-15 12:26:01 +08:00