Commit Graph

3872 Commits

Author SHA1 Message Date
Tan Jiang
224f75b9a6 Refactor /users API, add more restircation in password reset
Simplified the code when checking if a user is modiable in different
auth modes.
Also add restriction in password, such that when the auth mode is not DB
auth, only the super user can choose to reset his password.
2017-12-18 14:32:29 +08:00
Daniel Jiang
7946b07fce
Merge pull request #3796 from stonezdj/ldap_3653
Fix ldap ping issue #3653
2017-12-15 16:12:36 +08:00
Qian Deng
40f766b29a
Merge pull request #3742 from ninjadq/metadata_description
Add UI for metadata description
2017-12-15 15:44:50 +08:00
Steven Zou
5b522fcd40
Merge pull request #3800 from vmware/add_proxy_settings
[SKIP CI] add proxy settings to the API client for the api-testing part
2017-12-15 15:39:54 +08:00
stonezdj
9393d26fdc Fix ldap ping issue #3653 2017-12-15 14:47:54 +08:00
Steven Zou
42fb5c9f8e add proxy settings to the API client for the api-testing part 2017-12-15 13:19:03 +08:00
Daniel Jiang
d1bcb6f853
Merge pull request #3794 from stonezdj/ldap_try
Retry when test ldap server load data fail
2017-12-15 10:21:08 +08:00
stonezdj
2c2f97a3be Retry when test ldap server load data fail 2017-12-14 22:36:27 +08:00
Daniel Jiang
0abd30f9f4
Merge pull request #3785 from reasonerjt/auth-refactor
Small refactory.
2017-12-14 14:51:40 +08:00
sigsbee
5caf31c57d
add vulnerability case (#3206)
* Add vulnerability manual case
2017-12-14 10:53:42 +08:00
Tan Jiang
5da894bcf2 Small refactory. 2017-12-13 20:58:27 +08:00
stone
cbd1431333
Merge pull request #3726 from stonezdj/ldap_refactor2
Refactor LDAP code

Changes include:
1. Use session to manage the lifecycle of LDAP connections
2. Abstract common AuthenticateHelper interface for db_auth, ldap_auth, uaa_auth
2017-12-13 16:21:20 +08:00
Deng, Qian
a4bd27c7b0 Bump UI Lib version 2017-12-13 15:37:56 +08:00
Deng, Qian
ccfd206ae2 Merge branch 'master' into metadata_description 2017-12-13 15:21:57 +08:00
stonezdj
ec67974104 Refactor ldap
Changes include:

1. Use Session to manage the lifecycle of ldap connections
2. Abstract common AuthenticateHelper interface for db_auth, ldap_auth,
uaa_auth mode
2017-12-13 14:57:04 +08:00
Daniel Jiang
90acafaea2
Merge pull request #3776 from wy65701436/pks-release
Add pks build bundle process
2017-12-13 13:13:36 +08:00
wangyan
a4490f1709 Add pks build bundle process 2017-12-12 19:36:06 -08:00
Wenkai Yin
62c652ede0
Merge pull request #3775 from pengpengshui/ping_replicationRule
Fix Replication Rule Ping target issue about #3770
2017-12-13 10:38:48 +08:00
Fuhui Peng (c)
f179e09cd0 Fix Replication Rule Ping target issue about #3770 2017-12-12 18:05:03 +08:00
yixingjia
ec269047c7
Merge pull request #3736 from yixingjia/HA
HA installation script
2017-12-12 16:27:28 +08:00
Yan
bcb74dde83
Merge pull request #3730 from sigsbee/updateguide
Add link to user guide overview issue#3519
2017-12-10 20:49:24 -08:00
yixingjia
f4d0fd4d23
Merge pull request #3640 from yixingjia/moveconftoDB
Add database driver for Harbor configurations
2017-12-11 10:42:05 +08:00
Yan
f54ce1a1f6
Merge pull request #3765 from reasonerjt/fix-license-1.3
Fix the error License for 1.3 release
2017-12-08 02:47:15 -08:00
Tan Jiang
bf95d19798 Fix the error License for 1.3 release 2017-12-08 17:22:59 +08:00
Daniel Jiang
9193161f25
Merge pull request #3761 from vmware/add_api_testing
[Skip CI]add api testing for harbor including image pull and push
2017-12-08 17:11:59 +08:00
Steven Zou
61eefbaf6c add api testing for harbor including image pull and push 2017-12-08 16:16:50 +08:00
Deng, Qian
b15acdf151 Add UI for metadata description 2017-12-08 15:05:52 +08:00
yixingj
d328e2586e HA installation script
Add --ha options when install Harbor.

Currently it does nothing.
2017-12-07 22:56:57 +08:00
Daniel Jiang
6f4e27ef73
Merge pull request #3754 from wy65701436/fix-issux-#3751
Update prepare chmod to support python3
2017-12-07 18:51:24 +08:00
wangyan
8cd5ac5171 Update prepare chmod to support python3 2017-12-07 00:31:02 -08:00
yixingj
9b03c93afd Add database driver for Harbor configurations
1>Add a new database driver for configurations
2> change the current default driver from json
to database
2017-12-06 13:06:54 +08:00
Steven Zou
82d842d77c
Merge pull request #3741 from wy65701436/add-tc-concourse
Add test cases for concourse-ci
2017-12-04 04:53:47 -06:00
wangyan
2d047d03e7 Add test cases for concourse-ci 2017-12-04 01:42:15 -08:00
Qian Deng
5de872486c
Merge pull request #3692 from ywk253100/171127_repo_desc
Add update repository API to support description of repository
2017-12-04 17:25:38 +08:00
myufei
4e87152cd5 Add link to user guide overview issue#3519 2017-12-02 02:36:30 +08:00
Daniel Jiang
c7790ff37e
Merge pull request #3715 from stonezdj/ldap_e2e
Add LDAP e2e test
2017-12-01 10:57:38 +08:00
Daniel Jiang
975fb2e449
Merge pull request #3710 from vmware/ping_endpoint_dev
Fix ping target bug
2017-12-01 10:56:28 +08:00
stonezdj
73abc68cb4 Add LDAP e2e test 2017-11-30 18:53:53 +08:00
Daniel Jiang
7f4ef4e117
Update LICENSE and NOTICE file for 1.3 release (#3721) 2017-11-30 15:46:10 +08:00
Wenkai Yin
2d0fb14a91
Merge pull request #3709 from ninjadq/ping_endpoint_dev
Bump UI lib version to 0.5.16
2017-11-29 17:42:54 +08:00
Deng, Qian
092c19c666 Bump UI lib version to 0.5.16 2017-11-29 17:41:19 +08:00
Wenkai Yin
6094cca159
Merge pull request #3708 from ywk253100/171129_ping
Refactor ping target API
2017-11-29 17:29:01 +08:00
Wenkai Yin
7ccdce33a0 Refactor ping target API
Merge ping target API by ID into ping target API
2017-11-29 17:15:03 +08:00
Yan
13ffebcff7
Merge pull request #3702 from wy65701436/fix-ci-bug
Fix ci upload latest bundle bug
2017-11-28 15:02:01 +08:00
wangyan
48cdc0fb04 Fix ci upload latest bundle bug 2017-11-27 22:05:28 -08:00
Daniel Jiang
d13321f2b5
Support getting user info via token in UAA Client (#3686) 2017-11-27 18:13:36 +08:00
stone
30e536b18b
Merge pull request #3683 from stonezdj/local_ldap_enhance
Ldap enhancement
2017-11-27 14:36:20 +08:00
Wenkai Yin
8d9af50bbc Add update repository API to support description of repository 2017-11-27 14:18:57 +08:00
yixingjia
97c26f04e7
Merge pull request #3682 from yixingjia/fixclairpermission
Fix clair permission issue
2017-11-25 21:51:59 +08:00
stonezdj
1179769e31 Update with PR review comment 2017-11-24 14:53:34 +08:00