- 27 Jul, 2020 1 commit
-
-
danfengliu authored
Signed-off-by:
danfengliu <danfengl@vmware.com>
-
- 20 Jul, 2020 9 commits
-
-
jwangyangls authored
[fix][ui] Operation unified processing session expired
-
danfengliu authored
Fix issues in replication tests
-
Steven Zou authored
Refactor the scheduler with the task manager mechanism
-
Wenkai Yin authored
Refactor the scheduler with the task manager mechanism, this will reduce the duplicate code Signed-off-by:
Wenkai Yin <yinw@vmware.com>
-
Steven Zou authored
fix SWR replication adapter pull-based
-
Wang Yan authored
1, The update blob status method should udpate the blob version of the blob object as well, otherwise the GC job cannot handle the blob status transform(none - delete - deleting - deletefailed) as the method is using version equals as the query condition. 2, For the deleting blob which marked for more than 2 hours, it should be set to delete failed in head blob & put manifest request Signed-off-by:
wang yan <wangyan@vmware.com>
-
Wenkai Yin(尹文开) authored
Prevent copying artifact to a proxy cache project
-
Wenkai Yin(尹文开) authored
Don't return the error detail back to the client when adding registry
-
danfengliu authored
Signed-off-by:
danfengliu <danfengl@vmware.com>
-
- 19 Jul, 2020 2 commits
-
-
Ziming Zhang authored
Signed-off-by:
Ziming Zhang <zziming@vmware.com>
-
Daniel Jiang authored
Add options for automatic onboarding and username claim
-
- 17 Jul, 2020 7 commits
-
-
Steven Zou authored
Signed-off-by:
Steven Zou <szou@vmware.com>
-
Daniel Jiang authored
fix get manifest return code
-
wang yan authored
When to call, ~~~ REQUEST ~~~ GET /v2/conformance/testrepo/manifests/.INVALID_MANIFEST_NAME Per OCI distribution spec, it has to return 404, instead of 400 (project name required) Signed-off-by:
wang yan <wangyan@vmware.com>
-
Yogi_Wang authored
fix #11268 includes the following functions: delete group delete chart version delete project delete member add group delete repo delete artifact delete tag delete robot delete user delete registry delete label delete replication list replication Signed-off-by:
Yogi_Wang <yawang@vmware.com>
-
Wenkai Yin authored
Prevent copying artifact to a proxy cache project Signed-off-by:
Wenkai Yin <yinw@vmware.com>
-
Wenkai Yin authored
Don't return the error detail back to the client when adding registry to avoid security issue Signed-off-by:
Wenkai Yin <yinw@vmware.com>
-
danfengliu authored
Add push-based replication test in nightly
-
- 16 Jul, 2020 8 commits
-
-
danfengliu authored
Signed-off-by:
danfengliu <danfengl@vmware.com>
-
Ziming Zhang authored
Signed-off-by:
Ziming Zhang <zziming@vmware.com>
-
Alvaro Iradier authored
* Raise an internal error if username claim is not found, instead of just logging a warning * Don't remove userInfoKey for session on error when it is not required * Rename "OIDC Username Claim" to just "Username claim" Signed-off-by:
Alvaro Iradier <airadier@gmail.com>
-
Alvaro Iradier authored
Signed-off-by:
Alvaro Iradier <airadier@gmail.com>
-
Alvaro Iradier authored
- Add an option in the UI to enable or disable the automatic user onboarding - Add an option to specify the claim name where the username is retrieved from. Signed-off-by:
Alvaro Iradier <airadier@gmail.com>
-
Wang Yan authored
Signed-off-by:
wang yan <wangyan@vmware.com>
-
Wang Yan authored
two phases: 1, mark, select the gc candidates bases on the DB and mark them as status delete. 2, sweep, select the candidate and mark it as status deleting and remove it from backend and database. Signed-off-by:
wang yan <wangyan@vmware.com>
-
Steven Zou authored
feat(p2p):enhance policy enforcer
-
- 15 Jul, 2020 4 commits
-
-
Qian Deng authored
Enhance: Support multi downversion in migration
-
Ted Guan authored
Signed-off-by:
guanxiatao <guanxiatao@corp.netease.com>
-
Steven Zou authored
Read security settings from the project configurations and override the preheat policy settings if necessary. Check the project security settings and override the related settings in the policy if necessary. NOTES: if the security settings (relevant with signature and vulnerability) are set at the project configuration, they will have the highest priority and override the related settings of the preheat policy. e.g (use signature as an example, similar case to vulnerability severity part): if policy.signature = false and project.config.signature = true; then policy.signature = true if policy.signature = true and project.config.signature = true; then policy.signature = true if policy.signature = true and project.config.signature = false; then policy.signature = true if policy.signature = false and project.config.signature = false; then policy.signature = false Signed-off-by:
Steven Zou <szou@vmware.com> Signed-off-by:
Steven Zou <szou@vmware.com>
-
He Weiwei authored
refactor(quota): move pkg/types to pkg/quota/types
-
- 14 Jul, 2020 7 commits
-
-
Daniel Jiang authored
refactor: remove initialization of clair db
-
He Weiwei authored
Closes #9664 Signed-off-by:
He Weiwei <hweiwei@vmware.com>
-
He Weiwei authored
chore(db): change max_connections of postgres to 1024
-
stonezdj(Daojun Zhang) authored
Add disable push for proxy project
-
He Weiwei authored
Signed-off-by:
He Weiwei <hweiwei@vmware.com>
-
stonezdj authored
Add middleware for blob and manifest push operation Signed-off-by:
stonezdj <stonezdj@gmail.com>
-
疯魔慕薇 authored
feat(preheat): add list providers under project level handler
-
- 13 Jul, 2020 2 commits
-
-
stonezdj(Daojun Zhang) authored
Add proxy cache feature
-
chlins authored
Signed-off-by:
chlins <chlins.zhang@gmail.com>
-