Commit Graph

5394 Commits

Author SHA1 Message Date
Qian Deng a69f86054f
Merge pull request #6013 from zhoumeina/release_rc5
modify harbor ui package structure
2018-10-11 14:00:10 +08:00
Meina Zhou be3fd2e6f3 modify harbor ui package structure
Signed-off-by: Meina Zhou <meinaz@vmware.com>
2018-10-11 10:47:04 +08:00
Wenkai Yin 32c4392b3b Update test cases (#6011)
Update the automation test cases to pass the nightly testing

Signed-off-by: Wenkai Yin <yinw@vmware.com>
2018-10-11 10:39:25 +08:00
Wenkai Yin 83147b1982
Merge pull request #6003 from wy65701436/fix-gc-bug
Fix gc api issues
2018-10-11 10:26:38 +08:00
Wenkai Yin b4a9eae8cc
Merge pull request #6009 from reasonerjt/fix-insecure-transport
Use secure transport to access HTTP endpoint
2018-10-11 10:23:12 +08:00
Steven Zou 95d48436b8 Add README doc for job service (#6010)
Signed-off-by: Steven Zou <szou@vmware.com>
2018-10-10 19:08:20 +08:00
Daniel Jiang 1188bd89b9 Use secure transport to access HTTP endpoint
In various parts of the code, we used insecure transport in http Client
when we assume the endpoint is http.  This causes complaints form
security scanner.  We should use secure transport in such cases.

Signed-off-by: Daniel Jiang <jiangd@vmware.com>
2018-10-10 17:51:02 +08:00
Qian Deng 7116baabed
Merge pull request #6001 from zhoumeina/fix_console_error_gc
replace Observable.throw to observableThrowError to avoid undefined e…
2018-10-10 16:19:38 +08:00
wang yan a4ad4c7282 Fix gc api issues
1, filter out the scan all jobs in the gc list.
2, make it able to delete unexecuted scheduler.

Signed-off-by: wang yan <wangyan@vmware.com>
2018-10-10 15:45:03 +08:00
Mia ZHOU a8d39c0b05
Merge pull request #5989 from ninjadq/add_buttons_to_chart_list_view
Add buttons to chart list view
2018-10-10 15:08:37 +08:00
Meina Zhou 1487b649ff replace Observable.throw to observableThrowError to avoid undefined error
Signed-off-by: Meina Zhou <meinaz@vmware.com>
2018-10-10 15:05:41 +08:00
Qian Deng dbe58d24f8
Merge pull request #5993 from zhoumeina/remove_jquery
refactor gauge component using angular way,remove jquery
2018-10-10 15:05:01 +08:00
Steven Zou 4e489e2df7
Merge pull request #5986 from SDBrett/contributing-paths
Updated github and directory paths for repo change to goharbor
2018-10-10 11:32:36 +08:00
Qian Deng b9697df44a Add download latest version button
Add download button in chart list view to download latest chart

Signed-off-by: Qian Deng <dengq@vmware.com>
2018-10-10 11:23:09 +08:00
Meina Zhou 081921cf89 refactor gauge component using angular way,remove jquery
Signed-off-by: Meina Zhou <meinaz@vmware.com>
2018-10-10 10:49:20 +08:00
Wenkai Yin d1981d23b1 Update automation test cases (#5991)
Longer the wait time to pass the nightly testing

Signed-off-by: Wenkai Yin <yinw@vmware.com>
2018-10-10 10:38:48 +08:00
clouderati 577ff3bd1a Adding success stories
Signed-off-by: clouderati <35942204+clouderati@users.noreply.github.com>
2018-10-09 11:59:58 -04:00
Qian Deng 2011e606fc Add delete chart button
Add delete chart button to remove all version of seleted charts

Signed-off-by: Qian Deng <dengq@vmware.com>
2018-10-09 15:42:35 +08:00
Brett Johnson 10ce01aaa3 Updated github and directory paths for repo change to goharbor
Signed-off-by: Brett Johnson <brett@sdbrett.com>
2018-10-09 10:56:04 +11:00
James Zabala fb28b11301
Merge pull request #5982 from SDBrett/docs
Documentation typo correction
2018-10-08 14:16:09 -04:00
Steven Zou 002727d850
Merge pull request #5983 from reasonerjt/upsate-stale-setting
Update the settings in stale.yml
2018-10-08 16:13:30 +08:00
Daniel Jiang e7cdf39437 Update the settings in stale.yml
Update the settings to extend the "Days until stale" and "Days untile
close".  Added other exempt labels.

Signed-off-by: Daniel Jiang <jiangd@vmware.com>
2018-10-08 14:25:42 +08:00
Brett Johnson 18e76c963d Documentation typo correction
Signed-off-by: Brett Johnson <brett@sdbrett.com>

Date:      Mon Oct 8 08:41:37 2018 +1100

On branch docs
Changes to be committed:
	modified:   docs/compile_guide.md
	modified:   docs/installation_guide.md
	modified:   docs/kubernetes_deployment.md
	modified:   docs/manage_role_by_ldap_group.md
	modified:   docs/migration_guide.md
	modified:   docs/upgradetest.md
	modified:   docs/use_notary.md
	modified:   docs/user_guide.md
2018-10-08 08:45:10 +11:00
James Zabala a29cfc72f6
Merge pull request #5978 from goharbor/adopters
Creating ADOPTERS.md
2018-10-04 11:20:02 -04:00
clouderati ce10a8037e Creating ADOPTERS.md
Listing publicly-referenceable users in ADOPTERS.md.

Signed-off-by: clouderati <35942204+clouderati@users.noreply.github.com>
2018-10-03 10:21:05 -04:00
James Zabala e09a157dce
Merge pull request #5896 from erks/normalize_ldap_group_dn
Normalize (make lowercase) ldap_group_dn during onboarding
2018-10-02 16:03:03 -04:00
James Zabala 4dc9840365
Merge pull request #5928 from shaneutt/master
Minor improvements to Helm charts documentation
2018-10-02 15:43:45 -04:00
James Zabala ce0e195d18
Merge pull request #5957 from reasonerjt/scan-all-jobsvc
Schedule "scan all" via jobservice
2018-10-02 15:31:42 -04:00
James Zabala a9dcd7c475
Merge pull request #5967 from gnomeontherun/remove-bootstrap
Remove unused Bootstrap from portal dependencies
2018-10-02 15:29:58 -04:00
James Zabala e2dd283f03
Merge pull request #5972 from steven-zou/update_readme_for_conf_call
Add community meeting reference in the README of Harbor repo
2018-10-02 15:27:52 -04:00
James Zabala d05cd6b714
Delete harbor_email.png
Removing @vmware address image
2018-10-02 10:14:16 -04:00
James Zabala bf5bbf697a
Update partners.md
Removing @vmware address; requests for modification to this page should be done via issue and / or pull request.
2018-10-02 10:13:25 -04:00
Steven Zou 5fd9d0c59b Add community meeting reference in the README of harbor repo
Signed-off-by: Steven Zou <szou@vmware.com>
2018-09-28 16:21:26 +08:00
Daniel Jiang b12dc3b5d8 Schedule "scan all" via jobservice
This commit leverage the jobservice to trigger "scan all" and
gets rid of the local scheduler to make the harbor-core container
stateless.
It keeps using the notifer mechanism to handle the configuration change.

Signed-off-by: Daniel Jiang <jiangd@vmware.com>
2018-09-28 15:42:37 +08:00
Fangyuan Cheng 832bbc3b9b
Merge pull request #5965 from pureshine/package
Refactor and improve the format of vulnerability scan report
2018-09-28 15:25:53 +08:00
Cheng 033523d223 Refactor and improve the format of vulnerability scan report
Signed-off-by: Cheng <fangyuanc@vmware.com>
2018-09-28 14:28:28 +08:00
Jeremy Wilken 329072bbb9 Remove unused Bootstrap from portal dependencies, add jQuery which was implicitly depended upon
Signed-off-by: Jeremy Wilken <gnomation@gnomeontherun.com>
2018-09-27 14:20:45 -05:00
clouderati f83f2f4bab Leveraging CNCF's Code of Conduct 2018-09-27 12:11:07 -04:00
Daniel Jiang 30950c3f8b
Merge pull request #5964 from steven-zou/fix_issue_#5956
Fix #5956 issue: The APIs should not get chart information when Harbor is not installed with chart repo
2018-09-27 15:41:30 +08:00
Steven Zou bb73e64f5d Revert the changes to the travis pipeline to fix the build failure
Signed-off-by: Steven Zou <szou@vmware.com>
2018-09-27 15:11:20 +08:00
Steven Zou 55c50f310d Fix #5956 issue: The APIs should not get chart information when Harbor is not installed with chart repo
Signed-off-by: Steven Zou <szou@vmware.com>
2018-09-27 13:22:25 +08:00
Yan 6c00747390
Enable travis to update logs to GSR (#5949)
1, add encrypt file to store gsutil keys.
2, add function to call gsutil to update logs into harbor log bucket.

Signed-off-by: wangyan <wy65701436@gmail.com>
2018-09-27 08:54:56 +08:00
Mia ZHOU 1173955200
Merge pull request #5950 from pureshine/replication_dialog
Make the replication dialog a little bit wider
2018-09-26 16:47:47 +08:00
Cheng 79e5abe2df Make the replication dialog a little bit wider
Signed-off-by: Cheng <fangyuanc@vmware.com>
2018-09-26 14:14:12 +08:00
Mia ZHOU 49711cc222
Merge pull request #5951 from zhoumeina/refresh_gc_result
fresh page after job finished
2018-09-26 14:09:55 +08:00
Meina Zhou 03d0ad0faf fresh page after job finished
Signed-off-by: Meina Zhou <meinaz@vmware.com>
2018-09-26 13:07:41 +08:00
Cheng 98cba2a1a9 Make the replication dialog a little bit wider
Signed-off-by: Cheng <fangyuanc@vmware.com>
2018-09-26 12:50:24 +08:00
Cheng f3cc7676ef Make the replication dialog a little bit wider
Signed-off-by: Cheng <fangyuanc@vmware.com>
2018-09-26 12:23:29 +08:00
Cheng f1648602d5 Make the replication dialog a little bit wider
Signed-off-by: Cheng <fangyuanc@vmware.com>
2018-09-26 12:10:47 +08:00
Daniel Jiang 8e438d81d1
Merge pull request #5945 from steven-zou/provide_total_count_of_charts
Return the total count of charts under the project in project API
2018-09-25 18:32:29 +08:00