Commit Graph

4730 Commits

Author SHA1 Message Date
pengpengshui
042ac05dfe
Merge pull request #4812 from pengpengshui/labelFilter
Modify images filter with label issue
2018-05-02 18:29:05 +08:00
pfh
80ff0e4553 Modify issue about cannot switch to franch 2018-05-02 15:48:55 +08:00
pfh
ad74297a14 Modify harbor-ui version 2018-05-02 15:41:47 +08:00
pfh
08f750b04d Merge remote-tracking branch 'upstream/master' into labelFilter 2018-05-02 14:14:15 +08:00
Daniel Jiang
a8737116a6
Merge pull request #4836 from wy65701436/fix-offline-installer
Remove useless db images from the offline installer
2018-05-02 14:06:36 +08:00
wangyan
d6da200ccb Remove not used db images from the offline installer 2018-05-01 19:57:41 -07:00
Daniel Jiang
5757e8475d
Merge pull request #4832 from reasonerjt/master
Overwrite some values in harbor.cfg -- apply the change to master branch.
2018-05-01 10:00:27 +08:00
wangyan
2b3d70357e Overwrite some attributes in harbor.cfg 1.5
The values of "redis_url" and "max_job_workers" should be set to new
values due to new implementation.
2018-05-01 09:28:29 +08:00
Steven Arnott
047cd83e05 Add redis cache support for registry pod 2018-04-30 13:04:05 -04:00
Steven Arnott
2229217a2b Add ldap-search-password support to Helm Chart (#4827) 2018-04-30 22:31:07 +08:00
Daniel Jiang
ee6e85f3bc
Merge pull request #4824 from reasonerjt/redis-log
Collect log of redis
2018-04-30 19:05:18 +08:00
Wenkai Yin
696c39350e
Merge pull request #4823 from ywk253100/180430_delete_rule_cherrypick
Cherry pick: Fix bug #4819: the scheduled rule can not be removed
2018-04-30 19:03:08 +08:00
Tan Jiang
21ec4808ec Collect log of redis
Previously the log file was set to a hard coded file, but given this
redis should run in container, the update is made to have the process
output log messages to standard output, and redirect it to syslog in
docker-compose template.
2018-04-30 18:16:11 +08:00
Wenkai Yin
e5efa034a8 Fix bug #4819: the scheduled rule can not be removed
When checking the jobs of the rule which are going to be deleted, only get the transfer and delete jobs.
2018-04-28 18:43:49 +08:00
Qian Deng
b292c8b05a
Merge pull request #4810 from ninjadq/cherry_pick_hardcode_url_and_bug_fix
Cherry pick hardcode url and bug fix
2018-04-28 10:27:39 +08:00
Deng, Qian
6ba6dcd1d5 Fix bugs that some place hardcode url addr
In the repositories and projects service some url is hardcoded.
2018-04-28 01:07:15 +08:00
Deng, Qian
18c8686d57 Fix bugs infinity copy of reponame and auth
1. everytime click deploy or add additional info will add a prefix before reponame
2. add constrait on button on cardview
2018-04-28 00:50:57 +08:00
Wenkai Yin
fa8bbe821a Modify unique constraint of table harbor_label in pgsql (#4811)
Add unique constraint to column name, scope and project_id of table harbor_label to make creating same name labels under different projects valid
2018-04-27 08:01:20 -07:00
stone
413ae9a8cb
Merge pull request #4808 from stonezdj/master
Merge pull request #4798 from stonezdj/release-1.5.0
2018-04-27 18:44:05 +08:00
pfh
30fe99790b Modify images filter with label issue 2018-04-27 17:42:58 +08:00
Yan
ae257433cc
Fully migrate harbor db to postgresql (#4689)
* Merge harbor db to postgres
2018-04-27 02:27:12 -07:00
sigsbee
c91334397a
Fix up keyword add label (#4794)
Fixup create new labels keyword to fix failed testcase
2018-04-27 17:14:44 +08:00
Wenkai Yin
f77e4167ac
Merge pull request #4802 from ywk253100/180427_label_db
Modify unique constraint of table harbor_label
2018-04-27 17:10:05 +08:00
stone
68cf63bbef Merge pull request #4798 from stonezdj/release-1.5.0
Return 404 if user is not found
2018-04-27 17:01:17 +08:00
pengpengshui
4dda6d8875
Merge pull request #4784 from pengpengshui/labelFilter
Add sort fun when filter labels in tag page  #4617
2018-04-27 15:35:45 +08:00
Daniel Jiang
d5c0c80043
Merge pull request #4800 from ywk253100/180427_replication_bug
Cherry pick: Fix bug #4791
2018-04-27 15:02:15 +08:00
stone
befd169c00
Merge pull request #4779 from stonezdj/stonezdj_ova
Change the order of power off machine and pvscan command in step 2
2018-04-26 16:59:20 +08:00
Steven Zou
2dd5b01fc4
Merge pull request #4773 from steven-zou/fix_js_restarting_issue
Fix the issue of intermittent restarting of job service
2018-04-26 15:05:32 +08:00
Jesse Hu
eedbc830ac
Merge pull request #4769 from draeron/helm/fix-volume
[Chart] Fix registry storage config issue
2018-04-26 11:56:52 +08:00
pfh
b520addf08 Add sort fun when filter label in tag page #4617 2018-04-26 10:24:25 +08:00
Unknown
445ed415a1 chart cleanup per review 2018-04-25 10:37:12 -04:00
Unknown
6bb261b924 fixed storage:
- when persistence is disabled
- when using s3 storage
2018-04-25 10:19:58 -04:00
Steven Zou
e1b509e3f3 Fix the issue of intermittent restarting of job service
github issue: #4712
ping redis server before pool starting

Let worker pool to restart the message server if message server exits with error (controlled by max retries)
2018-04-25 17:02:16 +08:00
sigsbee
9bf38c2486
Add autotest case (#4603)
Add test case large image replicate
Add test case Download CA
Add test case repo description
Add test case project level replication
Add test case repo size
Add test case statistics info
2018-04-25 16:24:11 +08:00
Qian Deng
ac8e5d6e25
Merge pull request #4768 from ninjadq/fix_bug_search_result
Fix bug on search result ui
2018-04-25 15:55:48 +08:00
pengpengshui
888379dfb5
Merge pull request #4764 from pengpengshui/addLock
Fix issue about read only mode warning undisappear about #4741
2018-04-25 13:17:11 +08:00
Wenkai Yin
54d6b08e7c
Merge pull request #4777 from reasonerjt/fix-clair-sev
Fix mis-interpretation of severity in Clair
2018-04-25 12:27:40 +08:00
pengpengshui
585bde163f
Merge pull request #4767 from pengpengshui/stickLabel
Modify color panel and add labels to imgs frequently click problem
2018-04-25 11:34:48 +08:00
stone
993ad31e6e
Change the order of power off machine and pvscan command in step 2
Run pvscan command before power off the machine.
2018-04-25 11:27:14 +08:00
Tan Jiang
93c448d91b Fix mis-interpretation of severity in Clair
Currently "Critical" vulnerablity is treated as "Unknown" in Harbor.
This commit provides a quickfix that it will be interpret as "High".  In
future, we should consider introduce "Critical" and enable UI to handle
it to be more consistent with CVSS spec.
2018-04-25 10:31:12 +08:00
Deng, Qian
456b0c40cb Fix bug on search result ui
Fix issue #3852, After global search result returned if you research another item, the content will not refresh.
2018-04-23 19:58:22 +08:00
pfh
566e867984 Modify color panel and add labels to imgs click problem 2018-04-23 19:07:44 +08:00
pengpengshui
5089b26cf8
Merge pull request #4763 from pengpengshui/addLock
Modify tooltips size about authentication
2018-04-23 13:03:24 +08:00
Jesse Hu
f793b95786
Merge pull request #4715 from jessehu/notary-in-chart
[Chart] Add support for deploying Notary
2018-04-23 12:03:24 +08:00
pfh
9994ea6974 fix issue about read only mode warning undisappear about #4741 2018-04-23 11:24:31 +08:00
pfh
f72a41694a Modify tooltips size about authentication 2018-04-23 10:51:37 +08:00
Steven Zou
a342c31a27
Merge pull request #4759 from pengpengshui/registry
Modify click to registry link under project
2018-04-20 22:46:23 +08:00
pfh
cdcaff10bf Modify click to registry under project 2018-04-20 21:30:40 +08:00
Steven Zou
fcf4807583
Merge pull request #4756 from ninjadq/fix_multiple_scan_after_add_label
Fix bug sent multiple scan request
2018-04-20 21:01:08 +08:00
Deng, Qian
de0927578f Fix bug sent multiple scan request
Every time after add lable or delte lable scan button will trigger multiple requests
2018-04-20 19:42:04 +08:00