The Rancher UI
Go to file
Nancy 21167e1dc9
fix labeledselect getOptionLabel to use reduce prop when labels change (#8176)
* fix labeledselect getOptionLabel to use reduce prop when labels change

* Add unit tests

---------

Co-authored-by: cnotv <giuseppe.leo@suse.com>
2023-02-15 09:19:48 -07:00
.github Merge pull request #7462 from catherineluse/triage 2023-01-17 02:20:13 -07:00
.vscode Add unit tests for Namespace filtering in resources (#7465) 2022-11-18 00:05:42 +01:00
cypress E2E: Improve reliability of the private label test (#7861) 2023-01-06 17:12:25 +00:00
docusaurus Fixes layout issues (#8021) 2023-01-27 11:19:31 +01:00
pkg fix issue with dependency on @pkg/harvester on shell (#8132) 2023-02-10 09:38:23 +00:00
scripts Add rancher dashboard version to "About" page (#7516) 2022-12-14 09:48:46 +00:00
shell fix labeledselect getOptionLabel to use reduce prop when labels change (#8176) 2023-02-15 09:19:48 -07:00
storybook fix: Fixed props update in Collapse storybook story (#7612) 2022-12-19 09:12:25 -08:00
.ackrc Fleet list & details 2020-09-30 05:05:53 -07:00
.dockerignore Service Networking and HealthCheck 2019-10-23 16:10:18 -07:00
.drone.yml [Clone] Set initial endpoint radio group for azuread (#6954) 2022-09-26 09:10:03 -04:00
.eslintignore Fix plugin pkg tsconfig (#6930) 2022-11-24 10:03:42 +00:00
.eslintrc.js Apply linter auto-fixes 2022-11-16 18:38:20 -07:00
.gitignore Fix plugin pkg tsconfig (#6930) 2022-11-24 10:03:42 +00:00
.nycrc Generate coverage value for both unit and E2E tests (#6690) 2022-09-30 10:36:36 +02:00
Dockerfile HARVESTER: cloud-init enhancement 2022-07-08 18:34:50 +08:00
Dockerfile.dev More node 10->12 2021-02-26 09:32:02 -07:00
LICENSE License 2019-12-31 15:21:43 -07:00
README.md Update copyright year (#8104) 2023-02-08 08:03:24 +00:00
babel.config.js Unit test jest (#3405) 2022-03-23 11:35:26 +01:00
cypress.config.ts E2E Tests: Add logging for env vars (#7858) 2023-01-06 11:19:38 +00:00
env.template E2E: Create dashboard access for reviewing tests results (#6576) 2022-08-04 17:10:02 +02:00
jest.config.js HARVESTER: Fix build harvester pkg 2022-12-20 17:04:03 +08:00
jest.setup.js Add unit tests for Namespace filtering in resources (#7465) 2022-11-18 00:05:42 +01:00
jsconfig.json Github auth config, pluggable login component 2020-12-22 14:43:26 -07:00
nuxt.config.js Optimise build process for standalone harvester 2022-09-08 16:51:38 +01:00
package.json Add `--frozen-lockfile` for `yarn install` for CI workflows (#7412) 2023-01-10 10:40:02 -05:00
tsconfig.default.json Plugins: Initial codebase refactor and plugin support (#4779) 2022-05-10 10:00:39 +01:00
tsconfig.json Exclude test files from dashboard build 2022-12-23 10:19:09 +00:00
vue-shim.d.ts Fix build issues 2022-05-10 10:04:04 +01:00
yarn.lock Merge pull request #7666 from torchiaf/fix/7148 2022-12-14 11:10:49 +01:00

README.md

Rancher Dashboard

Build Status

Rancher Dashboard is the UI that powers Rancher.

Developer documentation and documentation for our UI components is available here - Rancher UI Devkit.

Rancher Dashboard supports an extension mechanism that allows developers to build there own extensions that can be developed independently of Rancher and loaded into a deployed Rancher installation to extend its functionality. You can learn more from our Rancher Extensions Docs.

What is it?

Rancher Dashboard provides a sophisticated UI for managing Kubernetes clusters and Workloads.

For more information, see our UI Walk-through documentation.

Developer Docs

Contributing

For developers, after reading through the introduction on this page, head over to our Getting Started guide to learn more.

License

Copyright (c) 2014-2023 Rancher Labs, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.