- 03 Sep, 2020 7 commits
-
-
danfengliu authored
Signed-off-by:
danfengliu <danfengl@vmware.com>
-
stonezdj(Daojun Zhang) authored
Fix git action CI missing python sit packages issue
-
danfengliu authored
Signed-off-by:
danfengliu <danfengl@vmware.com>
-
Chlins Zhang authored
fix(p2p): delete all preheat policies before delete project
-
Wang Yan authored
Signed-off-by:
wang yan <wangyan@vmware.com>
-
Daniel Jiang authored
Fixes #12192 Signed-off-by:
Daniel Jiang <jiangd@vmware.com>
-
He Weiwei authored
RemoveImmutableScanners may delete the default scanner, so move it before the EnsureScanners. Closes #12938 Signed-off-by:
He Weiwei <hweiwei@vmware.com>
-
- 02 Sep, 2020 6 commits
-
-
Wang Yan authored
1, Do not log redis url, just log the user input from UI. 2, Format the artifact trash items. Signed-off-by:
wang yan <wangyan@vmware.com>
-
stonezdj(Daojun Zhang) authored
retry several times when failed to copy blob during the replication
-
chlins authored
Signed-off-by:
chlins <chlins.zhang@gmail.com>
-
Wenkai Yin authored
Signed-off-by:
Wenkai Yin <yinw@vmware.com>
-
danfengliu authored
Fix issue of missing swagger package for python API test
-
danfengliu authored
1. Python API test can't import packages from swagger maker, the reason is that python install packages to site-packages instead of dist-packages, so the current solution is to copy pakages from site back to dist, I will try to find a way of using ENV variable to fix this; 2. Remove a python library no longer be used. Signed-off-by:
danfengliu <danfengl@vmware.com>
-
- 31 Aug, 2020 1 commit
-
-
Steven Zou authored
fix(preheat):handle fail case of preheat in job
-
- 28 Aug, 2020 9 commits
-
-
Steven Zou authored
Signed-off-by:
Steven Zou <szou@vmware.com>
-
Wenkai Yin(尹文开) authored
Fallback to local repo on errors when proxy to remote repo
-
danfengliu authored
Add P2P Preheat UI Test
-
He Weiwei authored
docs: add doc for gen apis and mocks
-
Daniel Jiang authored
fix migration issue
-
danfengliu authored
1. Fix ldap script issue, test case name should be in lowercase; 2. Add manifest list checkout point for proxy cache issue; 3. Add P2P Preheat policy CRUD Test. Signed-off-by:
danfengliu <danfengl@vmware.com>
-
He Weiwei authored
Use exec in harbor database entrypoint
-
Wenkai Yin(尹文开) authored
Fix typo in sql log
-
Wenkai Yin(尹文开) authored
Fill in the icon of known artifacts in artifact controller
-
- 27 Aug, 2020 5 commits
-
-
Daniel Jiang authored
Signed-off-by:
Daniel Jiang <jiangd@vmware.com>
-
Ziming Zhang authored
Signed-off-by:
Ziming Zhang <zziming@vmware.com>
-
stonezdj authored
When the remote repo is offline or network issue or credential issue, fall back to local repo. Fixes #12853 Signed-off-by:
stonezdj <stonezdj@gmail.com>
-
wang yan authored
fixes #12889 Before the migration script to fix the nativate repo_id issue, is has to remove the duplicate tags from the tag table, which may caused by user in v2.0.2 to retag & repush the missing image. Signed-off-by:
wang yan <wangyan@vmware.com>
-
Daniel Jiang authored
fix event log issue
-
- 26 Aug, 2020 11 commits
-
-
Daniel Jiang authored
Make the 2.1.0 migration SQL script idempotent
-
wang yan authored
fixes #12554 Add string method for each event, and the detail can be logged in the core.log Signed-off-by:
wang yan <wangyan@vmware.com>
-
Daniel Jiang authored
Signed-off-by:
Daniel Jiang <jiangd@vmware.com>
-
He Weiwei authored
refactor(event): change default operator to username of security
-
Ziming Zhang authored
Signed-off-by:
Ziming Zhang <zziming@vmware.com>
-
Daniel Jiang authored
fix db migration issue
-
He Weiwei authored
Signed-off-by:
He Weiwei <hweiwei@vmware.com>
-
wang yan authored
fixes #12827 After user migrates Harbor from v2.0.2, user got 404 when to pull specific images, and no work after push the same images again. Fix: 1, If the issue is caused by missing repository data, this fix can revert the missing repository data and all things should be fine. 2, If the issue is caused by missing blob data, this fix can revert the missing repository data and still left the media type of artifact as 'UNKNOWN', which leads the meta data and build history of the image cannot be shown in UI. User can delete and push the image again to resolve it. Signed-off-by:
wang yan <wangyan@vmware.com>
-
Steven Zou authored
Fix schedule error msg.
-
Steven Zou authored
fix(p2p): disable change provider vendor type
-
Ziming Zhang authored
Signed-off-by:
Ziming Zhang <zziming@vmware.com>
-
- 25 Aug, 2020 1 commit
-
-
Stefan Nica authored
The harbor-db pod takes a long time to terminate. Using an `exec` command in the entrypoint ensures that Unix signals reach the postgres process [1]. [1] https://docs.docker.com/engine/reference/builder/#exec-form-entrypoint-example Signed-off-by:
Stefan Nica <snica@suse.com>
-