- 27 Feb, 2020 2 commits
-
-
AllForNothing authored
Signed-off-by:
AllForNothing <sshijun@vmware.com>
-
Wenkai Yin(尹文开) authored
Fix URL issue introduced by api version
-
- 26 Feb, 2020 12 commits
-
-
Will Sun authored
Fix scanning function
-
AllForNothing authored
Signed-off-by:
AllForNothing <sshijun@vmware.com>
-
DQ authored
currently api version part is added in url. This pr is to solve the break of chart related api Signed-off-by:
DQ <dengq@vmware.com>
-
DQ authored
Signed-off-by:
DQ <dengq@vmware.com>
-
jwangyangls authored
Improve artifact
-
Yogi_Wang authored
Signed-off-by:
Yogi_Wang <yawang@vmware.com>
-
Wang Yan authored
Use the repository name of artifact model
-
Wenkai Yin authored
As we store the repository name in the artifact table, we can use it direclty in the code to reduce the database query Signed-off-by:
Wenkai Yin <yinw@vmware.com>
-
Wenkai Yin(尹文开) authored
Fix some detail function
-
Yogi_Wang authored
1.change common property to Extra Attributes; 2.fix delete repo bug 3.disable index artifact action(nothing changed when refactoring the route completely) 4.annotations show in artifact list 5.add validation in add tag Signed-off-by:
Yogi_Wang <yawang@vmware.com>
-
Will Sun authored
Upgrade api level to v2
-
AllForNothing authored
Signed-off-by:
AllForNothing <sshijun@vmware.com>
-
- 25 Feb, 2020 17 commits
-
-
Michael Michael authored
Fix filename
-
Wenkai Yin(尹文开) authored
Fix bug of swagger for repository API
-
Wenkai Yin authored
Fix bug of swagger for repository API Signed-off-by:
Wenkai Yin <yinw@vmware.com>
-
Wenkai Yin(尹文开) authored
add readonly to beego middleware
-
wang yan authored
Signed-off-by:
wang yan <wangyan@vmware.com>
-
Wenkai Yin(尹文开) authored
feat(scan): add scan API in v2.0
-
Wenkai Yin(尹文开) authored
Implement the API to get the specified repository
-
He Weiwei authored
Signed-off-by:
He Weiwei <hweiwei@vmware.com>
-
stonezdj(Daojun Zhang) authored
Remove registry notification and change core health check url
-
Wang Yan authored
feat(cicd) fix some build problem
-
jwangyangls authored
Add copy artifact and update repo info and add ut
-
Ziming Zhang authored
Signed-off-by:
Ziming Zhang <zziming@vmware.com>
-
Wenkai Yin authored
Implement the API to get the specified repository Signed-off-by:
Wenkai Yin <yinw@vmware.com>
-
stonezdj authored
Update config.yaml.jinja to remove notification Change api/ping in core/Dockerfile Signed-off-by:
stonezdj <stonezdj@gmail.com>
-
Yogi_Wang authored
Signed-off-by:
Yogi_Wang <yawang@vmware.com>
-
danfengliu authored
Upgrade repository API tests to V2.0
-
Wenkai Yin(尹文开) authored
Refresh notary test data
-
- 24 Feb, 2020 9 commits
-
-
lucperkins authored
Signed-off-by:
lucperkins <lucperkins@gmail.com>
-
Wang Yan authored
Revise the GC job flow
-
Daniel Jiang authored
Refresh the valid signature data before it's expired Signed-off-by:
Daniel Jiang <jiangd@vmware.com>
-
Wang Yan authored
1, set harbor to readonly 2, select the candidate artifacts from Harbor DB. 3, call registry API(--delete-untagged=false) to delete manifest bases on the results of #2 4, clean keys of redis DB of registry, clean artifact trash and untagged from DB. 5, roll back readonly. Signed-off-by:
wang yan <wangyan@vmware.com>
-
danfengliu authored
Enable _xsrf in cookies in swagger.yaml, so that scripts don't have to handle it. Signed-off-by:
danfengliu <danfengl@vmware.com>
-
Wenkai Yin(尹文开) authored
Reimplement the registry client
-
Wenkai Yin authored
This commit reimplements the registry client under directory src/pkg/registry and removes the useless code Signed-off-by:
Wenkai Yin <yinw@vmware.com>
-
stonezdj(Daojun Zhang) authored
Remove dead code
-
Will Sun authored
Improve routing and UI for artifact pages
-