Steven Zou
51f1b2e590
fix(jobservice):fix issues of jobservice
...
- never expire the jobs that are not entering the final status (Error,Success or Stopped)
- set different expireation time to the jobs with different status
- never store the `check_in` data in the redis db to save space
Signed-off-by: Steven Zou <szou@vmware.com>
2020-05-29 11:36:08 +08:00
mmpei
7c2bfb1378
Fix helmhub insecure issue when using with a proxy ( #12014 )
...
Signed-off-by: peimingming <peimingming@corp.netease.com>
2020-05-28 10:57:51 +08:00
He Weiwei
9f5f8e4681
Merge pull request #12077 from heww/fix-issue-11951
...
fix(cve-whitelist): fix panic in `Get` method of whitelist manager
2020-05-27 19:16:11 +08:00
He Weiwei
0d1b9c96ff
fix(cve-whitelist): fix panic in Get
method of whitelist manager
...
Closes #11951
Signed-off-by: He Weiwei <hweiwei@vmware.com>
2020-05-27 09:55:54 +00:00
Will Sun
31a943bb42
Merge pull request #12043 from AllForNothing/disable-test
...
Remove test button for webhook
2020-05-27 11:46:58 +08:00
AllForNothing
ea753bec97
Remove test button for webhook
...
Signed-off-by: AllForNothing <sshijun@vmware.com>
2020-05-27 10:26:41 +08:00
Will Sun
da0e80b712
Merge pull request #11452 from jd615645/master
...
Chinese(Traditional) translation #402
2020-05-27 10:01:25 +08:00
Daniel Jiang
c10c04c5f7
Merge pull request #11811 from leolb-aphp/update-clair-2.1.3
...
Update Clair to v2.1.3
2020-05-26 14:53:42 +08:00
danfengliu
34b7d9c647
Merge pull request #12004 from danfengliu/move-docker-prune-outside
...
Move docker prune cmd outside of api common install shell script
2020-05-22 14:06:42 +08:00
danfengliu
ba48e55e4e
Move docker prune cmd outside of api common install shell script
...
Signed-off-by: danfengliu <danfengl@vmware.com>
2020-05-22 04:06:25 +00:00
Will Sun
2ff0638f8b
Merge pull request #10576 from hobti01/repo-slash
...
fix: Allow forward slash in destination namespace
2020-05-21 10:50:55 +08:00
yuzhiquan
6332daef31
struct instead of int within signal chan, and trans Printf to Println
...
Signed-off-by: yuzhiquan <yuzhiquanlong@gmail.com>
2020-05-21 00:47:55 +08:00
barryz
995f0be804
fix another typo which in CONTRIBUTING.md
...
Signed-off-by: barryz <barryzxb@gmail.com>
2020-05-21 00:40:24 +08:00
barryz
78d9787f6c
doc typo: corrects the CONTRIBUTING.md
...
Signed-off-by: barryz <barryzxb@gmail.com>
2020-05-21 00:40:24 +08:00
Wenkai Yin
a31315aa36
Fix replication bugs #11974 , #11939
...
Fix replication bugs: fix #11974 , fix #11939
Signed-off-by: Wenkai Yin <yinw@vmware.com>
2020-05-21 00:25:49 +08:00
He Weiwei
69fe9e9bf7
Merge pull request #11106 from qinshaoxuan/fix_11051
...
Fix bug when scanner is unhealthy
2020-05-20 21:06:22 +08:00
ctu
7ea8ed2588
🐈 Add zh-tw translate
...
Signed-off-by: ctu <ctu@cs.nctu.edu.tw>
2020-05-20 10:56:29 +00:00
Tim Hobbs
36747087ce
fix: Allow forward slash in destination namespace
...
Signed-off-by: Tim Hobbs <timothy.hobbs@ic-consult.com>
2020-05-20 11:27:50 +02:00
danfengliu
a07cc7bb2a
Merge pull request #11967 from danfengliu/fix-nightly-log-verification
...
Modify nightly quotas error message verification
2020-05-20 14:38:37 +08:00
danfengliu
2b9a01ce59
Merge pull request #11963 from danfengliu/add-schedule-test-in-ui-test
...
Add Scan schedule test in nightly
2020-05-20 14:36:29 +08:00
Daniel Jiang
b803975b36
Merge pull request #11971 from wy65701436/fixes-11949
...
fix conformance issue on deleting manifest
2020-05-20 13:19:47 +08:00
Will Sun
ca036a2164
Merge pull request #11618 from kensipe/master
...
Returning imgs needed for README.md
2020-05-20 12:59:56 +08:00
Wang Yan
b32136b63a
bump up base version to v2.1.0 ( #11814 )
...
Signed-off-by: wang yan <wangyan@vmware.com>
2020-05-20 12:36:27 +08:00
danfengliu
b4a54adfeb
Add Scan schedule test in nightly
...
1. Add Scan schedule test in nightly;
2. Remove redundancy steps when create a new project;
Signed-off-by: danfengliu <danfengl@vmware.com>
2020-05-20 12:16:33 +08:00
Will Sun
0de0b949ef
Merge pull request #11972 from AllForNothing/more-ut-create-project
...
Add more UT for create project component
2020-05-20 11:27:32 +08:00
AllForNothing
2d141a919d
Add more UT for create project component
...
Signed-off-by: AllForNothing <sshijun@vmware.com>
2020-05-19 17:39:42 +08:00
wang yan
f0fabb9ef8
fix conformance issue on deleting manifest
...
fixes #11949
When to call delete manifest API with a tag as the reference, Harbor should give a unsupported error code.
Reference: Note that a manifest can only be deleted by digest. https://github.com/opencontainers/distribution-spec/blob/master/spec.md#delete-manifest
Signed-off-by: wang yan <wangyan@vmware.com>
2020-05-19 15:58:33 +08:00
danfengliu
2fb90cf258
Modify nightly quotas error message verification
...
Signed-off-by: danfengliu <danfengl@vmware.com>
2020-05-19 14:59:21 +08:00
xaleeks
23c438d5ac
Merge pull request #11959 from steven-zou/doc/update_readme
...
doc(readme):update readme to fix broken content
2020-05-18 19:04:33 -04:00
Steven Zou
8af243d8b2
doc(readme):update readme to fix broken content
...
- add architecture section
- update API section
- remove additional tools section
- update compatibility list section
- update the relevant compatibility list document
- add OCI confirmance testing report link
- update broken image paths in readme
Signed-off-by: Steven Zou <szou@vmware.com>
2020-05-18 23:30:34 +08:00
Wang Yan
b1793e795c
fix conformance test ErrorsCodes failure ( #11961 )
...
fixes #11945
When client calls PUT with an invalid digtest, Harbor has to give a 400 instead of 500.
Signed-off-by: wang yan <wangyan@vmware.com>
2020-05-18 17:20:23 +08:00
Michael Michael
8a944e0181
Merge pull request #11956 from xaleeks/05172020_fix_installation_link
...
fixed install guide broken link in readme
2020-05-17 03:52:12 -05:00
xaleeks
c8269e05a5
fixed install guide broken link in readme
...
Signed-off-by: xaleeks <xalex@vmware.com>
Signed-off-by: xaleeks <xalex@vmware.com>
2020-05-17 04:48:22 -04:00
Daniel Jiang
4895fb395a
Merge pull request #11941 from wy65701436/enable-conformance-test
...
enable full set of conformance test
2020-05-15 17:36:28 +08:00
wang yan
65f2abcb39
enable full set of conformance test
...
1, enable test of Content Discovery
2, enable test of Content Management
Signed-off-by: wang yan <wangyan@vmware.com>
2020-05-15 14:12:34 +08:00
xaleeks
d42f8f0039
Merge pull request #11904 from grinnellian/patch-1
...
Correct "leveraging"
2020-05-15 00:54:46 -04:00
Ian Bone
95c7cbe49e
Correct "leveraging"
...
Signed-off-by: Ian Bone <grinnellian@users.noreply.github.com>
2020-05-14 16:35:56 -07:00
He Weiwei
b5048d1f29
Merge pull request #11927 from heww/fix-broken-img
...
docs(scan): fix broken image link for limited successful status
2020-05-14 11:19:47 +08:00
He Weiwei
18c67c7226
docs(scan): fix broken image link for limited successful status
...
Signed-off-by: He Weiwei <hweiwei@vmware.com>
2020-05-14 01:37:26 +00:00
Maosheng Ren
310df76bf5
Merge pull request #11850 from bitsf/doc_retention_2.0
...
feat(doc) update retention/replication doc for 2.0
2020-05-13 22:34:03 +08:00
Ziming Zhang
653015b86c
feat(doc) update retention/replication doc
...
Signed-off-by: Ziming Zhang <zziming@vmware.com>
2020-05-13 21:48:46 +08:00
Qian Deng
a12bc4c6cd
Merge pull request #11900 from ninjadq/add_doc_for_internal_tls
...
Add doc for internal tls
2020-05-13 20:01:36 +08:00
DQ
132cea7a02
Update doc for migration
...
migration tool changed
Signed-off-by: DQ <dengq@vmware.com>
2020-05-13 19:29:15 +08:00
DQ
01f6061e31
Add doc for internal tls
...
1. Add md file
2. Update index
Signed-off-by: DQ <dengq@vmware.com>
2020-05-13 19:28:33 +08:00
He Weiwei
29ee57aed8
Merge pull request #11916 from heww/trivy-configurtions-doc
...
docs(configurtions): add docs for configurations of trivy scanner
2020-05-13 19:25:43 +08:00
wang yan
54706f2b1b
Fix conformance badge name
...
It needs to use the upper case when to get the badge url
Signed-off-by: wang yan <wangyan@vmware.com>
2020-05-13 19:13:17 +08:00
guanxiatao
0aefd8f2e2
Add UT for webhook when replicating with docker registry
...
Signed-off-by: guanxiatao <guanxiatao@corp.netease.com>
2020-05-13 19:09:33 +08:00
He Weiwei
bcbab31fe1
Merge pull request #11897 from heww/vulns-scanning-docs
...
docs(scan): add docs about image index scanning
2020-05-13 19:06:58 +08:00
He Weiwei
71e59f3f08
docs(configurtions): add docs for configurations of trivy scanner
...
Signed-off-by: He Weiwei <hweiwei@vmware.com>
2020-05-13 10:51:10 +00:00
xaleeks
7095a2fef5
Merge pull request #11902 from heww/helm-chart-docs
...
docs(helm-chart): add docs for OCI-compatible helm charts
2020-05-13 06:35:27 -04:00