Commit Graph

3621 Commits

Author SHA1 Message Date
Daniel Jiang
0b2d7ae6c2 Merge pull request #2973 from reasonerjt/master
Enable buffer on nginx
2017-08-07 12:48:24 +08:00
Tan Jiang
885ddfddd0 enable buffer on nginx 2017-08-04 21:22:22 +08:00
Steven Zou
43ca7e33fa Merge pull request #2971 from steven-zou/master
upgrade ui lib version to 0.4.2
2017-08-04 21:16:19 +08:00
Daniel Jiang
6bd622196e Merge pull request #2972 from reasonerjt/master
Fix perf issue and connection leak in Clair.
2017-08-04 19:48:26 +08:00
Tan Jiang
fa0cb8731c Fix performance issue and connection leakage 2017-08-04 19:22:52 +08:00
Steven Zou
373c6a3783 upgrade ui lib version to 0.4.2 2017-08-04 19:21:38 +08:00
Daniel Jiang
a6dc3e549d Merge pull request #2941 from wy65701436/update-migration-guide
update migration guide
2017-08-04 19:18:13 +08:00
Daniel Jiang
d4dce3bb60 Merge pull request #2970 from wy65701436/issue-2965
fix 2965
2017-08-04 19:17:01 +08:00
wangyan
5b54b554ab update 2017-08-04 18:59:16 +08:00
Steven Zou
325eb6bbc1 Merge pull request #2969 from pengpengshui/master
fix #2893 about add tooltips title
2017-08-04 18:58:23 +08:00
wangyan
bcc1a5c41d fix 2965
update package

update
2017-08-04 18:44:00 +08:00
pengpengshui
89b56eaea0 fix #2893 about add tooltips title 2017-08-04 18:34:12 +08:00
Yan
957bd1722a update installation guide (#2930)
* update installation guide

* add perf turning.

* update per comments

* update per comments
2017-08-04 18:04:14 +08:00
Casey Peel
302d5c4073 Correct harbor-py dependencies & URLs (#2962)
* Correctly specify dependency packages

Include the requests package as part of setup.py, so pip will
download and install it as a dependency.

* Update URLs to point to main harbor git repo

harbor-py was moved to the main harbor git repo in July 2016
but the URLs still point to the deprecated repository.
2017-08-04 17:06:29 +08:00
Daniel Jiang
ef909b4e0c Merge pull request #2318 from timchenxiaoyu/timchenxiaoyu-patch-1
docs error
2017-08-04 17:01:34 +08:00
Steven Zou
65a19b44eb Merge pull request #2964 from steven-zou/master
update ui library version to 0.3.92
2017-08-04 15:27:45 +08:00
Steven Zou
39ffff7c84 update ui library version to 0.3.92 2017-08-04 10:37:38 +08:00
Wenkai Yin
d5a6d25082 Merge pull request #2923 from ywk253100/170728_registry
Remove useless insecure flag
2017-08-04 10:14:40 +08:00
Steven Zou
1c3830086a Merge pull request #2959 from pengpengshui/master
fix #2889 #2892 about tooltips of self-registration and member model add button problem
2017-08-04 10:03:26 +08:00
pengpengshui
21379a1d3d fix #2889 #2892 about tooltips of self-registration and member model add button problem 2017-08-04 09:44:20 +08:00
sigsbee
4632926266 update userguide (#2933)
* update user guide

* update user guide

* update user guide

* update user guide

* update user guide

* fix refer

* update user guide gc

* update user guide

* update user guide

* update user guide

* update user guide

* update user guide

* update userguide

* update user guide

* update user guide
2017-08-03 15:26:44 +08:00
Steven Zou
baa863d026 Fix issue #2879 (#2953)
* Change vul result bar texts

* Support server-driven pagination for replication jobs
2017-08-03 15:09:13 +08:00
Steven Zou
b4a81db15c Merge pull request #2950 from pengpengshui/master
fix #2910 about scan all position
2017-08-03 14:16:48 +08:00
pengpengshui
0966887f98 fix #2909 about time can be empty 2017-08-03 13:38:27 +08:00
Daniel Jiang
197e88cc71 Merge pull request #2874 from wy65701436/import-update
update import to load token from file
2017-08-03 13:19:28 +08:00
Daniel Jiang
8a92724198 Merge pull request #2931 from wy65701436/update-compile-guide
Update compile guide
2017-08-03 13:18:44 +08:00
Daniel Jiang
72d113cccc Merge pull request #2926 from wy65701436/add-migrator
add migrator into offline installer
2017-08-03 13:16:24 +08:00
pengpengshui
3417ff731b fix #2910 about scan all position 2017-08-03 12:32:29 +08:00
Steven Zou
c21bbbe1e9 Merge pull request #2947 from pengpengshui/master
fix 2912 #2938 about save button in  vul tag and signed icon
2017-08-03 09:54:25 +08:00
Steven Zou
14c0ff62ef Merge pull request #2928 from steven-zou/master
Update document for Clair user guide
2017-08-02 21:19:43 +08:00
pengpengshui
cd1077fa43 fix 2912 #2938 about save button in vul tag and signed icon 2017-08-02 19:07:30 +08:00
Steven Zou
c05f843704 update document for Clair user guide 2017-08-02 18:47:32 +08:00
Daniel Jiang
6f8f765358 Merge pull request #2906 from ywk253100/170728_integration
Apply security filter to certain patterns and enable basic auth for deleting repo
2017-08-02 18:09:15 +08:00
Daniel Jiang
8a4168aa74 Merge pull request #2940 from ywk253100/170802_compose
Update the psc token dir
2017-08-02 18:07:10 +08:00
wangyan
7aff623997 update migration guide 2017-08-02 15:36:14 +08:00
Wenkai Yin
232b9ca70c update the psc token dir 2017-08-02 14:50:49 +08:00
yixingjia
af1b11df2f Limit clair resource (#2924)
When run clair full scan it will take more than 60% percent of CPU if no limit
this change to limit clair to use at most 1.5cpu

We can this it to cpus when we move to docker compose3.0
2017-08-02 13:11:26 +08:00
Steven Zou
fd855b59d5 Merge pull request #2937 from pengpengshui/master
fix #2890 about time in vulnerablity
2017-08-02 09:49:27 +08:00
pengpengshui
e76a76e60c fix #2890 about time in vulnerablity 2017-08-01 18:30:47 +08:00
Steven Zou
8ca6dc0626 Merge pull request #2934 from vmware/fix_issue_#2840
fix issue #2840 and #2916
2017-08-01 17:00:12 +08:00
Steven Zou
e7da22d812 fix issue #2840 and #2916 2017-08-01 15:49:50 +08:00
wangyan
8331fe20d4 update compile guite 2017-08-01 14:42:56 +08:00
wangyan
6871a080b8 update compile guite 2017-08-01 14:35:08 +08:00
Steven Zou
373acba9fa Merge pull request #2925 from pengpengshui/master
fix bugs
2017-08-01 13:12:24 +08:00
pengpengshui
87b0f3460e fix color about #2908 2017-08-01 12:34:08 +08:00
pengpengshui
2f57e05be1 Merge branch 'master' of https://github.com/vmware/harbor 2017-08-01 12:08:49 +08:00
wangyan
14d23b8a63 add migrator into offline installer 2017-07-31 18:06:30 +08:00
wangyan
77fa363992 add ignore ssl 2017-07-31 17:29:19 +08:00
pengpengshui
d666574f66 fix #2903 #2908 about icons color and statistics style 2017-07-31 17:20:27 +08:00
pengpengshui
8ca28446d4 fix #2917 about scan error log does`t show 2017-07-31 17:15:36 +08:00