This project is mirrored from https://gitee.com/project_harbor/harbor.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 18 Mar, 2020 1 commit
-
-
AllForNothing authored
Signed-off-by:
AllForNothing <sshijun@vmware.com>
-
- 17 Mar, 2020 7 commits
-
-
Wang Yan authored
use audit log api to get project logs Signed-off-by:
wang yan <wangyan@vmware.com>
-
Will Sun authored
Swith to new API for recent log page
-
Wenkai Yin(尹文开) authored
Replicate tag deletion between Harbor instances
-
jonasrosland authored
Signed-off-by:
jonasrosland <jrosland@vmware.com>
-
jwangyangls authored
[OCI] Remove dead code
-
jwangyangls authored
[OCI] Artifact filter params changes in ui
-
Wenkai Yin authored
This commit introduces the tag deletion as a new capability for registry adapters, and currently only Harbor supports it Signed-off-by:
Wenkai Yin <yinw@vmware.com>
-
- 16 Mar, 2020 14 commits
-
-
Steven Zou authored
chore: Bump up Trivy adapter to v0.4.0
-
danfengliu authored
Add script of push cnab bunlde API test
-
danfengliu authored
Signed-off-by:
danfengliu <danfengl@vmware.com>
-
Yogi_Wang authored
1. remove tag service / tag model 2. remove retag service 3. remove artifact service some function 4. remove repository service / repository model /repositoryItem model Signed-off-by:
Yogi_Wang <yawang@vmware.com>
-
Wang Yan authored
1, enable audit logs for notifications 2, move the handler and meatadata into API 3, use the notification middleware to send out notification Signed-off-by:
wang yan <wangyan@vmware.com>
-
Daniel Pacak authored
Allows configuring SCANNER_TRIVY_GITHUB_TOKEN environment variable, which is passed to trivy executable binary when it starts scanning a given artifact. This is to increase GitHub requests rate limit from 60 per hours (for anonymous requests) to 5000 when Trivy download its vulnerabilities database. Signed-off-by:
Daniel Pacak <pacak.daniel@gmail.com>
-
Wenkai Yin(尹文开) authored
Check expired or not when getting token from cache
-
Wenkai Yin(尹文开) authored
Change tag count to artifact count in search result Signed-off-by:
Wenkai Yin <yinw@vmware.com>
-
Wenkai Yin(尹文开) authored
Fix bug when reading the readme.md of helm chart Signed-off-by:
Wenkai Yin <yinw@vmware.com>
-
jwangyangls authored
[OCI] Add the icon of openpolicyagent artifact
-
Daniel Jiang authored
make Secure flag of CSRF cookie adapt to config
-
He Weiwei authored
1. Use quota controller to implement the internal quota APIs. 2. The internal quota APIs can exceed the quota limitations. Signed-off-by:
He Weiwei <hweiwei@vmware.com>
-
danfengliu authored
Add verfication for helm API test
-
Wenkai Yin(尹文开) authored
Add doc for e2e API scripting guide
-
- 15 Mar, 2020 1 commit
-
-
Daniel Jiang authored
fixes #11074 Signed-off-by:
Daniel Jiang <jiangd@vmware.com>
-
- 14 Mar, 2020 2 commits
-
-
Wang Yan authored
the notification is for send out the event after DB transaction complete. It's safe to send hook as this middleware is after transaction in the response path. Signed-off-by:
wang yan <wangyan@vmware.com>
-
He Weiwei authored
1. Before put manifest request, ensure that the requested size resource include the blobs which are referenced by the manifest but not associated with project. 2. After put manifest request, associate the blobs which are referenced by the manifest but not associated with project. Signed-off-by:
He Weiwei <hweiwei@vmware.com>
-
- 13 Mar, 2020 9 commits
-
-
Wenkai Yin(尹文开) authored
United error response format for management APIs (legacy and v2.0 APIs)
-
Wenkai Yin authored
United error response format for management APIs (legacy and v2.0 APIs) Signed-off-by:
Wenkai Yin <yinw@vmware.com>
-
AllForNothing authored
Signed-off-by:
AllForNothing <sshijun@vmware.com>
-
Wenkai Yin(尹文开) authored
Repair the count usage during the upgrading
-
He Weiwei authored
Type assertion not work when the ctx in the request changed in the next handler, so change to use value in the ctx to decide whether to commit tx. Signed-off-by:
He Weiwei <hweiwei@vmware.com>
-
Wenkai Yin authored
Check expired or not when getting token from cache Signed-off-by:
Wenkai Yin <yinw@vmware.com>
-
Wenkai Yin authored
As the count quota is against artifact rather than tag in 2.0, the count usage should be recalculated Signed-off-by:
Wenkai Yin <yinw@vmware.com>
-
Yogi_Wang authored
1. add image 2. fix show ui clearly when dark 3. fix chinese words of replication name filter tooltip Signed-off-by:
Yogi_Wang <yawang@vmware.com>
-
Daniel Jiang authored
To avoid depedency loop, this commit moves the model of ArtifactInfo to internal pacakge, so that a controller can it from context when needed. Signed-off-by:
Daniel Jiang <jiangd@vmware.com>
-
- 12 Mar, 2020 6 commits
-
-
He Weiwei authored
1. Introduce `Evaluator` interface which do the permission checking. 2. `admin`, `lazy`, `rbac`, `namespace` and `evaluartor` set are implemented the `Evaluator` interface. 3. Move project rbac implemention from `project` to `rbac` pkg to reduce the name conflict with project instance of model. 4. Do permission checking in security context by `Evaluator`. 5. Cache the regexp in rbac evaluator for casbin. 6. Cache evaluator in namespace evaluator to improve performance. Signed-off-by:
He Weiwei <hweiwei@vmware.com>
-
Ziming Zhang authored
Signed-off-by:
Ziming Zhang <zziming@vmware.com>
-
Michael Michael authored
Updating the redirects in the old page stubs to point to new site.
-
He Weiwei authored
Signed-off-by:
He Weiwei <hweiwei@vmware.com>
-
Stuart Clements authored
-
Daniel Jiang authored
Signed-off-by:
Daniel Jiang <jiangd@vmware.com>
-