Skip to content

Commit

Permalink
CI Build Artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinjhin committed Mar 13, 2024
1 parent 36e7bed commit dee42bf
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 13 deletions.
Binary file modified assets/app-launcher/app-launcher-0.1.17.tgz
Binary file not shown.
10 changes: 5 additions & 5 deletions assets/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ entries:
catalog.cattle.io/ui-component: plugins
apiVersion: v2
appVersion: 0.1.17
created: "2024-03-08T20:48:07.63488277Z"
created: "2024-03-13T14:20:49.258850021Z"
description: App Launcher plugin for Rancher
digest: a76010ceac5c95c0cfb6ff99198b9d3066e710b83f1dcb58ac6b407cac4b4943
digest: aa7b3f0155aa072a81aa45a1a6c97d7599bd22a5367a423f9366ba39aed1fd3a
name: app-launcher
type: application
urls:
Expand Down Expand Up @@ -340,9 +340,9 @@ entries:
catalog.cattle.io/ui-component: plugins
apiVersion: v2
appVersion: 0.1.2
created: "2024-03-08T20:48:07.635085476Z"
created: "2024-03-13T14:20:49.259069802Z"
description: pirate-locale plugin
digest: c77a999df1c7466e3065e2b54439207e0309a12a45560126c72282ce1657f803
digest: c98a7753bc5dc8b2505fc88ccc5b3f35116bb638600f53dc3a0114d0f2c0b5dc
name: pirate-locale
type: application
urls:
Expand All @@ -367,4 +367,4 @@ entries:
urls:
- assets/pirate-locale/pirate-locale-0.1.1.tgz
version: 0.1.1
generated: "2024-03-08T20:48:07.634289789Z"
generated: "2024-03-13T14:20:49.258333315Z"
Binary file modified assets/pirate-locale/pirate-locale-0.1.2.tgz
Binary file not shown.
12 changes: 9 additions & 3 deletions charts/app-launcher/0.1.17/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,18 @@ Rancher App Launcher Extension is a powerful tool for improved accessibility and
## How to Run

1. Clone this repository to your machine.
2. Install the npm dependencies using the command "yarn install".
3. Run the extension with the command "API=<Rancher Backend URL> yarn dev".
2. Install the npm dependencies using the command `yarn install`.
3. Run the extension locally with the command `API=<Rancher Backend URL> yarn dev`.

## Usage

Once the Rancher App Launcher Extension is installed, you can access a unified resource page from the main dashboard. This page showcases cards for each discovered service, allowing you to conveniently open the service with a simple click. The extension is designed to improve discoverability, and offer a straightforward way to navigate the complexities of multi-cluster environments.
- Once the Rancher App Launcher Extension is installed, you can access a unified resource page from the main dashboard.
- This page showcases cards for each discovered service and ingress, allowing you to conveniently open the service with a simple click.
*The extension is designed to improve discoverability, and offer a straightforward way to navigate the complexities of multi-cluster environments.*
- Global apps will show at the top as a combination of global apps defined by cluster YAML files and user-selected favorites
*\*note: global apps can be set by modifying the service's `metadata.annotations['extensions.applauncher/global-app']` to 'true'*
- Select different clusters to view the services of. Global Apps perisist across all views.
- The view can be changed with the view buttons from grid to list views.

## Contribution

Expand Down
2 changes: 2 additions & 0 deletions extensions/app-launcher/0.1.17/files.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
plugin/app-launcher-0.1.17.umd.min.1.js
plugin/app-launcher-0.1.17.umd.min.1.js.map
plugin/app-launcher-0.1.17.umd.min.2.js
plugin/app-launcher-0.1.17.umd.min.2.js.map
plugin/app-launcher-0.1.17.umd.min.js
plugin/app-launcher-0.1.17.umd.min.js.map
plugin/fonts/icons.068811ed.ttf
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit dee42bf

Please sign in to comment.