The Rancher UI
Go to file
Phillip Rak bcb4600e37 Write unit tests for `validateDurationAgainstAuthUserSession`
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
2024-07-29 10:23:08 -07:00
.github Temporary disable codecov coverage 2024-07-25 19:14:44 +02:00
.vscode Remove every reference to .nuxt global option (#11265) 2024-06-21 11:15:05 +02:00
cypress Merge pull request #11529 from richard-cox/fix-chart-icon-test 2024-07-26 10:46:57 +01:00
docs/developer Tidy up docs related to build 2024-02-06 08:59:32 +00:00
docusaurus Merge branch 'master' of github.com:momesgin/dashboard into 10740-update-docs 2024-07-26 12:48:15 -07:00
pkg do not allow cluster upgrades if node pools would fall more than one minor version behind (#11489) 2024-07-18 16:06:18 -07:00
scripts Remove every reference to .nuxt global option (#11265) 2024-06-21 11:15:05 +02:00
shell Write unit tests for `validateDurationAgainstAuthUserSession` 2024-07-29 10:23:08 -07:00
storybook fix glob to 7.2.3 2024-07-08 16:31:54 +01: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 every reference to .nuxt global option (#11265) 2024-06-21 11:15:05 +02:00
.eslintrc.default.js
.eslintrc.js remove harvester pkg (#10262) 2024-01-12 08:43:33 -08:00
.gitignore Upload Codecov report using CLI 2024-07-15 18:22:49 +02:00
.nvmrc Add nvmrc to the project (#10177) 2023-12-18 18:30:37 +01:00
.nycrc
CNAME Add CNAME (#11001) 2024-05-10 15:45:03 +01:00
LICENSE
README.md Fix broken image in README.md (#11162) 2024-06-03 18:16:14 +01:00
babel.config.js
codecov.yml remove harvester pkg (#10262) 2024-01-12 08:43:33 -08:00
cypress.config.ts Run pagination regressions tests against a system with server-side pagination enabled (#11358) 2024-07-18 11:32:11 +01:00
env.template E2E job parallelization by user role and functionality (#9887) 2023-12-12 13:07:54 +01:00
jest.config.js Remove every reference to .nuxt global option (#11265) 2024-06-21 11:15:05 +02:00
jest.setup.js [INT] Moved directives into a separate folder (#10981) 2024-05-09 13:29:44 -07:00
package.json Merge pull request #11432 from rak-phillip/chore/remove-nuxt-babel 2024-07-26 08:39:29 -07:00
svgTransform.js
tsconfig.json Remove every reference to .nuxt global option (#11265) 2024-06-21 11:15:05 +02:00
tsconfig.paths.json
vue-shim.d.ts
vue.config.js
yarn.lock Merge pull request #11432 from rak-phillip/chore/remove-nuxt-babel 2024-07-26 08:39:29 -07:00

README.md

Rancher Dashboard

Build Status

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.