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 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 45def9ed1e
Refactor logs connect so the logs connect every time
rancher/rancher#25297
2020-02-11 11:41:30 -07: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
loganhz d8f12a6110 Allow exec shell to not ready container
https://github.com/rancher/rancher/issues/20493
2019-07-22 10:05:56 +08:00
Vincent Fiduccia 691ffc38e5
Switch to @rancher/ember-api-store 2019-01-10 16:44:35 -07: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
loganhz 320f8f519d Show pod restarts in UI
https://github.com/rancher/rancher/issues/16245
2018-11-15 13:15:56 +08:00
loganhz b5f224acdd Fix edit pod yaml issue 2018-09-19 10:35:36 +08:00
loganhz f64a103a45 Fix shell in new window issue 2018-09-06 12:48:20 +08:00
loganhz 83576d3e90 Support exec and logs to selected container
https://github.com/rancher/rancher/issues/12656
2018-09-03 17:58:18 +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 0eea5fbf3f
Edit pod, annotations on ingress 2018-04-27 01:56:42 -07:00
loganhz a27ede4e72 Removed unused canClone 2018-04-18 12:24:51 +08:00
loganhz 19dc19bb90 Update availableActions 2018-04-18 12:23:01 +08:00
loganhz 2e1b657166 Set escToClose to false for shell 2018-04-16 18:39:44 +08:00
loganhz f4126d4b63 esc to click log and shell
https://github.com/rancher/rancher/issues/12607
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 0b0b36edce
Workload links 2018-04-11 23:24:25 -07:00
Aaron 64ed64f0d3 Polish code 2018-04-08 15:28:17 +08:00
loganhz f67cc87349 Update pod detail page 2018-04-02 17:22:25 +08:00
loganhz ff9c790c84 Fix group by dots issue 2018-04-02 13:23:36 +08:00
Vincent Fiduccia d0242be96f
Merge pull request #1774 from loganhz/fix
Fix
2018-03-30 12:49:06 -07:00
Aaron 8d2ace7448 Add a Pod list that shows all pods in the workload
In table include Status, Name, Image, IP Address. Accordion should be on top of all others and default to open
2018-03-30 20:24:53 +08:00
loganhz be439e23f8 Remove restart, stop, start action for pod
https://github.com/rancher/rancher/issues/12369
2018-03-30 12:43:35 +08:00
Vincent Fiduccia 125771bc33
Merge 2018-03-24 02:52:41 -07:00
Vincent Fiduccia 1e8eff845f
Rearrange upgrade options 2018-03-04 00:25:42 -07:00
Vincent Fiduccia 5d8835218a
Container shell/logs popout 2018-03-02 16:24:32 -07:00
loganhz a19e0f215e Fix workload flat list view issue
https://github.com/rancher/rancher/issues/11781
2018-03-01 14:28:09 +08:00
Vincent Fiduccia 7b93e0e29b
Workload kinds part 1 2018-02-27 23:26:22 -07:00
Vincent Fiduccia e130c44b6a
Fix namespace references 2018-02-22 13:34:58 -07:00
loganhz 7261630ef7 Fix pod log issue 2018-02-14 08:51:00 +08:00
loganhz 96da63d3b4 Fix pod shell issue
https://github.com/rancher/rancher/issues/11051
2018-02-14 08:51:00 +08:00
loganhz 741e1d392b Fix workload container popup issue
https://github.com/rancher/rancher/issues/11123
2018-01-26 10:45:21 +08:00
loganhz 639964074f Fix pod/workload clone issue
https://github.com/rancher/rancher/issues/11050
2018-01-25 15:49:59 +08:00
Vincent Fiduccia 2294594bde
DNS stuff 2018-01-10 12:57:45 -07:00
Vincent Fiduccia ee56017aef
Move formatSi/toBaseUnit 2017-12-15 20:33:33 -07:00
loganhz a87b1958e4 update 2017-12-01 09:47:09 +08:00
Vincent Fiduccia 21608a84f5
More deploy pod/workflow, reference/hasMany tracking 2017-11-27 03:59:47 -07:00
Vincent Fiduccia 518b40c77f
Workload list, start deploy 2017-11-25 01:15:14 -07:00
Vincent Fiduccia f2386a4ae7
Almost a containers page 2017-11-17 18:08:34 -07:00