Commit Graph

33 Commits

Author SHA1 Message Date
Neil MacDougall 58feb90b2f Hide component statuses when not available 2021-12-10 08:40:36 +00:00
Neil MacDougall 3660613c19 Fix for when component statuses is not defined 2021-12-09 09:23:27 +00:00
Neil MacDougall b936223f84 Don't show events tab when embedded 2021-06-15 09:18:54 +01:00
Westly Wright cab623d56d
refactor logic of when to grey out component status indicators
the logic prior to this relied on a static list, ive updated the logic to actually check the component status objects and there health.

rancher/rancher#11496
2021-05-27 15:56:06 -07:00
Westly Wright 9bf359f44b
Add import branch to check if the status providers should be greyed
rancher/rancher#11496
2021-05-25 13:35:57 -07:00
Westly Wright 9a38d546f7
Expose Import Command for EKS v2 Clusters with Private Access
rancher/rancher#28356
2020-12-02 12:09:33 -07:00
Westly Wright c84090835d
Expose cluster reg token 4 cluster w/o nodes
For imported or custom clusters that never had a host register there was
never a way to get back to the registration command. This exposes a new
modal and button ont he cluster dashboard the allows the user to fetch
this command if the cluster doesn't have any nodes.

rancher/rancher#28548

Add import-command component the import command on imported clusters

this is the first step to exposing the command as an action in the modal for show command

Create CustomCommand component for modal show command

add custom input to show command modal

translations
2020-10-29 15:31:41 -07:00
Westly Wright d3d78e87c8
Upgrade Ember & Dependencies for LTS support >3.12
There are changes required for the ember upgrade but additional changes
for individual libs are also present. Commit has been squashed, see
individual commits if needed.

There are a bunch of HBS changes as well. These are to deal with a
couple new rules and there impact is low. The button one has bitten us a
few time so this seemed great to add IMO.

update ember 3.12.4

ember 3.13

fixes for new eslint rules

ember 3.13->3.14

ember3.14->3.16

ember3.16->3.20

3.20 lint rules

yarn upgrade

update ember-optional-feature

update deps that can go to patch versions

upgrade major versions that are possible

update ansi_up

only reset term var if we're not destroying

prevents new ember 'same computation' error

update async

upgrade dot-object

new-catalog - add set to deal with new warning
marked-down - drop call into next to ensure its called at the correct time

upgrade ember-assign

update ember-cli-clipboard

remove unused & deprecated ember-cli-release

remove unused drag-drop lib

use set on tracked prop

update ember-flatpickr && cli-test-loader

upgrade ember-href-to

update filesaver

update liquid-fire and ipaddr

upgrade jsondiffpatch

upgrade marked

upgrade semver

update xterm

Update ember-basic-dropdown

the library has changed quite a bit and no longer provides an addon for the content-item where we handling the click event to close the dropdown,
thus click events must be added manually to the items being clicked to close the dropdown.

udpate dompurify

fix page header project styles

Bump ember api store, remove npm-run-all

Autofix button types from hbs linting

this change looks large but only adds `type` button to any buttons that dont have a type, which should help to reduce weird side effects

more hbs lint changes for no-negate-condition

turned off a couple rules that could be too much to test right now
2020-10-07 16:52:22 -07:00
Westly Wright 4925f54ef7
Expose node group versions on eks v2 node groups
adds both tooltip warning on cluster row and alert warning on cluster dashboard

version can only be updated on edit when cluster version is different from node group version
all other times we set the node group version to the clusters version

rancher/rancher#28335
2020-08-14 16:38:02 -07:00
Westly Wright 44ceaedaef
Update cluster model param provider
backend added there own provider param so this just renames the provider to clusterProvider

rancher/rancher#28355
2020-08-14 09:55:27 -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 a9ba72a73a
Only show rotate action in tooltips and banners if exists on model
rancher/rancher#25563
2020-02-28 15:44:26 -07:00
loganhz 9f8acf0d39 Show Kubernetes events in UI 2019-09-12 14:44:30 +08:00
loganhz 6e5875ef9b Show warning for node has disk pressure 2019-08-30 19:08:59 +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 c142fa7aa8 Update cluster dashboard text
https://github.com/rancher/rancher/issues/22181
2019-08-17 08:37:37 +08:00
lvuch ce4e1526e1 nav.apps and cluster dash 2019-08-07 15:45:22 -07:00
lvuch 873e9abf79 empty table text and login screen 2019-08-07 15:32:02 -07:00
Westly Wright b223ee55a7
Refactor translations, fixes for <1day, expired certs, js err, color, 2019-06-28 17:36:40 -06:00
Westly Wright 530845a91a
Add ui warning about expiring certificates 2019-06-28 15:07:23 -06:00
n313893254 d29be94e93 Support one click upgrade for Istio
https://github.com/rancher/rancher/issues/20617
2019-06-26 14:11:37 +08:00
loganhz 93e75659f8 Hide controller manager and scheduler for ACK cluster
https://github.com/rancher/rancher/issues/20560
2019-06-10 10:53:36 -07:00
loganhz f9d726fea1 Fix typo 2019-06-04 20:05:44 +08:00
loganhz a9f9b34c8e Upgrade UX for one click upgrade 2019-05-25 23:31:38 +08:00
Westly Wright 787e90d6a2
gray out controller manager & schedule status AKS cluster dashboard
rancher/rancher#17344
2019-05-08 11:03:28 -07:00
n313893254 1feb3bb805 Fallback to old dashboard view if monitoring is not healthy
https://github.com/rancher/rancher/issues/19187
2019-04-05 17:30:18 +08:00
Westly Wright 01125b63c4
Merge pull request #2534 from n313893254/17040
Add current cpu/memory usage in cluster dashboard
2019-02-22 09:47:56 -07:00
n313893254 8e6e8109e5 Show the current cpu/memory usage in cluster dashboard https://github.com/rancher/rancher/issues/17040 2019-02-22 11:17:04 +08:00
Vincent Fiduccia a812e6b59d
If there is no component status, call it healthy 2019-02-15 14:38:10 -07:00
Westly Wright 77c3ac1b45
update cluster capa for prop rename ingressControllers -> ingressCapabilities
rancher/rancher#16783
2018-12-11 13:10:18 -07:00
loganhz ad48adb1a1 Fix graph issue when switching clusters
https://github.com/rancher/rancher/issues/16973
2018-12-09 10:17:26 +08:00
loganhz 04a0421e99 Fix Grafana issue when switching between cluster or project
https://github.com/rancher/rancher/issues/16970
2018-12-08 03:32:20 +08:00
loganhz b46b1cebb3 Live metrics for cluster/node/workload/pod/container
https://github.com/rancher/rancher/issues/15703
https://github.com/rancher/rancher/issues/15705
2018-12-04 18:50:34 +08:00