Commit Graph

182 Commits

Author SHA1 Message Date
Neil MacDougall 5fe992460c Factor common strings to constants 2022-04-07 14:06:29 +01:00
Vincent Fiduccia 72df765e10
Redirect to dashboard once if cookie is not present 2021-08-06 17:42:10 -07:00
Phillip Rak 42f6d92ff1 Assist with getting the default theme by checking cookies for theme 2021-08-06 17:02:45 -07:00
Cody Jackson 6564d1349c Inform the user that Logging, CIS Scans, Istio and Pipelines aren't supported in k8s 1.21+
https://github.com/rancher/dashboard/issues/3589
2021-08-04 11:28:18 -07:00
Westly Wright fef0c84e04
Update RKE network provider dropdown for new pni updates
rancher/rancher#32106
2021-04-16 09:46:13 -07:00
Westly Wright c20b479d9a
expose ui-offline-preferred and dashboard-index
ui-offline-preferred affects the ui-index so there is no reason to not expose it as well
2021-02-04 16:29:14 -07:00
phillc 2151100867
Gray out scheduler status for linode lke 2021-01-15 09:00:29 -05:00
Westly Wright 7ab3e1e154
Add explicit exclusion of cattle cluster agent label
rancher/rancher#30445
2020-12-14 10:54:05 -07:00
Westly Wright b8ae49352b
hide local cluster from header & global clusters list if hide local true
if the new setting hide-local-cluster exists and is true we will hide the local cluster in the UI. this doesnt prevent api access.
additionally if the setting is true and a user attempts to navigate directly to a cluster or project route we will redirect them to the authenticated index route which redirects to global admin.

rancher/rancher#29325
2020-10-22 16:04:31 -07:00
n313893254 5af4c4668a Synchronize logging form to file
https://github.com/rancher/rancher/issues/29562
2020-10-16 16:04:14 +08:00
Westly Wright 3c711f7518
Merge pull request #4155 from codyrancher/ttl-forwardport
[forwardport] api keys ttl
2020-09-10 08:57:02 -07:00
Cody Jackson 8fbd86a081 Implementing max token ttl for api keys
- added 'auth-token-max-ttl-minutes' setting
- modified api-key modal to better handle the max-ttl when it is set

rancherlabs/rancher-security#466
2020-09-02 11:53:45 -07:00
Vincent Fiduccia d7436d4059
Ember<->Vue integration & login 2020-08-26 03:47:59 -07:00
loganhz a859b0547d Use external UI for Aliyun ACK cluster 2020-05-27 22:49:26 +08:00
Westly Wright a427b345af Expose new ui setting for issues email link
rancher/rancher#27047
2020-05-22 15:08:45 -07:00
Westly Wright 2509327067
Add new classifier banner component
rancher/rancher#25694

add ui-banners to allowed settings

move banners to settings

refactor names on settings component

update ui-banners translation text
2020-04-21 14:34:24 -07:00
Westly Wright 3f3715f3e3
make catalog app for longhorn use consistent name
so users can only launch one longhorn catalog app per cluster

rancher/rancher#26627
2020-04-15 11:02:31 -07:00
Westly Wright aabf5976cd
Change volume expansion for longhorn storage class
rancher/rancher#26617
2020-04-14 14:18:41 -07:00
Westly Wright 87204118e2
Add additional helm3 id to catalog constants and update checks
rancher/rancher#26560
2020-04-10 11:57:46 -07:00
Westly Wright 9400ca31e7
If etcd component status unavailable, grey out
rancher/rancher#26402
2020-04-09 10:37:25 -07:00
Westly Wright b0a3788e78
Merge pull request #3871 from westlywright/updating.events.map
updating state map and transitions map for rke workers
2020-03-25 09:13:40 -07:00
Westly Wright 32cb1393ba
updating state map and transitions map for rke workers
rancher/rancher#25917
2020-03-25 09:00:49 -07:00
Vincent Fiduccia 1ff76c67c9
Non-PDF EULA link 2020-03-24 14:40:50 -07:00
Westly Wright 0c01433984
Ensure any k3s labels/annotations are read-only
rancher/rancher#25958
2020-03-11 13:32:14 -07:00
Vincent Fiduccia 2a7c0ae0ff
Rename steve flag 2020-03-10 10:45:07 -07:00
Westly Wright a5cf9b3f32
add new helm3 and system keys to catalog canClone
rancher/rancher#25850
2020-03-08 12:17:04 -07:00
Westly Wright 2766d4c56d
add helm versions to constants 2020-03-05 16:23:13 -07:00
Westly Wright c4cc97c64a
Expose node info on K3S Cluster Upgrade 2020-02-25 15:31:54 -07:00
Westly Wright 191ebd31dd
Expose k3s node args and env vars for imported k3s clusters
rancher/rancher#25400
2020-02-25 10:42:09 -07:00
Vincent Fiduccia 6f7d5368c6
Agree to eula on first login 2020-02-21 17:34:54 -07:00
Vincent Fiduccia 0bc2e1241d
Add toggle to dashboard if Steve is enabled 2020-02-20 16:20:09 -07:00
wj fda89eb4aa Too many annotations are read-only
https://github.com/rancher/rancher/issues/23849
2019-11-07 13:27:03 +08:00
Westly Wright ccd9d740ac
Ensure template computed prop is watching intl locale
rancher/rancher#23322
2019-10-17 10:43:38 -07:00
loganhz 02deb50669 Istio Virtual Service feature flag 2019-09-28 12:14:55 +08:00
loganhz cc7d1bb477 Add Alibaba App Hub in catalog list 2019-09-24 11:19:07 +08:00
Cody Jackson 72a60c44ea Improve and fix supported storage filtering
Editing was failing when an existing unsupported storage type had
already been used and the ferature flag unsupported-storage-drivers
was false. Adding a volume as part of a workload was also broken
when attempting to use an unsupported storage type.

To remedy this I decided to refactor the code and make the filtering
happen explicitly only for the dropdowns.

I also decided to make feature checking reusable and either to use
by adding a service to check if a flag is enabled.

rancher/rancher#22895
rancher/rancher#22998
2019-09-20 17:13:47 -07:00
loganhz 33cf620675 Fix label missing issue
https://github.com/rancher/rancher/issues/22913
2019-09-19 11:46:20 +08:00
Cody Jackson 2f990ced40 Add more context to the title of deletion modals
Adds the resource types "namespace", "cluster", "project" as
additional context to the titles of the respective deletion modals
in order to reduce the likelyhood of a user accidentally deleting
an unintented resource.

We changed the title from "Are you sure you want to delete" to
"Are you sure you want to delete the namespace:" with namespace
being bold. The same is true for cluster and project as well.

rancher/rancher#17619
2019-09-13 12:47:38 -07:00
loganhz 5e4a7091ad Hide failure-domain label in node list 2019-09-05 10:42:57 +08:00
张浩 dd679885b6 Show setting `rke-metadata-config` under settings
https://github.com/rancher/rancher/issues/22573
2019-09-04 08:56:03 +08:00
loganhz 67ca2a4e0f Show k8s role taints and remove unschedule label 2019-08-31 08:25:07 +08:00
loganhz bae8f1cca8 Make k8s taints readonly 2019-08-30 17:45:57 +08:00
loganhz e7c8d8f900 Hide k8s role taints 2019-08-30 17:35:41 +08:00
Vincent Fiduccia 71f9c44c4d
Merge branch 'master' into labels 2019-08-27 13:20:04 -07:00
Vincent Fiduccia 44a34702b0
Merge pull request #3289 from n313893254/22137
[TKE] Add diskConfigSet and fix subnetId
2019-08-27 13:12:33 -07:00
loganhz d3f73b74bd Make standard labels and annotations readonly 2019-08-26 14:31:15 +08:00
n313893254 4b451a2f0f Fix TKE alert and get max and min disk size from TKE 2019-08-23 16:56:11 +08:00
loganhz 78fe52569e Remove access type Member for cluster template
https://github.com/rancher/rancher/issues/22280
2019-08-20 07:04:55 +08:00
loganhz 109f92e715 Add setting to edit user session TTL
https://github.com/rancher/rancher/issues/22136
2019-08-15 13:31:46 +08:00
Vincent Fiduccia 87a2a846ca
Merge pull request #3200 from n313893254/21790
Support exist condition for metric alert
2019-08-12 10:07:23 -07:00