Commit Graph

9851 Commits

Author SHA1 Message Date
danfengliu
5416950b5b Add 2.0 & 2.1 upgrade pipeline in nightly
1. Add 2.0 upgrade pipeline in nightly;
2. Add 2.1 upgrade pipeline in nightly.

Signed-off-by: danfengliu <danfengl@vmware.com>
2020-09-22 10:31:40 +08:00
Will Sun
afc04aef84
Merge pull request #13105 from AllForNothing/release-2.1.0
Improve i18n for tag deletion
2020-09-18 11:01:13 +08:00
AllForNothing
6d0976019d Improve i18n for tag deletion
Signed-off-by: AllForNothing <sshijun@vmware.com>
2020-09-18 09:49:13 +08:00
Will Sun
6f4666ec6d
Merge pull request #13073 from AllForNothing/release-2.1.0
[Cherry-pick]Disable endpoint input for docker-hub and helm-hub
2020-09-17 10:42:56 +08:00
AllForNothing
499d50ff2e Disable endpont input fot docker-hub and helm-hub
Signed-off-by: AllForNothing <sshijun@vmware.com>
2020-09-16 15:03:19 +08:00
Wenkai Yin(尹文开)
a3eca103eb
Merge pull request #13054 from reasonerjt/fix-ldap-admingroup-2.1.0
[Cherrypick-2.1]Revert "Store User ID in session instead of the whole user model (#12…
2020-09-15 13:12:01 +08:00
Will Sun
58ff1b6723
Merge pull request #13056 from AllForNothing/release-2.1.0
[Cherry-pick]Improve notary cmd on UI
2020-09-15 10:49:54 +08:00
Daniel Jiang
0c0e38e8c3 Revert "Store User ID in session instead of the whole user model (#12984)"
This reverts commit 6fc0c9d75a.

Because this erases the AdminRoleInAuth attribute in user model as it is
not stored in DB and it will break the admin group of LDAP.

Signed-off-by: Daniel Jiang <jiangd@vmware.com>
2020-09-15 10:04:18 +08:00
AllForNothing
343af79337 Improve notary cmd on UI
Signed-off-by: AllForNothing <sshijun@vmware.com>
2020-09-15 10:03:28 +08:00
Daniel Jiang
0c5db69240
fix(webhook): fix the verify cert logic of webhook endpoint (#13032)
Signed-off-by: chlins <chlins.zhang@gmail.com>

Co-authored-by: chlins <chlins.zhang@gmail.com>
2020-09-11 12:35:14 +08:00
Will Sun
804a76d5e7
Merge pull request #13026 from AllForNothing/release-2.1.0
[Cherry-pick]Change EXECUTE button to uppercase
2020-09-11 11:00:26 +08:00
AllForNothing
de1ba3d8fc Change EXECUTE button to uppercase
Signed-off-by: AllForNothing <sshijun@vmware.com>
2020-09-10 11:13:03 +08:00
Daniel Jiang
447c218dcf
Escape the query string in list user (#13012)
Signed-off-by: Daniel Jiang <jiangd@vmware.com>
2020-09-09 20:52:08 +08:00
stonezdj(Daojun Zhang)
12f356d1bf
Add ldap filter syntax validation when create search filter (#13008)
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>
2020-09-09 14:37:51 +08:00
Qian Deng
b0877327c7
Merge pull request #12998 from ninjadq/fix_upgrade_trivy_2_1
Fix trivy setting in upgrading script
2020-09-08 17:27:23 +08:00
DQ
0e0e7afce0 Fix trivy setting in upgrading script
Signed-off-by: DQ <dengq@vmware.com>
2020-09-08 15:52:49 +08:00
Wenkai Yin(尹文开)
2326899518
Merge pull request #12994 from heww/cherry-pick-fix-issue-12968
[Cherry pick]fix(project): change to use user id to query projects of member
2020-09-08 10:20:08 +08:00
Will Sun
c22a47a864
Merge pull request #12991 from AllForNothing/release-2.1.0
[Cherry-pick]Fix UI issues found on testing day
2020-09-08 01:11:43 +08:00
Steven Zou
4223f38bb0
Merge pull request #12917 from chlins/cherry-pick/project-deletion-needs-delete-preheat-policy
[CHERRY-PICK]fix(p2p): delete all preheat policies before delete project
2020-09-07 18:14:55 +08:00
He Weiwei
33d5f0945b fix(project): change to use user id to query projects of member
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>
2020-09-07 08:19:27 +00:00
AllForNothing
cdd54944ec Fix UI issues found on testing day
Signed-off-by: AllForNothing <sshijun@vmware.com>
2020-09-07 13:33:00 +08:00
He Weiwei
55148facf1
Merge pull request #12990 from heww/cherry-pick-ignore-enable-content-trust-for-proxy-cache
[Cherry pick]feat(project): ignore enable_content_trust for proxy project
2020-09-07 12:42:51 +08:00
He Weiwei
b0f807ecea
Merge pull request #12966 from heww/cherry-pick-to-fix-12938
[Cherry pick]fix(scanner): move RemoveImmutableScanners before EnsureScanners
2020-09-07 12:26:57 +08:00
chlins
86bc64a7f1 fix(p2p): delete all preheat policies before delete project
Signed-off-by: chlins <chlins.zhang@gmail.com>
2020-09-07 12:14:21 +08:00
Wang Yan
7fe1df22ef
fix gc log issue (#12969)
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>

fix
2020-09-07 12:02:42 +08:00
He Weiwei
d6d793166e feat(project): ignore enable_content_trust for proxy project
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>
2020-09-07 03:52:32 +00:00
He Weiwei
e9cbfd4594 fix(scanner): move RemoveImmutableScanners before EnsureScanners
RemoveImmutableScanners may delete the default scanner, so move it
before the EnsureScanners.

Closes #12938

Signed-off-by: He Weiwei <hweiwei@vmware.com>
2020-09-07 03:30:52 +00:00
Daniel Jiang
dd47079c3c
Merge pull request #12987 from reasonerjt/session-user-id-2.1
[CherryPick - 2.1] Store User ID in session instead of the whole user model
2020-09-07 11:21:09 +08:00
Wenkai Yin(尹文开)
70488884d8
Merge pull request #12954 from ywk253100/200902_replication_2.1
[cherry-pick-2.1]retry several times when failed to copy blob during the replication
2020-09-07 11:01:45 +08:00
Wenkai Yin
65d658a059 retry several times when failed to copy blob during the replication
Signed-off-by: Wenkai Yin <yinw@vmware.com>
2020-09-07 10:09:11 +08:00
Daniel Jiang
a569791325 Store User ID in session instead of the whole user model
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>
2020-09-07 03:07:57 +08:00
Daniel Jiang
7bcfb502d2
Merge pull request #12973 from reasonerjt/content-trust-check-tag-2.1
Check the tag in isArtifactSigned func -- cherrypick to 2.1
2020-09-06 13:38:48 +08:00
Qian Deng
a8f0dc0aeb
Merge pull request #12979 from danfengliu/fix-ci-python-package-installation-issue-in-2.1
Merge pull request #12965 from danfengliu/cherry-pick-2.1.0-fix-git-a…
2020-09-05 17:32:39 +08:00
Daniel Jiang
a6cc336383 Check the tag in isArtifactSigned func
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>
2020-09-05 17:01:37 +08:00
stonezdj(Daojun Zhang)
c3c4a5ef6c Merge pull request #12965 from danfengliu/cherry-pick-2.1.0-fix-git-action-ci-missing-site-packages-issue
Fix git action CI missing python sit packages issue
2020-09-03 20:50:16 +08:00
stonezdj(Daojun Zhang)
4cf6e5ca50
Merge pull request #12965 from danfengliu/cherry-pick-2.1.0-fix-git-action-ci-missing-site-packages-issue
Fix git action CI missing python sit packages issue
2020-09-03 19:44:29 +08:00
danfengliu
cb2296f7d8 Fix git action CI missing python sit packages issue
Signed-off-by: danfengliu <danfengl@vmware.com>
2020-09-03 17:39:50 +08:00
Daniel Jiang
58f8e6d305
Return basic auth challenge for /v2/_catalog (#12958)
Fixes #12192

Signed-off-by: Daniel Jiang <jiangd@vmware.com>
2020-09-03 11:31:40 +08:00
danfengliu
6371ba2e79
Merge pull request #12949 from danfengliu/cherry-pick-to-2.1-fix-swagger-package-missing-issue
Fix issue of missing swagger package for python API test
2020-09-02 18:09:24 +08:00
danfengliu
d36400efa6 Fix issue of missing swagger package for python API test
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>
2020-09-02 16:49:45 +08:00
Steven Zou
1e337a6fea
Merge pull request #12907 from steven-zou/cherry-pick/preheat-job-fix
[CHERRY-PICK]fix(preheat):handle fail case of preheat in job
2020-08-31 14:46:42 +08:00
Steven Zou
3e291c4ef6 fix(preheat):handle fail case of preheat in job
Signed-off-by: Steven Zou <szou@vmware.com>
2020-08-28 18:05:21 +08:00
Wenkai Yin(尹文开)
560eba7bd1
Merge pull request #12894 from stonezdj/200827_dockerhub_offline
Fallback to local repo on errors when proxy to remote repo
2020-08-28 15:14:21 +08:00
danfengliu
fb23db395c
Merge pull request #12868 from danfengliu/add-p2p-preheat-ui-test
Add P2P Preheat UI Test
2020-08-28 14:53:43 +08:00
He Weiwei
14f2d5e167
Merge pull request #12865 from heww/gen-apis-mocks-doc
docs: add doc for gen apis and mocks
2020-08-28 14:42:46 +08:00
Daniel Jiang
1b8bec3994
Merge pull request #12896 from wy65701436/fixes-12889
fix migration issue
2020-08-28 14:16:21 +08:00
danfengliu
00180b2a6f Add P2P Preheat UI Test
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>
2020-08-28 11:34:32 +08:00
He Weiwei
687043c298
Merge pull request #12880 from stefannica/use-exit-in-db-entrypoint
Use exec in harbor database entrypoint
2020-08-28 10:09:58 +08:00
Wenkai Yin(尹文开)
3abe8b8fab
Merge pull request #12456 from julienvey/fix-sql-typo
Fix typo in sql log
2020-08-28 10:04:27 +08:00
Wenkai Yin(尹文开)
bad704d38b
Merge pull request #12897 from reasonerjt/icon-refactor
Fill in the icon of known artifacts in artifact controller
2020-08-28 10:03:12 +08:00