Commit Graph

58 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
Westly Wright 3d13864e53
Amazon EKS V2
error handler

wip - dev for aws cloud creds

wip - refactor aws login

wip - kms key

wip - encrypt secrets

wip - private access & vpcs

wip - translations and formatting

wip - more cleanup

remove unneeded code

wip - node groups

add ability to disable value label

fix double import, fix double negative disable add button and expose
addbuttonenabled

clean up public access and node groups

cleanup variable names and default config

eks regions

wip - eks v2 select

differentiate v1/2 amazon eks providers

clean up node groups, translations

unionize top errors

Consolidate aws util statics

WIP - Import/Cloud Creds

tweak cloud cred events for eks driver

WIP new import selector

drop unneeded variables eks import

kms keys cleanup

allow user to enter if the kms keys call fails

firefox styles

drop vpc selection and group subnets by vpcs

import cluster name input if allClusters fails to load from eks

make eks import a bit more dynamic

fix bug in driver eks for default subnet

more imported cleanup

eks v2 edit

eks v2 vendors

remove use cloud creds temp branchs

push current version to version choices if it doesnt exist

eks v2 rename cloudcred param

fix eks v2 versions

clean up for pr
2020-07-22 16:09:14 -07:00
Westly Wright 7683fe057a
fix incorrectly cased import
rancher/rancher#26908
2020-05-19 09:21:54 -07:00
Westly Wright a3f933ed27
Prevent EKS K8s version upgrades > 1 minor version
rancher/rancher#26908
2020-05-18 11:04:45 -07:00
loganhz fa42674a8f Support EKS cn-northwest-1 and cn-north-1
https://github.com/rancher/rancher/issues/25613
2020-03-31 00:15:23 +08:00
Westly Wright 50ad47f34b
Remove sort versions for EKS since we control versions array
rancher/rancher#26296
2020-03-26 15:48:09 -07:00
Westly Wright f1770c2046
Merge pull request #3880 from westlywright/eks.null.subnets
EKS Empty Subnets
2020-03-26 12:34:14 -07:00
Westly Wright b16e7a9565
set subnets to empty array if it's null until backend fix
rancher/rancher#26231
rancher/rancher#24652
2020-03-26 12:21:35 -07:00
Westly Wright 7c703e2240
Drop EKS k8s 1.12 from versions list
rancher/rancher#26281
2020-03-26 11:06:07 -07:00
Westly Wright 0b0afdcbbd
eks versions not always reversed 2020-03-25 16:55:50 -07:00
Westly Wright c17fc952e2
Remove minimum k8s version range check for Cloud Provider clusters
Adds a new service which parses version from the various cloud provider version
list. I moved this to a new service rather than use form-versions because
form-versions is already fairly complicated with how it has to deal with RKE
Templates and unknown patch versions. It was simpler, cleaner, and faster to
move the CP cluster version parsing to a service and use new select because the
versions coming down do not include unknown patch versions. Addtionally going
this route allows us to not have to test all clusters for regressions, only CP ones.

rancher/rancher#26255
2020-03-25 15:59:22 -07:00
Westly Wright 7774a33193
set inital version correctly 2020-03-25 12:55:50 -07:00
Westly Wright 931d38a44f
EKS Cluster change editable fields
rancher/rancher#26231
2020-03-24 12:31:42 -07:00
Westly Wright 46c20545de
sync of eks versions list 2020-03-24 12:31:42 -07:00
Westly Wright 8f73e90b07
prevent reloading subnets when cluster is transitioning
rancher/rancher#26208
2020-03-24 09:34:55 -07:00
Sebastiaan van Steenis d2b19066f3 Add Sao Paulo/Canada Central to EKS regions 2019-12-12 09:46:31 -08:00
Westly Wright 77dd844660
Ensure that correct subnet/vpc's selected on Edit
Subnets and VPC weren't being initialized correctly when editing an EKS
cluster. Also fixes some formatting issues.

rancher/rancher#23879
rancher/rancher#24481
2019-12-09 16:07:36 -07:00
Westly Wright 1ea956ee07
update vpc & subnet observers to watch steps to init correctly
rancher/rancher#23879
2019-11-06 12:18:37 -07:00
Cody Jackson 7902a0fd62 Fix EKS cluster creation transition
After pressing the 'create' button of the EKS driver the user was being
transitioned back to step 3 (Vpc & Subnet) rather than waiting on the
final page until the save is complete and returning to the cluster page.

An observer was being triggered by the save process which subsequently
set the step back to 3. To resolve this we will only enter the branch if
there are initialized values that need to be set back to default.

rancher/rancher#23493
2019-10-22 14:16:01 -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
Vincent Fiduccia 31d51cbb37
Merge pull request #3337 from gliptak/patch-1
Add Amazon EKS 1.14
2019-09-06 12:34:43 -07:00
Gábor Lipták bb28a7aa7f
Add Amazon EKS 1.14 2019-09-06 07:45:10 -04:00
Gábor Lipták 2536b39d47
Add Bahrain/me-south-1 to EKS regions
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
2019-09-04 14:20:11 -04:00
Gábor Lipták 75822c58ff
Default to m5.large for EKS 2019-09-03 14:47:55 -04:00
rmweir 6c7e40477a Add ap-east-1 to eks region dropdown 2019-08-29 18:04:36 -07:00
loganhz be627792f9 Refactor EKS node ASG-size fields
https://github.com/rancher/rancher/issues/22097
2019-08-12 16:57:07 +08:00
loganhz b547b8f0e7 Set 1.13 as default Kubernetes version for EKS 2019-07-22 08:37:43 +08:00
Sebastiaan van Steenis c1cbb50c46 Add EKS regions and k8s 1.13 2019-06-26 00:49:36 +02:00
Westly Wright 325845ab52
Load ssh keys and add ssh key selection to amazon eks
rancher/rancher#17875
2019-04-22 10:36:14 -07:00
rmweir d5f8f19aef Disable non-editable EKS fields
Disabled and hid edit input for EKS fields that
cannot be changed. Prior, users could change these
fields and cluster would go to updating and a request
would be sent, but EKS would not respect their new
values.
2019-04-17 12:36:00 -07:00
Westly Wright b83fb547f7
Update eks k8s to 1.12
rancher/rancher#19414
2019-04-05 09:58:03 -07:00
n313893254 6ec0377992 EKS k8 version UI issues
https://github.com/rancher/rancher/issues/17762
2019-02-03 17:18:39 +08:00
n313893254 a5e83f6dc4 Update for review 2019-01-23 15:19:56 +08:00
n313893254 3b245589c4 UI - Update EKS regions/AMIs/templates
https://github.com/rancher/rancher/issues/17082
2019-01-16 16:13:09 +08:00
Vincent Fiduccia 9d9fc34285
Tiered cluster dropdown 2018-11-15 16:21:37 -07:00
Westly Wright a7dae85c2f
EKS cluster with session token now clears ak on edit
rancher/rancher#16576
2018-11-15 11:58:11 -07:00
Westly Wright d75ebc9a63
Missing keys cause error eks session token
rancher/rancher#16470
2018-11-07 14:24:52 -07:00
Westly Wright ab192c9ffe
Amazon EKS session token bugs
rancher/rancher#16420
rancher/rancher#16421
rancher/rancher#16423
rancher/rancher#16425
2018-11-05 10:38:24 -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
Westly Wright 1485b837ea
Add associateWorkerNodePublicIp to amazon eks cluster creation
rancher/rancher#16090
rancher/rancher#16092
2018-10-12 12:18:41 -07:00
Westly Wright 2197daf1a5
EKS - send custom role name instead of role id
rancher/rancher#16080
     rancher/rancher#16082
2018-10-11 10:42:07 -07:00
Westly Wright f7584871d1
Add eu-west-1 option for EKS cluster location
rancher/rancher#15546
2018-09-12 11:33:10 -07:00
loganhz d5d68316d7 Fix EKS custom vpc issue
https://github.com/rancher/rancher/issues/15008
2018-08-23 14:21:38 +08:00
Westly Wright dfb90c4796
move node drivers to engine 2018-08-15 14:05:19 -07:00
Westly Wright d33fff67e7
Sort EKS filterd options
rancher/rancher#14918
2018-08-02 15:58:34 -07:00
Westly Wright 0df16123ad
Recompute steps on eks
rancher/rancher#14920
2018-08-02 15:53:43 -07:00
Westly Wright 4acfa150d0
Allow user to select/deselect eks option before committing
rancher/rancher#14876
rancher/rancher#14622
2018-08-02 11:12:59 -07:00
Westly Wright 06a0cdf142
Fix undefined error breaking edit ping/adfs pages
rancher/rancher#14850

also fix a few lint errors
and yarn lock
2018-07-30 14:58:01 -07:00
Westly Wright 15471ae90b
Clean up eks fields
rancher/rancher#14622
2018-07-30 13:58:00 -07:00
Westly Wright 05408648c3
New EKS fields 2018-07-30 13:58:00 -07:00