- 23 Jun, 2020 1 commit
-
-
Phil Fenstermacher authored
Versions of the Go AWS SDK newer than 1.23.13 support OIDC in EKS. Running Harbor on EKS doesn't require keys in a configmap for the registry to authenticate to S3 when using the newer library. Signed-off-by:
Phil Fenstermacher <pcfens@wm.edu>
-
- 18 Jun, 2020 1 commit
-
-
Wang Yan authored
* move send error to source lib Move the sendError into library in case the cycle dependency as regsitry and core are now the consumers. Signed-off-by:
wang yan <wangyan@vmware.com>
-
- 17 Jun, 2020 4 commits
-
-
xaleeks authored
fix(adopters):revise broken img paths
-
Steven Zou authored
Signed-off-by:
Steven Zou <szou@vmware.com>
-
Steven Zou authored
Implement execution/task DAO for task manager
-
stonezdj(Daojun Zhang) authored
Add temporary secret for harbor proxy service
-
- 16 Jun, 2020 4 commits
-
-
danfengliu authored
Add helm and helm3 CLI py-test
-
danfengliu authored
Signed-off-by:
danfengliu <danfengl@vmware.com>
-
Wang Yan authored
Signed-off-by:
wang yan <wangyan@vmware.com>
-
Wenkai Yin authored
Implement execution/task DAO for task manager Signed-off-by:
Wenkai Yin <yinw@vmware.com>
-
- 15 Jun, 2020 5 commits
-
-
Wenkai Yin(尹文开) authored
Define the task manager interface and data model
-
Wenkai Yin authored
Define the task manager interface and data model Signed-off-by:
Wenkai Yin <yinw@vmware.com>
-
stonezdj(Daojun Zhang) authored
Update creating project API to support proxy cache project
-
stonezdj authored
Use GenerateRandomStringWithLength function to generate secret for harbor_proxyservice Add harbor-proxyservice secret used by proxy service Signed-off-by:
stonezdj <stonezdj@gmail.com>
-
danfengliu authored
Fix nightly issue caused by GC and CVE UI changed
-
- 13 Jun, 2020 1 commit
-
-
danfengliu authored
Signed-off-by:
danfengliu <danfengl@vmware.com>
-
- 11 Jun, 2020 8 commits
-
-
Daniel Jiang authored
Makes api/users return 401 for request not authenticated
-
Steven Zou authored
Fix: chart repo response code inconsistent
-
Wenkai Yin(尹文开) authored
Remove the label from artifacts when deleting a label
-
Wenkai Yin authored
Fixes #12112, remove the label from artifacts when deleting a label Signed-off-by:
Wenkai Yin <yinw@vmware.com>
-
DQ authored
Response code should consistent whether namespace is existed or not Signed-off-by:
DQ <dengq@vmware.com>
-
Will Sun authored
Fix UI issues with label target 2.0.1
-
AllForNothing authored
Signed-off-by:
AllForNothing <sshijun@vmware.com>
-
jwangyangls authored
[fix][ui] about dialog Icon cutoff in safari
-
- 10 Jun, 2020 7 commits
-
-
Daniel Jiang authored
Lower the severity of a "Unknown" vulnerability
-
Yogi_Wang authored
fix #12144 env 10.78.96.167 Signed-off-by:
Yogi_Wang <yawang@vmware.com>
-
Wenkai Yin authored
Update creating project API to support proxy cache project Signed-off-by:
Wenkai Yin <yinw@vmware.com>
-
Daniel Jiang authored
Signed-off-by:
Daniel Jiang <jiangd@vmware.com>
-
Daniel Jiang authored
This commit lower the actual severity of "Unknown" vulnerability to the same level of "None" Signed-off-by:
Daniel Jiang <jiangd@vmware.com>
-
danfengliu authored
Add singularity py-test
-
danfengliu authored
Signed-off-by:
danfengliu <danfengl@vmware.com>
-
- 09 Jun, 2020 3 commits
-
-
Daniel Jiang authored
Change status code for projects API
-
jwangyangls authored
[fix][unauthorized] Support show relogin when unauthorized in popup modal
-
Daniel Jiang authored
Update to projects API so it will not differentiate if a project does not exist or the user doesn't have permission to access it. Signed-off-by:
Daniel Jiang <jiangd@vmware.com>
-
- 08 Jun, 2020 4 commits
-
-
Wang Yan authored
Add go build tags for gcs and oss, otherwise these drivers cannot be registered and the error "StorageDriver is not regsited: GCS" will raise on registryctl launch under the setting of GCS storage. These build tags are designed in the distribution, just refer to https://github.com/docker/distribution/blob/release/2.7/registry/storage/driver/gcs/gcs.go#L13 Pin the google cloud API to a old version is because distribution depends on it, otherwise go mode will use v0.17.0 that go-migrate is using as the dependency version, but this version will break the compile process with following error: harbor/pkg/mod/google.golang.org/cloud@v0.0.0-20151119220103-975617b05ea8/storage/acl.go:65:16: invalid type assertion: v.(map[string]<inter>) (non-interface type *storage.ObjectAccessControl on left) that's bacause another dependency google.golang.org/cloud requires the pinned version of google.golang.org/api. The pinned package should be removed once https://github.com/docker/distribution/pull/3019 is merged, and distribution ships their v2.8.0 Signed-off-by:
wang yan <wangyan@vmware.com>
-
danfengliu authored
add oras cli py-test
-
Yogi_Wang authored
1.support show relogin when unauthorized in popup modali 2.change change member role error handle 3.change helm chart service error handle Signed-off-by:
Yogi_Wang <yawang@vmware.com>
-
danfengliu authored
1. Add oras cli py-test; 2. Add env for notary url, allow to input different notary port instead of solid 4443; 3. Add retry for keyword Cannot Pull Image and make it longer during retry. Signed-off-by:
danfengliu <danfengl@vmware.com>
-
- 06 Jun, 2020 1 commit
-
-
Steven Zou authored
fix(trivy): Bump up Trivy adapter to v0.11.0
-
- 05 Jun, 2020 1 commit
-
-
Wang Yan authored
* Add api to delete blob and manifest Enable the capability of registry controller to delete blob and manifest Signed-off-by:
wang yan <wangyan@vmware.com>
-