Commit Graph

5613 Commits

Author SHA1 Message Date
Wenkai Yin
18aedacef8
Merge pull request #6020 from reasonerjt/fix-insecure-transport
Revoke the change in replicator
2018-10-12 10:34:52 +08:00
clouderati
5171c721c9 Updating ADOPTERS.md
Adding 360 Total Security to list of production Harbor users.

Signed-off-by: clouderati <35942204+clouderati@users.noreply.github.com>
2018-10-11 08:58:17 -04:00
clouderati
859fb2096f Updating OWNERS.md
Updating link to GOVERNANCE.md to reflect move to goharbor/community repo.

Signed-off-by: clouderati <35942204+clouderati@users.noreply.github.com>
2018-10-11 08:50:53 -04:00
clouderati
1aa88a2a4e Updating OWNERS.md file
Adding Nathan Lowe and De Chen as maintainers.

Signed-off-by: clouderati <35942204+clouderati@users.noreply.github.com>
2018-10-11 08:48:49 -04:00
Wenkai Yin
1e0197821d
Merge pull request #6014 from ywk253100/181011_case
Update automation test cases
2018-10-11 19:56:08 +08:00
wang yan
40a271fd32 Add nightly badge into goharbor repo
This commit is to add the nightly result badge into goharbor repo,

1,the badge could index the status of full ci which is running internally.
2,the badge is clickable, and all of the logs can be downloaded.

Signed-off-by: wang yan <wangyan@vmware.com>
2018-10-11 19:06:48 +08:00
Wenkai Yin
4d11503c24
Merge pull request #6019 from steven-zou/log_creation_failure
Log error if failed to create logger for job
2018-10-11 19:05:54 +08:00
Daniel Jiang
b895a2d7cf Revoke the change in replicator
Revoke the change made to replicator to reset the insecure flag to true
when accessing source registry.  The reason is that the replicator will
use external URL to access source registry, setting it to false will
break replication when Harbor is hosting with self-signed certificate.

Signed-off-by: Daniel Jiang <jiangd@vmware.com>
2018-10-11 18:29:38 +08:00
Steven Zou
326e0d455a Log error if failed to create logger for job
Signed-off-by: Steven Zou <szou@vmware.com>
2018-10-11 16:29:00 +08:00
Steven Zou
c0aa8f293a Update swagger document to reflect the changes of Chart API for supporting labels
Signed-off-by: Steven Zou <szou@vmware.com>
2018-10-11 16:10:59 +08:00
Wenkai Yin
00acb507ba Update automation test cases
Update the case to pass nightly testing for Harbor chart

Signed-off-by: Wenkai Yin <yinw@vmware.com>
2018-10-11 15:29:43 +08:00
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
陈德
d6f5560145 Fix status check when trigger replication
Signed-off-by: 陈德 <chende@caicloud.io>
2018-10-11 09:03:49 +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
wang yan
d86692d61c Add step to upload travis logs into GCR
Signed-off-by: wang yan <wangyan@vmware.com>
2018-10-10 19:03:19 +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
陈德
b648084d95 Improve code styles and fix after Harbor refactoring
Signed-off-by: 陈德 <chende@caicloud.io>
2018-10-09 10:49:03 +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
陈德
03d5157eaf Updae retag api spec
Signed-off-by: 陈德 <chende@caicloud.io>
2018-10-08 19:07:23 +08:00
陈德
75f1cdb449 Update swagger file to add retag API
Signed-off-by: 陈德 <chende@caicloud.io>
2018-10-08 19:07:22 +08:00
陈德
48d2435146 Fix notification event filtered because of user agent
Signed-off-by: 陈德 <chende@caicloud.io>
2018-10-08 19:07:22 +08:00
陈德
03af3c5936 Add image retag API
Signed-off-by: 陈德 <chende@caicloud.io>
2018-10-08 19:07:21 +08: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
chin zhiqiang
0841f0feab Fix typo in configure_swagger.md
Typo in configure_swagger.md when mentioning SERVER_IP for prepare-swagger.sh

Signed-off-by: Zhi Qiang <kyroguex@gmail.com>
2018-10-04 21:37:46 +08: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