Daniel Jiang
798059aed5
Merge pull request #10013 from heww/permission-checking-improvement
...
perf(rbac): add permission evaluator to improve performance
2019-11-29 11:23:56 +08:00
Will Sun
2d21c3f2fa
Merge pull request #10021 from AllForNothing/release-1.10.0
...
Disable scan now button if no default scanner(cherry-pick #10032 )
2019-11-29 10:04:34 +08:00
sshijun
ac6545c784
Fix tag-retention ui bug and disable scan button
...
Signed-off-by: sshijun <sshijun@vmware.com>
2019-11-28 17:53:27 +08:00
He Weiwei
8738e61a42
perf(rbac): add permission evaluator to improve performance
...
1. Introduce Evaluator interface which do the permission checking.
2. Do permission checking in security context by `Evaluator`.
3. Cache the regexp in keyMatch for casbin.
4. Cache rbac evaluator in namespace evaluator to improve performance.
Signed-off-by: He Weiwei <hweiwei@vmware.com>
2019-11-28 05:16:26 +00:00
jwangyangls
045e400547
Merge pull request #10023 from jwangyangls/fix-token-expired-1.10
...
[Cherry-pick1.10]Reslove the token expired
2019-11-27 17:32:38 +08:00
Yogi_Wang
096c7189c2
Reslove the token expired
...
Signed-off-by: Yogi_Wang <yawang@vmware.com>
2019-11-27 15:08:10 +08:00
jwangyangls
329dd74712
Merge pull request #9981 from jwangyangls/modify-nav-style-1.10
...
[Cherry-pick#9971]Modify the style of language and modify variable name (9971)
2019-11-26 12:19:11 +08:00
Wang Yan
183853609d
Merge pull request #9987 from wy65701436/release-1.10.0-build
...
cherry-pick inject base image parameter when to build offline installer
2019-11-25 17:11:50 +08:00
wang yan
2a37e81631
cherry-pick inject base image parameter when to build offline installer
...
Signed-off-by: wang yan <wangyan@vmware.com>
2019-11-25 14:37:18 +08:00
Yogi_Wang
c0b3c9f9c5
Modify the style of language and modify variable name
...
Signed-off-by: Yogi_Wang <yawang@vmware.com>
2019-11-25 10:26:08 +08:00
jwangyangls
52b0c9fe73
Merge pull request #9973 from jwangyangls/about-dialog-1.10
...
Fix broken about dialog on sign in page
2019-11-25 10:22:36 +08:00
Bastian Hofmann
c0343db0e1
Fix broken about dialog on sign in page
...
Signed-off-by: Bastian Hofmann <bashofmann@gmail.com>
2019-11-22 16:27:37 +08:00
Wang Yan
08558d37af
Merge pull request #9967 from wy65701436/release-1.10.0
...
udpate base image to 1.10.0
2019-11-22 16:13:03 +08:00
wang yan
ef330f794b
udpate base image to 1.10.0
...
Signed-off-by: wang yan <wangyan@vmware.com>
2019-11-22 15:10:11 +08:00
Wang Yan
60101c4ea1
Merge pull request #9964 from heww/fix-clair-updaters-disable
...
fix(prepaire,clair): disable clair updaters when its interval is 0
2019-11-22 13:38:34 +08:00
stonezdj(Daojun Zhang)
9d616ce50a
Merge pull request #9962 from stonezdj/191122_no_proxy_list
...
Failed to start harbor when proxy is set
2019-11-22 12:46:16 +08:00
He Weiwei
b8308f41a0
fix(prepaire,clair): disable clair updaters when its interval is 0
...
Closes #9961
Signed-off-by: He Weiwei <hweiwei@vmware.com>
2019-11-22 03:31:20 +00:00
stonezdj
938168b8ad
Failed to start harbor when proxy is set
...
Fix #9614 , all communication between internal components should bypass the proxy
Add chartmuseum, notary-server,clair-adapter to the no_proxy list in harbor.yml
Signed-off-by: stonezdj <stonezdj@gmail.com>
2019-11-22 11:22:51 +08:00
Wang Yan
308424f840
Merge pull request #9951 from wy65701436/fix-9080
...
add coding style documentation
2019-11-22 10:33:47 +08:00
Will Sun
96b22948dd
Merge pull request #9948 from AllForNothing/filter
...
Fix filter bug for registries and labels datagrid
2019-11-22 10:05:28 +08:00
He Weiwei
fec76c3d57
fix(limited-guest): fix limited guest info missing in summary page ( #9957 )
...
Signed-off-by: He Weiwei <hweiwei@vmware.com>
2019-11-22 10:03:02 +08:00
Wang Yan
abfd634644
Merge pull request #9935 from wy65701436/enable-migrator-master
...
enable build migrator in master
2019-11-21 18:51:36 +08:00
Wang Yan
df1ecc9488
Merge pull request #9952 from danfengliu/add-wait-and-add-length-of-projectname
...
Fix scan all test case
2019-11-21 18:04:18 +08:00
jwangyangls
3c4aca0fcb
Merge pull request #9950 from jwangyangls/fix-ui-issue1.10-round3
...
Fix ui issue about the third round test
2019-11-21 16:36:09 +08:00
Danfeng Liu (c)
6e1f560544
Modify 2 points, 1st is add wait time right after scan all; 2nd is add name length for project name to avoid naming repeatly.
...
Signed-off-by: Danfeng Liu (c) <danfengl@vmware.com>
2019-11-21 15:12:21 +08:00
Yogi_Wang
5b6e1d9f88
Fix ui issue about the third round test
...
Signed-off-by: Yogi_Wang <yawang@vmware.com>
2019-11-21 14:56:53 +08:00
wang yan
cf6ef599e7
add coding style documentation
...
Fix #9080
Signed-off-by: wang yan <wangyan@vmware.com>
2019-11-21 13:53:54 +08:00
sshijun
3777bbab39
Fix filter bug for registries and labels datagrid
...
Signed-off-by: sshijun <sshijun@vmware.com>
2019-11-21 10:53:24 +08:00
Will Sun
f3f481dd12
Merge pull request #9938 from jwangyangls/fix-retag-issue
...
FIx the tag list is not refreshed when the target refills the current repository when the retag is operated.
2019-11-20 16:34:31 +08:00
wang yan
e5bd87ec5d
enable build migrator in master
...
Signed-off-by: wang yan <wangyan@vmware.com>
2019-11-20 14:59:35 +08:00
Yogi_Wang
aa925876c3
FIx the tag list is not refreshed when the target refills the current repository when the retag is operated.
...
Signed-off-by: Yogi_Wang <yawang@vmware.com>
2019-11-20 13:20:57 +08:00
jwangyangls
cd8a8105e3
Merge pull request #9921 from jwangyangls/fix-select-words
...
Fix version info in about dialog can not select and copy
2019-11-20 10:02:47 +08:00
Daniel Jiang
4e1bac4b82
Merge pull request #9820 from reasonerjt/oidc-cli-secret-group
...
Populate user groups during OIDC CLI secret verification
2019-11-19 03:03:38 -08:00
Wang Yan
5c16cbc7b6
Merge pull request #9922 from wy65701436/push-online
...
upload online installer with drone
2019-11-19 17:53:22 +08:00
wang yan
17f126c5f7
upload online installer with drone
...
1, upload online installer and signature
2, inject npm registry server when to build offline
Signed-off-by: wang yan <wangyan@vmware.com>
2019-11-19 17:01:31 +08:00
Yogi_Wang
6416aa4025
Fix version info in about dialog can not select and copy
...
fix 9854
Signed-off-by: Yogi_Wang <yawang@vmware.com>
2019-11-19 16:39:43 +08:00
Wang Yan
e1582695dd
Merge pull request #9917 from danfengliu/update-e2e-version-in-drone.yml
...
Update drone.yml for harbor-e2e-engine upgrade
2019-11-19 16:36:22 +08:00
danfengliu
f1ece98d0c
Merge pull request #9916 from danfengliu/modify-keyword-go-into-repo
...
Modify keywork Go Into Repo
2019-11-19 16:01:55 +08:00
Daniel Jiang
70a2930330
Merge pull request #9919 from wy65701436/fix-9880
...
add empter result to list immutable rules
2019-11-19 00:01:41 -08:00
stonezdj(Daojun Zhang)
2b0ede5341
Merge pull request #9829 from reasonerjt/rm-k8s-install
...
Remove scripts to deploy Harbor on k8s
2019-11-19 15:53:49 +08:00
Daniel Jiang
64af09d52b
Populate user groups during OIDC CLI secret verification
...
This commit refactors the flow to populate user info and verify CLI
secret in OIDC authentication.
It will call the `userinfo` backend of OIDC backend and fallback to
using the ID token if userinfo is not supported by the backend.
It also makes sure the token will be persisted if it's refreshed during
this procedure.
Signed-off-by: Daniel Jiang <jiangd@vmware.com>
2019-11-18 23:53:05 -08:00
wang yan
e854c4fa1b
add empter result to list immutable rules
...
Fix #9880
Signed-off-by: wang yan <wangyan@vmware.com>
2019-11-19 15:27:01 +08:00
Danfeng Liu (c)
580b47753a
There is a new commit in harbor-e2e-engine:1.42, which is upgrade docker to the latest version, so drone.yml should be update to the new one.
...
Signed-off-by: Danfeng Liu (c) <danfengl@vmware.com>
2019-11-19 15:03:04 +08:00
Danfeng Liu (c)
44b9a8d70a
The xpath of repository filter behavior may cause hung-up of repositoy search operation, so change it by the filter in the list column.
...
Signed-off-by: Danfeng Liu (c) <danfengl@vmware.com>
2019-11-19 14:52:56 +08:00
Wang Yan
bc0ff095c3
Merge pull request #9899 from heww/fix-9767
...
fix(scanner): process scenario reinstall without clair flag
2019-11-19 13:17:28 +08:00
Wang Yan
eab974419c
Merge pull request #9825 from stonezdj/bug_9681
...
Avoid to create duplicated immutable tag rules in the same project
2019-11-18 17:26:22 +08:00
jwangyangls
a1ccc0242b
Merge pull request #9881 from jwangyangls/fix-datagrid-text-overflow
...
Fix datagrid text overflow issue
2019-11-18 17:21:41 +08:00
danfengliu
e9edc01e5d
Merge pull request #9898 from danfengliu/modify-tests-relevant-clair
...
update clair nightly test cases since clair data has been solid for testing
2019-11-18 15:03:01 +08:00
He Weiwei
0c068d81f5
feat(vuln-severity): map negligible to none to match CVSS v3 ratings ( #9885 )
...
BREAKING CHANGE: the value negligible of severity in project metadata will change to none in the responses of project APIs
Signed-off-by: He Weiwei <hweiwei@vmware.com>
2019-11-18 14:36:51 +08:00
He Weiwei
8b740ace8a
fix(i18n): fix missing i18n for limited guest in group ( #9903 )
...
Closes #9768
Signed-off-by: He Weiwei <hweiwei@vmware.com>
2019-11-18 10:40:35 +08:00