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.
- 16 Mar, 2020 4 commits
-
-
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 6 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>
-
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
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>
-
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 18 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>
-
danfengliu authored
Signed-off-by:
danfengliu <danfengl@vmware.com>
-
Wenkai Yin(尹文开) authored
Restructure the packages of artifact
-
Stuart Clements authored
-
Wenkai Yin authored
1. Introduce a new interface Processor to replace Abstractor and Descriptor 2. Provide the base processors for manifest and index to reduce the duplicate code 3. Move the child artifacts checking out of processor Signed-off-by:
Wenkai Yin <yinw@vmware.com>
-
Ziming Zhang authored
Signed-off-by:
Ziming Zhang <zziming@vmware.com>
-
Steven Zou authored
feat(replication) sort the adapters shown on UI
-
He Weiwei authored
Signed-off-by:
He Weiwei <hweiwei@vmware.com>
-
Ziming authored
Signed-off-by:
Ziming Zhang <zziming@vmware.com>
-
Wenkai Yin(尹文开) authored
Remove the "x-go-type" for artifact definition in swagger
-
Wenkai Yin authored
Using "x-go-type" may cause the inconsistence between the swagger definition and the real data model Signed-off-by:
Wenkai Yin <yinw@vmware.com>
-
Will Sun authored
Improve UI for add robot page
-
Will Sun authored
[feat] Upgrade clarity to 2.3.8
-
- 11 Mar, 2020 9 commits
-
-
He Weiwei authored
1. Introduce ReqquestMiddleware and RefereshMiddleware. 2. Add request middlware to copy artifact, mount blob, put blob upload, put manifest, upload chart verson APIs. 3. Add refresh project middleware to delete manifest, delete artifact, delete chart version, delete repository APIs. Signed-off-by:
He Weiwei <hweiwei@vmware.com>
-
Will Sun authored
Improve Webhook UI
-
Wenkai Yin(尹文开) authored
add support slack in webhook
-
Ted Guan authored
Add API for query supported event types and notify types; Return policy name in last trigger info; Remove project_id unique constraint in table notification_policy (#11029) Signed-off-by:
guanxiatao <guanxiatao@corp.netease.com>
-
Ziming Zhang authored
Signed-off-by:
Ziming Zhang <zziming@vmware.com>
-
peimingming authored
Signed-off-by:
peimingming <peimingming@corp.netease.com>
-
AllForNothing authored
Signed-off-by:
AllForNothing <sshijun@vmware.com>
-
Wenkai Yin(尹文开) authored
Persistent the URLs and annotations of artifact references in database
-
Will Sun authored
Add new parameter for GC page
-