- 07 Apr, 2020 23 commits
-
-
Yogi_Wang authored
Signed-off-by:
Yogi_Wang <yawang@vmware.com>
-
Wenkai Yin authored
Update APIs to only accept encoded repository name that contains slash Signed-off-by:
Wenkai Yin <yinw@vmware.com>
-
Wenkai Yin(尹文开) authored
Remove "GetMyProjects" and "GetProjectRoles" in the interface "security.Context"
-
Wenkai Yin authored
Fixes #11125, remove "GetMyProjects" and "GetProjectRoles" in the interface "security.Context" Signed-off-by:
Wenkai Yin <yinw@vmware.com>
-
Qian Deng authored
Add missiong entrypoint file for trivy-adapter
-
DQ authored
Signed-off-by:
DQ <dengq@vmware.com>
-
Qian Deng authored
Fix typo of spaces cause failure Signed-off-by:
DQ <dengq@vmware.com>
-
He Weiwei authored
remove the chart handling in quota
-
Daniel Jiang authored
Remove migrator flags in script
-
Wenkai Yin(尹文开) authored
* Update tags related APIs 1. Remove API for listing tags of repository 2. Add API for listing tags of artifact 3. Support filter artifact by tag name Signed-off-by:
Wenkai Yin <yinw@vmware.com> * [OCI] modify artifact tag name check 1. switch api get tag list 2. modify artifact tag name check Signed-off-by:
Yogi_Wang <yawang@vmware.com> Co-authored-by:
Yogi_Wang <yawang@vmware.com>
-
Daniel Jiang authored
Fix container unhealth
-
wang yan authored
1, remove the chartmuseum controller 2, doesn't handle chartrepo url in v2 middleware Signed-off-by:
wang yan <wangyan@vmware.com>
-
He Weiwei authored
fix(scan): dump nil slice of vulnerabilities as empty slice in report
-
DQ authored
Because migrator tool removed Signed-off-by:
DQ <dengq@vmware.com>
-
Wenkai Yin(尹文开) authored
Update the logic of copy artifact
-
He Weiwei authored
Closes #11131 Signed-off-by:
He Weiwei <hweiwei@vmware.com>
-
He Weiwei authored
feat(scan): merge reports for image index
-
He Weiwei authored
refactor: cleanup unused code about scan
-
DQ authored
health check url should depend on internal https Signed-off-by:
DQ <dengq@vmware.com>
-
Wenkai Yin authored
1. Copy artifact will not return 409 anymore. 2. Make sure the tags of source artifact exist in the target artifact Signed-off-by:
Wenkai Yin <yinw@vmware.com>
-
He Weiwei authored
1. Merge the scanning reports of referenced artifacts for image index. 2. Add artifact info for report. Signed-off-by:
He Weiwei <hweiwei@vmware.com>
-
Wenkai Yin(尹文开) authored
Support replication between Harbor 2.0 and 1.x
-
Daniel Jiang authored
Reenable token auth for cli
-
- 06 Apr, 2020 8 commits
-
-
He Weiwei authored
1. Cleanup unused code about clair. 2. Cleanup unused definitions in legacy_swagger.yaml about scan. Signed-off-by:
He Weiwei <hweiwei@vmware.com>
-
He Weiwei authored
Add a seperated swagger file for chart API
-
He Weiwei authored
fix(swagger): make json as default response
-
Wenkai Yin(尹文开) authored
Add trace information into internal error
-
Wenkai Yin(尹文开) authored
deprecate quota count on artifact
-
wang yan authored
Fixes #11241 1, remove count quota from quota manager 2, remove count in DB scheme 3, remove UI relates on quota 4, update UT, API test and UI UT. Signed-off-by:
wang yan <wangyan@vmware.com>
-
Wenkai Yin authored
Add a seperated swagger file for chart API as these APIs have no version Signed-off-by:
Wenkai Yin <yinw@vmware.com>
-
He Weiwei authored
Signed-off-by:
He Weiwei <hweiwei@vmware.com>
-
- 04 Apr, 2020 5 commits
-
-
DQ authored
jobservice may request via absolute path of url to harbor Signed-off-by:
DQ <dengq@vmware.com>
-
DQ authored
add localhost and 127.0.0.1 to SAN Signed-off-by:
DQ <dengq@vmware.com>
-
Daniel Jiang authored
Signed-off-by:
Daniel Jiang <jiangd@vmware.com>
-
Wenkai Yin authored
Fixes #11374, fixes #11302, support replication between Harbor 2.0 and 1.x by providing versioning adapter Signed-off-by:
Wenkai Yin <yinw@vmware.com>
-
Wenkai Yin(尹文开) authored
fix artifact dao UT issue
-
- 03 Apr, 2020 4 commits
-
-
wang yan authored
Fixes #10839 Add a StackTrace func in to Error, and log it when Harbor gets a internal Signed-off-by:
wang yan <wangyan@vmware.com>
-
He Weiwei authored
1. Prevent the pull action when scan report status is not successfuly. 2. Bypass the checking when no vulnerabilities not found. 3. Improve the returned message when prevented the pull action. Closes #11202 Signed-off-by:
He Weiwei <hweiwei@vmware.com>
-
Daniel Jiang authored
Docker CLI fails if it's not logged in upon seeing "basic" realm challenging while pinging the "/v2" endpoint. (#11266) Some CLI will send HEAD to artifact endpoint before pushing (#11188)(#11271) To fix such problems, this commit re-introduce the token auth flow to the CLIs. For a HEAD request to "/v2/xxx" with no "Authoirzation" header, the v2_auth middleware populates the "Www-Authenticate" header to redirect it to token endpoint with proper requested scope. It also adds security context to based on the content of the JWT which has the claims of the registry. So a request from CLI carrying a token signed by the "/service/token" will have proper permissions. Signed-off-by:
Daniel Jiang <jiangd@vmware.com>
-
danfengliu authored
[Test Case] Add nightly case for CVE
-