This puts back the fixes from the revert with the exception of ember-concurrency
Something in the internals of this is breaking when we iframe into the vue dashboard.
Reverting this particular change fixes it. Since this was not a required change but a nicety I've decided to revert until I have more time to investigate.
v3.21.2...v3.24.0
update node 10 -> 12 lts
audit updates
hide link-to-external when switching scopes
this action causes the route info to be unavailable to the current route lookup before we transition out of the alert lib
WIP - Initial creation of AKS v2 cluster
add cloud cred component to aks
location and availablity zone changes aks v2
remove tenant id and fix bug is missing driver for new aks
Cloud creds proxy calls and wip auth networks
update input cidr to move error to tool tip
this accounts for help text below the input
aks v2 networking and use input-cidr
convert tooltip around input cidr to info icon tooltip
fixups
Initial aks node pools
system node pools remove and radio buttons logic
hide primary/user logic for now
markup and node availablity zones
sync aks config
import aks
state logic for authorizedIpRanges and Private Cluster AKS v2
kubenet and azure cni networking setup
advanced networking
default version aks v2
aks edit modes
windows profiles changes
new proxy calls for region, vm size, and clusters aks v2
fix ups
import mode edit and failed cluster edit
add disabled options to searchable select
network policy fixups
node pool versions
save fixes
match import link order with v2 create order on select page
aks v2 set resourceGroup from proxy call not input
testing fixes
editing state steps for aks v2
translations and defaults
version bugs
rancher/rancher#31221
initial creation of gke driver
create shared google service for v1/v2 driver
wip
all fetch methods for google to shared service
cluster/kubernetes options
ippolicy conditionals
private nodes observer so can force ipaliases true
subnetwork logic
cru-private-cluster for gke
initial values
gke node pools
default configs and service cleanup
node group changes
subnet work
hide private nodes config if not enabled
useIpAliases work
master authorized network component
loggings
no initial master version
gke node pool fixups
input-cidr component and validation
wip - new np logic
node pool updates
fix ups from launching
edit mode changes
more edit updates
more fix ups
node pool edits
import gke
reset auto-scale
implment cloud credentials in gke v2
Cloud cred changes for gke nice to haves
imp fetch clusters
Implement Shared Subnets
cleanup
Import private cluster work and other fixes
private cluster changes
More import/register changes
Null values and node pool version changes
gke private networks warning
fixups
* Cloud credentials support for phoenixNAP driver.
* space added
* code formatting
* init function removed, name param removed from the arrays that populate
dropdowns
Co-authored-by: pavlej <pavlej@NSDT-PAVLEJ.ccbill-hq.local>
* Add LKE string constants
Supersedes https://github.com/rancher/ui/pull/4298
* New cluster driver boilerplate
* Pull assets from from https://github.com/linode/ui-cluster-driver-lke
* Convert from skeleton format
* Add LKE to build_in_ui
- refactored to have the two locations match
* Replace " with '
* Translations for labels
* Language was moved to translations file
* Linter errors
* replace multiple sets with setProperties
* Move bare strings to translations
* Swap this.setProperties for ember/object's version
* Remove custom language change reactions
* remove dollar sign in favor of format-number
* Convert node pool list to a sortable table
Co-authored-by: Tamal Saha <tamal@appscode.com>
refactor ldap auth provider encryption to a radio group and mixin for
all auth providers. exposes the option on all ldap providers as well.
expose CA cert input when user selects STARTTLS
rancher/rancher#30348rancher/rancher#30783
Expose CA cert when using startTLS on ldap auth providers
rancher/rancher#30783
refactor tls/start tls into encryption on ldap auth providers
changes the provider to be a radio group
creates a new mixin to handle the new computed property
adds mixin to activedirectory, openldap, and freeipa
adds the translation to noddriver which is what is used on in the driver-name helper, this was smaller than trying to change that to look up an additonal key
addresses styling issues from the extra long name and ensures the height is always the same through screen sizes
weird concat spacing issue
rancher/rancher#30297
If a user was created and the subsiquent global role calls failed there was no way to resave the roles from the create page.
Now if a user creates but the roles fail the creator may select diffrent roles and resave to create the roles with out creating the new user.
rancher/rancher#29315