wangyan
bf21628e78
Remove step to trigger downstream product in CI pipeline
2018-08-09 03:09:37 -07:00
Yan
9c86d0b86f
Update ldap user pwd for nightly ( #5571 )
2018-08-09 16:38:27 +08:00
Steven Zou
79b2f01bab
Merge pull request #5569 from steven-zou/change_notes_in_installation_script
...
Update the usage message to include chart repository server related info
2018-08-09 15:42:34 +08:00
Daniel Jiang
3dc95ee7e2
Update CFG migrator to match the new redis setting ( #5567 )
...
There's a limitation in the new harbor.cfg file the redis url will be
hard coded to the internal redis instance. We expect user to manually
edit the .cfg file if he's using a customized redis, this would be a
very rare case. We'll mention it in the release note of 1.6
2018-08-09 15:30:35 +08:00
Yan
0ffa6e076c
Unify redis configuration for harbor components ( #5564 )
...
this commit is to specrate the redis_url into host,port,pwd and index for
different components, and make it possible to set external redis server.
2018-08-09 15:27:46 +08:00
Steven Zou
7fe16eba19
Update the usage message to include chart repository server related info
2018-08-09 14:55:31 +08:00
Daniel Jiang
9833a01d2a
Merge pull request #5566 from reasonerjt/update-readme-goharbor
...
Update the url of badges to reflect the change in the repo's org
2018-08-09 13:39:58 +08:00
Qian Deng
7588e73600
Merge pull request #5565 from ninjadq/fix_command_content_undefined_issue
...
Fix repo is undefined issue on chart summary ui
2018-08-09 13:11:01 +08:00
Daniel Jiang
af75156c1c
Update the url of badges to reflect the change in the repo's org
2018-08-09 12:34:59 +08:00
Deng, Qian
e2a53c497a
Fix repo is undefined issue on chart summary ui
...
Because HTML render before component initialize, so assign value on onInit
2018-08-09 11:58:27 +08:00
Daniel Jiang
0123dfbe45
Merge pull request #5563 from zjs/topic/fix-drone
...
Fix continuous integration pipeline following move to goharbor org
2018-08-09 10:02:58 +08:00
Zach Shepherd
f387da0a9d
Refer to goharbor/harbor in the integration logic
...
An incomplete update to the integration testing logic to replace some
instances of vmware/harbor with goharbor/harbor to get CI working.
2018-08-08 18:18:36 -07:00
Zach Shepherd
91ea6ccd0f
Fix syntax error in check-org-membership
...
Currently, check-org-membership results in a bash syntax error, which
seems to be preventing CI from running.
2018-08-08 18:07:37 -07:00
Daniel Jiang
06240b0e8c
Merge pull request #5457 from ywk253100/180801_chart_readme
...
Update the readme of Harbor chart
2018-08-08 16:08:59 +08:00
Daniel Jiang
0f9a6d0224
Merge pull request #5530 from wy65701436/add-gas-report
...
Add secure go result into CI pipeline
2018-08-08 15:58:44 +08:00
Qian Deng
2066b1ec21
Merge pull request #5555 from ninjadq/add_deprecated_status
...
Add status to charts and versions UI
2018-08-08 03:22:13 -04:00
Wenkai Yin
094dd6bef7
Merge pull request #5554 from wy65701436/fix-df-echo
...
Remove the tdnf error eater in docker files
2018-08-08 15:02:46 +08:00
Deng, Qian
8d67330d9a
Add status to charts and versions UI
...
Add status to present if the chart or version is deprecated.
2018-08-08 15:02:18 +08:00
wangyan
063e44c486
Remove the tdnf error eater in docker files
2018-08-07 22:58:01 -07:00
Steven Zou
d4b17d4722
Merge pull request #5508 from caniszczyk/add-cncf-mention
...
Add mention of CNCF in README
2018-08-08 13:00:49 +08:00
Qian Deng
74f1b0b166
Merge pull request #5549 from ninjadq/fix_chart_ui_related_issue
...
Fix chart ui related issue
2018-08-08 00:34:46 -04:00
Deng, Qian
cff8fc52ba
Change UI about security table
...
1. Change wording from 'sign' to 'ready'
2. Provide download for prov file
2018-08-08 11:19:12 +08:00
Deng, Qian
173100be6d
Refactor Chart Summary Commands UI
...
1. Add Clipboard after command
2. Change the layout of command table
2018-08-08 11:19:12 +08:00
Mia ZHOU
872b19f370
Merge pull request #5553 from zhoumeina/pr/fix_ui_e2e
...
fix nightly test fail for project creation moved to system config
2018-08-08 11:18:44 +08:00
Deng, Qian
2e99719d07
Fix wording of group list
...
Fix i18n key in group list
2018-08-08 11:12:10 +08:00
Qian Deng
4367e7887a
Merge pull request #5551 from zhoumeina/pr/helm-chart-card-refine
...
Pr/helm chart card refine
2018-08-07 22:57:47 -04:00
Mia ZHOU
235a13fa74
fix nightly test fail for project creation moved to system config
...
fix nightly test fail for project creation moved to system config
2018-08-08 10:48:21 +08:00
stonezdj(Daojun Zhang)
ecdfb8034f
Add API Test setup and fix Add Member button verify ( #5548 )
2018-08-08 10:40:35 +08:00
Mia ZHOU
e2edbef3df
Refine helm chart card view
...
Changes including:
1 chart list view will have icon which from the latest version.
2 Card View will change to the option2 (large icon).
3 version list will also have icons inside the data grid.
2018-08-08 10:22:07 +08:00
stonezdj(Daojun Zhang)
1f65f9304f
Merge pull request #5281 from stonezdj/testcase_ldap_group_admin
...
Add testcase for define harbor admin by LDAP group DN
2018-08-07 16:28:49 +08:00
Daniel Jiang
efce4b7d63
Merge pull request #5545 from wy65701436/fix-readme
...
Upgrade docker and docker-compose version in requirement
2018-08-07 15:37:09 +08:00
Mia ZHOU
8f183c02ae
modify helm chart card view
2018-08-07 15:23:22 +08:00
wangyan
1c8d77a446
Add secure go result into CI pipeline
2018-08-06 23:53:31 -07:00
wangyan
aa8925a9dc
Upgrade docker and docker-compose version in requirement
2018-08-06 23:01:24 -07:00
Mia ZHOU
72ffa4826e
Merge pull request #5544 from zhoumeina/pr/refine_chart_detail_layout
...
Fix some layout issue in chart detail page
2018-08-07 13:49:29 +08:00
Daniel Jiang
1f39bb4f13
Merge pull request #5520 from stonezdj/duplicate_group_dn
...
Fix LDAP user group related issues
2018-08-07 13:47:55 +08:00
Wenkai Yin
9087855e6e
Merge pull request #5539 from l1b0k/fix_helm
...
Fix helm template error
2018-08-07 13:41:14 +08:00
Mia ZHOU
207cf384af
Fix some layout issue in chart detail page
...
Refine the layout in chart detail page.
2018-08-07 12:25:37 +08:00
Daniel Jiang
3cf93e62aa
Merge pull request #5543 from stonezdj/api2nightly
...
Add API test to LDAP nightly test
2018-08-07 12:17:44 +08:00
stonezdj
d9b4b18943
Fix LDAP group related issues
...
User groups should not have same DN
Should not import an LDAP group if there is a user group with same DN
2018-08-07 12:02:38 +08:00
stonezdj
af85522a05
Add API test to LDAP nightly test
2018-08-07 11:00:46 +08:00
Qian Deng
8c6df84b86
Merge pull request #5459 from ninjadq/refine_chart_ui
...
Refine chart ui
2018-08-06 22:53:40 -04:00
Mia ZHOU
5d76b28a5c
Fix e2e test after project creation moved to system config ( #5536 )
...
Fix test project creation for e2e.
2018-08-07 10:32:23 +08:00
l1b0k
d1f2b2311f
Fix helm template error
2018-08-06 21:48:48 +08:00
Deng, Qian
637c43bef6
Fix style issues on chart detail values page
...
1. Fix margin of title
2. Fix icon size to 24px
2018-08-06 20:39:23 +08:00
Deng, Qian
d1a205581d
Update i18n file for other languege
...
Update i18n files
2018-08-06 19:53:08 +08:00
Deng, Qian
5548eba238
Refine LDAP Group UI Text
...
Refine some wording related to LDAP
2018-08-06 19:53:07 +08:00
Deng, Qian
b52987bebd
Fix Chart UI Source Repository URL redner issue
...
1. When there are multiple source repos, the table should display multiple lines
2. Wrap text when url too long
2018-08-06 19:53:07 +08:00
Deng, Qian
c04e752cf3
Fix issues on the list-view of helm chart registry
...
1. Fix The header of version column
2. Fix word of no item placeholder
3. Fix the footer of gridview
4. Fix filter of version and chart
2018-08-06 19:53:07 +08:00
Deng, Qian
91da5f015c
Abstract style to mixin
...
Abstract general style to mixin file for reuse.
2018-08-06 19:53:07 +08:00