Commit Graph

42 Commits

Author SHA1 Message Date
Richard Cox 29eb284f54 ember-cli-update --run-codemods 2024-07-30 15:27:49 +01:00
Westly Wright 5626cc1be4
account for missing actions links object on can scale check
rancher/rancher#31452
2021-02-24 09:22:23 -07:00
Westly Wright 7ef8f46566
disable node scale down when last node in pool
rancher/rancher#31424
2021-02-23 13:38:58 -07:00
Luther Monson c71901f9bb
adding scale down buttons 2021-02-16 09:18:00 -07:00
Westly Wright 8b25066a54
lint 2021-02-04 15:24:20 -07:00
Westly Wright 0d06a3e90b
display prefix of node name (drop domain)
rancher/rancher#27873
2021-02-03 10:19:00 -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
loganhz 89ff5242c0 Fix node name display issue 2020-05-11 08:16:15 +08:00
loganhz 5a8ea608bb Fix node name display issue 2020-04-22 20:25:40 +08: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
Sebastiaan van Steenis 34a1eba8f4 Shorten OS name for RHEL8 2020-02-10 14:33:54 +01:00
Cody Jackson 6718c4886e Addressing a number of ember deprecations
- Moved from Ember.$() to importing jquery.
- Moved from fn().on() to on(fn())
- Moved from fn().observes() to observer(fn())

This got /g/clusters from 27 warnings to 5 warnings for me.
2019-10-03 10:53:36 -07:00
Westly Wright 1c30a15ee1
general cleanup 2019-10-01 09:00:56 -07:00
Westly Wright 5fce14597a
Dynamically change version label on node dashboard for dock/contd
Checks the os info to see if its docker or container d and display the
appropriate label in each case.

rancher/rancher#21099
2019-10-01 09:00:56 -07:00
loganhz 8fb249ef87 Update the UX for target OS
https://github.com/rancher/rancher/issues/20119
2019-05-10 15:12:59 +08:00
Vincent Fiduccia 20fdee61f1
Show containerd version/icon on nodes 2019-03-12 13:05:51 -07:00
Vincent Fiduccia 691ffc38e5
Switch to @rancher/ember-api-store 2019-01-10 16:44:35 -07:00
n313893254 752d0d5dca UI Drain modal not working
https://github.com/rancher/rancher/issues/16894
2018-12-13 18:37:53 +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
Vincent Fiduccia 68577cfcaa
Reorganize drain options, make drain bulkable 2018-10-25 11:12:26 -07:00
Westly Wright 6c1ce03d2d
Undefined error on the nodes page
rancher/rancher#15392
2018-09-04 11:48:18 -07:00
loganhz 0be4fbf409 Support drain and stopDrain
https://github.com/rancher/rancher/issues/14643
2018-08-22 13:25:17 +08:00
Vincent Fiduccia 93f922b92d
eslint --fix 2018-07-20 11:47:19 -07:00
Vincent Fiduccia 54725f2022
eslint --fix 2018-06-29 17:20:46 -07:00
Vincent Fiduccia ca0bfb96ea
Update node.js 2018-06-28 14:17:20 -07:00
Vincent Fiduccia 928969e12e
Cleanup 2018-06-28 12:05:58 -07:00
Sebastiaan van Steenis 19d23f395c Mark NoExecute and NoSchedule as Unschedulable 2018-06-28 10:51:00 +02:00
Jacob Gillespie 70bc62ef7b
Display Unschedulable label on controlplane nodes 2018-06-04 22:34:42 -05:00
loganhz dcaab3f8ba Support cordon, uncordon and drain for node
https://github.com/rancher/rancher/issues/13623
2018-06-01 11:33:28 +08:00
loganhz 469e9efe98 Add os info in node list 2018-04-28 06:20:06 +08:00
Vincent Fiduccia 44035df0c1
Lint fixes 2018-04-25 01:07:00 -07:00
loganhz 2b6dc994d9 Revert "Fix role translation issue"
This reverts commit defabcfdefa46254df3233cb03d2769ce66bf681.
2018-04-16 18:36:08 +08:00
loganhz ff6d1bf099 Fix role translation issue
https://github.com/rancher/rancher/issues/12643
2018-04-16 18:30:49 +08:00
loganhz ef16dfafeb Show un-schedulable tag
https://github.com/rancher/rancher/issues/10980
2018-04-16 18:30:49 +08:00
Vincent Fiduccia 18a7fe8d65
Move edit, yaml, remove, gotoapi into central actions 2018-04-16 02:35:28 -07:00
Vincent Fiduccia 147e3ffb89
watch locale 2018-04-11 23:24:25 -07:00
Vincent Fiduccia 687c07dbd6
Use externalIpAddress when available 2018-04-03 16:09:01 -07:00
Vincent Fiduccia 4f5fba319e
nodePoolUuid -> nodePoolId 2018-02-22 11:45:01 -07:00
Vincent Fiduccia 181b350b19
Cluster edit, Packet driver 2018-02-20 02:26:56 -07:00
Vincent Fiduccia fd67d00eec
Node Pools 2018-02-16 17:26:20 -07:00
Vincent Fiduccia 7aa0e32ee0
More node pools 2018-02-14 17:32:32 -07:00
Vincent Fiduccia 2e67688308
Rename machine* to node* 2018-02-13 10:41:07 -07:00