change chart name back to `artifact-hub`, and ran a quick trailing-whitespace / end-of-files lint on the repo

Signed-off-by: Nicholas St. Germain <nick@cajun.pro>
This commit is contained in:
Nicholas St. Germain 2020-09-15 10:48:40 -05:00
parent aae88245ee
commit 09086f67aa
No known key found for this signature in database
GPG Key ID: 7221152119DAB1E6
55 changed files with 162 additions and 162 deletions

3
.gitignore vendored
View File

@ -7,5 +7,6 @@ yarn-error.log*
node_modules/
web/build
web/coverage
charts/artifacthub/charts
Chart.lock
/charts/artifact-hub/charts/
.idea/

2
DEV.md
View File

@ -112,7 +112,7 @@ server:
secure: false
```
This sample configuration does not use all options available. For more information please see [the Chart configuration options](charts/artifacthub/README.md#configuration) and [the Chart hub secret template file](charts/artifacthub/templates/hub_secret.yaml).
This sample configuration does not use all options available. For more information please see [the Chart configuration options](charts/artifact-hub/README.md#configuration) and [the Chart hub secret template file](charts/artifact-hub/templates/hub_secret.yaml).
Now you can run the `hub` server:

2
OWNERS
View File

@ -2,4 +2,4 @@ maintainers:
- tegioz
- cynthia-sg
- mattfarina
- dankohn
- dankohn

View File

@ -29,7 +29,7 @@ Feel free to ask any questions on the #artifact-hub channel in the CNCF Slack. T
## Getting started
The easiest way to try Artifact Hub in your Kubernetes cluster is by deploying the Helm chart provided. For more details, please see the [Helm chart README file](charts/artifacthub/README.md).
The easiest way to try Artifact Hub in your Kubernetes cluster is by deploying the Helm chart provided. For more details, please see the [Helm chart README file](charts/artifact-hub/README.md).
## Community

View File

@ -1,5 +1,5 @@
apiVersion: v2
name: artifacthub
name: artifact-hub
description: Artifact Hub is a web-based application that enables finding, installing, and publishing Kubernetes packages.
type: application
version: 0.5.1

View File

@ -56,4 +56,3 @@ stringData:
password: {{ .Values.hub.email.smtp.password }}
analytics:
gaTrackingID: {{ .Values.hub.analytics.gaTrackingID }}

View File

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" enable-background="new 0 0 64 64"><path d="M62,32c0,16.6-13.4,30-30,30C15.4,62,2,48.6,2,32C2,15.4,15.4,2,32,2C48.6,2,62,15.4,62,32z" fill="#ffdd67"/><path d="m42 47.9c-5-5-2.8-2.8 2.5-8.1 5.3-5.3 3.1-7.6 8.1-2.5 5 5 5.2 9.9 2.2 12.9-2.9 2.9-7.8 2.7-12.8-2.3" fill="#ff717f"/><path fill="#e2596c" d="m45.6 38.7l6.8 9-8.9-6.8z"/><g fill="#664e27"><path d="m28.5 24.9c-1.9-5.1-4.7-7.7-7.5-7.7s-5.6 2.6-7.5 7.7c-.2.5.8 1.4 1.3.9 1.8-1.9 4-2.7 6.2-2.7s4.4.8 6.2 2.7c.6.5 1.5-.4 1.3-.9"/><path d="m50.4 24.9c-1.9-5.1-4.7-7.7-7.5-7.7s-5.6 2.6-7.5 7.7c-.2.5.8 1.4 1.3.9 1.8-1.9 4-2.7 6.2-2.7s4.4.8 6.2 2.7c.5.5 1.5-.4 1.3-.9"/><path d="m48.1 33c-4.3 6.1-9.5 7.6-16.1 7.6s-11.8-1.5-16.1-7.6c-.6-.8-2.2-.3-1.8.9 2.3 8 10 12.7 18 12.7s15.7-4.7 18-12.7c.2-1.2-1.4-1.7-2-.9"/></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" enable-background="new 0 0 64 64"><path d="M62,32c0,16.6-13.4,30-30,30C15.4,62,2,48.6,2,32C2,15.4,15.4,2,32,2C48.6,2,62,15.4,62,32z" fill="#ffdd67"/><path d="m42 47.9c-5-5-2.8-2.8 2.5-8.1 5.3-5.3 3.1-7.6 8.1-2.5 5 5 5.2 9.9 2.2 12.9-2.9 2.9-7.8 2.7-12.8-2.3" fill="#ff717f"/><path fill="#e2596c" d="m45.6 38.7l6.8 9-8.9-6.8z"/><g fill="#664e27"><path d="m28.5 24.9c-1.9-5.1-4.7-7.7-7.5-7.7s-5.6 2.6-7.5 7.7c-.2.5.8 1.4 1.3.9 1.8-1.9 4-2.7 6.2-2.7s4.4.8 6.2 2.7c.6.5 1.5-.4 1.3-.9"/><path d="m50.4 24.9c-1.9-5.1-4.7-7.7-7.5-7.7s-5.6 2.6-7.5 7.7c-.2.5.8 1.4 1.3.9 1.8-1.9 4-2.7 6.2-2.7s4.4.8 6.2 2.7c.5.5 1.5-.4 1.3-.9"/><path d="m48.1 33c-4.3 6.1-9.5 7.6-16.1 7.6s-11.8-1.5-16.1-7.6c-.6-.8-2.2-.3-1.8.9 2.3 8 10 12.7 18 12.7s15.7-4.7 18-12.7c.2-1.2-1.4-1.7-2-.9"/></g></svg>

Before

Width:  |  Height:  |  Size: 833 B

After

Width:  |  Height:  |  Size: 834 B

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" enable-background="new 0 0 64 64"><path d="M62,32c0,16.6-13.4,30-30,30C15.4,62,2,48.6,2,32C2,15.4,15.4,2,32,2C48.6,2,62,15.4,62,32z" fill="#ffdd67"/><path d="m42 47.9c-5-5-2.8-2.8 2.5-8.1 5.3-5.3 3.1-7.6 8.1-2.5 5 5 5.2 9.9 2.2 12.9-2.9 2.9-7.8 2.7-12.8-2.3" fill="#ff717f"/><path fill="#e2596c" d="m45.6 38.7l6.8 9-8.9-6.8z"/><g fill="#664e27"><path d="m28.5 24.9c-1.9-5.1-4.7-7.7-7.5-7.7s-5.6 2.6-7.5 7.7c-.2.5.8 1.4 1.3.9 1.8-1.9 4-2.7 6.2-2.7s4.4.8 6.2 2.7c.6.5 1.5-.4 1.3-.9"/><path d="m50.4 24.9c-1.9-5.1-4.7-7.7-7.5-7.7s-5.6 2.6-7.5 7.7c-.2.5.8 1.4 1.3.9 1.8-1.9 4-2.7 6.2-2.7s4.4.8 6.2 2.7c.5.5 1.5-.4 1.3-.9"/><path d="m48.1 33c-4.3 6.1-9.5 7.6-16.1 7.6s-11.8-1.5-16.1-7.6c-.6-.8-2.2-.3-1.8.9 2.3 8 10 12.7 18 12.7s15.7-4.7 18-12.7c.2-1.2-1.4-1.7-2-.9"/></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" enable-background="new 0 0 64 64"><path d="M62,32c0,16.6-13.4,30-30,30C15.4,62,2,48.6,2,32C2,15.4,15.4,2,32,2C48.6,2,62,15.4,62,32z" fill="#ffdd67"/><path d="m42 47.9c-5-5-2.8-2.8 2.5-8.1 5.3-5.3 3.1-7.6 8.1-2.5 5 5 5.2 9.9 2.2 12.9-2.9 2.9-7.8 2.7-12.8-2.3" fill="#ff717f"/><path fill="#e2596c" d="m45.6 38.7l6.8 9-8.9-6.8z"/><g fill="#664e27"><path d="m28.5 24.9c-1.9-5.1-4.7-7.7-7.5-7.7s-5.6 2.6-7.5 7.7c-.2.5.8 1.4 1.3.9 1.8-1.9 4-2.7 6.2-2.7s4.4.8 6.2 2.7c.6.5 1.5-.4 1.3-.9"/><path d="m50.4 24.9c-1.9-5.1-4.7-7.7-7.5-7.7s-5.6 2.6-7.5 7.7c-.2.5.8 1.4 1.3.9 1.8-1.9 4-2.7 6.2-2.7s4.4.8 6.2 2.7c.5.5 1.5-.4 1.3-.9"/><path d="m48.1 33c-4.3 6.1-9.5 7.6-16.1 7.6s-11.8-1.5-16.1-7.6c-.6-.8-2.2-.3-1.8.9 2.3 8 10 12.7 18 12.7s15.7-4.7 18-12.7c.2-1.2-1.4-1.7-2-.9"/></g></svg>

Before

Width:  |  Height:  |  Size: 833 B

After

Width:  |  Height:  |  Size: 834 B

View File

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" role="img" viewBox="48.91 -1.09 472.18 576.68"><defs><style>.cls-2{fill:#00b4c8}</style></defs><path fill="none" d="M196.604 498.09a89.682 89.682 0 0 0-13.023.965 40.633 40.633 0 0 0-11.9 3.536 21.616 21.616 0 0 0-8.521 7.237 20.21 20.21 0 0 0-3.215 11.737 31.384 31.384 0 0 0 1.219 9.165 17.022 17.022 0 0 0 7.46 9.96q8.682 5.31 23.477 5.307 18.004 0 27.333-1.93v-43.083a75.905 75.905 0 0 0-9.323-1.93 86.893 86.893 0 0 0-13.507-.965z"/><path d="M449.796 202.845q-59.153 58.926-118.375 117.786L146.075 505.977l-.455-.454c-10.614 10.65-21.158 21.371-31.393 32.377-5.393 5.8-7.384 13.173-1.166 19.87 6.506 7.012 14.346 6.588 21.53 1.266 5.376-3.982 10.062-8.948 14.822-13.705q150.23-150.18 300.194-300.633l60.89-10.613c-9.937-10.087-51.278-40.626-60.7-31.24z" class="cls-2"/><path d="M478.784 292.437a12.923 12.923 0 0 0-9.082-12.55c-9.699-3.506-16.357 2.168-22.599 8.406Q324.865 410.481 202.66 532.702c-7.21 7.214-14.657 15.812-5.816 25.346 9.758 10.524 18.9 2.988 26.64-4.743q123.57-123.452 247.065-246.983c3.915-3.915 7.825-7.863 8.236-13.885zm-162.923-9.911l17.142-17.141c-1.391-4.326-4.908-8.414-8.611-12.12Q206.824 135.632 89.169 18.086c-4.387-4.384-9.075-8.341-15.87-8.073-5.329.275-9.597 2.553-11.62 7.553-3.576 8.834.995 15.298 6.89 21.195q117.585 117.616 235.184 235.215c3.707 3.706 7.796 7.18 12.108 8.55zm154.131 108.506c7.257-7.343 13.7-16.123 3.918-25.36-8.782-8.293-17.17-2.51-24.072 4.354-31.334 31.157-62.48 62.504-93.819 93.655-10.96 10.893-10.454 21.057.401 31.721 18.385 18.067 36.744 36.174 54.585 54.771 10.004 10.428 20.93 16.95 35.042 14.194 3.259.21 5.737.691 8.15.466 10.303-.957 23.307-.281 23.634-14.478.335-14.644-12.332-14.708-22.943-14.312-10.777.402-18.684-4.032-25.845-11.565-10.991-11.561-21.99-23.19-33.87-33.808-10.513-9.4-9.018-16.292.55-25.497 25.204-24.25 49.677-49.261 74.27-74.14zm-209.337-75.967c3.818 3.802 8.394 7.687 13.347 9.321l17.063-17.063c-2.163-6.188-7.316-10.32-11.784-14.798q-72.062-72.226-144.255-144.32c-9.966-9.96-19.873-19.993-30.15-29.63-6.04-5.667-13.213-7.124-19.652-.742-6.13 6.073-5.69 13.22-.859 20.024a66.122 66.122 0 0 0 7.223 8.303q84.46 84.526 169.067 168.905zm-64.009 20.518c9.1 9.076 18.153 18.214 27.585 26.935a17.673 17.673 0 0 0 7.408 4.233l17.85-17.85c-1.172-4.601-4.226-8.242-7.63-11.65q-54.495-54.594-109.11-109.066a33.321 33.321 0 0 0-10.425-7.263c-5.97-2.449-12.126-2.054-16.872 3.173-4.793 5.279-4.73 11.353-1.011 16.908a96.1 96.1 0 0 0 11.722 14.029q40.113 40.402 80.483 80.551z" class="cls-2"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" role="img" viewBox="48.91 -1.09 472.18 576.68"><defs><style>.cls-2{fill:#00b4c8}</style></defs><path fill="none" d="M196.604 498.09a89.682 89.682 0 0 0-13.023.965 40.633 40.633 0 0 0-11.9 3.536 21.616 21.616 0 0 0-8.521 7.237 20.21 20.21 0 0 0-3.215 11.737 31.384 31.384 0 0 0 1.219 9.165 17.022 17.022 0 0 0 7.46 9.96q8.682 5.31 23.477 5.307 18.004 0 27.333-1.93v-43.083a75.905 75.905 0 0 0-9.323-1.93 86.893 86.893 0 0 0-13.507-.965z"/><path d="M449.796 202.845q-59.153 58.926-118.375 117.786L146.075 505.977l-.455-.454c-10.614 10.65-21.158 21.371-31.393 32.377-5.393 5.8-7.384 13.173-1.166 19.87 6.506 7.012 14.346 6.588 21.53 1.266 5.376-3.982 10.062-8.948 14.822-13.705q150.23-150.18 300.194-300.633l60.89-10.613c-9.937-10.087-51.278-40.626-60.7-31.24z" class="cls-2"/><path d="M478.784 292.437a12.923 12.923 0 0 0-9.082-12.55c-9.699-3.506-16.357 2.168-22.599 8.406Q324.865 410.481 202.66 532.702c-7.21 7.214-14.657 15.812-5.816 25.346 9.758 10.524 18.9 2.988 26.64-4.743q123.57-123.452 247.065-246.983c3.915-3.915 7.825-7.863 8.236-13.885zm-162.923-9.911l17.142-17.141c-1.391-4.326-4.908-8.414-8.611-12.12Q206.824 135.632 89.169 18.086c-4.387-4.384-9.075-8.341-15.87-8.073-5.329.275-9.597 2.553-11.62 7.553-3.576 8.834.995 15.298 6.89 21.195q117.585 117.616 235.184 235.215c3.707 3.706 7.796 7.18 12.108 8.55zm154.131 108.506c7.257-7.343 13.7-16.123 3.918-25.36-8.782-8.293-17.17-2.51-24.072 4.354-31.334 31.157-62.48 62.504-93.819 93.655-10.96 10.893-10.454 21.057.401 31.721 18.385 18.067 36.744 36.174 54.585 54.771 10.004 10.428 20.93 16.95 35.042 14.194 3.259.21 5.737.691 8.15.466 10.303-.957 23.307-.281 23.634-14.478.335-14.644-12.332-14.708-22.943-14.312-10.777.402-18.684-4.032-25.845-11.565-10.991-11.561-21.99-23.19-33.87-33.808-10.513-9.4-9.018-16.292.55-25.497 25.204-24.25 49.677-49.261 74.27-74.14zm-209.337-75.967c3.818 3.802 8.394 7.687 13.347 9.321l17.063-17.063c-2.163-6.188-7.316-10.32-11.784-14.798q-72.062-72.226-144.255-144.32c-9.966-9.96-19.873-19.993-30.15-29.63-6.04-5.667-13.213-7.124-19.652-.742-6.13 6.073-5.69 13.22-.859 20.024a66.122 66.122 0 0 0 7.223 8.303q84.46 84.526 169.067 168.905zm-64.009 20.518c9.1 9.076 18.153 18.214 27.585 26.935a17.673 17.673 0 0 0 7.408 4.233l17.85-17.85c-1.172-4.601-4.226-8.242-7.63-11.65q-54.495-54.594-109.11-109.066a33.321 33.321 0 0 0-10.425-7.263c-5.97-2.449-12.126-2.054-16.872 3.173-4.793 5.279-4.73 11.353-1.011 16.908a96.1 96.1 0 0 0 11.722 14.029q40.113 40.402 80.483 80.551z" class="cls-2"/></svg>

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

View File

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="44.4" height="44.4" viewBox="0 0 44.4 44.4"><defs><style>.a{fill:#c00;}.b{fill:#fff;}</style></defs><title>Asset 8</title><circle class="a" cx="22.2" cy="22.2" r="22.2"/><path class="b" d="M27.1,3.3,9,26.5H22.2a.7.7,0,0,1,.6.9L19.3,40.7c-.1.4.4.6.7.3L35.4,20.7a.3.3,0,0,0-.3-.5H22.6a.8.8,0,0,1-.8-1.1L27.2,4.4Z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="44.4" height="44.4" viewBox="0 0 44.4 44.4"><defs><style>.a{fill:#c00;}.b{fill:#fff;}</style></defs><title>Asset 8</title><circle class="a" cx="22.2" cy="22.2" r="22.2"/><path class="b" d="M27.1,3.3,9,26.5H22.2a.7.7,0,0,1,.6.9L19.3,40.7c-.1.4.4.6.7.3L35.4,20.7a.3.3,0,0,0-.3-.5H22.6a.8.8,0,0,1-.8-1.1L27.2,4.4Z"/></svg>

Before

Width:  |  Height:  |  Size: 367 B

After

Width:  |  Height:  |  Size: 367 B

View File

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" role="img" viewBox="16.62 -1.63 395.51 435.76"><style>svg {enable-background:new 0 0 432 434}</style><g fill="#fff"><path d="M71.1 214.5c7.5-26.7 20.9-50.1 38.4-68.8-5.9-4.4-29.3-22.6-30.4-36.9C77.5 85.4 100.9 6.7 100.9 6.7S30.2 92.8 25.3 127.6c-3.9 27.3 40.8 81.5 45.5 87v-.1h.3zm287.8-1.4v.2c0 .1.1.2.1.3 7.8-9.4 48.3-59.9 44.6-86C398.7 92.8 328 6.7 328 6.7s23.4 78.7 21.7 102.1c-1 13.7-22.3 30.8-29.4 36.2 17.5 18.5 30.9 41.7 38.6 68.1z" opacity=".64"/><path d="M358.9 213.3v-.2c-7.6-26.4-21.1-49.6-38.6-68.1-27.5-29-64.9-46.4-105.2-46.4v93h.1c9.9.1 17.9 8.2 17.9 18.1 0 1.2-.1 2.3-.3 3.4-1.6 8.3-8.8 14.6-17.6 14.7h-.3v34.5l-.2 163.4h3.5s38-55 58.5-70.7c24-18.4 82.2-41.2 82.2-41.2v-99.4l.3-.1c-.1-.2-.1-.5-.2-.7 0-.1-.1-.2-.1-.3z" opacity=".85"/><path d="M214.9 262.3v-34.5c-8.3-.1-15.2-5.7-17.3-13.3-.4-1.5-.7-3.1-.7-4.8 0-10 8.1-18.1 18.1-18.1h.1V98.9c-40.5 0-78 17.5-105.5 46.8-17.5 18.6-30.9 42.1-38.4 68.8h-.3v100.7s58.2 22.8 82.2 41.2c19.9 15.3 58.3 69.4 58.3 69.4h3.6v-.1h-.2l.1-163.4z" opacity=".75"/></g></svg>
<svg xmlns="http://www.w3.org/2000/svg" role="img" viewBox="16.62 -1.63 395.51 435.76"><style>svg {enable-background:new 0 0 432 434}</style><g fill="#fff"><path d="M71.1 214.5c7.5-26.7 20.9-50.1 38.4-68.8-5.9-4.4-29.3-22.6-30.4-36.9C77.5 85.4 100.9 6.7 100.9 6.7S30.2 92.8 25.3 127.6c-3.9 27.3 40.8 81.5 45.5 87v-.1h.3zm287.8-1.4v.2c0 .1.1.2.1.3 7.8-9.4 48.3-59.9 44.6-86C398.7 92.8 328 6.7 328 6.7s23.4 78.7 21.7 102.1c-1 13.7-22.3 30.8-29.4 36.2 17.5 18.5 30.9 41.7 38.6 68.1z" opacity=".64"/><path d="M358.9 213.3v-.2c-7.6-26.4-21.1-49.6-38.6-68.1-27.5-29-64.9-46.4-105.2-46.4v93h.1c9.9.1 17.9 8.2 17.9 18.1 0 1.2-.1 2.3-.3 3.4-1.6 8.3-8.8 14.6-17.6 14.7h-.3v34.5l-.2 163.4h3.5s38-55 58.5-70.7c24-18.4 82.2-41.2 82.2-41.2v-99.4l.3-.1c-.1-.2-.1-.5-.2-.7 0-.1-.1-.2-.1-.3z" opacity=".85"/><path d="M214.9 262.3v-34.5c-8.3-.1-15.2-5.7-17.3-13.3-.4-1.5-.7-3.1-.7-4.8 0-10 8.1-18.1 18.1-18.1h.1V98.9c-40.5 0-78 17.5-105.5 46.8-17.5 18.6-30.9 42.1-38.4 68.8h-.3v100.7s58.2 22.8 82.2 41.2c19.9 15.3 58.3 69.4 58.3 69.4h3.6v-.1h-.2l.1-163.4z" opacity=".75"/></g></svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -1 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" role="img" viewBox="16.37 -1.63 395.51 435.76"><style>svg {enable-background:new 0 0 432 434}</style><path fill="#bfbfbf" d="M71 214.5c7.5-26.7 20.9-50.1 38.4-68.8-5.9-4.4-29.3-22.6-30.4-36.9C77.3 85.4 100.7 6.7 100.7 6.7S30 92.8 25.1 127.6c-3.9 27.3 40.8 81.5 45.5 87v-.1h.4zm287.7-1.4v.2c0 .1.1.2.1.3 7.8-9.4 48.3-59.9 44.6-86-4.9-34.8-75.6-120.9-75.6-120.9s23.4 78.7 21.7 102.1c-1 13.7-22.3 30.8-29.4 36.2 17.5 18.4 31 41.6 38.6 68.1z"/><path fill="#566366" d="M358.7 213.2v-.2c-7.6-26.4-21.1-49.6-38.6-68.1-27.5-29-64.9-46.4-105.2-46.4v93h.1c9.9.1 17.9 8.2 17.9 18.1 0 1.2-.1 2.3-.3 3.4-1.6 8.3-8.8 14.6-17.6 14.7h-.3v34.5l-.2 163.4h3.5s38-55 58.5-70.7c24-18.4 82.2-41.2 82.2-41.2v-99.4l.3-.1c-.1-.2-.1-.5-.2-.7 0-.1 0-.2-.1-.3z"/><path fill="#7d9199" d="M214.7 262.3v-34.5c-8.3-.1-15.2-5.7-17.3-13.3-.4-1.5-.7-3.1-.7-4.8 0-10 8.1-18.1 18.1-18.1h.1V98.9c-40.5 0-78 17.5-105.5 46.8-17.5 18.6-30.9 42.1-38.4 68.8h-.3v100.7s58.2 22.8 82.2 41.2c19.9 15.3 58.3 69.4 58.3 69.4h3.6v-.1h-.2l.1-163.4z"/><path fill="#fff" d="M196.7 209.7c0 1.7.2 3.3.7 4.8 2.1 7.6 9 13.2 17.3 13.3h.3c8.7-.1 16-6.4 17.6-14.7.2-1.1.3-2.2.3-3.4 0-9.9-8-18-17.9-18.1h-.2c-10 0-18.1 8.1-18.1 18.1z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" role="img" viewBox="16.37 -1.63 395.51 435.76"><style>svg {enable-background:new 0 0 432 434}</style><path fill="#bfbfbf" d="M71 214.5c7.5-26.7 20.9-50.1 38.4-68.8-5.9-4.4-29.3-22.6-30.4-36.9C77.3 85.4 100.7 6.7 100.7 6.7S30 92.8 25.1 127.6c-3.9 27.3 40.8 81.5 45.5 87v-.1h.4zm287.7-1.4v.2c0 .1.1.2.1.3 7.8-9.4 48.3-59.9 44.6-86-4.9-34.8-75.6-120.9-75.6-120.9s23.4 78.7 21.7 102.1c-1 13.7-22.3 30.8-29.4 36.2 17.5 18.4 31 41.6 38.6 68.1z"/><path fill="#566366" d="M358.7 213.2v-.2c-7.6-26.4-21.1-49.6-38.6-68.1-27.5-29-64.9-46.4-105.2-46.4v93h.1c9.9.1 17.9 8.2 17.9 18.1 0 1.2-.1 2.3-.3 3.4-1.6 8.3-8.8 14.6-17.6 14.7h-.3v34.5l-.2 163.4h3.5s38-55 58.5-70.7c24-18.4 82.2-41.2 82.2-41.2v-99.4l.3-.1c-.1-.2-.1-.5-.2-.7 0-.1 0-.2-.1-.3z"/><path fill="#7d9199" d="M214.7 262.3v-34.5c-8.3-.1-15.2-5.7-17.3-13.3-.4-1.5-.7-3.1-.7-4.8 0-10 8.1-18.1 18.1-18.1h.1V98.9c-40.5 0-78 17.5-105.5 46.8-17.5 18.6-30.9 42.1-38.4 68.8h-.3v100.7s58.2 22.8 82.2 41.2c19.9 15.3 58.3 69.4 58.3 69.4h3.6v-.1h-.2l.1-163.4z"/><path fill="#fff" d="M196.7 209.7c0 1.7.2 3.3.7 4.8 2.1 7.6 9 13.2 17.3 13.3h.3c8.7-.1 16-6.4 17.6-14.7.2-1.1.3-2.2.3-3.4 0-9.9-8-18-17.9-18.1h-.2c-10 0-18.1 8.1-18.1 18.1z"/></svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -127,7 +127,7 @@ exports[`Organization Card - organization section creates snapshot 1`] = `
<small
class="text-muted text-uppercase mr-1"
>
Homepage:
Homepage:
</small>
<a
class="link text-reset link"

View File

@ -300,7 +300,7 @@ exports[`Organizations section index creates snapshot 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Homepage:
Homepage:
</small>
<a
class="link text-reset link"
@ -421,7 +421,7 @@ exports[`Organizations section index creates snapshot 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Homepage:
Homepage:
</small>
<a
class="link text-reset link"

View File

@ -174,7 +174,7 @@ exports[`Repository Card - packages section creates snapshot 1`] = `
<small
class="text-muted text-uppercase mr-1"
>
Url:
Url:
</small>
<small>
http://test.repo
@ -184,7 +184,7 @@ exports[`Repository Card - packages section creates snapshot 1`] = `
<small
class="text-muted text-uppercase mr-1"
>
Last processed:
Last processed:
</small>
<small>
Not processed yet, it will be processed automatically in less than 30m

View File

@ -47,7 +47,7 @@ exports[`Claim Repository Modal - packages section creates snapshot 1`] = `
class="mt-4"
>
<p>
Before claiming a repository ownership, we need to verify that you actually own it. To prove that, you need to add a
Before claiming a repository ownership, we need to verify that you actually own it. To prove that, you need to add a
<a
class="link text-reset"
href="https://github.com/artifacthub/hub/blob/master/docs/metadata/artifacthub-repo.yml"

View File

@ -245,7 +245,7 @@ exports[`Repository Modal - repositories section creates snapshot 1`] = `
Base URL of the repository where the index.yaml and optionally some package charts are hosted.
</p>
<p>
If you host your charts in Github, you can use
If you host your charts in Github, you can use
<a
class="link text-reset"
href="https://helm.sh/docs/topics/chart_repository/#github-pages-example"
@ -267,7 +267,7 @@ exports[`Repository Modal - repositories section creates snapshot 1`] = `
<p
class="mb-0"
>
For more information about how to create and host your own chart repository please visit the
For more information about how to create and host your own chart repository please visit the
<a
class="link text-reset"
href="https://helm.sh/docs/topics/chart_repository/"

View File

@ -161,13 +161,13 @@ exports[`Repository index creates snapshot 1`] = `
<p
class="mt-5"
>
If you want your repositories to be labeled as
If you want your repositories to be labeled as
<span
class="font-weight-bold"
>
Verified Publisher
</span>
, you can add a
, you can add a
<a
class="link text-reset"
href="https://github.com/artifacthub/hub/blob/master/docs/metadata/artifacthub-repo.yml"
@ -329,13 +329,13 @@ exports[`Repository index creates snapshot 2`] = `
<p
class="mt-5"
>
If you want your repositories to be labeled as
If you want your repositories to be labeled as
<span
class="font-weight-bold"
>
Verified Publisher
</span>
, you can add a
, you can add a
<a
class="link text-reset"
href="https://github.com/artifacthub/hub/blob/master/docs/metadata/artifacthub-repo.yml"
@ -528,7 +528,7 @@ exports[`Repository index creates snapshot 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
ID:
ID:
</small>
<small>
test
@ -586,7 +586,7 @@ exports[`Repository index creates snapshot 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Url:
Url:
</small>
<small>
http://test.com
@ -596,7 +596,7 @@ exports[`Repository index creates snapshot 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Last processed:
Last processed:
</small>
<small>
Not processed yet, it will be processed automatically in less than 30m

View File

@ -103,7 +103,7 @@ exports[`API key Card - API keys section creates snapshot 1`] = `
<small
class="text-muted text-uppercase mr-1"
>
Created at:
Created at:
</small>
<small>
2020/06/18 16:35:39 (+00:00)

View File

@ -317,7 +317,7 @@ exports[`API keys section index creates snapshot 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Created at:
Created at:
</small>
<small>
2020/06/18 16:35:39 (+00:00)
@ -425,7 +425,7 @@ exports[`API keys section index creates snapshot 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Created at:
Created at:
</small>
<small>
2020/06/18 16:35:39 (+00:00)

View File

@ -216,7 +216,7 @@ exports[`PackagesSection renders correctly 1`] = `
class="mt-3 mt-md-3"
>
<p>
Repositories notifications are
Repositories notifications are
<span
class="font-weight-bold"
>
@ -225,7 +225,7 @@ exports[`PackagesSection renders correctly 1`] = `
. However, you can opt-out of notifications for certain kinds of events that happen in any of the repositories you can manage.
</p>
<p>
You will
You will
<span
class="font-weight-bold"
>
@ -438,7 +438,7 @@ exports[`PackagesSection renders correctly 2`] = `
<span
class="text-uppercase text-muted legend"
>
Repo:
Repo:
</span>
<a
class="text-dark"
@ -524,7 +524,7 @@ exports[`PackagesSection renders correctly 2`] = `
<span
class="text-uppercase text-muted legend"
>
Repo:
Repo:
</span>
<a
class="text-dark"
@ -610,7 +610,7 @@ exports[`PackagesSection renders correctly 2`] = `
<span
class="text-uppercase text-muted legend"
>
Repo:
Repo:
</span>
<a
class="text-dark"
@ -697,7 +697,7 @@ exports[`PackagesSection renders correctly 2`] = `
<span
class="text-uppercase text-muted legend"
>
Repo:
Repo:
</span>
<a
class="text-dark"
@ -784,7 +784,7 @@ exports[`PackagesSection renders correctly 2`] = `
<span
class="text-uppercase text-muted legend"
>
Repo:
Repo:
</span>
<a
class="text-dark"
@ -871,7 +871,7 @@ exports[`PackagesSection renders correctly 2`] = `
<span
class="text-uppercase text-muted legend"
>
Repo:
Repo:
</span>
<a
class="text-dark"
@ -958,7 +958,7 @@ exports[`PackagesSection renders correctly 2`] = `
<span
class="text-uppercase text-muted legend"
>
Repo:
Repo:
</span>
<a
class="text-dark"
@ -1045,7 +1045,7 @@ exports[`PackagesSection renders correctly 2`] = `
<span
class="text-uppercase text-muted legend"
>
Repo:
Repo:
</span>
<a
class="text-dark"
@ -1207,7 +1207,7 @@ exports[`PackagesSection renders correctly 2`] = `
d="M23 12l-2.44-2.78.34-3.68-3.61-.82-1.89-3.18L12 3 8.6 1.54 6.71 4.72l-3.61.81.34 3.68L1 12l2.44 2.78-.34 3.69 3.61.82 1.89 3.18L12 21l3.4 1.46 1.89-3.18 3.61-.82-.34-3.68L23 12zm-10 5h-2v-2h2v2zm0-4h-2V7h2v6z"
/>
</svg>
<span
class="ml-1"
>
@ -1343,7 +1343,7 @@ exports[`PackagesSection renders correctly 2`] = `
d="M23 12l-2.44-2.78.34-3.68-3.61-.82-1.89-3.18L12 3 8.6 1.54 6.71 4.72l-3.61.81.34 3.68L1 12l2.44 2.78-.34 3.69 3.61.82 1.89 3.18L12 21l3.4 1.46 1.89-3.18 3.61-.82-.34-3.68L23 12zm-10 5h-2v-2h2v2zm0-4h-2V7h2v6z"
/>
</svg>
<span
class="ml-1"
>
@ -1479,7 +1479,7 @@ exports[`PackagesSection renders correctly 2`] = `
d="M23 12l-2.44-2.78.34-3.68-3.61-.82-1.89-3.18L12 3 8.6 1.54 6.71 4.72l-3.61.81.34 3.68L1 12l2.44 2.78-.34 3.69 3.61.82 1.89 3.18L12 21l3.4 1.46 1.89-3.18 3.61-.82-.34-3.68L23 12zm-10 5h-2v-2h2v2zm0-4h-2V7h2v6z"
/>
</svg>
<span
class="ml-1"
>
@ -1616,7 +1616,7 @@ exports[`PackagesSection renders correctly 2`] = `
d="M23 12l-2.44-2.78.34-3.68-3.61-.82-1.89-3.18L12 3 8.6 1.54 6.71 4.72l-3.61.81.34 3.68L1 12l2.44 2.78-.34 3.69 3.61.82 1.89 3.18L12 21l3.4 1.46 1.89-3.18 3.61-.82-.34-3.68L23 12zm-10 5h-2v-2h2v2zm0-4h-2V7h2v6z"
/>
</svg>
<span
class="ml-1"
>
@ -1753,7 +1753,7 @@ exports[`PackagesSection renders correctly 2`] = `
d="M23 12l-2.44-2.78.34-3.68-3.61-.82-1.89-3.18L12 3 8.6 1.54 6.71 4.72l-3.61.81.34 3.68L1 12l2.44 2.78-.34 3.69 3.61.82 1.89 3.18L12 21l3.4 1.46 1.89-3.18 3.61-.82-.34-3.68L23 12zm-10 5h-2v-2h2v2zm0-4h-2V7h2v6z"
/>
</svg>
<span
class="ml-1"
>
@ -1890,7 +1890,7 @@ exports[`PackagesSection renders correctly 2`] = `
d="M23 12l-2.44-2.78.34-3.68-3.61-.82-1.89-3.18L12 3 8.6 1.54 6.71 4.72l-3.61.81.34 3.68L1 12l2.44 2.78-.34 3.69 3.61.82 1.89 3.18L12 21l3.4 1.46 1.89-3.18 3.61-.82-.34-3.68L23 12zm-10 5h-2v-2h2v2zm0-4h-2V7h2v6z"
/>
</svg>
<span
class="ml-1"
>
@ -2027,7 +2027,7 @@ exports[`PackagesSection renders correctly 2`] = `
d="M23 12l-2.44-2.78.34-3.68-3.61-.82-1.89-3.18L12 3 8.6 1.54 6.71 4.72l-3.61.81.34 3.68L1 12l2.44 2.78-.34 3.69 3.61.82 1.89 3.18L12 21l3.4 1.46 1.89-3.18 3.61-.82-.34-3.68L23 12zm-10 5h-2v-2h2v2zm0-4h-2V7h2v6z"
/>
</svg>
<span
class="ml-1"
>
@ -2164,7 +2164,7 @@ exports[`PackagesSection renders correctly 2`] = `
d="M23 12l-2.44-2.78.34-3.68-3.61-.82-1.89-3.18L12 3 8.6 1.54 6.71 4.72l-3.61.81.34 3.68L1 12l2.44 2.78-.34 3.69 3.61.82 1.89 3.18L12 21l3.4 1.46 1.89-3.18 3.61-.82-.34-3.68L23 12zm-10 5h-2v-2h2v2zm0-4h-2V7h2v6z"
/>
</svg>
<span
class="ml-1"
>
@ -2297,7 +2297,7 @@ exports[`PackagesSection renders correctly 2`] = `
class="mt-3 mt-md-3"
>
<p>
Repositories notifications are
Repositories notifications are
<span
class="font-weight-bold"
>
@ -2306,7 +2306,7 @@ exports[`PackagesSection renders correctly 2`] = `
. However, you can opt-out of notifications for certain kinds of events that happen in any of the repositories you can manage.
</p>
<p>
You will
You will
<span
class="font-weight-bold"
>

View File

@ -68,7 +68,7 @@ exports[`RepositoriesSection renders correctly 1`] = `
class="mt-3 mt-md-3"
>
<p>
Repositories notifications are
Repositories notifications are
<span
class="font-weight-bold"
>
@ -77,7 +77,7 @@ exports[`RepositoriesSection renders correctly 1`] = `
. However, you can opt-out of notifications for certain kinds of events that happen in any of the repositories you can manage.
</p>
<p>
You will
You will
<span
class="font-weight-bold"
>
@ -143,7 +143,7 @@ exports[`RepositoriesSection renders correctly 2`] = `
class="mt-3 mt-md-3"
>
<p>
Repositories notifications are
Repositories notifications are
<span
class="font-weight-bold"
>
@ -152,7 +152,7 @@ exports[`RepositoriesSection renders correctly 2`] = `
. However, you can opt-out of notifications for certain kinds of events that happen in any of the repositories you can manage.
</p>
<p>
You will
You will
<span
class="font-weight-bold"
>
@ -268,7 +268,7 @@ exports[`RepositoriesSection renders correctly 2`] = `
/>
</svg>
</span>
<a
class="text-dark"
data-testid="userLink"
@ -345,7 +345,7 @@ exports[`RepositoriesSection renders correctly 2`] = `
/>
</svg>
</span>
<a
class="text-dark"
data-testid="userLink"
@ -422,7 +422,7 @@ exports[`RepositoriesSection renders correctly 2`] = `
/>
</svg>
</span>
<a
class="text-dark"
data-testid="orgLink"

View File

@ -139,7 +139,7 @@ exports[`RandomPackages creates snapshot 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Repo:
Repo:
</small>
<img
alt="Icon"
@ -158,7 +158,7 @@ exports[`RandomPackages creates snapshot 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Url:
Url:
</small>
<div
class="text-reset urlContent labelContent"
@ -239,7 +239,7 @@ exports[`RandomPackages creates snapshot 2`] = `
<span
class="text-muted text-uppercase mr-1"
>
User:
User:
</span>
<button
class="p-0 border-0 text-truncate text-dark mw-100 link"
@ -281,7 +281,7 @@ exports[`RandomPackages creates snapshot 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Repo:
Repo:
</small>
<img
alt="Icon"
@ -300,7 +300,7 @@ exports[`RandomPackages creates snapshot 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Url:
Url:
</small>
<div
class="text-reset urlContent labelContent"
@ -381,13 +381,13 @@ exports[`RandomPackages creates snapshot 2`] = `
<span
class="text-muted text-uppercase mr-1"
>
Version:
Version:
</span>
-
<span
class="text-muted text-uppercase mr-1 ml-3"
>
App Version:
App Version:
</span>
1.6.8
</div>
@ -524,7 +524,7 @@ exports[`RandomPackages creates snapshot 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Repo:
Repo:
</small>
<img
alt="Icon"
@ -543,7 +543,7 @@ exports[`RandomPackages creates snapshot 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Url:
Url:
</small>
<div
class="text-reset urlContent labelContent"
@ -624,7 +624,7 @@ exports[`RandomPackages creates snapshot 2`] = `
<span
class="text-muted text-uppercase mr-1"
>
User:
User:
</span>
<button
class="p-0 border-0 text-truncate text-dark mw-100 link"
@ -666,7 +666,7 @@ exports[`RandomPackages creates snapshot 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Repo:
Repo:
</small>
<img
alt="Icon"
@ -685,7 +685,7 @@ exports[`RandomPackages creates snapshot 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Url:
Url:
</small>
<div
class="text-reset urlContent labelContent"
@ -766,13 +766,13 @@ exports[`RandomPackages creates snapshot 2`] = `
<span
class="text-muted text-uppercase mr-1"
>
Version:
Version:
</span>
-
<span
class="text-muted text-uppercase mr-1 ml-3"
>
App Version:
App Version:
</span>
4.3.2-1
</div>
@ -908,7 +908,7 @@ exports[`RandomPackages creates snapshot 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Repo:
Repo:
</small>
<img
alt="Icon"
@ -927,7 +927,7 @@ exports[`RandomPackages creates snapshot 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Url:
Url:
</small>
<div
class="text-reset urlContent labelContent"
@ -1008,7 +1008,7 @@ exports[`RandomPackages creates snapshot 2`] = `
<span
class="text-muted text-uppercase mr-1"
>
User:
User:
</span>
<button
class="p-0 border-0 text-truncate text-dark mw-100 link"
@ -1050,7 +1050,7 @@ exports[`RandomPackages creates snapshot 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Repo:
Repo:
</small>
<img
alt="Icon"
@ -1069,7 +1069,7 @@ exports[`RandomPackages creates snapshot 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Url:
Url:
</small>
<div
class="text-reset urlContent labelContent"
@ -1150,13 +1150,13 @@ exports[`RandomPackages creates snapshot 2`] = `
<span
class="text-muted text-uppercase mr-1"
>
Version:
Version:
</span>
-
<span
class="text-muted text-uppercase mr-1 ml-3"
>
App Version:
App Version:
</span>
1.17.8
</div>
@ -1293,7 +1293,7 @@ exports[`RandomPackages creates snapshot 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Repo:
Repo:
</small>
<img
alt="Icon"
@ -1312,7 +1312,7 @@ exports[`RandomPackages creates snapshot 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Url:
Url:
</small>
<div
class="text-reset urlContent labelContent"
@ -1393,7 +1393,7 @@ exports[`RandomPackages creates snapshot 2`] = `
<span
class="text-muted text-uppercase mr-1"
>
User:
User:
</span>
<button
class="p-0 border-0 text-truncate text-dark mw-100 link"
@ -1435,7 +1435,7 @@ exports[`RandomPackages creates snapshot 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Repo:
Repo:
</small>
<img
alt="Icon"
@ -1454,7 +1454,7 @@ exports[`RandomPackages creates snapshot 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Url:
Url:
</small>
<div
class="text-reset urlContent labelContent"
@ -1535,13 +1535,13 @@ exports[`RandomPackages creates snapshot 2`] = `
<span
class="text-muted text-uppercase mr-1"
>
Version:
Version:
</span>
-
<span
class="text-muted text-uppercase mr-1 ml-3"
>
App Version:
App Version:
</span>
latest
</div>
@ -1678,7 +1678,7 @@ exports[`RandomPackages creates snapshot 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Repo:
Repo:
</small>
<img
alt="Icon"
@ -1697,7 +1697,7 @@ exports[`RandomPackages creates snapshot 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Url:
Url:
</small>
<div
class="text-reset urlContent labelContent"
@ -1778,7 +1778,7 @@ exports[`RandomPackages creates snapshot 2`] = `
<span
class="text-muted text-uppercase mr-1"
>
User:
User:
</span>
<button
class="p-0 border-0 text-truncate text-dark mw-100 link"
@ -1820,7 +1820,7 @@ exports[`RandomPackages creates snapshot 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Repo:
Repo:
</small>
<img
alt="Icon"
@ -1839,7 +1839,7 @@ exports[`RandomPackages creates snapshot 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Url:
Url:
</small>
<div
class="text-reset urlContent labelContent"
@ -1920,13 +1920,13 @@ exports[`RandomPackages creates snapshot 2`] = `
<span
class="text-muted text-uppercase mr-1"
>
Version:
Version:
</span>
-
<span
class="text-muted text-uppercase mr-1 ml-3"
>
App Version:
App Version:
</span>
1.0
</div>

View File

@ -28,13 +28,13 @@ exports[`SearchTip creates snapshot 1`] = `
>
Tip:
</span>
Use
Use
<span
class="font-weight-bold"
>
multiple words
</span>
to refine your search. Example:
to refine your search. Example:
<a
class="font-weight-bold textLight p-0"
data-testid="sampleFilter"

View File

@ -104,7 +104,7 @@ exports[`Home index creates snapshot 1`] = `
<div
class="d-none d-md-inline-block text-center mt-5"
>
You can also
You can also
<a
class="btn btn-link textLight font-weight-bold py-0 pb-1 pl-1"
href="/packages/search"
@ -113,7 +113,7 @@ exports[`Home index creates snapshot 1`] = `
browse all packages
</u>
</a>
- or -
- or -
<span
class="ml-3"
>
@ -208,7 +208,7 @@ exports[`Home index creates snapshot 1`] = `
<div
class="text-center h5 my-4 mt-md-5 legend"
>
Artifact Hub is an
Artifact Hub is an
<b>
Open Source
</b>
@ -356,7 +356,7 @@ exports[`Home index creates snapshot 1`] = `
<div
class="px-3 pt-4"
>
Artifact Hub is a
Artifact Hub is a
<a
class="link font-weight-bold text-primary"
href="https://www.cncf.io/sandbox-projects/"

View File

@ -53,7 +53,7 @@ exports[`MobileSettings creates snapshot 1`] = `
<div
class="h6 mb-0 text-dark"
>
Signed in as
Signed in as
<span
class="font-weight-bold"
>

View File

@ -126,7 +126,7 @@ exports[`Navbar creates snapshot 1`] = `
<p
class="mt-2 mb-0 signedInText"
>
Signed in as
Signed in as
<span
class="font-weight-bold"
>

View File

@ -60,7 +60,7 @@ exports[`UserAuthDropdown creates snapshot 1`] = `
<p
class="mt-2 mb-0 signedInText"
>
Signed in as
Signed in as
<span
class="font-weight-bold"
>

View File

@ -23,7 +23,7 @@ exports[`CustomResourceDefinition creates snapshot 1`] = `
<small
class="card-text text-muted overflow-hidden lineClamp"
>
API holds API-related information. You can see the API definition and data structure for API here. API takes the Swagger definition as a configMap along with replica count and micro-gateway deployment mode.
API holds API-related information. You can see the API definition and data structure for API here. API takes the Swagger definition as a configMap along with replica count and micro-gateway deployment mode.
</small>
<div
class="mt-auto d-flex flex-column"
@ -195,7 +195,7 @@ exports[`CustomResourceDefinition creates snapshot 1`] = `
<small
class="card-text text-muted overflow-hidden lineClamp"
>
RateLimiting holds rate-limiting related information. You can see the API definition and data structure for RateLimiting here.
RateLimiting holds rate-limiting related information. You can see the API definition and data structure for RateLimiting here.
</small>
<div
class="mt-auto d-flex flex-column"
@ -281,7 +281,7 @@ exports[`CustomResourceDefinition creates snapshot 1`] = `
<small
class="card-text text-muted overflow-hidden lineClamp"
>
TargetEndpoint holds endpoint related information. You can see the API definition and data for TargetEndpoint here.
TargetEndpoint holds endpoint related information. You can see the API definition and data for TargetEndpoint here.
API gateway can be deployed in three patterns: shared, private-jet, and sidecar.
If your backend is already running and you need to expose it via a microgateway, you can define the target URL in the Swagger itself.

View File

@ -58,7 +58,7 @@ exports[`Package index creates snapshot 2`] = `
<small
class="text-muted text-uppercase"
>
Repo:
Repo:
</small>
<div
class="mx-1 d-inline mobileIcon"
@ -133,7 +133,7 @@ exports[`Package index creates snapshot 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Repo:
Repo:
</small>
<img
alt="Icon"
@ -152,7 +152,7 @@ exports[`Package index creates snapshot 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Url:
Url:
</small>
<div
class="text-reset urlContent labelContent"

View File

@ -752,13 +752,13 @@ exports[`Search index creates snapshot 2`] = `
<span
class="pr-1"
>
1 - 7 of
1 - 7 of
</span>
7
<span
class="pl-1"
>
results
results
</span>
<span
class="d-none d-sm-inline pl-1"
@ -1454,7 +1454,7 @@ exports[`Search index creates snapshot 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Repo:
Repo:
</small>
<img
alt="Icon"
@ -1473,7 +1473,7 @@ exports[`Search index creates snapshot 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Url:
Url:
</small>
<div
class="text-reset urlContent labelContent"
@ -1555,7 +1555,7 @@ exports[`Search index creates snapshot 2`] = `
<span
class="text-muted text-uppercase mr-1"
>
User:
User:
</span>
<button
class="p-0 border-0 text-truncate text-dark mw-100 link"
@ -1597,7 +1597,7 @@ exports[`Search index creates snapshot 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Repo:
Repo:
</small>
<img
alt="Icon"
@ -1616,7 +1616,7 @@ exports[`Search index creates snapshot 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Url:
Url:
</small>
<div
class="text-reset urlContent labelContent"
@ -1698,13 +1698,13 @@ exports[`Search index creates snapshot 2`] = `
<span
class="text-muted text-uppercase mr-1"
>
Version:
Version:
</span>
-
<span
class="text-muted text-uppercase mr-1 ml-3"
>
App Version:
App Version:
</span>
2.1.0
</div>
@ -1841,7 +1841,7 @@ exports[`Search index creates snapshot 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Repo:
Repo:
</small>
<img
alt="Icon"
@ -1860,7 +1860,7 @@ exports[`Search index creates snapshot 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Url:
Url:
</small>
<div
class="text-reset urlContent labelContent"
@ -1942,7 +1942,7 @@ exports[`Search index creates snapshot 2`] = `
<span
class="text-muted text-uppercase mr-1"
>
User:
User:
</span>
<button
class="p-0 border-0 text-truncate text-dark mw-100 link"
@ -1984,7 +1984,7 @@ exports[`Search index creates snapshot 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Repo:
Repo:
</small>
<img
alt="Icon"
@ -2003,7 +2003,7 @@ exports[`Search index creates snapshot 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Url:
Url:
</small>
<div
class="text-reset urlContent labelContent"
@ -2085,13 +2085,13 @@ exports[`Search index creates snapshot 2`] = `
<span
class="text-muted text-uppercase mr-1"
>
Version:
Version:
</span>
-
<span
class="text-muted text-uppercase mr-1 ml-3"
>
App Version:
App Version:
</span>
5.0.1
</div>

View File

@ -154,7 +154,7 @@ exports[`StarredPackagesView renders correctly 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Repo:
Repo:
</small>
<img
alt="Icon"
@ -173,7 +173,7 @@ exports[`StarredPackagesView renders correctly 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Url:
Url:
</small>
<div
class="text-reset urlContent labelContent"
@ -314,7 +314,7 @@ exports[`StarredPackagesView renders correctly 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Repo:
Repo:
</small>
<img
alt="Icon"
@ -333,7 +333,7 @@ exports[`StarredPackagesView renders correctly 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Url:
Url:
</small>
<div
class="text-reset urlContent labelContent"
@ -414,13 +414,13 @@ exports[`StarredPackagesView renders correctly 2`] = `
<span
class="text-muted text-uppercase mr-1"
>
Version:
Version:
</span>
6.6.0
<span
class="text-muted text-uppercase mr-1 ml-3"
>
App Version:
App Version:
</span>
1.10.4
</div>
@ -608,7 +608,7 @@ exports[`StarredPackagesView renders correctly 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Repo:
Repo:
</small>
<img
alt="Icon"
@ -627,7 +627,7 @@ exports[`StarredPackagesView renders correctly 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Url:
Url:
</small>
<div
class="text-reset urlContent labelContent"
@ -768,7 +768,7 @@ exports[`StarredPackagesView renders correctly 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Repo:
Repo:
</small>
<img
alt="Icon"
@ -787,7 +787,7 @@ exports[`StarredPackagesView renders correctly 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Url:
Url:
</small>
<div
class="text-reset urlContent labelContent"
@ -868,13 +868,13 @@ exports[`StarredPackagesView renders correctly 2`] = `
<span
class="text-muted text-uppercase mr-1"
>
Version:
Version:
</span>
0.15.0
<span
class="text-muted text-uppercase mr-1 ml-3"
>
App Version:
App Version:
</span>
3.11.6
</div>
@ -1062,7 +1062,7 @@ exports[`StarredPackagesView renders correctly 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Repo:
Repo:
</small>
<img
alt="Icon"
@ -1081,7 +1081,7 @@ exports[`StarredPackagesView renders correctly 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Url:
Url:
</small>
<div
class="text-reset urlContent labelContent"
@ -1222,7 +1222,7 @@ exports[`StarredPackagesView renders correctly 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Repo:
Repo:
</small>
<img
alt="Icon"
@ -1241,7 +1241,7 @@ exports[`StarredPackagesView renders correctly 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Url:
Url:
</small>
<div
class="text-reset urlContent labelContent"
@ -1322,13 +1322,13 @@ exports[`StarredPackagesView renders correctly 2`] = `
<span
class="text-muted text-uppercase mr-1"
>
Version:
Version:
</span>
11.1.0
<span
class="text-muted text-uppercase mr-1 ml-3"
>
App Version:
App Version:
</span>
2.16.0
</div>
@ -1516,7 +1516,7 @@ exports[`StarredPackagesView renders correctly 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Repo:
Repo:
</small>
<img
alt="Icon"
@ -1535,7 +1535,7 @@ exports[`StarredPackagesView renders correctly 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Url:
Url:
</small>
<div
class="text-reset urlContent labelContent"
@ -1617,7 +1617,7 @@ exports[`StarredPackagesView renders correctly 2`] = `
<span
class="text-muted text-uppercase mr-1"
>
User:
User:
</span>
<button
class="p-0 border-0 text-truncate text-dark mw-100 link"
@ -1659,7 +1659,7 @@ exports[`StarredPackagesView renders correctly 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Repo:
Repo:
</small>
<img
alt="Icon"
@ -1678,7 +1678,7 @@ exports[`StarredPackagesView renders correctly 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Url:
Url:
</small>
<div
class="text-reset urlContent labelContent"
@ -1760,7 +1760,7 @@ exports[`StarredPackagesView renders correctly 2`] = `
<span
class="text-muted text-uppercase mr-1"
>
Version:
Version:
</span>
1.0.0
</div>
@ -1948,7 +1948,7 @@ exports[`StarredPackagesView renders correctly 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Repo:
Repo:
</small>
<img
alt="Icon"
@ -1967,7 +1967,7 @@ exports[`StarredPackagesView renders correctly 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Url:
Url:
</small>
<div
class="text-reset urlContent labelContent"
@ -2049,7 +2049,7 @@ exports[`StarredPackagesView renders correctly 2`] = `
<span
class="text-muted text-uppercase mr-1"
>
User:
User:
</span>
<button
class="p-0 border-0 text-truncate text-dark mw-100 link"
@ -2091,7 +2091,7 @@ exports[`StarredPackagesView renders correctly 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Repo:
Repo:
</small>
<img
alt="Icon"
@ -2110,7 +2110,7 @@ exports[`StarredPackagesView renders correctly 2`] = `
<small
class="text-muted text-uppercase mr-1"
>
Url:
Url:
</small>
<div
class="text-reset urlContent labelContent"
@ -2192,7 +2192,7 @@ exports[`StarredPackagesView renders correctly 2`] = `
<span
class="text-muted text-uppercase mr-1"
>
Version:
Version:
</span>
0.1.0
</div>