Forráskód Böngészése

Merge pull request #55 from rancher/sync-2025-03-27-08-35-11

Create PR for extension sync: 2025-03-27-08-35-11
github-actions[bot] 1 hónapja
szülő
commit
5ee3d0d38a
31 módosított fájl, 464 hozzáadás és 1 törlés
  1. BIN
      assets/app-launcher/app-launcher-0.1.34.tgz
  2. BIN
      assets/app-launcher/app-launcher-0.2.4.tgz
  3. 18 0
      charts/app-launcher/0.1.34/Chart.yaml
  4. 70 0
      charts/app-launcher/0.1.34/README.md
  5. 52 0
      charts/app-launcher/0.1.34/templates/_helpers.tpl
  6. 12 0
      charts/app-launcher/0.1.34/templates/cr.yaml
  7. 6 0
      charts/app-launcher/0.1.34/values.yaml
  8. 18 0
      charts/app-launcher/0.2.4/Chart.yaml
  9. 70 0
      charts/app-launcher/0.2.4/README.md
  10. 63 0
      charts/app-launcher/0.2.4/templates/_helpers.tpl
  11. 14 0
      charts/app-launcher/0.2.4/templates/cr.yaml
  12. 11 0
      charts/app-launcher/0.2.4/values.yaml
  13. 7 0
      extensions/app-launcher/0.1.34/files.txt
  14. 0 0
      extensions/app-launcher/0.1.34/plugin/app-launcher-0.1.34.umd.min.1.js
  15. 0 0
      extensions/app-launcher/0.1.34/plugin/app-launcher-0.1.34.umd.min.1.js.map
  16. 2 0
      extensions/app-launcher/0.1.34/plugin/app-launcher-0.1.34.umd.min.2.js
  17. 1 0
      extensions/app-launcher/0.1.34/plugin/app-launcher-0.1.34.umd.min.2.js.map
  18. 0 0
      extensions/app-launcher/0.1.34/plugin/app-launcher-0.1.34.umd.min.js
  19. 0 0
      extensions/app-launcher/0.1.34/plugin/app-launcher-0.1.34.umd.min.js.map
  20. 21 0
      extensions/app-launcher/0.1.34/plugin/package.json
  21. 7 0
      extensions/app-launcher/0.2.4/files.txt
  22. 2 0
      extensions/app-launcher/0.2.4/plugin/app-launcher-0.2.4.umd.min.37.js
  23. 1 0
      extensions/app-launcher/0.2.4/plugin/app-launcher-0.2.4.umd.min.37.js.map
  24. 0 0
      extensions/app-launcher/0.2.4/plugin/app-launcher-0.2.4.umd.min.60.js
  25. 0 0
      extensions/app-launcher/0.2.4/plugin/app-launcher-0.2.4.umd.min.60.js.map
  26. 0 0
      extensions/app-launcher/0.2.4/plugin/app-launcher-0.2.4.umd.min.js
  27. 0 0
      extensions/app-launcher/0.2.4/plugin/app-launcher-0.2.4.umd.min.js.map
  28. 21 0
      extensions/app-launcher/0.2.4/plugin/package.json
  29. 11 0
      icons/app-launcher/0.1.34-icon.svg
  30. 11 0
      icons/app-launcher/0.2.4-icon.svg
  31. 46 1
      index.yaml

BIN
assets/app-launcher/app-launcher-0.1.34.tgz


BIN
assets/app-launcher/app-launcher-0.2.4.tgz


+ 18 - 0
charts/app-launcher/0.1.34/Chart.yaml

@@ -0,0 +1,18 @@
+annotations:
+  catalog.cattle.io/certified: rancher
+  catalog.cattle.io/kube-version: '>= v1.16.0-0 < v1.31.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: '>= 2.8.0-0 < v2.10.0-0'
+  catalog.cattle.io/scope: management
+  catalog.cattle.io/ui-component: plugins
+  catalog.cattle.io/display-name: 'Krum Platform Tools: App Launcher'
+  catalog.cattle.io/ui-version: '>= 2.8.0 < v2.10.0-0'
+apiVersion: v2
+appVersion: 0.1.34
+description: App Launcher extension for Rancher
+name: app-launcher
+type: application
+version: 0.1.34
+icon: https://raw.githubusercontent.com/rancher/partner-extensions/main/icons/app-launcher/0.1.34-icon.svg

+ 70 - 0
charts/app-launcher/0.1.34/README.md

@@ -0,0 +1,70 @@
+# 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
+
+## Usage
+
+### Filter by Name
+
+- Use the Filter box in the toolbar to search through all of the objects that your user credentials have access to across clusters.
+
+### 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.*
+
+### Change views
+
+- The view can be changed with the view buttons in the toolbar, to switch between grid view and list view.
+
+### Select favorites (user)
+
+- Star service or ingress objects to surface them to the Global Apps section for easier discovery on repeat visits.
+- Note: This is currently limited 
+
+### Tag "Global" Apps (admin)
+
+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"
+```
+
+## Installation
+
+Please follow the instructions for installing the extension collection at the repository root: https://github.com/krumIO/krum-rancher-extensions/
+
+## Development
+
+1. Clone this repository to your machine.
+2. Install the npm dependencies using the command `yarn install`.
+3. Run the extension collection locally with the command `API=<Rancher Backend URL> yarn dev`.
+
+## 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 - 0
charts/app-launcher/0.1.34/templates/_helpers.tpl

@@ -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 - 0
charts/app-launcher/0.1.34/templates/cr.yaml

@@ -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/rancher/partner-extensions/main/extensions/app-launcher/0.1.34
+    noCache: {{ .Values.plugin.noCache }}

+ 6 - 0
charts/app-launcher/0.1.34/values.yaml

@@ -0,0 +1,6 @@
+nameOverride: ""
+fullnameOverride: ""
+plugin:
+  enabled: true
+  versionOverride: ""
+  noCache: false

+ 18 - 0
charts/app-launcher/0.2.4/Chart.yaml

@@ -0,0 +1,18 @@
+annotations:
+  catalog.cattle.io/certified: rancher
+  catalog.cattle.io/kube-version: '>= 1.16.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: '>= 2.10.0-0'
+  catalog.cattle.io/scope: management
+  catalog.cattle.io/ui-component: plugins
+  catalog.cattle.io/display-name: 'Krum Platform Tools: App Launcher'
+  catalog.cattle.io/ui-extensions-version: '>= 3.0.0 < 4.0.0'
+apiVersion: v2
+appVersion: 0.2.4
+description: App Launcher extension for Rancher
+name: app-launcher
+type: application
+version: 0.2.4
+icon: https://raw.githubusercontent.com/rancher/partner-extensions/main/icons/app-launcher/0.2.4-icon.svg

+ 70 - 0
charts/app-launcher/0.2.4/README.md

@@ -0,0 +1,70 @@
+# 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
+
+## Usage
+
+### Filter by Name
+
+- Use the Filter box in the toolbar to search through all of the objects that your user credentials have access to across clusters.
+
+### 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.*
+
+### Change views
+
+- The view can be changed with the view buttons in the toolbar, to switch between grid view and list view.
+
+### Select favorites (user)
+
+- Star service or ingress objects to surface them to the Global Apps section for easier discovery on repeat visits.
+- Note: This is currently limited 
+
+### Tag "Global" Apps (admin)
+
+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"
+```
+
+## Installation
+
+Please follow the instructions for installing the extension collection at the repository root: https://github.com/krumIO/krum-rancher-extensions/
+
+## Development
+
+1. Clone this repository to your machine.
+2. Install the npm dependencies using the command `yarn install`.
+3. Run the extension collection locally with the command `API=<Rancher Backend URL> yarn dev`.
+
+## 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!

+ 63 - 0
charts/app-launcher/0.2.4/templates/_helpers.tpl

@@ -0,0 +1,63 @@
+{{/*
+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 }}
+
+{{/*
+Pkg annotations
+*/}}
+{{- define "extension-server.pluginMetadata" -}}
+{{- with .Values.plugin.metadata }}
+{{- range $key, $value := . }}
+{{ $key }}: {{ $value | quote }}
+{{- end }}
+{{- end }}
+{{- end }}

+ 14 - 0
charts/app-launcher/0.2.4/templates/cr.yaml

@@ -0,0 +1,14 @@
+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/rancher/partner-extensions/main/extensions/app-launcher/0.2.4
+    noCache: {{ .Values.plugin.noCache }}
+    noAuth: {{ .Values.plugin.noAuth }}
+    metadata: {{ include "extension-server.pluginMetadata" . | indent 6 }}

+ 11 - 0
charts/app-launcher/0.2.4/values.yaml

@@ -0,0 +1,11 @@
+nameOverride: ""
+fullnameOverride: ""
+plugin:
+  enabled: true
+  versionOverride: ""
+  noCache: false
+  noAuth: false
+  metadata:
+    catalog.cattle.io/rancher-version: ">= 2.10.0-0"
+    catalog.cattle.io/display-name: "Krum Platform Tools: App Launcher"
+    catalog.cattle.io/ui-extensions-version: ">= 3.0.0 < 4.0.0"

+ 7 - 0
extensions/app-launcher/0.1.34/files.txt

@@ -0,0 +1,7 @@
+plugin/app-launcher-0.1.34.umd.min.1.js
+plugin/app-launcher-0.1.34.umd.min.1.js.map
+plugin/app-launcher-0.1.34.umd.min.2.js
+plugin/app-launcher-0.1.34.umd.min.2.js.map
+plugin/app-launcher-0.1.34.umd.min.js
+plugin/app-launcher-0.1.34.umd.min.js.map
+plugin/package.json

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
extensions/app-launcher/0.1.34/plugin/app-launcher-0.1.34.umd.min.1.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
extensions/app-launcher/0.1.34/plugin/app-launcher-0.1.34.umd.min.1.js.map


+ 2 - 0
extensions/app-launcher/0.1.34/plugin/app-launcher-0.1.34.umd.min.2.js

@@ -0,0 +1,2 @@
+(("undefined"!==typeof self?self:this)["webpackJsonpapp_launcher_0_1_34"]=("undefined"!==typeof self?self:this)["webpackJsonpapp_launcher_0_1_34"]||[]).push([[2],{"1bb6":function(n,e){const o=[{product:{"app-launcher":"App Launcher"},appLauncher:{launch:"Launch",launchEndpoint:"Launch {endpoint}",launchAnEndpointFromSelection:"Select an endpoint to launch",noEndpointFoundForApp:"No endpoint found for app",noServicesFound:"No services found",loading:"Loading...",loadingServices:"Loading services...",selectCluster:"Select a cluster",globalApps:"Global Apps",filter:"Filter",aToZ:"A-Z",zToA:"Z-A"}}];n.exports=o.length<=1?o[0]:o}}]);
+//# sourceMappingURL=app-launcher-0.1.34.umd.min.2.js.map

+ 1 - 0
extensions/app-launcher/0.1.34/plugin/app-launcher-0.1.34.umd.min.2.js.map

@@ -0,0 +1 @@
+{"version":3,"sources":["webpack://app-launcher-0.1.34/./l10n/en-us.yaml"],"names":["doc","module","exports","length"],"mappings":"wLAAA,MAAMA,EAAM,CAAC,CAAE,QAAU,CAAE,eAAe,gBAAkB,YAAc,CAAE,OAAS,SAAU,eAAiB,oBAAqB,8BAAgC,+BAAgC,sBAAwB,4BAA6B,gBAAkB,oBAAqB,QAAU,aAAc,gBAAkB,sBAAuB,cAAgB,mBAAoB,WAAa,cAAe,OAAS,SAAU,KAAO,MAAO,KAAO,SAC1cC,EAAOC,QAAUF,EAAIG,QAAU,EAAIH,EAAI,GAAKA","file":"app-launcher-0.1.34.umd.min.2.js","sourcesContent":["const doc = [({\"product\":({\"app-launcher\":\"App Launcher\"}), \"appLauncher\":({\"launch\":\"Launch\", \"launchEndpoint\":\"Launch {endpoint}\", \"launchAnEndpointFromSelection\":\"Select an endpoint to launch\", \"noEndpointFoundForApp\":\"No endpoint found for app\", \"noServicesFound\":\"No services found\", \"loading\":\"Loading...\", \"loadingServices\":\"Loading services...\", \"selectCluster\":\"Select a cluster\", \"globalApps\":\"Global Apps\", \"filter\":\"Filter\", \"aToZ\":\"A-Z\", \"zToA\":\"Z-A\"})})];\nmodule.exports = doc.length <= 1 ? doc[0] : doc;"],"sourceRoot":""}

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
extensions/app-launcher/0.1.34/plugin/app-launcher-0.1.34.umd.min.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
extensions/app-launcher/0.1.34/plugin/app-launcher-0.1.34.umd.min.js.map


+ 21 - 0
extensions/app-launcher/0.1.34/plugin/package.json

@@ -0,0 +1,21 @@
+{
+  "name": "app-launcher",
+  "description": "App Launcher extension for Rancher",
+  "version": "0.1.34",
+  "private": false,
+  "rancher": true,
+  "author": "Krumware",
+  "icon": "https://raw.githubusercontent.com/rancher/partner-extensions/main/icons/app-launcher/0.1.34-icon.svg",
+  "engines": {
+    "node": ">=12"
+  },
+  "devDependencies": {
+    "@vue/cli-plugin-babel": "5.0.8",
+    "@vue/cli-service": "5.0.8",
+    "@vue/cli-plugin-typescript": "5.0.8"
+  },
+  "files": [
+    "**/*"
+  ],
+  "main": "app-launcher-0.1.34.umd.min.js"
+}

+ 7 - 0
extensions/app-launcher/0.2.4/files.txt

@@ -0,0 +1,7 @@
+plugin/app-launcher-0.2.4.umd.min.37.js
+plugin/app-launcher-0.2.4.umd.min.37.js.map
+plugin/app-launcher-0.2.4.umd.min.60.js
+plugin/app-launcher-0.2.4.umd.min.60.js.map
+plugin/app-launcher-0.2.4.umd.min.js
+plugin/app-launcher-0.2.4.umd.min.js.map
+plugin/package.json

+ 2 - 0
extensions/app-launcher/0.2.4/plugin/app-launcher-0.2.4.umd.min.37.js

@@ -0,0 +1,2 @@
+(("undefined"!==typeof self?self:this)["webpackChunkapp_launcher_0_2_4"]=("undefined"!==typeof self?self:this)["webpackChunkapp_launcher_0_2_4"]||[]).push([[37],{9037:function(n){const e=[{product:{"app-launcher":"App Launcher"},appLauncher:{launch:"Launch",launchEndpoint:"Launch {endpoint}",launchAnEndpointFromSelection:"Select an endpoint to launch",noEndpointFoundForApp:"No endpoint found for app",noServicesFound:"No services found",loading:"Loading...",loadingServices:"Loading services...",selectCluster:"Select a cluster",globalApps:"Global Apps",filter:"Filter",aToZ:"A-Z",zToA:"Z-A"}}];n.exports=e.length<=1?e[0]:e}}]);
+//# sourceMappingURL=app-launcher-0.2.4.umd.min.37.js.map

+ 1 - 0
extensions/app-launcher/0.2.4/plugin/app-launcher-0.2.4.umd.min.37.js.map

@@ -0,0 +1 @@
+{"version":3,"file":"app-launcher-0.2.4.umd.min.37.js","mappings":"mLAAA,MAAMA,EAAM,CAAC,CAAE,QAAU,CAAE,eAAe,gBAAkB,YAAc,CAAE,OAAS,SAAU,eAAiB,oBAAqB,8BAAgC,+BAAgC,sBAAwB,4BAA6B,gBAAkB,oBAAqB,QAAU,aAAc,gBAAkB,sBAAuB,cAAgB,mBAAoB,WAAa,cAAe,OAAS,SAAU,KAAO,MAAO,KAAO,SAC1cC,EAAOC,QAAUF,EAAIG,QAAU,EAAIH,EAAI,GAAKA,C","sources":["webpack://app-launcher-0.2.4/./l10n/en-us.yaml"],"sourcesContent":["const doc = [({\"product\":({\"app-launcher\":\"App Launcher\"}), \"appLauncher\":({\"launch\":\"Launch\", \"launchEndpoint\":\"Launch {endpoint}\", \"launchAnEndpointFromSelection\":\"Select an endpoint to launch\", \"noEndpointFoundForApp\":\"No endpoint found for app\", \"noServicesFound\":\"No services found\", \"loading\":\"Loading...\", \"loadingServices\":\"Loading services...\", \"selectCluster\":\"Select a cluster\", \"globalApps\":\"Global Apps\", \"filter\":\"Filter\", \"aToZ\":\"A-Z\", \"zToA\":\"Z-A\"})})];\nmodule.exports = doc.length <= 1 ? doc[0] : doc;"],"names":["doc","module","exports","length"],"sourceRoot":""}

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
extensions/app-launcher/0.2.4/plugin/app-launcher-0.2.4.umd.min.60.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
extensions/app-launcher/0.2.4/plugin/app-launcher-0.2.4.umd.min.60.js.map


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
extensions/app-launcher/0.2.4/plugin/app-launcher-0.2.4.umd.min.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
extensions/app-launcher/0.2.4/plugin/app-launcher-0.2.4.umd.min.js.map


+ 21 - 0
extensions/app-launcher/0.2.4/plugin/package.json

@@ -0,0 +1,21 @@
+{
+  "name": "app-launcher",
+  "description": "App Launcher extension for Rancher",
+  "version": "0.2.4",
+  "private": false,
+  "rancher": true,
+  "author": "Krumware",
+  "icon": "https://raw.githubusercontent.com/rancher/partner-extensions/main/icons/app-launcher/0.2.4-icon.svg",
+  "engines": {
+    "node": ">=20.0.0"
+  },
+  "devDependencies": {
+    "@vue/cli-plugin-babel": "5.0.8",
+    "@vue/cli-service": "5.0.8",
+    "@vue/cli-plugin-typescript": "5.0.8"
+  },
+  "files": [
+    "**/*"
+  ],
+  "main": "app-launcher-0.2.4.umd.min.js"
+}

+ 11 - 0
icons/app-launcher/0.1.34-icon.svg

@@ -0,0 +1,11 @@
+<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
+<rect x="3.5" y="3.5" width="9" height="9" fill="#0CB1C7" stroke="#01607C"/>
+<rect x="3.5" y="15.5" width="9" height="9" fill="#0CB1C7" stroke="#01607C"/>
+<rect x="15.5" y="15.5" width="9" height="9" fill="#0CB1C7" stroke="#01607C"/>
+<rect x="27.5" y="15.5" width="9" height="9" fill="#0CB1C7" stroke="#01607C"/>
+<rect x="15.5" y="27.5" width="9" height="9" fill="#0CB1C7" stroke="#01607C"/>
+<rect x="27.5" y="27.5" width="9" height="9" fill="#0CB1C7" stroke="#01607C"/>
+<rect x="3.5" y="27.5" width="9" height="9" fill="#0CB1C7" stroke="#01607C"/>
+<rect x="15.5" y="3.5" width="9" height="9" fill="#0CB1C7" stroke="#01607C"/>
+<rect x="27.5" y="3.5" width="9" height="9" fill="#0CB1C7" stroke="#01607C"/>
+</svg>

+ 11 - 0
icons/app-launcher/0.2.4-icon.svg

@@ -0,0 +1,11 @@
+<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
+<rect x="3.5" y="3.5" width="9" height="9" fill="#0CB1C7" stroke="#01607C"/>
+<rect x="3.5" y="15.5" width="9" height="9" fill="#0CB1C7" stroke="#01607C"/>
+<rect x="15.5" y="15.5" width="9" height="9" fill="#0CB1C7" stroke="#01607C"/>
+<rect x="27.5" y="15.5" width="9" height="9" fill="#0CB1C7" stroke="#01607C"/>
+<rect x="15.5" y="27.5" width="9" height="9" fill="#0CB1C7" stroke="#01607C"/>
+<rect x="27.5" y="27.5" width="9" height="9" fill="#0CB1C7" stroke="#01607C"/>
+<rect x="3.5" y="27.5" width="9" height="9" fill="#0CB1C7" stroke="#01607C"/>
+<rect x="15.5" y="3.5" width="9" height="9" fill="#0CB1C7" stroke="#01607C"/>
+<rect x="27.5" y="3.5" width="9" height="9" fill="#0CB1C7" stroke="#01607C"/>
+</svg>

+ 46 - 1
index.yaml

@@ -1,5 +1,50 @@
 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: '>= 1.16.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: '>= 2.10.0-0'
+      catalog.cattle.io/scope: management
+      catalog.cattle.io/ui-component: plugins
+      catalog.cattle.io/ui-extensions-version: '>= 3.0.0 < 4.0.0'
+    apiVersion: v2
+    appVersion: 0.2.4
+    created: "2025-03-27T08:35:08.307855188Z"
+    description: App Launcher extension for Rancher
+    digest: 85dd5e69601fa49bdcec28ac4e6e9bb46d5dd1afbdb004cb61ce2d798191d70f
+    icon: https://raw.githubusercontent.com/rancher/partner-extensions/main/icons/app-launcher/0.2.4-icon.svg
+    name: app-launcher
+    type: application
+    urls:
+    - assets/app-launcher/app-launcher-0.2.4.tgz
+    version: 0.2.4
+  - 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.31.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: '>= 2.8.0-0 < v2.10.0-0'
+      catalog.cattle.io/scope: management
+      catalog.cattle.io/ui-component: plugins
+      catalog.cattle.io/ui-version: '>= 2.8.0 < v2.10.0-0'
+    apiVersion: v2
+    appVersion: 0.1.34
+    created: "2025-03-27T08:35:07.989782315Z"
+    description: App Launcher extension for Rancher
+    digest: 3b584adae903673440293947644f1e38c4ef837ff75e6a50f60e0e3c9793a356
+    icon: https://raw.githubusercontent.com/rancher/partner-extensions/main/icons/app-launcher/0.1.34-icon.svg
+    name: app-launcher
+    type: application
+    urls:
+    - assets/app-launcher/app-launcher-0.1.34.tgz
+    version: 0.1.34
   cloud-casa-extension:
   - annotations:
       catalog.cattle.io/certified: rancher
@@ -174,4 +219,4 @@ entries:
     urls:
     - assets/nutanix/nutanix-1.0.0.tgz
     version: 1.0.0
-generated: "2025-03-21T14:18:03.308966597Z"
+generated: "2025-03-27T08:35:08.307424311Z"

Nem az összes módosított fájl került megjelenítésre, mert túl sok fájl változott