Skip to content

Commit

Permalink
CI Build Artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
krumware committed May 8, 2024
1 parent e6dbbf0 commit f51ca76
Show file tree
Hide file tree
Showing 19 changed files with 227 additions and 6 deletions.
Binary file added assets/app-launcher/app-launcher-0.1.27.tgz
Binary file not shown.
33 changes: 27 additions & 6 deletions assets/index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
apiVersion: v1
entries:
app-launcher:
- annotations:
catalog.cattle.io/certified: rancher
catalog.cattle.io/display-name: 'Krum Platform Tools: App Launcher'
catalog.cattle.io/kube-version: '>= v1.16.0-0 < v1.29.0-0'
catalog.cattle.io/namespace: cattle-ui-plugin-system
catalog.cattle.io/os: linux
catalog.cattle.io/permits-os: linux, windows
catalog.cattle.io/rancher-version: '>= v2.7.9'
catalog.cattle.io/scope: management
catalog.cattle.io/ui-component: plugins
apiVersion: v2
appVersion: 0.1.27
created: "2024-05-08T14:47:37.841859909Z"
description: App Launcher plugin for Rancher
digest: ccbc01bd9eef47fb08c26498d606f14a3677f38dd92567342c4f9d9956810042
icon: https://raw.githubusercontent.com/krumIO/krum-rancher-extensions/main/pkg/app-launcher/icon.svg
name: app-launcher
type: application
urls:
- assets/app-launcher/app-launcher-0.1.27.tgz
version: 0.1.27
- annotations:
catalog.cattle.io/certified: rancher
catalog.cattle.io/display-name: 'Krum Platform Tools: App Launcher'
Expand All @@ -13,14 +34,14 @@ entries:
catalog.cattle.io/ui-component: plugins
apiVersion: v2
appVersion: 0.1.26
created: "2024-05-08T14:45:45.904955982Z"
created: "2024-04-15T22:34:57.860463743Z"
description: App Launcher plugin for Rancher
digest: b3e31efeb2da7d8994cf2ea209f7ada6f4dc8a93889f78be5f002d787b56a24e
digest: 346e44043c752396c95ad1ceea2c0de6800af86bf713aa16df066e394f545c8d
icon: https://raw.githubusercontent.com/krumIO/krum-rancher-extensions/main/pkg/app-launcher/icon.svg
name: app-launcher
type: application
urls:
- assets/app-launcher/app-launcher-0.1.26.tgz
- https://github.com/krumIO/krum-rancher-extensions/releases/download/app-launcher-0.1.26/app-launcher-0.1.26.tgz
version: 0.1.26
- annotations:
catalog.cattle.io/certified: rancher
Expand Down Expand Up @@ -440,9 +461,9 @@ entries:
catalog.cattle.io/ui-component: plugins
apiVersion: v2
appVersion: 0.1.2
created: "2024-05-08T14:45:45.905164242Z"
created: "2024-05-08T14:47:37.842103625Z"
description: pirate-locale plugin
digest: 7943fa4e434d2305b5c8a3b8530a3df2592ea3bf718ca8de59ca953962708d9e
digest: f1a83b0d430089626630f21099c8d895506cdc230b1d32b84eee9f31d989165c
name: pirate-locale
type: application
urls:
Expand All @@ -467,4 +488,4 @@ entries:
urls:
- assets/pirate-locale/pirate-locale-0.1.1.tgz
version: 0.1.1
generated: "2024-05-08T14:45:45.904381766Z"
generated: "2024-05-08T14:47:37.840801106Z"
Binary file modified assets/pirate-locale/pirate-locale-0.1.2.tgz
Binary file not shown.
18 changes: 18 additions & 0 deletions charts/app-launcher/0.1.27/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
annotations:
catalog.cattle.io/certified: rancher
catalog.cattle.io/kube-version: '>= v1.16.0-0 < v1.29.0-0'
catalog.cattle.io/namespace: cattle-ui-plugin-system
catalog.cattle.io/os: linux
catalog.cattle.io/permits-os: linux, windows
catalog.cattle.io/rancher-version: '>= v2.7.9'
catalog.cattle.io/scope: management
catalog.cattle.io/ui-component: plugins
catalog.cattle.io/display-name: 'Krum Platform Tools: App Launcher'
apiVersion: v2
appVersion: 0.1.27
description: App Launcher plugin for Rancher
name: app-launcher
type: application
version: 0.1.27
icon: >-
https://raw.githubusercontent.com/krumIO/krum-rancher-extensions/main/pkg/app-launcher/icon.svg
58 changes: 58 additions & 0 deletions charts/app-launcher/0.1.27/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# Rancher App Launcher Extension

Rancher App Launcher Extension is a simple yet powerful tool for improved accessibility and resource discovery within Kubernetes. The extension is designed to extract ingresses from various clusters and consolidate them into a unified global resource page. With neatly organized cards for each discovered service, the tool offers an efficient method of displaying and accessing your Rancher services, making the Rancher experience seamless for both new and experienced users.

The extension intends to improve the discoverability of services and offer a straightforward way to navigate the complexities of multi-cluster environments.

<img src="./docs/images/preview.png" width="50%" alt="App Launcher Extension preview image">

## Features

- Unified resource page for all discovered services and ingresses
- Convenient access to services with a simple click
- Global apps section for user-selected favorites and global apps defined by cluster YAML files
- Grid and list views for easy navigation
- Multi-cluster support for viewing services across different clusters

## How to Run

1. Clone this repository to your machine.
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

### Tag "Global" Apps

Global apps will show at the top of the App Launcher page as a combination of global apps defined by cluster YAML files and user-selected favorites.

- Apps tagged in Yaml will persist for all users.
- (currently) User-selected favorites will only persist for the user who selected them and are stored in the browser's local storage.

To select a Service or Ingress as a Global App, add the following annotation to the Service or Ingress:

```yaml
metadata:
annotations:
extensions.applauncher/global-app: "true"
```
### Filter by Name
### Filter by Cluster
- 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.*
- The view can be changed with the view buttons from grid to list views.
## Contribution
Your contribution matters! If you're looking to enhance the functionalities of this extension or have innovative ideas to improve the discoverability further, we warmly welcome pull requests. Let's make the Rancher environment more user-friendly together!
## Support
If you encounter any issues, have questions or suggestions, please file them in our issue tracker. We're committed to providing a smooth user experience and appreciate your feedback to continually improve.
Rancher App Launcher Extension is here to address the need for effective discoverability within the Rancher platform. Let's make resource navigation simpler and more efficient!
52 changes: 52 additions & 0 deletions charts/app-launcher/0.1.27/templates/_helpers.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{{/*
Expand the name of the chart.
*/}}
{{- define "extension-server.name" -}}
{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" }}
{{- end }}

{{/*
Create a default fully qualified app name.
We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec).
If release name contains chart name it will be used as a full name.
*/}}
{{- define "extension-server.fullname" -}}
{{- if .Values.fullnameOverride }}
{{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" }}
{{- else }}
{{- $name := default .Chart.Name .Values.nameOverride }}
{{- if contains $name .Release.Name }}
{{- .Release.Name | trunc 63 | trimSuffix "-" }}
{{- else }}
{{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" }}
{{- end }}
{{- end }}
{{- end }}


{{/*
Create chart name and version as used by the chart label.
*/}}
{{- define "extension-server.chart" -}}
{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }}
{{- end }}

{{/*
Common labels
*/}}
{{- define "extension-server.labels" -}}
helm.sh/chart: {{ include "extension-server.chart" . }}
{{ include "extension-server.selectorLabels" . }}
{{- if .Chart.AppVersion }}
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
{{- end }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
{{- end }}

{{/*
Selector labels
*/}}
{{- define "extension-server.selectorLabels" -}}
app.kubernetes.io/name: {{ include "extension-server.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
{{- end }}
12 changes: 12 additions & 0 deletions charts/app-launcher/0.1.27/templates/cr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: catalog.cattle.io/v1
kind: UIPlugin
metadata:
name: {{ include "extension-server.fullname" . }}
namespace: {{ .Release.Namespace }}
labels: {{ include "extension-server.labels" . | nindent 4 }}
spec:
plugin:
name: {{ include "extension-server.fullname" . }}
version: {{ (semver (default .Chart.AppVersion .Values.plugin.versionOverride)).Original }}
endpoint: https://raw.githubusercontent.com/krumIO/krum-rancher-extensions/gh-pages/extensions/app-launcher/0.1.27
noCache: {{ .Values.plugin.noCache }}
6 changes: 6 additions & 0 deletions charts/app-launcher/0.1.27/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
nameOverride: ""
fullnameOverride: ""
plugin:
enabled: true
versionOverride: ""
noCache: false
10 changes: 10 additions & 0 deletions extensions/app-launcher/0.1.27/files.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
plugin/app-launcher-0.1.27.umd.min.1.js
plugin/app-launcher-0.1.27.umd.min.1.js.map
plugin/app-launcher-0.1.27.umd.min.2.js
plugin/app-launcher-0.1.27.umd.min.2.js.map
plugin/app-launcher-0.1.27.umd.min.js
plugin/app-launcher-0.1.27.umd.min.js.map
plugin/fonts/icons.068811ed.ttf
plugin/fonts/icons.e89f53cc.woff
plugin/img/icons.3fcacc81.svg
plugin/package.json

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.

Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions extensions/app-launcher/0.1.27/plugin/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "app-launcher",
"description": "App Launcher plugin for Rancher",
"version": "0.1.27",
"private": false,
"rancher": true,
"icon": "https://raw.githubusercontent.com/krumIO/krum-rancher-extensions/main/pkg/app-launcher/icon.svg",
"engines": {
"node": ">=12"
},
"devDependencies": {
"@vue/cli-plugin-babel": "4.5.18",
"@vue/cli-service": "4.5.18",
"@vue/cli-plugin-typescript": "4.5.18"
},
"files": [
"**/*"
],
"main": "app-launcher-0.1.27.umd.min.js"
}

0 comments on commit f51ca76

Please sign in to comment.