Commit Graph

57 Commits

Author SHA1 Message Date
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
Vincent Fiduccia 0d1a02666f
Add in-progress state 2020-07-21 12:41:58 -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
Cody Jackson 90c258c131 Allow available actions to be dynamically changed
This will allow the available actions to dynamically change if
the underlying store changes. This was specifically to enable
the node template actions to update based on a cluster
being deleted.

rancher/rancher#25452
2020-03-16 16:34:55 -07:00
Cody Jackson 44735a3d7d Add pass and fail as recognized states
Two new states were created by CIS. This adds the
default treatment of both pass and fail.

rancher/rancher#25789
2020-03-06 16:40:49 -07:00
Cody Jackson a93febe01f Make special case for the 'running' state colorI originally changed the color in transitioning which changed thecolor elsewhere like the workload progress bars. We decided tomake the color of running an exceptional case in CIS scans since themeaning of running differs here.rancher/rancher#24440rancher/rancher#24639 2019-12-17 16:46:43 -07:00
Cody Jackson 49a6a2f555 Fix running cis scan and change the color of running state
The new API required that I pass null instead of an empty array
as the skiplist if nothing is supposed to be skipped when
running a scan.

Updated the color of the running state to info instead of success
as requested.
2019-12-14 22:08:41 -07:00
loganhz 67ca2a4e0f Show k8s role taints and remove unschedule label 2019-08-31 08:25:07 +08:00
loganhz 37dd827c04 Sort display taints 2019-08-30 17:49:02 +08:00
loganhz e7c8d8f900 Hide k8s role taints 2019-08-30 17:35:41 +08:00
Vincent Fiduccia 749e39a3d3
Cache translated states 2019-08-19 17:18:00 -07:00
Vincent Fiduccia 1d135d0f73
Cleanup cluster template rows 2019-08-13 16:36:47 -07:00
loganhz 5be5abfded Support taints 2019-07-26 19:49:31 +08:00
loganhz ce203bbcca Add suspend and resume actions for cronjob
https://github.com/rancher/rancher/issues/18945
2019-07-02 18:02:42 +08:00
rmweir d40a9564f4 Change updating bootstrap class
Changed updating status to use the
text-warning class instead of the
text-info class. Prior, the updating
label was highlighted with a seafoam
green color. Now, updating is yellow.
2019-03-01 15:05:23 -07:00
Westly Wright 9eddd4bdd8
Multi cluster app RBAC and Actions features
add roles to mc apps
refector mc apps add target into component
add new project target actions for mc apps

rancher/rancher#17853
rancher/rancher#17975
2019-02-13 15:26:04 -07:00
Westly Wright bb03ce2b75
Fix missing workloads for cloned multi-cluster-apps
rancher/rancher#17680
2019-01-28 16:09:19 -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
Westly Wright 2dad09f97a
Amazon EKS session token bugs
rancher/rancher#16418
rancher/rancher#16420
rancher/rancher#16421
rancher/rancher#16423
rancher/rancher#16425
2018-11-05 12:39:04 -07:00
Westly Wright c04e5061ef
Add optional session token to eks config
rancher/rancher#16087
rancher/rancher#16091

add delete placeholder

Add delete logic for eks clusters and optional key

clean up can bulk remove logic for cluster

 bug fix

update translations
2018-10-18 17:02:42 -07:00
loganhz 4087478a6a Update pipeline 2018-08-23 20:39:44 -07:00
Westly Wright a2aab416f8
Add failure message to wait timeout function 2018-07-17 13:16:03 -07:00
Vincent Fiduccia 557ac28bf4
Merge pull request #2060 from vincent99/master
Bugs, Eslint
2018-07-17 10:56:12 -07:00
Vincent Fiduccia 0686d4840d
Revert part of eslint fix 2018-07-16 17:50:16 -07:00
Westly Wright 0bb2d4e994
config-maps clone 2018-07-16 12:58:50 -07:00
Westly Wright 877ed1f522
More lint files changes (see lib) 2018-07-11 14:06:27 -07:00
loganhz d1fdc90443 Fix job icon issue 2018-06-23 13:26:34 +08:00
loganhz 4cae71ab94 Support view yaml 2018-06-17 09:19:25 +08:00
Vincent Fiduccia cead0b82fe
Enabled->Locked 2018-05-17 18:13:49 -07:00
loganhz 0ea355cfda Update translations 2018-05-15 19:31:37 +08:00
Vincent Fiduccia ea9ed8f270
Terminated state icon/color 2018-05-14 15:51:09 -07:00
Vincent Fiduccia 81dc15d825
Init container, container status, EC certs 2018-04-30 15:49:09 -07:00
Vincent Fiduccia 0eea5fbf3f
Edit pod, annotations on ingress 2018-04-27 01:56:42 -07:00
Vincent Fiduccia f51358571e
Ingress 2018-04-24 02:49:16 -07:00
Vincent Fiduccia 53f0a07c97
Keyboard, user, nodepool fixes 2018-04-20 19:47:09 -07:00
Vincent Fiduccia 6e691d5a15
Fix canClone 2018-04-17 21:17:09 -07:00
Vincent Fiduccia 45e9de5b92
Cleanup yaml edit 2018-04-17 15:36:24 -07:00
Aaron e0367544f5 Add action `Edit As Yaml ` 2018-04-17 18:56:56 +08:00
Vincent Fiduccia b1df988296
Centralized bulk actions 2018-04-16 17:50:37 -07:00
Vincent Fiduccia 18a7fe8d65
Move edit, yaml, remove, gotoapi into central actions 2018-04-16 02:35:28 -07:00
Aaron 0748314e71 Add action `downloadYaml`
Add  ` { label: 'action.downloadYaml',       icon: 'icon icon-download',           action: 'downloadYaml',         enabled: true, bulkable: true }`  to availableActions to achieve download Yaml
notice: when download multiple files, it will download all the files as a zip file.
2018-04-11 22:33:16 +08:00
Vincent Fiduccia f3bd6d6171
Cleanup transitioning resource 2018-03-30 17:37:43 -07:00
Vincent Fiduccia bdea8d54db
Split out condition test 2018-03-30 17:37:42 -07:00
loganhz 9b6c2527f3 Support resume for deployment
https://github.com/rancher/rancher/issues/12360
2018-03-30 12:43:35 +08:00
Vincent Fiduccia 42212e1260
More storage 2018-03-20 15:30:56 -07:00
Vincent Fiduccia c762ca23fb
API Keys 2018-01-22 22:22:11 -07:00
Vincent Fiduccia 200128e606
Fix waitforcondition 2018-01-18 16:36:51 -07:00
Westly Wright 36158753ca
lint 2018-01-18 13:44:03 -07:00
Westly Wright 2a98440974
Add wait for logic for conditions 2018-01-18 13:44:02 -07:00
Vincent Fiduccia d0d96e4747
Move NS 2018-01-16 10:49:05 -07:00