- 24 Sep, 2020 1 commit
-
-
Wang Yan authored
Signed-off-by:
wang yan <wangyan@vmware.com>
-
- 23 Sep, 2020 2 commits
-
-
Wenkai Yin authored
Add a new method "StopAndWait" which stops the execution and wait until the execution stopped or get an error Signed-off-by:
Wenkai Yin <yinw@vmware.com>
-
Wenkai Yin(尹文开) authored
1. Abstract the "config" property(which contains labels) of config layer into the extra attributes for images 2. Try to get the author information from the "maintainer" label fixes 12066 fixes 12734 Signed-off-by:
Wenkai Yin <yinw@vmware.com>
-
- 22 Sep, 2020 1 commit
-
-
Thomas Rosenstein authored
Signed-off-by:
Thomas Rosenstein <thomas.rosenstein@creamfinance.com>
-
- 18 Sep, 2020 1 commit
-
-
AllForNothing authored
Signed-off-by:
AllForNothing <sshijun@vmware.com>
-
- 16 Sep, 2020 1 commit
-
-
AllForNothing authored
Signed-off-by:
AllForNothing <sshijun@vmware.com>
-
- 15 Sep, 2020 1 commit
-
-
Ziming Zhang authored
Signed-off-by:
Ziming Zhang <zziming@vmware.com>
-
- 14 Sep, 2020 1 commit
-
-
AllForNothing authored
Signed-off-by:
AllForNothing <sshijun@vmware.com>
-
- 10 Sep, 2020 3 commits
-
-
chlins authored
Signed-off-by:
chlins <chlins.zhang@gmail.com>
-
Daniel Jiang authored
Signed-off-by:
Daniel Jiang <jiangd@vmware.com>
-
AllForNothing authored
Signed-off-by:
AllForNothing <sshijun@vmware.com>
-
- 09 Sep, 2020 1 commit
-
-
stonezdj authored
Correct ldap search filter is enclosed with '(' and ')' Search ldap group with the ldap group base DN instead of group DN Fixes #12613 LDAP Group Filter and Group Base DN have no affect Signed-off-by:
stonezdj <stonezdj@gmail.com>
-
- 07 Sep, 2020 3 commits
-
-
He Weiwei authored
We know the user id when query projects by member, so use the user id as entity_id directly in project_member, no need to join harbor_user table. Closes #12968 Signed-off-by:
He Weiwei <hweiwei@vmware.com>
-
AllForNothing authored
Signed-off-by:
AllForNothing <sshijun@vmware.com>
-
Daniel Jiang authored
This commit makes a change so that the user id will be stored in sessoin after user login instead of user model to avoid data inconsistency when user model changes. Fixes #12934 Signed-off-by:
Daniel Jiang <jiangd@vmware.com>
-
- 05 Sep, 2020 1 commit
-
-
Daniel Jiang authored
This commit ensures that when CLI is pulling a tag, the content trust middleware check the data in notary to ensure the particular tag is signed, not only the digest. Signed-off-by:
Daniel Jiang <jiangd@vmware.com>
-
- 03 Sep, 2020 2 commits
-
-
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 4 commits
-
-
He Weiwei authored
Ignore enable_content_trust metadata for proxy cache project, see https://github.com/goharbor/harbor/issues/12940 to get more info Signed-off-by:
He Weiwei <hweiwei@vmware.com>
-
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>
-
chlins authored
Signed-off-by:
chlins <chlins.zhang@gmail.com>
-
Wenkai Yin authored
Signed-off-by:
Wenkai Yin <yinw@vmware.com>
-
- 01 Sep, 2020 1 commit
-
-
wang yan authored
1, remove the pkg dependency on v2.0/server/models 2, remove the controller dependency on v2.0/server/models Signed-off-by:
wang yan <wangyan@vmware.com>
-
- 28 Aug, 2020 1 commit
-
-
Steven Zou authored
Signed-off-by:
Steven Zou <szou@vmware.com>
-
- 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>
-
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>
-
- 26 Aug, 2020 3 commits
-
-
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>
-
Ziming Zhang authored
Signed-off-by:
Ziming Zhang <zziming@vmware.com>
-
He Weiwei authored
Signed-off-by:
He Weiwei <hweiwei@vmware.com>
-
- 25 Aug, 2020 3 commits
-
-
fanjiankong authored
Signed-off-by:
fanjiankong <fanjiankong@tencent.com>
-
chlins authored
Signed-off-by:
chlins <chlins.zhang@gmail.com>
-
AllForNothing authored
Signed-off-by:
AllForNothing <sshijun@vmware.com>
-
- 24 Aug, 2020 2 commits
-
-
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>
-
- 20 Aug, 2020 4 commits
-
-
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>
-
AllForNothing authored
Signed-off-by:
AllForNothing <sshijun@vmware.com>
-
Daniel Jiang authored
The current approach will prevent the effectiveness of `Cache-Control` header and gorilla's library add `Vary:Cookie` header in all responses. We will set the token in a header of response so the response can be cached when needed. Signed-off-by:
Daniel Jiang <jiangd@vmware.com>
-
- 19 Aug, 2020 1 commit
-
-
AllForNothing authored
Signed-off-by:
AllForNothing <sshijun@vmware.com>
-