The Rancher UI
Go to file
Jordon Leach c171255899
Ensure @rancher/shell version using tags (#11758)
* Ensure @rancher/shell version using tags

Enable corepack for extension builds

Migrate creators outside of shell dir

Update creators path - switch to npm publish

* Add NPM_REGISTRY to publish args

* Fix creators_dir path - Bump ext package

* Add update package version function in test script

* Fix gitignore file name

* Add .yarnrc.yml for skeleton - revert node versions
2024-08-30 19:10:19 -04:00
.github Ensure @rancher/shell version using tags (#11758) 2024-08-30 19:10:19 -04:00
.vscode Remove or replace all the @nuxt libraries (#11302) 2024-08-08 15:31:44 +02:00
creators/extension Ensure @rancher/shell version using tags (#11758) 2024-08-30 19:10:19 -04:00
cypress Fix naming after a change was reverted on corral-packages 2024-08-29 15:58:40 -07:00
docs/developer Tidy up docs related to build 2024-02-06 08:59:32 +00:00
docusaurus Ensure @rancher/shell version using tags (#11758) 2024-08-30 19:10:19 -04:00
pkg Revert "Refactoring the plain element <input> data bindings" 2024-08-27 15:39:02 -07:00
scripts script adjustment 2024-08-14 12:56:03 +01:00
shell Ensure @rancher/shell version using tags (#11758) 2024-08-30 19:10:19 -04:00
storybook Fix rendering raw html content (#11764) 2024-08-30 12:47:45 -07:00
.ackrc Remove every reference to .nuxt global option (#11265) 2024-06-21 11:15:05 +02:00
.dockerignore Remove every reference to .nuxt global option (#11265) 2024-06-21 11:15:05 +02:00
.eslintignore Remove or replace all the @nuxt libraries (#11302) 2024-08-08 15:31:44 +02:00
.eslintrc.default.js Updating our eslintrc configurations 2024-08-22 16:05:36 -07:00
.eslintrc.js Skipping all failing unit tests for the Vue3 merge. 2024-08-22 21:12:40 -07:00
.gitignore Bump Storybook dependencies 2024-08-22 16:09:54 -07:00
.nvmrc Run the vue3 migration script 2024-08-22 16:05:36 -07:00
.nycrc Vue files are not correctly instrumented by the tests (#7166) 2023-09-01 10:02:51 +02:00
CNAME Add CNAME (#11001) 2024-05-10 15:45:03 +01:00
LICENSE License 2019-12-31 15:21:43 -07:00
README.md Remove drone build status from README 2024-08-30 14:11:45 +01:00
babel.config.js Correct issue with TS after tsconfig split with unit tests (#9686) 2023-12-12 11:35:38 +01:00
codecov.yml remove harvester pkg (#10262) 2024-01-12 08:43:33 -08:00
cypress.config.ts script adjustment 2024-08-14 12:56:03 +01:00
env.template E2E job parallelization by user role and functionality (#9887) 2023-12-12 13:07:54 +01:00
jest.config.js Run the vue3 migration script 2024-08-22 16:05:36 -07:00
jest.setup.js Fix rendering raw html content (#11764) 2024-08-30 12:47:45 -07:00
package.json Ensure @rancher/shell version using tags (#11758) 2024-08-30 19:10:19 -04:00
svgTransform.js Changed navlink page and improved error handling for FileImageUpload (#9411) 2023-07-27 14:03:43 -07:00
tsconfig.json Ensure @rancher/shell version using tags (#11758) 2024-08-30 19:10:19 -04:00
tsconfig.paths.json Correct issue with TS after tsconfig split with unit tests (#9686) 2023-12-12 11:35:38 +01:00
vue-shim.d.ts Fix build issues 2022-05-10 10:04:04 +01:00
vue.config.js Remove epinio from `master` 2023-06-26 15:05:25 +01:00
yarn.lock Merge pull request #11714 from rak-phillip/feature/9537-vue-js-modal 2024-08-26 19:45:17 -07:00

README.md

Rancher Dashboard

Rancher Dashboard is the UI that powers Rancher.

Rancher Dashboard supports an extension mechanism that allows developers to independently provide additional functionality to Rancher. You can learn more from our Rancher Extensions Docs.

What is it?

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

Internal Developer Docs

These docs are intended only for Dashboard UI developers.

If you're building extensions, please see: https://extensions.rancher.io.

For internal documentation, see Rancher UI Internal Documentation.

Contributing

We welcome external contributions - please refer to the internal documentation above.

License

Copyright (c) 2014-2024 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.