- 28 Aug, 2020 3 commits
-
-
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 3 commits
-
-
Daniel Jiang authored
Signed-off-by:
Daniel Jiang <jiangd@vmware.com>
-
Ziming Zhang authored
Signed-off-by:
Ziming Zhang <zziming@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 5 commits
-
-
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>
-
fanjiankong authored
Signed-off-by:
fanjiankong <fanjiankong@tencent.com>
-
chlins authored
Signed-off-by:
chlins <chlins.zhang@gmail.com>
-
Will Sun authored
Fix UI issues found on round-2 testing day
-
AllForNothing authored
Signed-off-by:
AllForNothing <sshijun@vmware.com>
-
- 24 Aug, 2020 3 commits
-
-
He Weiwei authored
fix(quota): change log to debug level when warning not found
-
Wang Yan authored
fixes #12849 1, gives a default value to blob status in the migration script, and use none to replace the empty string as the StatusNone, that will more readable on debugging failure. 2, GC jobs marks all of blobs as StatusDelete in the mark phase, but if encounter any failure in the sweep phase, GC job will quite and all of blobs are in StatusDelete. If user wants to execute the GC again, it will fail as the StatusDelete cannot be marked as StatusDelete. So, add StatusDelete in the status map to make StatusDelete can be marked as StatusDelete. Signed-off-by:
wang yan <wangyan@vmware.com>
-
He Weiwei authored
Closes #12861 Signed-off-by:
He Weiwei <hweiwei@vmware.com>
-
- 21 Aug, 2020 6 commits
-
-
Daniel Jiang authored
Add id column to data_migration table
-
stonezdj(Daojun Zhang) authored
Add distribution UI test in nightly
-
Daniel Jiang authored
Fix schema of the portal health check
-
Daniel Pacak authored
This is the maintenance release to recompile the trivy adapter service with Go 1.14.7 and pull Trivy v0.9.2. Signed-off-by:
Daniel Pacak <pacak.daniel@gmail.com>
-
He Weiwei authored
Update all references of Golang to 1.14.7
-
danfengliu authored
1. Add proxy-cache UI test in nightly; 2. Add distribution UI test in nightly. Signed-off-by:
danfengliu <danfengl@vmware.com>
-
- 20 Aug, 2020 9 commits
-
-
Dirk Mueller authored
In the previous change #12809 I missed a few places. This should be complete now. Signed-off-by:
Dirk Mueller <dirk@dmllr.de> Signed-off-by:
Dirk Mueller <dmueller@suse.com>
-
danfengliu authored
upgrade robotframework in git action
-
danfengliu authored
1. upgrade robotframework in git action 2. Re-script ldap API script:test_assign_role_to_ldap_group.py Signed-off-by:
danfengliu <danfengl@vmware.com>
-
He Weiwei authored
chore(clair): bump up clair adapter to v1.1.1
-
Ted Guan authored
Signed-off-by:
guanxiatao <guanxiatao@corp.netease.com>
-
Wenkai Yin authored
Add id column to data_migration table and add logic to make sure there is only one data version record Signed-off-by:
Wenkai Yin <yinw@vmware.com>
-
Will Sun authored
CSRF token cookie -> header
-
He Weiwei authored
Signed-off-by:
He Weiwei <hweiwei@vmware.com>
-
AllForNothing authored
Signed-off-by:
AllForNothing <sshijun@vmware.com>
-