clouderati
91a45473cb
Updating README.md
...
Fixing minor nits in readme.
Signed-off-by: clouderati <35942204+clouderati@users.noreply.github.com>
2018-11-30 15:31:56 -05:00
Daniel Jiang
6a127ba201
Merge pull request #6312 from wy65701436/update-gc-document
...
add document for gc
2018-11-30 18:18:27 +08:00
Steven Zou
9c76c375ac
Merge pull request #6396 from steven-zou/unique_job
...
Support unique job constraints (both unique queue and running jobs)
2018-11-30 17:03:43 +08:00
wang yan
1f947cf3c8
Remote delete repositories description and point it to gc
...
Signed-off-by: wang yan <wangyan@vmware.com>
2018-11-30 17:02:32 +08:00
Qian Deng
1de52e28ae
Merge pull request #6398 from ninjadq/fix_i18n_of_delete_project_failure_msg
...
Fix: i18n issues of deleting project failure info
2018-11-30 16:44:11 +08:00
Mia ZHOU
a90fb5219c
Merge pull request #6394 from ninjadq/fix_robot_cases_for_global_search
...
Fix xpath in go to project robot case
2018-11-30 16:43:55 +08:00
Mia ZHOU
42fe0ec30a
Merge pull request #6397 from ninjadq/fix_helm_chart_api_in_ui
...
Fix: helmchart api change caused problems
2018-11-30 16:43:19 +08:00
Wenkai Yin
a81346a4ba
Merge pull request #6386 from heww/session
...
change session cookie name to sid
2018-11-30 16:13:45 +08:00
Steven Zou
84d864607c
Add UT cases for new added code
...
Signed-off-by: Steven Zou <szou@vmware.com>
2018-11-30 16:08:15 +08:00
Qian Deng
9020cd6cd2
Fix: i18n issues of deleting project failure info
...
Fix i18n issues that may confuse people
Signed-off-by: Qian Deng <dengq@vmware.com>
2018-11-30 15:40:26 +08:00
Qian Deng
9dd509e0eb
Fix xpath in go to project robot case
...
Global search bug fix introduced test case failure, fix it by edit xpath
Signed-off-by: Qian Deng <dengq@vmware.com>
2018-11-30 15:33:14 +08:00
Qian Deng
2a583fccfe
Fix: helmchart api change caused problems
...
Adapter ui to new backend API
Signed-off-by: Qian Deng <dengq@vmware.com>
2018-11-30 15:28:28 +08:00
Steven Zou
ec2ad4d0b8
Merge pull request #6093 from cd1989/replication-record-id
...
Add op uuid to image replication
2018-11-30 14:54:43 +08:00
Mia ZHOU
b3d0d64ebd
Merge pull request #6392 from pureshine/nav-logo
...
Add harbor logo to navigation bar
2018-11-30 14:42:55 +08:00
Steven Zou
ccd486a0ad
Support unique job constraints (both unique queue and running jobs)
...
Signed-off-by: Steven Zou <szou@vmware.com>
2018-11-30 14:14:21 +08:00
Wenkai Yin
9d5cf57373
Check the existence of name when creating replication rule and fix bugs in testing library ( #6381 )
...
1. Fix #5102 by checking the existence of name when creating/editing replication rule
2. Add unique constraint to the name of replication policy and target
3. Fix bugs of testing library
Signed-off-by: Wenkai Yin <yinw@vmware.com>
2018-11-30 13:32:20 +08:00
Daniel Jiang
b953dfe74f
Merge pull request #6342 from heww/update-installation-guide-doc
...
update installation guide doc
2018-11-30 10:37:14 +08:00
James Zabala
399c9c44d8
Merge pull request #6384 from SDBrett/photon-build
...
Corrected errors in photon build
2018-11-29 18:08:52 -05:00
James Zabala
36bdcb02f3
Merge pull request #6005 from stonezdj/fix_ldap_search_error
...
Fix LDAP search error
2018-11-29 17:48:21 -05:00
FangyuanCheng
566fc5de02
Add harbor logo to navigation bar
...
Signed-off-by: FangyuanCheng <fangyuanc@vmware.com>
2018-11-29 23:18:26 +08:00
stonezdj
3b165d41d4
Fix LDAP search error
...
Signed-off-by: stonezdj <stonezdj@gmail.com>
2018-11-29 18:37:23 +08:00
danfengliu
04fd4d444d
Add API test case for user view logs. ( #6370 )
...
Add API test case for user view logs.
Signed-off-by: danfengliu <danfengl@vmware.com>
2018-11-29 18:27:53 +08:00
Steven Zou
68b1b98f0a
Merge pull request #6375 from steven-zou/fix_global_search_502_issue
...
Fix global search 502 issue happened when chart repo is not enabled
2018-11-29 16:29:08 +08:00
Daniel Jiang
a3f424f5f3
Merge pull request #6378 from cd1989/retag-status-code-fix
...
Fix status code for permission check in retag, use 403
2018-11-29 16:00:34 +08:00
Steven Zou
d82482499b
Merge pull request #6371 from mmpei/6144-JSLoggerInDB
...
6144 js logger in db
2018-11-29 15:58:20 +08:00
Steven Zou
e7ffaecca5
Fix global search 502 issue happened when chart repo is not enabled
...
Signed-off-by: Steven Zou <szou@vmware.com>
2018-11-29 15:53:09 +08:00
He Weiwei
00a3948fff
change session cookie name to sid
...
Signed-off-by: He Weiwei <hweiwei@vmware.com>
2018-11-29 15:18:15 +08:00
Brett Johnson
f3640acf67
corrected tdnf build install command.
...
build failing due to tdnf attempting to install
x86_64/gcc-5.3.0-5.ph1.x86_64.rpm
Signed-off-by: Brett Johnson <brett@sdbrett.com>
2018-11-29 17:55:23 +11:00
Wenkai Yin
3ff4402a35
Merge pull request #6379 from steven-zou/add_retry_to_connect_redis
...
Add retry with backoff when creating redis cache for chart server
2018-11-29 13:52:43 +08:00
Brett Johnson
2d134c2f21
corrected tdnf build install command.
...
build failing due to tdnf attempting to install
x86_64/gcc-5.3.0-5.ph1.x86_64.rpm
Signed-off-by: Brett Johnson <brett@sdbrett.com>
2018-11-29 16:30:27 +11:00
Brett Johnson
1eb64e43ef
added stage alias
...
resolve build error 'invalid from flag value 0: repository sha256 not found: does not exist or no pull access'
Signed-off-by: Brett Johnson <brett@sdbrett.com>
2018-11-29 16:02:26 +11:00
Mia ZHOU
3c000f10a0
Merge pull request #6338 from ninjadq/fix_chart_ui_related_issues
...
Fix chart ui related issues
2018-11-29 10:11:44 +08:00
Steven Zou
5ccfa9f8ad
Add retry with backoff when creating redis cache for chart server
...
Signed-off-by: Steven Zou <szou@vmware.com>
2018-11-28 22:23:03 +08:00
Steven Zou
0793bf316f
Merge pull request #6376 from steven-zou/fix_picture_missing_issue
...
Restore the missing picture of CONTRIBUTING.md file
2018-11-28 20:53:38 +08:00
陈德
f72c7766ae
Fix status code for permission check in retag, use 403
...
Signed-off-by: 陈德 <chende@caicloud.io>
2018-11-28 19:48:25 +08:00
He Weiwei
417e49fae7
update parameters for registry storage
...
Signed-off-by: He Weiwei <hweiwei@vmware.com>
2018-11-28 18:35:32 +08:00
peimingming
238dbc0347
Add UT and review comments and issue fix ( #6144 )
...
Signed-off-by: peimingming <peimingming@corp.netease.com>
2018-11-28 17:43:14 +08:00
Steven Zou
b54c6b4474
Merge pull request #6374 from steven-zou/fix_malformat_json_data
...
Fix the malformat json data of chart list API
2018-11-28 17:43:08 +08:00
Steven Zou
bba81cfc93
Restore the missing picture of CONTRIBUTING.md file
...
Signed-off-by: Steven Zou <szou@vmware.com>
2018-11-28 17:40:51 +08:00
Steven Zou
b895fda13a
Fix the malformat json data of chart list API
...
Signed-off-by: Steven Zou <szou@vmware.com>
2018-11-28 17:07:17 +08:00
peimingming
c67fdc40f5
Support store job log in DB ( #6144 )
...
Signed-off-by: peimingming <peimingming@corp.netease.com>
2018-11-28 15:09:29 +08:00
danfengliu
c4bf65162c
add api test case for garbage collection ( #6366 )
...
Add API test case for garbage collection, and add swagger.yaml, GC and chart feature were updated in swagger.yaml.
Signed-off-by: danfengliu <danfengl@vmware.com>
2018-11-27 19:17:41 +08:00
Steven Zou
b406d7ccc0
Merge pull request #6358 from SDBrett/contributing-improve-clarity
...
added dependency install steps to linting
2018-11-27 18:34:26 +08:00
Qian Deng
7724d1fd5a
Update user guide screenshot
...
update the screenshots in user guide
update document in user guide
Signed-off-by: Qian Deng <dengq@vmware.com>
2018-11-27 15:43:17 +08:00
Qian Deng
59b47ba29b
Enhance: the header of add label component will passed by parant
...
Make the header word of label to be a input argument.
Signed-off-by: Qian Deng <dengq@vmware.com>
2018-11-27 14:45:08 +08:00
Mia ZHOU
f78660ff84
Merge pull request #6356 from pureshine/fix-iconbug
...
Fix the bug that markdown icon does not display on the page
2018-11-27 11:27:29 +08:00
FangyuanCheng
f39cd17003
Fix the bug that markdown icon does not display on the page
...
Signed-off-by: FangyuanCheng <fangyuanc@vmware.com>
2018-11-27 10:16:14 +08:00
Daniel Jiang
ca79a98f17
Add dependencies to Gopkg.toml ( #6343 )
...
During the legal process for 1.7.0 I found some dependencies are not tracked in
Gopkg.toml.
This commit explicitly add depedencies on these packages.
Signed-off-by: Daniel Jiang <jiangd@vmware.com>
2018-11-27 09:27:12 +08:00
Brett Johnson
4843dd0d4c
added dependency install steps to linting
...
Signed-off-by: Brett Johnson <brett@sdbrett.com>
2018-11-27 04:48:41 +11:00
Daniel Jiang
260bc6ebf3
Merge pull request #6347 from wy65701436/bump-up-clair207
...
Bump up clair version to v2.0.7
2018-11-26 19:34:50 +08:00