Migrate to pre-commit for linter checks
Well, most of them. pre-commit is in wide use across OpenStack nowadays, and has the advantage of being able to run automatically on commit and not just manually before pushing. Add it here also. To apply this we need to fix the issues its checkers highlight. Most of these consist of replacement of dos-style line endings with unix-style line endings, which apparently is correct [1], plus adding some missing shebangs from executable scripts. We also strip trailing spaces from some files (including a release note: don't worry, reno has supported changing release notes for years now and will continue to associate the note with the first release it was added in). [1] https://knowledge.digicert.com/solution/vmc-convert-cr-lf-to-lf-before-submitting-svg Change-Id: Ib35d9174f50d56f2b2852a79ea59c22c7f8495f8 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
@@ -0,0 +1,24 @@
|
||||
---
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v6.0.0
|
||||
hooks:
|
||||
- id: trailing-whitespace
|
||||
exclude: '^horizon/static/.*$'
|
||||
- id: mixed-line-ending
|
||||
args: ['--fix', 'lf']
|
||||
exclude: '.*\.(svg)$'
|
||||
- id: fix-byte-order-marker
|
||||
- id: check-executables-have-shebangs
|
||||
- id: check-merge-conflict
|
||||
- id: debug-statements
|
||||
- id: check-yaml
|
||||
files: .*\.(yaml|yml)$
|
||||
exclude: '^zuul.d/.*$'
|
||||
- repo: https://opendev.org/openstack/hacking
|
||||
rev: 8.0.0
|
||||
hooks:
|
||||
- id: hacking
|
||||
additional_dependencies:
|
||||
- flake8-import-order~=0.19.2
|
||||
exclude: '^(doc|releasenotes|tools)/.*$'
|
||||
@@ -32,7 +32,7 @@
|
||||
</a>
|
||||
{% endif %}
|
||||
<div id="sidebar-accordion-{{ dashboard.slug }}-{{ group.slug }}"
|
||||
class="list-group collapse
|
||||
class="list-group collapse
|
||||
{% if current.slug == dashboard.slug and current_panel_group == group.slug or group.slug == 'default' %} in
|
||||
{% elif current.slug != dashboard.slug and forloop.counter0 == 0 %} in{% endif %}">
|
||||
{% for panel in filtered_panels %}
|
||||
|
||||
@@ -37,13 +37,13 @@
|
||||
68.5,42.4 61.6,33 25.5,33 18.5,42.4 "/>
|
||||
<path fill="none" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M39,55h29.5V42.4
|
||||
c0,0,0,0,0,0H41H18.5c0,0,0,0.1,0,0.1V55H39z"/>
|
||||
|
||||
|
||||
<rect x="24" y="45" fill="none" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" width="2" height="7.3"/>
|
||||
|
||||
|
||||
<rect x="29" y="45" fill="none" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" width="2" height="7.3"/>
|
||||
|
||||
|
||||
<rect x="34" y="45" fill="none" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" width="2" height="7.3"/>
|
||||
|
||||
|
||||
<rect x="39" y="45" fill="none" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" width="2" height="7.3"/>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
@@ -37,13 +37,13 @@
|
||||
68.5,42.4 61.6,33 25.5,33 18.5,42.4 "/>
|
||||
<path fill="none" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M39,55h29.5V42.4
|
||||
c0,0,0,0,0,0H41H18.5c0,0,0,0.1,0,0.1V55H39z"/>
|
||||
|
||||
|
||||
<rect x="24" y="45" fill="none" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" width="2" height="7.3"/>
|
||||
|
||||
|
||||
<rect x="29" y="45" fill="none" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" width="2" height="7.3"/>
|
||||
|
||||
|
||||
<rect x="34" y="45" fill="none" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" width="2" height="7.3"/>
|
||||
|
||||
|
||||
<rect x="39" y="45" fill="none" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" width="2" height="7.3"/>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
@@ -37,13 +37,13 @@
|
||||
68.5,42.4 61.6,33 25.5,33 18.5,42.4 "/>
|
||||
<path fill="none" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M39,55h29.5V42.4
|
||||
c0,0,0,0,0,0H41H18.5c0,0,0,0.1,0,0.1V55H39z"/>
|
||||
|
||||
|
||||
<rect x="24" y="45" fill="none" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" width="2" height="7.3"/>
|
||||
|
||||
|
||||
<rect x="29" y="45" fill="none" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" width="2" height="7.3"/>
|
||||
|
||||
|
||||
<rect x="34" y="45" fill="none" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" width="2" height="7.3"/>
|
||||
|
||||
|
||||
<rect x="39" y="45" fill="none" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" width="2" height="7.3"/>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
@@ -43,13 +43,13 @@
|
||||
68.5,39.4 61.6,30 25.5,30 18.5,39.4 "/>
|
||||
<path fill="none" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M39,52h29.5V39.4
|
||||
c0,0,0,0,0,0H41H18.5c0,0,0,0.1,0,0.1V52H39z"/>
|
||||
|
||||
|
||||
<rect x="24" y="42" fill="none" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" width="2" height="7.3"/>
|
||||
|
||||
|
||||
<rect x="29" y="42" fill="none" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" width="2" height="7.3"/>
|
||||
|
||||
|
||||
<rect x="34" y="42" fill="none" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" width="2" height="7.3"/>
|
||||
|
||||
|
||||
<rect x="39" y="42" fill="none" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" width="2" height="7.3"/>
|
||||
</g>
|
||||
</g>
|
||||
@@ -64,7 +64,7 @@
|
||||
<path fill="#FFFFFF" d="M35,31.5c1.1,0,2,0.9,2,2c0,1.1-0.9,2-2,2c-1.1,0-2-0.9-2-2C33,32.4,33.9,31.5,35,31.5z"/>
|
||||
</g>
|
||||
<g>
|
||||
<polyline fill="none" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" points="68.5,27
|
||||
<polyline fill="none" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" points="68.5,27
|
||||
61.5,17.5 25.5,17.5 18.5,27 "/>
|
||||
<path fill="none" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M18.5,27
|
||||
C18.5,27,18.5,27.1,18.5,27l0,12.5h50V27c0,0,0,0,0,0H18.5z"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.5 KiB |
@@ -52,13 +52,13 @@
|
||||
68.5,39.4 61.6,30 25.5,30 18.5,39.4 "/>
|
||||
<path fill="none" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M39,52h29.5V39.4
|
||||
c0,0,0,0,0,0H41H18.5c0,0,0,0.1,0,0.1V52H39z"/>
|
||||
|
||||
|
||||
<rect x="24" y="42" fill="none" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" width="2" height="7.3"/>
|
||||
|
||||
|
||||
<rect x="29" y="42" fill="none" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" width="2" height="7.3"/>
|
||||
|
||||
|
||||
<rect x="34" y="42" fill="none" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" width="2" height="7.3"/>
|
||||
|
||||
|
||||
<rect x="39" y="42" fill="none" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" width="2" height="7.3"/>
|
||||
</g>
|
||||
</g>
|
||||
@@ -73,7 +73,7 @@
|
||||
<path fill="#FFFFFF" d="M35,31.5c1.1,0,2,0.9,2,2c0,1.1-0.9,2-2,2c-1.1,0-2-0.9-2-2C33,32.4,33.9,31.5,35,31.5z"/>
|
||||
</g>
|
||||
<g>
|
||||
<polyline fill="none" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" points="68.5,27
|
||||
<polyline fill="none" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" points="68.5,27
|
||||
61.5,17.5 25.5,17.5 18.5,27 "/>
|
||||
<path fill="none" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M18.5,27
|
||||
C18.5,27,18.5,27.1,18.5,27l0,12.5h50V27c0,0,0,0,0,0H18.5z"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
@@ -47,13 +47,13 @@
|
||||
119.131,25.596 112.161,16.166 76.101,16.166 69.121,25.596 "/>
|
||||
<path fill="none" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M89.61,38.166
|
||||
h29.54v-12.57c0-0.02-0.01,0.03-0.02,0H91.61h-22.49c0,0.03-0.01,0.061-0.01,0.08v12.49H89.61z"/>
|
||||
|
||||
|
||||
<rect x="74.611" y="28.166" fill="none" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" width="2" height="7.25"/>
|
||||
|
||||
|
||||
<rect x="79.61" y="28.166" fill="none" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" width="2" height="7.25"/>
|
||||
|
||||
|
||||
<rect x="84.61" y="28.166" fill="none" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" width="2" height="7.25"/>
|
||||
|
||||
|
||||
<rect x="89.61" y="28.166" fill="none" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" width="2" height="7.25"/>
|
||||
</g>
|
||||
</g>
|
||||
|
||||
|
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.7 KiB |
@@ -1,93 +1,93 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 1410 296" enable-background="new 0 0 1410 296" xml:space="preserve">
|
||||
<g>
|
||||
<g>
|
||||
<path d="M448.1,150.4c0,56.5-28.1,75.5-52.6,75.5c-28.4,0-51.3-23.9-51.3-75.2c0-53.1,25.8-75.5,52.9-75.5
|
||||
C425.6,75.3,448.1,99.7,448.1,150.4z M369.4,150.4c0,24.2,4.6,57.1,27.5,57.1c21.6,0,26.1-34.1,26.1-57.1
|
||||
c0-22.3-4.5-56.7-26.8-56.7C373.6,93.7,369.4,128.1,369.4,150.4z"/>
|
||||
<path d="M475.9,123c0-22.3-1-35.3-1.3-45.6h22.2l1.3,18.7h0.7c8.8-15.4,21.2-20.8,33.7-20.8
|
||||
c27.8,0,45.7,26.9,45.7,74.9c0,54.3-24.2,75.8-49,75.8c-15.1,0-23.5-8.8-27.8-16.9h-0.6v72.5h-24.8V123z M500.7,170
|
||||
c0,4.2,0.3,8.5,1.3,12.1c4.9,20.8,16.3,24.5,23.2,24.5c20.9,0,27.8-26.6,27.8-55.9c0-30.2-7.9-55.5-28.1-55.5
|
||||
c-11.4,0-21.9,13-23.2,26.3c-0.6,3.3-1,7.3-1,11.2V170z"/>
|
||||
<path d="M624.2,152.5c0,45,19.3,54.3,37.3,54.3c11.1,0,19.9-2.4,26.2-5.4l4.2,16.9c-8.8,4.2-22.2,6.9-35,6.9
|
||||
c-37.9,0-57.5-28.7-57.5-73.3c0-47.1,21.9-76.7,53.6-76.7c32,0,45.1,31.4,45.1,64c0,5.7-0.3,9.7-0.6,13.3H624.2z M673.9,135.3
|
||||
c0.3-29-11.5-42-23.5-42c-16.7,0-24.8,22-25.8,42H673.9z"/>
|
||||
<path d="M725.2,115.1c0-17.2-1-26-1.3-37.7h21.9l1.3,17.8h0.6c6.9-11.8,19.6-19.9,36.3-19.9
|
||||
c21.9,0,38.2,14.8,38.2,50.1v98.1h-25.1v-93.9c0-17.5-3.6-34.7-21.9-34.7c-10.4,0-20.6,8.1-23.5,23.5c-1,3.6-1.3,8.2-1.3,13.3
|
||||
v91.8h-25.2V115.1z"/>
|
||||
<path d="M853.3,199.3c5.5,3.3,15.3,7.6,25.5,7.6c14.1,0,23.2-8.2,23.2-21.1c0-11.2-4.3-18.7-20.3-28.7
|
||||
C861.1,145,850,132.3,850,115.7c0-23.9,19-40.4,43.5-40.4c12.4,0,21.6,3.9,28.1,7.5l-6.6,17.5c-6.2-3.9-12.7-6.6-21.2-6.6
|
||||
c-13.4,0-20.3,9.1-20.3,18.7c0,9.6,3.9,15.1,19.6,25c18.3,10.9,32.7,24.2,32.7,44.4c0,29.3-21.5,43.5-47.7,43.5
|
||||
c-11.5,0-24.2-3.3-31.1-8.4L853.3,199.3z"/>
|
||||
<path d="M982.7,43.2v34.1h30.4v17.5h-30.4v86.9c0,19,7.2,24.2,16.3,24.2c4.2,0,7.5-0.3,10.1-0.9l1.3,17.8
|
||||
c-4.6,1.5-10.4,2.4-18.6,2.4c-10.1,0-19-2.4-24.8-8.7c-6.6-6.6-9.5-16.6-9.5-36.8V94.9h-19.3V77.4h19.3V52.6L982.7,43.2z"/>
|
||||
<path d="M1118.6,190.3c0,11.2,0.3,23.8,1.6,33.2h-22.5l-1.6-15.4h-1c-6.9,11.2-18,17.8-31.7,17.8
|
||||
c-20.9,0-37.3-16.3-37.3-41.7c0-36.8,31.7-52.8,67.3-53.1v-4.5c0-19.6-5.6-32.9-25.2-32.9c-9.8,0-18.6,2.7-26.1,7.5l-5.6-16.3
|
||||
c6.9-4.5,21.3-9.7,37-9.7c31.7,0,45.1,19,45.1,51.6V190.3z M1094.1,147.7c-13.1,0-43.4,2.4-43.4,34.1c0,19.3,10.5,26,19.3,26
|
||||
c11.1,0,20.3-7.6,23.2-22c0.7-2.7,1-5.7,1-8.5V147.7z"/>
|
||||
<path d="M1231.4,219.9c-5.6,3-15,5.4-26.2,5.4c-34.6,0-57.8-25.7-57.8-74c0-42,22.9-76.1,62.4-76.1
|
||||
c8.5,0,17.7,2.1,22.2,4.5l-4.9,19c-3.2-1.5-9.8-3.9-18-3.9c-25.5,0-36.6,27.8-36.6,56.4c0,34.1,14,54.7,37.2,54.7
|
||||
c6.6,0,12.5-1.2,18-3.9L1231.4,219.9z"/>
|
||||
<path d="M1277.4,145.3h0.6c2.9-5.7,5.6-11.5,8.5-16.3l31.4-51.6h27.1l-41.8,61.6l45.8,84.5h-28.1l-34.3-68.8
|
||||
l-9.1,13.6v55.2h-24.8V14.6h24.8V145.3z"/>
|
||||
</g>
|
||||
<polygon points="24.1,106.5 24.1,106.6 24.1,106.5 "/>
|
||||
<g>
|
||||
<g>
|
||||
<path d="M862,119.6c0,2-1.6,3.7-3.7,3.7s-3.7-1.6-3.7-3.7c0-2,1.7-3.6,3.8-3.6C860.4,116,862,117.6,862,119.6z
|
||||
M855.5,119.6c0,1.6,1.2,2.9,2.8,2.9c1.6,0,2.8-1.3,2.8-2.9c0-1.6-1.2-2.9-2.8-2.9C856.7,116.7,855.5,118,855.5,119.6z
|
||||
M857.8,121.5h-0.8v-3.6c0.3,0,0.8-0.1,1.4-0.1c0.7,0,1,0.1,1.2,0.3c0.2,0.2,0.4,0.4,0.4,0.8c0,0.4-0.3,0.7-0.8,0.9v0
|
||||
c0.4,0.1,0.5,0.4,0.6,0.9c0.1,0.6,0.2,0.8,0.3,0.9h-0.9c-0.1-0.1-0.2-0.4-0.3-0.9c-0.1-0.4-0.3-0.6-0.8-0.6h-0.4V121.5z
|
||||
M857.8,119.5h0.4c0.5,0,0.8-0.2,0.8-0.5c0-0.3-0.2-0.6-0.8-0.6c-0.2,0-0.4,0-0.5,0V119.5z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M96.7,120.8l0-8.7c0-4,3.3-7.5,7.2-7.8l85.4-7.4l0.3,64.1l9.4,9.3l-6.7,0.6l25.7,25.7L259,193l-6.5-6.5
|
||||
l9.4-0.8l-0.3-69c-1.7,1.4-3.4,2.4-5.2,3.5l-5.4,0.5l-10.9,1l-10.9,1l-5.4,0.5c-0.8-0.3-1.6-0.7-2.5-1l-0.5,0.5l-1.6-1.5
|
||||
c-0.4-0.2-0.8-0.4-1.1-0.6c0.1-0.1,0.2-0.1,0.2-0.2l-28.9-26.1l2-2.3l29.4,26.6c0.8-0.5,1.6-1,2.4-1.5l5.4-0.4l10.9-1l10.9-1
|
||||
l5.4-0.5c1.9,0.8,3.8,1.5,5.7,2.6l-9.5-9.4l9.7-0.8l0.1-45.5c-0.6-4.6-3.5-8.3-7.3-9.7c-1.9-0.7-3.8-0.9-5.7-0.6l-6.6,1.3l-27,2.4
|
||||
L161.3,59l-54.1,4.7l-27,2.4l-13.6-0.2c-4,0.1-8.3,2.1-11.2,5.7c1.8-4.2,5.7-7.8,10.7-8.9l13.5-2.7l27.1-2.3l54.1-4.7l54.1-4.7
|
||||
l27-2.4l7,0.2c1.5,0.1,3,0.4,4.4,0.9l-23.8-23.5c-0.2-0.2-0.4-0.3-0.6-0.5c-0.1-0.1-0.2-0.2-0.3-0.2c0,0,0,0,0,0
|
||||
c-0.1-0.1-0.2-0.2-0.3-0.2c-0.1-0.1-0.2-0.2-0.3-0.2c-0.2-0.1-0.3-0.2-0.5-0.3c-0.1,0-0.1-0.1-0.2-0.1c0,0-0.1-0.1-0.1-0.1
|
||||
c-0.3-0.2-0.5-0.3-0.8-0.5c0,0-0.1,0-0.1-0.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c-0.2-0.1-0.4-0.2-0.6-0.3
|
||||
c-0.2-0.1-0.3-0.1-0.5-0.2c0,0,0,0,0,0c-0.1,0-0.1,0-0.2-0.1c-0.1,0-0.1,0-0.2-0.1c-0.3-0.1-0.5-0.2-0.8-0.3c-0.1,0-0.1,0-0.2,0
|
||||
c0,0,0,0,0,0c-0.1,0-0.1,0-0.2,0c-0.2,0-0.4-0.1-0.5-0.1c-0.2,0-0.4-0.1-0.6-0.1c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.2,0
|
||||
c-0.3,0-0.7-0.1-1-0.1c-0.1,0-0.1,0-0.2,0c0,0,0,0,0,0c0,0-0.1,0-0.1,0c-0.3,0-0.5,0-0.8,0c-0.2,0-0.4,0-0.6,0L38.3,35.6
|
||||
c-0.3,0-0.5,0.1-0.7,0.1c-0.2,0-0.3,0.1-0.5,0.1c0,0,0,0,0,0c0,0,0,0,0,0c-0.1,0-0.2,0-0.3,0.1c0,0,0,0,0,0c0,0,0,0,0,0
|
||||
C36.4,36,36,36,35.6,36.2c0,0,0,0,0,0s0,0,0,0c-0.5,0.1-1,0.3-1.4,0.5c0,0,0,0,0,0c0,0,0,0,0,0c-0.2,0.1-0.4,0.2-0.6,0.3
|
||||
c0,0,0,0,0,0c-0.3,0.1-0.5,0.2-0.8,0.4c-0.1,0-0.1,0.1-0.2,0.1c-0.6,0.3-1.2,0.7-1.8,1.2c0,0,0,0-0.1,0c-0.2,0.2-0.4,0.4-0.7,0.5
|
||||
c-0.1,0.1-0.2,0.2-0.3,0.3c0,0-0.1,0.1-0.1,0.1c0,0,0,0,0,0c-0.1,0.1-0.2,0.2-0.3,0.2c0,0,0,0,0,0c-0.2,0.1-0.3,0.3-0.5,0.4
|
||||
c-0.1,0.1-0.2,0.2-0.3,0.3c0,0,0,0,0,0s0,0,0,0c0,0-0.1,0.1-0.1,0.1c0,0,0,0,0,0c-0.1,0.1-0.2,0.2-0.3,0.3
|
||||
c-0.2,0.2-0.3,0.4-0.5,0.6c0,0,0,0,0,0c-0.1,0.1-0.1,0.2-0.2,0.3l0,0c-0.1,0.2-0.3,0.4-0.4,0.6c-0.1,0.1-0.2,0.3-0.3,0.4
|
||||
c0,0,0,0,0,0s0,0,0,0c0,0,0,0,0,0.1l0,0c0,0.1-0.1,0.1-0.1,0.2c-0.1,0.2-0.3,0.5-0.4,0.7c0,0-0.1,0.1-0.1,0.2
|
||||
c0,0.1-0.1,0.1-0.1,0.2l0,0c-0.1,0.1-0.1,0.2-0.2,0.3c-0.1,0.2-0.2,0.5-0.3,0.7c0,0,0,0,0,0c0,0,0,0,0,0c0,0.1-0.1,0.1-0.1,0.2
|
||||
c0,0,0,0,0,0c-0.1,0.2-0.1,0.3-0.2,0.5c-0.1,0.2-0.1,0.3-0.1,0.5c0,0,0,0,0,0c0,0.1-0.1,0.2-0.1,0.4c-0.1,0.2-0.2,0.5-0.2,0.7
|
||||
c0,0.1-0.1,0.3-0.1,0.4c0,0,0,0,0,0.1c0,0.1-0.1,0.2-0.1,0.4c0,0.3-0.1,0.6-0.1,1c0,0.4-0.1,0.8-0.1,1.1c0,0.1,0,0.2,0,0.3
|
||||
l-0.1,45.5l9.6,9.5l-7.5,0.7l29.4,26.5c0.7-0.5,1.5-0.9,2.2-1.4l5.4-0.4l10.9-1l10.9-1l5.4-0.5c1.9,0.8,3.8,1.5,5.7,2.6l-9.6-9.5
|
||||
L96.7,120.8z"/>
|
||||
<path d="M24.1,108.9l0.3,66.5l9.4,9.3l-9,0.8l4.9,4.6l0,0L53,212.1l-0.1-1l46.9-4.1l0,13.4c0,1.1,0.4,2,1.1,2.7
|
||||
s1.7,1,2.7,0.9l107.3-9.4c2.4-0.2,4.5-2.4,4.5-4.8l0-11.3l-25.7-25.7l0,8.6c0,0.1,0,0.1,0,0.2c0,0.2,0,0.4,0,0.6
|
||||
c0,0.2,0,0.3-0.1,0.5c0,0.2-0.1,0.3-0.1,0.4c0,0.1-0.1,0.3-0.1,0.4c0,0,0,0,0,0c0,0.1-0.1,0.3-0.1,0.4c0,0.1-0.1,0.3-0.1,0.4
|
||||
c0,0,0,0.1,0,0.1c0,0.1-0.1,0.2-0.2,0.3c0,0.1-0.1,0.2-0.2,0.3c-0.1,0.1-0.1,0.2-0.2,0.3c-0.1,0.1-0.1,0.2-0.2,0.4
|
||||
c-0.1,0.1-0.2,0.2-0.3,0.4c-0.1,0.1-0.2,0.2-0.3,0.4c-0.1,0.1-0.2,0.2-0.3,0.4c0,0,0,0,0,0c-0.1,0.1-0.3,0.3-0.4,0.4
|
||||
c-0.2,0.2-0.3,0.3-0.5,0.4c0,0,0,0-0.1,0c-0.3,0.2-0.5,0.4-0.8,0.5c-0.1,0-0.1,0.1-0.2,0.1c-0.5,0.3-1,0.5-1.5,0.6
|
||||
c-0.3,0.1-0.7,0.2-1,0.2c-0.1,0-0.3,0-0.4,0.1l-85.6,7.5l-0.2-65.3c-1.7,1.4-3.4,2.4-5.2,3.5l-5.4,0.5l-10.9,1l-10.9,1l-5.4,0.5
|
||||
c-1.3-0.5-2.6-1-3.9-1.6l0,0l0,0c-0.5-0.2-1-0.5-1.5-0.8v0l0,0c-0.1-0.1-0.2-0.1-0.4-0.2c0,0,0,0,0.1-0.1L24.1,108.9z"/>
|
||||
<path d="M221.4,202.4l0,7.2c0,5.6-4.4,10.4-10,10.9l-107.2,9.4c-0.3,0-0.6,0-0.9,0c-2.4,0-4.7-0.9-6.5-2.5
|
||||
c-2-1.8-3.1-4.4-3.1-7.2l0-6.7l-40.2,3.5l0-0.5l-1.1-1l0,0l-27.9-26.2l-0.1,43.1c0,0.4,0,0.7,0,1.1c0,0,0,0,0,0.1
|
||||
c0,0.2,0.1,0.4,0.1,0.7c0,0.2,0.1,0.4,0.1,0.6c0,0.2,0.1,0.3,0.1,0.5c0.1,0.2,0.1,0.5,0.2,0.7c0,0.1,0.1,0.3,0.1,0.4
|
||||
c0.1,0.2,0.2,0.5,0.3,0.7c0.1,0.1,0.1,0.3,0.2,0.4c0.1,0.2,0.2,0.5,0.3,0.7c0.1,0.1,0.1,0.3,0.2,0.4c0.1,0.2,0.2,0.4,0.4,0.6
|
||||
c0.1,0.1,0.2,0.2,0.2,0.4c0.1,0.2,0.3,0.4,0.5,0.6c0.1,0.1,0.2,0.2,0.2,0.3c0.2,0.3,0.5,0.6,0.8,0.8L56.7,270
|
||||
c-0.1-0.1-0.1-0.2-0.2-0.2c2.5,2.6,6.2,4.1,10.3,3.8l181.1-15.9c7.7-0.7,13.8-7.4,13.9-15l0.1-43.8L221.4,202.4z M53.1,262.2
|
||||
c0-0.4-0.1-0.8-0.1-1.3C53.1,261.4,53.1,261.8,53.1,262.2C53.1,262.2,53.1,262.2,53.1,262.2z M53.3,263.4c0-0.3-0.1-0.5-0.1-0.8
|
||||
C53.2,263,53.3,263.3,53.3,263.4C53.3,263.5,53.3,263.5,53.3,263.4z M53.6,264.6c-0.1-0.2-0.1-0.4-0.1-0.6
|
||||
c0.1,0.2,0.1,0.5,0.2,0.7C53.6,264.7,53.6,264.7,53.6,264.6z M54,265.8c-0.1-0.1-0.1-0.3-0.1-0.4c0.1,0.2,0.2,0.4,0.2,0.6
|
||||
C54,265.9,54,265.8,54,265.8z M54.6,267.2c-0.1-0.1-0.1-0.2-0.2-0.4c0-0.1-0.1-0.2-0.1-0.3C54.4,266.8,54.5,267,54.6,267.2
|
||||
C54.6,267.2,54.6,267.2,54.6,267.2z M55.2,268.2c-0.1-0.1-0.1-0.2-0.2-0.3c0,0-0.1-0.1-0.1-0.1C55.1,267.9,55.2,268.1,55.2,268.2
|
||||
C55.3,268.3,55.3,268.2,55.2,268.2z M55.9,269.1c-0.1-0.1-0.1-0.2-0.2-0.3c0,0,0-0.1-0.1-0.1C55.8,268.9,55.9,269.1,55.9,269.1
|
||||
C56,269.2,56,269.2,55.9,269.1z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 1410 296" enable-background="new 0 0 1410 296" xml:space="preserve">
|
||||
<g>
|
||||
<g>
|
||||
<path d="M448.1,150.4c0,56.5-28.1,75.5-52.6,75.5c-28.4,0-51.3-23.9-51.3-75.2c0-53.1,25.8-75.5,52.9-75.5
|
||||
C425.6,75.3,448.1,99.7,448.1,150.4z M369.4,150.4c0,24.2,4.6,57.1,27.5,57.1c21.6,0,26.1-34.1,26.1-57.1
|
||||
c0-22.3-4.5-56.7-26.8-56.7C373.6,93.7,369.4,128.1,369.4,150.4z"/>
|
||||
<path d="M475.9,123c0-22.3-1-35.3-1.3-45.6h22.2l1.3,18.7h0.7c8.8-15.4,21.2-20.8,33.7-20.8
|
||||
c27.8,0,45.7,26.9,45.7,74.9c0,54.3-24.2,75.8-49,75.8c-15.1,0-23.5-8.8-27.8-16.9h-0.6v72.5h-24.8V123z M500.7,170
|
||||
c0,4.2,0.3,8.5,1.3,12.1c4.9,20.8,16.3,24.5,23.2,24.5c20.9,0,27.8-26.6,27.8-55.9c0-30.2-7.9-55.5-28.1-55.5
|
||||
c-11.4,0-21.9,13-23.2,26.3c-0.6,3.3-1,7.3-1,11.2V170z"/>
|
||||
<path d="M624.2,152.5c0,45,19.3,54.3,37.3,54.3c11.1,0,19.9-2.4,26.2-5.4l4.2,16.9c-8.8,4.2-22.2,6.9-35,6.9
|
||||
c-37.9,0-57.5-28.7-57.5-73.3c0-47.1,21.9-76.7,53.6-76.7c32,0,45.1,31.4,45.1,64c0,5.7-0.3,9.7-0.6,13.3H624.2z M673.9,135.3
|
||||
c0.3-29-11.5-42-23.5-42c-16.7,0-24.8,22-25.8,42H673.9z"/>
|
||||
<path d="M725.2,115.1c0-17.2-1-26-1.3-37.7h21.9l1.3,17.8h0.6c6.9-11.8,19.6-19.9,36.3-19.9
|
||||
c21.9,0,38.2,14.8,38.2,50.1v98.1h-25.1v-93.9c0-17.5-3.6-34.7-21.9-34.7c-10.4,0-20.6,8.1-23.5,23.5c-1,3.6-1.3,8.2-1.3,13.3
|
||||
v91.8h-25.2V115.1z"/>
|
||||
<path d="M853.3,199.3c5.5,3.3,15.3,7.6,25.5,7.6c14.1,0,23.2-8.2,23.2-21.1c0-11.2-4.3-18.7-20.3-28.7
|
||||
C861.1,145,850,132.3,850,115.7c0-23.9,19-40.4,43.5-40.4c12.4,0,21.6,3.9,28.1,7.5l-6.6,17.5c-6.2-3.9-12.7-6.6-21.2-6.6
|
||||
c-13.4,0-20.3,9.1-20.3,18.7c0,9.6,3.9,15.1,19.6,25c18.3,10.9,32.7,24.2,32.7,44.4c0,29.3-21.5,43.5-47.7,43.5
|
||||
c-11.5,0-24.2-3.3-31.1-8.4L853.3,199.3z"/>
|
||||
<path d="M982.7,43.2v34.1h30.4v17.5h-30.4v86.9c0,19,7.2,24.2,16.3,24.2c4.2,0,7.5-0.3,10.1-0.9l1.3,17.8
|
||||
c-4.6,1.5-10.4,2.4-18.6,2.4c-10.1,0-19-2.4-24.8-8.7c-6.6-6.6-9.5-16.6-9.5-36.8V94.9h-19.3V77.4h19.3V52.6L982.7,43.2z"/>
|
||||
<path d="M1118.6,190.3c0,11.2,0.3,23.8,1.6,33.2h-22.5l-1.6-15.4h-1c-6.9,11.2-18,17.8-31.7,17.8
|
||||
c-20.9,0-37.3-16.3-37.3-41.7c0-36.8,31.7-52.8,67.3-53.1v-4.5c0-19.6-5.6-32.9-25.2-32.9c-9.8,0-18.6,2.7-26.1,7.5l-5.6-16.3
|
||||
c6.9-4.5,21.3-9.7,37-9.7c31.7,0,45.1,19,45.1,51.6V190.3z M1094.1,147.7c-13.1,0-43.4,2.4-43.4,34.1c0,19.3,10.5,26,19.3,26
|
||||
c11.1,0,20.3-7.6,23.2-22c0.7-2.7,1-5.7,1-8.5V147.7z"/>
|
||||
<path d="M1231.4,219.9c-5.6,3-15,5.4-26.2,5.4c-34.6,0-57.8-25.7-57.8-74c0-42,22.9-76.1,62.4-76.1
|
||||
c8.5,0,17.7,2.1,22.2,4.5l-4.9,19c-3.2-1.5-9.8-3.9-18-3.9c-25.5,0-36.6,27.8-36.6,56.4c0,34.1,14,54.7,37.2,54.7
|
||||
c6.6,0,12.5-1.2,18-3.9L1231.4,219.9z"/>
|
||||
<path d="M1277.4,145.3h0.6c2.9-5.7,5.6-11.5,8.5-16.3l31.4-51.6h27.1l-41.8,61.6l45.8,84.5h-28.1l-34.3-68.8
|
||||
l-9.1,13.6v55.2h-24.8V14.6h24.8V145.3z"/>
|
||||
</g>
|
||||
<polygon points="24.1,106.5 24.1,106.6 24.1,106.5 "/>
|
||||
<g>
|
||||
<g>
|
||||
<path d="M862,119.6c0,2-1.6,3.7-3.7,3.7s-3.7-1.6-3.7-3.7c0-2,1.7-3.6,3.8-3.6C860.4,116,862,117.6,862,119.6z
|
||||
M855.5,119.6c0,1.6,1.2,2.9,2.8,2.9c1.6,0,2.8-1.3,2.8-2.9c0-1.6-1.2-2.9-2.8-2.9C856.7,116.7,855.5,118,855.5,119.6z
|
||||
M857.8,121.5h-0.8v-3.6c0.3,0,0.8-0.1,1.4-0.1c0.7,0,1,0.1,1.2,0.3c0.2,0.2,0.4,0.4,0.4,0.8c0,0.4-0.3,0.7-0.8,0.9v0
|
||||
c0.4,0.1,0.5,0.4,0.6,0.9c0.1,0.6,0.2,0.8,0.3,0.9h-0.9c-0.1-0.1-0.2-0.4-0.3-0.9c-0.1-0.4-0.3-0.6-0.8-0.6h-0.4V121.5z
|
||||
M857.8,119.5h0.4c0.5,0,0.8-0.2,0.8-0.5c0-0.3-0.2-0.6-0.8-0.6c-0.2,0-0.4,0-0.5,0V119.5z"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M96.7,120.8l0-8.7c0-4,3.3-7.5,7.2-7.8l85.4-7.4l0.3,64.1l9.4,9.3l-6.7,0.6l25.7,25.7L259,193l-6.5-6.5
|
||||
l9.4-0.8l-0.3-69c-1.7,1.4-3.4,2.4-5.2,3.5l-5.4,0.5l-10.9,1l-10.9,1l-5.4,0.5c-0.8-0.3-1.6-0.7-2.5-1l-0.5,0.5l-1.6-1.5
|
||||
c-0.4-0.2-0.8-0.4-1.1-0.6c0.1-0.1,0.2-0.1,0.2-0.2l-28.9-26.1l2-2.3l29.4,26.6c0.8-0.5,1.6-1,2.4-1.5l5.4-0.4l10.9-1l10.9-1
|
||||
l5.4-0.5c1.9,0.8,3.8,1.5,5.7,2.6l-9.5-9.4l9.7-0.8l0.1-45.5c-0.6-4.6-3.5-8.3-7.3-9.7c-1.9-0.7-3.8-0.9-5.7-0.6l-6.6,1.3l-27,2.4
|
||||
L161.3,59l-54.1,4.7l-27,2.4l-13.6-0.2c-4,0.1-8.3,2.1-11.2,5.7c1.8-4.2,5.7-7.8,10.7-8.9l13.5-2.7l27.1-2.3l54.1-4.7l54.1-4.7
|
||||
l27-2.4l7,0.2c1.5,0.1,3,0.4,4.4,0.9l-23.8-23.5c-0.2-0.2-0.4-0.3-0.6-0.5c-0.1-0.1-0.2-0.2-0.3-0.2c0,0,0,0,0,0
|
||||
c-0.1-0.1-0.2-0.2-0.3-0.2c-0.1-0.1-0.2-0.2-0.3-0.2c-0.2-0.1-0.3-0.2-0.5-0.3c-0.1,0-0.1-0.1-0.2-0.1c0,0-0.1-0.1-0.1-0.1
|
||||
c-0.3-0.2-0.5-0.3-0.8-0.5c0,0-0.1,0-0.1-0.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c-0.2-0.1-0.4-0.2-0.6-0.3
|
||||
c-0.2-0.1-0.3-0.1-0.5-0.2c0,0,0,0,0,0c-0.1,0-0.1,0-0.2-0.1c-0.1,0-0.1,0-0.2-0.1c-0.3-0.1-0.5-0.2-0.8-0.3c-0.1,0-0.1,0-0.2,0
|
||||
c0,0,0,0,0,0c-0.1,0-0.1,0-0.2,0c-0.2,0-0.4-0.1-0.5-0.1c-0.2,0-0.4-0.1-0.6-0.1c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.2,0
|
||||
c-0.3,0-0.7-0.1-1-0.1c-0.1,0-0.1,0-0.2,0c0,0,0,0,0,0c0,0-0.1,0-0.1,0c-0.3,0-0.5,0-0.8,0c-0.2,0-0.4,0-0.6,0L38.3,35.6
|
||||
c-0.3,0-0.5,0.1-0.7,0.1c-0.2,0-0.3,0.1-0.5,0.1c0,0,0,0,0,0c0,0,0,0,0,0c-0.1,0-0.2,0-0.3,0.1c0,0,0,0,0,0c0,0,0,0,0,0
|
||||
C36.4,36,36,36,35.6,36.2c0,0,0,0,0,0s0,0,0,0c-0.5,0.1-1,0.3-1.4,0.5c0,0,0,0,0,0c0,0,0,0,0,0c-0.2,0.1-0.4,0.2-0.6,0.3
|
||||
c0,0,0,0,0,0c-0.3,0.1-0.5,0.2-0.8,0.4c-0.1,0-0.1,0.1-0.2,0.1c-0.6,0.3-1.2,0.7-1.8,1.2c0,0,0,0-0.1,0c-0.2,0.2-0.4,0.4-0.7,0.5
|
||||
c-0.1,0.1-0.2,0.2-0.3,0.3c0,0-0.1,0.1-0.1,0.1c0,0,0,0,0,0c-0.1,0.1-0.2,0.2-0.3,0.2c0,0,0,0,0,0c-0.2,0.1-0.3,0.3-0.5,0.4
|
||||
c-0.1,0.1-0.2,0.2-0.3,0.3c0,0,0,0,0,0s0,0,0,0c0,0-0.1,0.1-0.1,0.1c0,0,0,0,0,0c-0.1,0.1-0.2,0.2-0.3,0.3
|
||||
c-0.2,0.2-0.3,0.4-0.5,0.6c0,0,0,0,0,0c-0.1,0.1-0.1,0.2-0.2,0.3l0,0c-0.1,0.2-0.3,0.4-0.4,0.6c-0.1,0.1-0.2,0.3-0.3,0.4
|
||||
c0,0,0,0,0,0s0,0,0,0c0,0,0,0,0,0.1l0,0c0,0.1-0.1,0.1-0.1,0.2c-0.1,0.2-0.3,0.5-0.4,0.7c0,0-0.1,0.1-0.1,0.2
|
||||
c0,0.1-0.1,0.1-0.1,0.2l0,0c-0.1,0.1-0.1,0.2-0.2,0.3c-0.1,0.2-0.2,0.5-0.3,0.7c0,0,0,0,0,0c0,0,0,0,0,0c0,0.1-0.1,0.1-0.1,0.2
|
||||
c0,0,0,0,0,0c-0.1,0.2-0.1,0.3-0.2,0.5c-0.1,0.2-0.1,0.3-0.1,0.5c0,0,0,0,0,0c0,0.1-0.1,0.2-0.1,0.4c-0.1,0.2-0.2,0.5-0.2,0.7
|
||||
c0,0.1-0.1,0.3-0.1,0.4c0,0,0,0,0,0.1c0,0.1-0.1,0.2-0.1,0.4c0,0.3-0.1,0.6-0.1,1c0,0.4-0.1,0.8-0.1,1.1c0,0.1,0,0.2,0,0.3
|
||||
l-0.1,45.5l9.6,9.5l-7.5,0.7l29.4,26.5c0.7-0.5,1.5-0.9,2.2-1.4l5.4-0.4l10.9-1l10.9-1l5.4-0.5c1.9,0.8,3.8,1.5,5.7,2.6l-9.6-9.5
|
||||
L96.7,120.8z"/>
|
||||
<path d="M24.1,108.9l0.3,66.5l9.4,9.3l-9,0.8l4.9,4.6l0,0L53,212.1l-0.1-1l46.9-4.1l0,13.4c0,1.1,0.4,2,1.1,2.7
|
||||
s1.7,1,2.7,0.9l107.3-9.4c2.4-0.2,4.5-2.4,4.5-4.8l0-11.3l-25.7-25.7l0,8.6c0,0.1,0,0.1,0,0.2c0,0.2,0,0.4,0,0.6
|
||||
c0,0.2,0,0.3-0.1,0.5c0,0.2-0.1,0.3-0.1,0.4c0,0.1-0.1,0.3-0.1,0.4c0,0,0,0,0,0c0,0.1-0.1,0.3-0.1,0.4c0,0.1-0.1,0.3-0.1,0.4
|
||||
c0,0,0,0.1,0,0.1c0,0.1-0.1,0.2-0.2,0.3c0,0.1-0.1,0.2-0.2,0.3c-0.1,0.1-0.1,0.2-0.2,0.3c-0.1,0.1-0.1,0.2-0.2,0.4
|
||||
c-0.1,0.1-0.2,0.2-0.3,0.4c-0.1,0.1-0.2,0.2-0.3,0.4c-0.1,0.1-0.2,0.2-0.3,0.4c0,0,0,0,0,0c-0.1,0.1-0.3,0.3-0.4,0.4
|
||||
c-0.2,0.2-0.3,0.3-0.5,0.4c0,0,0,0-0.1,0c-0.3,0.2-0.5,0.4-0.8,0.5c-0.1,0-0.1,0.1-0.2,0.1c-0.5,0.3-1,0.5-1.5,0.6
|
||||
c-0.3,0.1-0.7,0.2-1,0.2c-0.1,0-0.3,0-0.4,0.1l-85.6,7.5l-0.2-65.3c-1.7,1.4-3.4,2.4-5.2,3.5l-5.4,0.5l-10.9,1l-10.9,1l-5.4,0.5
|
||||
c-1.3-0.5-2.6-1-3.9-1.6l0,0l0,0c-0.5-0.2-1-0.5-1.5-0.8v0l0,0c-0.1-0.1-0.2-0.1-0.4-0.2c0,0,0,0,0.1-0.1L24.1,108.9z"/>
|
||||
<path d="M221.4,202.4l0,7.2c0,5.6-4.4,10.4-10,10.9l-107.2,9.4c-0.3,0-0.6,0-0.9,0c-2.4,0-4.7-0.9-6.5-2.5
|
||||
c-2-1.8-3.1-4.4-3.1-7.2l0-6.7l-40.2,3.5l0-0.5l-1.1-1l0,0l-27.9-26.2l-0.1,43.1c0,0.4,0,0.7,0,1.1c0,0,0,0,0,0.1
|
||||
c0,0.2,0.1,0.4,0.1,0.7c0,0.2,0.1,0.4,0.1,0.6c0,0.2,0.1,0.3,0.1,0.5c0.1,0.2,0.1,0.5,0.2,0.7c0,0.1,0.1,0.3,0.1,0.4
|
||||
c0.1,0.2,0.2,0.5,0.3,0.7c0.1,0.1,0.1,0.3,0.2,0.4c0.1,0.2,0.2,0.5,0.3,0.7c0.1,0.1,0.1,0.3,0.2,0.4c0.1,0.2,0.2,0.4,0.4,0.6
|
||||
c0.1,0.1,0.2,0.2,0.2,0.4c0.1,0.2,0.3,0.4,0.5,0.6c0.1,0.1,0.2,0.2,0.2,0.3c0.2,0.3,0.5,0.6,0.8,0.8L56.7,270
|
||||
c-0.1-0.1-0.1-0.2-0.2-0.2c2.5,2.6,6.2,4.1,10.3,3.8l181.1-15.9c7.7-0.7,13.8-7.4,13.9-15l0.1-43.8L221.4,202.4z M53.1,262.2
|
||||
c0-0.4-0.1-0.8-0.1-1.3C53.1,261.4,53.1,261.8,53.1,262.2C53.1,262.2,53.1,262.2,53.1,262.2z M53.3,263.4c0-0.3-0.1-0.5-0.1-0.8
|
||||
C53.2,263,53.3,263.3,53.3,263.4C53.3,263.5,53.3,263.5,53.3,263.4z M53.6,264.6c-0.1-0.2-0.1-0.4-0.1-0.6
|
||||
c0.1,0.2,0.1,0.5,0.2,0.7C53.6,264.7,53.6,264.7,53.6,264.6z M54,265.8c-0.1-0.1-0.1-0.3-0.1-0.4c0.1,0.2,0.2,0.4,0.2,0.6
|
||||
C54,265.9,54,265.8,54,265.8z M54.6,267.2c-0.1-0.1-0.1-0.2-0.2-0.4c0-0.1-0.1-0.2-0.1-0.3C54.4,266.8,54.5,267,54.6,267.2
|
||||
C54.6,267.2,54.6,267.2,54.6,267.2z M55.2,268.2c-0.1-0.1-0.1-0.2-0.2-0.3c0,0-0.1-0.1-0.1-0.1C55.1,267.9,55.2,268.1,55.2,268.2
|
||||
C55.3,268.3,55.3,268.2,55.2,268.2z M55.9,269.1c-0.1-0.1-0.1-0.2-0.2-0.3c0,0,0-0.1-0.1-0.1C55.8,268.9,55.9,269.1,55.9,269.1
|
||||
C56,269.2,56,269.2,55.9,269.1z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 8.7 KiB |
@@ -1,6 +1,6 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fix typo in metadef resource type. When Horizon retrieve possible
|
||||
metadata for Cinder Volume Type it will now retrieve
|
||||
Fix typo in metadef resource type. When Horizon retrieve possible
|
||||
metadata for Cinder Volume Type it will now retrieve
|
||||
OS::Cinder::VolumeType instead of OS:Cinder::VolumeType (note first :).
|
||||
@@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
ROOT=$1
|
||||
|
||||
report_args="--junitxml=$ROOT/test_reports/selenium_test_results.xml"
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Usage: unit_tests.sh [--coverage] <root_dir> [<test-file>, ...]
|
||||
|
||||
set -o xtrace
|
||||
|
||||
@@ -28,14 +28,14 @@ commands = {posargs}
|
||||
[testenv:pep8]
|
||||
deps =
|
||||
{[testenv]deps}
|
||||
flake8-import-order>=0.19.2 # LGPLv3
|
||||
pre-commit
|
||||
pylint==3.3.1 # GPLv2
|
||||
bandit[baseline]>=1.7.7 # Apache-2.0
|
||||
setuptools<82
|
||||
setenv =
|
||||
DJANGO_SETTINGS_MODULE=openstack_dashboard.test.settings
|
||||
commands =
|
||||
flake8 {posargs}
|
||||
pre-commit run -a
|
||||
{envpython} {toxinidir}/manage.py extract_messages --verbosity 0 --check-only
|
||||
bash {toxinidir}/tools/find_executables.sh
|
||||
pylint -j 4 --verbose --rcfile=.pylintrc -f colorized openstack_dashboard openstack_auth horizon
|
||||
|
||||