Commit Graph

1685 Commits

Author SHA1 Message Date
Westly Wright f9bde57dad
Merge pull request #3145 from loganhz/shell
Allow exec shell to not ready container
2019-07-22 09:41:06 -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
loganhz b547b8f0e7 Set 1.13 as default Kubernetes version for EKS 2019-07-22 08:37:43 +08:00
Westly Wright 87d22bc40e
Fix cancel bug when launching template from cluster index
added parentRoute and moved the cancel action to the controller so we can
access goToPrevious.

rancher/rancher#21626
2019-07-19 16:46:35 -07:00
Westly Wright 41f11b5d2f
Fix add override bug introduced when adding arbitrary uiOvverride qs
rancher/rancher#21658
2019-07-19 15:50:27 -07:00
Westly Wright 6304e50370
fix typo 2019-07-19 14:11:33 -07:00
Westly Wright 2385bdd979
fix null error on members
rancher/rancher#21442
2019-07-19 12:48:53 -07:00
Westly Wright 9b04d50180
Fix bug where default version was not updating
rancher/rancher#21442
2019-07-19 12:30:50 -07:00
Westly Wright 3672d97914
Limit cluster template and revision actions for read-only users 2019-07-19 11:57:34 -07:00
Westly Wright cd11815471
fix destroying bug 2019-07-19 10:30:27 -07:00
Westly Wright aaa63fc787
lint 2019-07-19 09:35:17 -07:00
Westly Wright 923dec8c5c
if user switches to using template expand all in expandos 2019-07-19 09:23:48 -07:00
Westly Wright 1073f77b9c
Private registry override working 2019-07-19 09:23:48 -07:00
Westly Wright 8ede0b7fdf
Fix backup config target with ui defined override question
rancher/rancher#21510
2019-07-19 09:23:48 -07:00
Westly Wright c7f5746359
Add extra td to the nume nodes required in cru node pools
rancher/rancher#21576
2019-07-19 09:23:47 -07:00
Tani Fiduccia a37f6aa400 Text fixes and alignment for Add Cluster 2019-07-18 17:24:31 -07:00
lvuch 75a7d5fe34 19159 2019-07-18 15:12:07 -07:00
lvuch 23a9a23f77 18592 2019-07-18 12:42:15 -07:00
lvuch 48845968df 20625 2019-07-18 12:03:10 -07:00
Westly Wright 531c112539
Add edit action to cluster template 2019-07-17 16:51:10 -07:00
Westly Wright 4e9b36ae45
edit cluster launched with cluster template 2019-07-17 10:26:58 -07:00
Westly Wright 1b89c54bc9
fix consuming cluster template with localClusterAuthEndpoint 2019-07-16 12:23:33 -07:00
Westly Wright 3ca09b0d07
fix search not working in cru-cluster-template-questions 2019-07-16 11:36:33 -07:00
Westly Wright 2558ef4134
aadClientSecret required on clone revision during ctr create 2019-07-16 11:26:43 -07:00
Westly Wright 729286be87
fix cluster template question not adding 2019-07-16 11:03:32 -07:00
Westly Wright 75f74fe787
match translation changes from rke to gke and aks 2019-07-16 10:15:38 -07:00
Westly Wright afc4acdeeb
rearrange input sections for rke based clusters 2019-07-16 10:15:38 -07:00
Westly Wright 4de0752cf1
move node pools and members sections 2019-07-16 10:15:38 -07:00
Westly Wright 912bacc369
Remove select template page when launching clusters
move cluster template selection to cluster launch page
2019-07-16 10:15:38 -07:00
Westly Wright 00b2e2a8f3
Kubernetes versions with patch support for cluster templates
First itteration of new kube versions w patch support

fix alias issue

satisfies working with no override, hide questions, uniq questions

add templates service, add additional satisfies logic

cluster template translation

add setdefault action to cluster template revisions

Add cluster template link to clusters index page

apply cluster templates satisifies logic
2019-07-16 10:15:38 -07:00
Westly Wright 550ed2b9f0
Expose DeleteNotReadyAfterSecs on node pool
rancher/rancher#20862
2019-07-12 14:59:57 -07:00
Westly Wright 42ae1035ba
Merge pull request #3118 from westlywright/cluster.templates.bugs
correct creation of shared member for cluster templates
2019-07-09 10:58:24 -07:00
Westly Wright f41a4347af
correct creation of shared member for cluster templates 2019-07-09 10:49:41 -07:00
loganhz b5eb2b8f83 Fix Ceph RBD issue
https://github.com/rancher/rancher/issues/21188
2019-07-09 17:03:19 +08:00
Westly Wright 2a66489f83
New cluster launch page
Refactor and decouple launch cluster

adds new routes for selecting cluster, selecting cluter template, and launching
cluster

Add first version of cluster template selection logic

WIP - First version of cluter-template resource pages & components

cluster template index

adds cru-cluster-template

save cluster template and cluster template revision

refactor rke cluster driver and add rke cluster driver to clust temp

add cluster template revision page

template revision changes

more questions

refactor cluster networking into component

cluster template questions components

first itteration of working add question

fixups for ct and ctr's

general fixes

quick revision select on new revision page

Move name, expose ctr name, move ctr source

Refactor ct/ctr table to use grouped form

share member added

single template no revisions rows

translations

translation changes

css toggle

css toggle on all elements

inline override

initial apply cluster template

initial show or lock when applying a cluster template

validation bug

first run at windows support overrides

abstract check override with component that yields

add check for override to most sections

bulk remove cluster template revision

more check override

handle errors better for ctrs

translations

bugs

add toggle to azure cloud provider

auth endpoint fix

computed override check and refactor

fixup question override inputs

remove cluster launch route

review fixups

cluster edit

fixup alias properties for overrides
2019-07-08 14:45:44 -07:00
Westly Wright 8ba21717cb
Merge pull request #3088 from westlywright/s3.trust.certs
Add custom CA option to s3 backup config for rke clusters
2019-07-03 08:58:53 -07:00
Westly Wright a8016bb1f1
Merge pull request #3086 from westlywright/user.cluster.cert.alert
Add ui warning about expiring certificates
2019-07-03 08:57:59 -07:00
Westly Wright 10c46c5d55
Merge pull request #3094 from lvuch/lh-node-dashboard-2
fix for 19897
2019-07-01 10:03:09 -07:00
Westly Wright b223ee55a7
Refactor translations, fixes for <1day, expired certs, js err, color, 2019-06-28 17:36:40 -06:00
lvuch 437005dc02 copy to clipboard on node dash 2019-06-28 15:45:02 -07:00
Westly Wright 530845a91a
Add ui warning about expiring certificates 2019-06-28 15:07:23 -06:00
Vincent Fiduccia 2b903e37cf
Don't explode if subnets is null 2019-06-27 11:16:14 -07:00
Westly Wright fb96810f51
Add custom CA option to s3 backup config for rke clusters
rancher/rancher#20829
2019-06-26 15:43:02 -07:00
Sebastiaan van Steenis c1cbb50c46 Add EKS regions and k8s 1.13 2019-06-26 00:49:36 +02:00
loganhz e2763d4104 Fix gke node pool issue 2019-06-20 22:42:21 +08:00
Westly Wright b69ab7d1d0
Merge pull request #3053 from westlywright/mc.app.target.error
Filter projects without clusters from MC apps targets
2019-06-13 09:51:49 -07:00
Westly Wright c9cf5fd34b
Filter projects without clusters from MC apps targets
rancher/rancher#20698
2019-06-13 09:36:39 -07:00
Westly Wright 51bf9d3a79
add closure action to prevent uncaught type error
rancher/rancher#19760
2019-06-12 10:53:52 -07:00
Westly Wright 43434467a8
Change PRTB filter for project member to filter serviceAccount roles
so groups and the like are still visible

rancher/rancher#20760
2019-06-12 10:45:20 -07:00
Westly Wright 619bfecd06
Add support for special fields in 3rd party Node Drivers
rancher/rancher#20787
2019-06-11 10:19:03 -07:00
Westly Wright 3e647571b0
Merge pull request #3034 from loganhz/istio-catalog
Bug fix for enabling istio and registry page
2019-06-05 10:00:22 -07:00
loganhz 384aa95ae2 Bug fix for enabling istio and registry page 2019-06-06 00:22:45 +08:00
loganhz 6f63235b5c Fix cluster name style issue 2019-06-05 16:29:38 +08:00
Westly Wright ecacce2f82
Merge pull request #3026 from loganhz/azure
Support loadBalancerSku Azure cp param
2019-06-03 09:46:28 -07:00
Logan 039eb879cd Support HPA (#3015)
* Support HPA

* Fix comments

* fix merge issue

* bug fix
2019-06-03 09:45:10 -07:00
Logan 74bbe0171e Registry and Istio (#3014)
* Add vendors for istio

* Add istio lib

* Add kiali UI vendor

* Expose components in shared lib

* Istio css

* Support kiali graph in Rancher UI

* Show traffic metrics from istio

* Enable istio in cluster level

* Toggle for istio sidecar auto injection

* Support add istio config

* Reuse catalog for istio config

* Support enable global registry in local cluster

* Rename traffic rule

* Not upgrade template version for istio

* Fix istio project level routing issue

* Fix comments

* Bug fix

* Add kiali copyright

* App name is not required in schema

* Use cytoscape dagre from npm

* Bug fix

* Hide traffic rule
2019-06-03 09:44:28 -07:00
loganhz 876f17eb43 Support loadBalancerSku Azure cp param
https://github.com/rancher/rancher/issues/20240
2019-06-03 14:26:53 +08:00
Westly Wright 2c60c30baf
expose secretRef on cinder pvs and edit mode
Redirect edit pv source to the pv page

Update editable fields in cru-pv

fix incorrectly displayed volume source on edit

pass correct edit mode to all volume source components
2019-05-29 11:59:27 -07:00
Westly Wright abcbfaae2d
Add link-to-external template to edit cluster when not at global 2019-05-21 12:11:14 -07:00
Westly Wright a60f30d02e
Merge pull request #2999 from westlywright/app.icon.flash
Prevent Double Load of Generic Icon on MC Apps
2019-05-17 08:42:42 -07:00
Westly Wright 314ec7ae2f
Refactor generic icon fetching on apps to a mixin
rancher/rancher#17668
2019-05-16 13:59:18 -07:00
Westly Wright ff3fbef950
Set isDefault true by default for private registry
rancher/rancher#19325
2019-05-16 10:53:56 -07:00
Westly Wright d9b4b71e90
Dont check aadClientSecret on edit, not required to edit
rancher/rancher#20044
2019-05-15 10:09:53 -07:00
Westly Wright 4f05241b64
Merge pull request #2979 from westlywright/azure.cp.passwords
Ensure that password cloud provider fields are present on edit for azure
2019-05-14 14:55:59 -07:00
Westly Wright c5458609e4
Merge pull request #2991 from westlywright/style.fixes
General Style Fixes
2019-05-14 09:42:38 -07:00
Westly Wright 1d9c866989
Add width param to ident block to account for smaller width parents
rancher/rancher#17410
2019-05-13 14:31:08 -07:00
Westly Wright ac0a9981e7
DDAU for cru-cloud-provider 2019-05-13 11:17:24 -07:00
Westly Wright 86f672f0e6
lint 2019-05-13 11:04:16 -07:00
Westly Wright 26c7e29479
Ensure that password cp fields are present on edit for azure
rancher/rancher#20044

ensure that required fields are always present in azure cp yaml edit
2019-05-13 11:04:16 -07:00
Westly Wright 27063850b9
refactor private registry to simplify UX
rancher/rancher#19871
2019-05-10 14:56:01 -07:00
loganhz 74b2fa735a Fix the issue that cannot enable Windows
https://github.com/rancher/rancher/issues/20039
2019-05-08 08:34:28 +08:00
Westly Wright 34fafff7e0
Merge pull request #2969 from loganhz/mon-p-m
Hide app prtb
2019-05-07 09:29:54 -07:00
loganhz 9ec95bde9b Hide app prtb 2019-05-07 15:59:31 +08:00
Westly Wright f8ce43bf2a
Add allTemplates logic to catalog service
Add's the allTemplates object which uses the live templates store
Catalog index uses this now instead of the model passed down so that the catalog
index live updates as it should.

rancher/rancher#19301
2019-05-06 16:23:10 -07:00
Westly Wright 272b31d0a2
delay initialization on yaml ediort until component is rendered 2019-05-06 10:40:14 -07:00
loganhz 66e32df5fb Fix flannel backend param issue 2019-05-05 16:23:03 +08:00
loganhz 296375bbc0 Fix edit yaml k8s version issue 2019-05-05 16:03:30 +08:00
Westly Wright f1d99121d0
implement cancel modal for yaml form switching 2019-05-03 11:10:39 -07:00
Westly Wright fe7f6a5385
Merge pull request #2946 from westlywright/multiple-bugs
Typo Bugs
2019-05-01 16:29:32 -07:00
Westly Wright dc1521412a
Merge pull request #2945 from westlywright/global-menu-open-transition
Nav Header Keyboard Navigation
2019-05-01 16:29:09 -07:00
Westly Wright 34bb345164
rke private registry push new into correct config object
rancher/rancher#19871
2019-05-01 15:13:30 -07:00
Westly Wright 0e03164224
Header menu tabbing
Add tabbing handler logic for js dropdown menus. this also removes all top level
nav links for menus only, normal header links function correctly.

rancher/rancher#16709

Add up/down arrow actions for hover dropdown component

correct page-header-project & user-nav arrow nav

pass assign helper down to login engine for langauge dropdown comp

Add arrow key handler page-header-project menu

change focus style for trigger links
2019-05-01 14:30:59 -07:00
Westly Wright c5ab86790e
Merge pull request #2910 from loganhz/windows
Windows 1809 support
2019-05-01 11:24:43 -07:00
Westly Wright a5474a4b70
Project level catalog answer yaml->form sync
rancher/rancher#19060

add modal confirmation for yaml -> form editing App Q/A's

validate yaml answers

formatting

more formatting

update custom answers component to handle yaml sync
2019-04-30 09:13:35 -07:00
loganhz 6f2651e153 Windows 1809 support
https://github.com/rancher/rancher/issues/19173
2019-04-30 17:31:02 +08:00
Westly Wright 9e40fa581e
Remove redundant storage option for azure disk storage class
rancher/rancher#19744
2019-04-29 10:26:11 -07:00
Westly Wright ed6909ec34
Move Amazon EKS sshkeypair to node customization section
rancher/rancher#17875
2019-04-26 13:54:28 -07:00
Westly Wright e75d071116
Merge pull request #2932 from loganhz/adv
Fix show advanced issue in add cluster page
2019-04-26 10:08:45 -07:00
loganhz 4ea92a1f34 FIx show advanced issue in add cluster page
https://github.com/rancher/rancher/issues/18880
2019-04-26 18:43:09 +08:00
Westly Wright 68efcfdbe4
Ensure we're not in a transition when opening the global menu
rancher/rancher#19300
2019-04-24 15:54:03 -07: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
Westly Wright 3a5af119ef
Merge pull request #2907 from westlywright/priv-reg-error
remove incorrectly defined alias
2019-04-19 09:10:23 -07:00
Westly Wright e944fd5cde
Merge pull request #2906 from rmweir/bugfix/rm-non-editable
Disable non-editable EKS fields
2019-04-19 09:09:29 -07:00
Westly Wright 9a9af61a59
remove incorrectly defined alias
rancher/rancher#19325
2019-04-17 13:51:44 -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 cf8b909d39
Add missing actions to form-members-global-access
rancher/rancher#19676
2019-04-17 11:40:38 -07:00
loganhz c7095547ba Disable seconds in monitoring time picker
https://github.com/rancher/rancher/issues/19588
2019-04-17 07:59:47 +08:00
loganhz bae895801d Fix monitoring date picker issue
https://github.com/rancher/rancher/issues/19588
2019-04-16 13:04:38 +08:00
Westly Wright 6c6eda43c3
Merge pull request #2888 from loganhz/m-fff
[2.3]Update enable monitoring page
2019-04-15 10:31:46 -07:00
loganhz 54eaed5562 Update Huawei CCE driver node os options
https://github.com/rancher/rancher/issues/18674
2019-04-15 16:42:37 +08:00
loganhz 4b80971d8e Update enable monitoring page 2019-04-14 22:48:06 +08:00
Westly Wright c0c0ad7c87
ensure correct cloud cred is selected on edit
rancher/rancher#19378
2019-04-10 11:57:03 -07:00
Westly Wright b83fb547f7
Update eks k8s to 1.12
rancher/rancher#19414
2019-04-05 09:58:03 -07:00
Westly Wright 8fe8ce9b69
fix router workaround where query params didnt refresh route
upgraded ember to 3.9 to get new router to resolve issue where refreshing an
engine route with query params where the router lib didn't see the route name
correctly

rancher/rancher#19185
2019-04-04 14:33:59 -07:00
Westly Wright ba2a3037c8
refactor error handler for cloud credentials in node templates
rancher/rancher#19377
2019-04-04 14:28:54 -07:00
Westly Wright 4f798348a3
Refactor cru-private-registry
remove always set first item to default system reg
remove cluster create check for 1 system default
change header label for clarity

rancher/rancher#19325
2019-04-02 11:33:34 -07:00
Westly Wright 88708ee58d
Merge pull request #2830 from loganhz/system-m
Show system chart in catalog list
2019-04-02 08:55:03 -07:00
Westly Wright b8a508ae8c
firefox styles fixes
rancher/rancher#19184
2019-04-01 10:53:37 -07:00
Westly Wright 3316235ee4
Fix app launch double click & no errors
rancher/rancher#19168
rancher/rancher#19236
2019-04-01 10:41:21 -07:00
loganhz a2e1d2e1c4 Show system chart in catalog list
https://github.com/rancher/rancher/issues/19017
2019-03-30 07:56:05 +08:00
Westly Wright 46e96c801a
Fix send action deprecations
send action deprecation warnings for form-key-value component

update all cancel actions

deprecations for ns quota component and action menu item

deprecations and formatting

sendAction deprecation form-node-selctor & formatting

sendAction deprecations for cru-persistent-volume & formatting

sendAction deprecations for form-scoped-roles & formatting

sendAction deprecations for telemetry-opt & formatting

sendAction deprecations for table-rows & formatting

sendAction deprecations for server-url & formatting

sendAction deprecations for cru-config-map & formatting

sendAction deprecations for workload-row & formatting

sendAction deprecations for cru-volume & formatting

sendAction deprecations for cru-persistent-volume-claim & formatting

fix issue with declaring dynmic keys on component.

sendAction deprecations for form-healthcheck & formatting

sendAction deprecations for node-selector-row & formatting

sendAction deprecations for new-edit-ingress & formatting

sendAction deprecations for form-node-affinity & formatting

sendAction deprecations for form-key-to-path & formatting

sendAction deprecations for new-catalog & formatting

sendAction deprecations for cru-storage-class & formatting

sendAction deprecations for project-resource-quota & formatting

sendAction deprecations for input-files & formatting

sendAction deprecations for node-row & formatting

sendAction deprecations for input-command & formatting

sendAction deprecations for form-ports

sendAction deprecations for new-edit & formatting

sendAction deprecations for form-image

sendAction deprecations for form-volume-row & formatting

sendAction deprecations for form-volumes & formatting

sendAction deprecations for form-scale & formatting

sendAction deprecations for container-logs & formatting

sendAction deprecations for cru-volume-claim-template

sendAction deprecations for pod-row & formatting

sendAction deprecations for source-custom-log-path & formatting

sendAction deprecations for step mixin & formatting

sendAction deprecations for pipeline-codemirror & formatting

sendAction deprecations for build-step & formatting

sendAction deprecations for build-stage & formatting

sendAction deprecations for pipeline-env-from & formatting

sendAction deprecations for log-view & formatting

sendAction deprecations for bitbucketserver-setting & formatting

sendAction deprecations for bitbucketcloud-setting & formatting

sendAction deprecations for form-recipient-item & formatting

sendAction deprecations for pipeline-selector-row & formatting

sendAction deprecations for policy-row & formatting

sendAction deprecations for other-role-row & formatting

sendAction deprecations for role-rule-row & formatting

sendAction deprecations for new-multi-cluster-app & formatting

sendAction deprecations for driver-digitalocean & formatting

sendAction deprecations for project-alert-row & formatting

sendAction deprecations for form-recipient-item & formatting

sendAction deprecations for cluster-alert-row & formatting

sendAction deprecations for alert-select & formatting

sendAction deprecations for storage-class-provisioner & formatting

sendAction deprecations for cluster-driver mixin

sendAction deprecations for node-driver mixin

sendAction deprecations for view-new-edit mixin

sendAction deprecations for host-registration & formatting

sendAction deprecations for form-labels-annotations & formatting

sendAction deprecations for huawei-user-labels & formatting

sendAction deprecations for form-user-labels & formatting

sendAction deprecations for principal-search & formatting

sendAction deprecations for form-namespace & formatting

sendAction deprecations for input-paste & formatting

sendAction deprecations for catalog-index & formatting

sendAction deprecations for searchable-select & formatting

sendAction deprecations for hover-dropdown & formatting

sendAction deprecations for container-shell & formatting

sendAction deprecations for input-yaml & formatting

sendAction deprecations for input-text-file & formatting

sendAction deprecations for sortable-thead & formatting

sendAction deprecations for form-ingress-rows & formatting

sendAction deprecations for input-password & formatting

sendAction deprecations for input-identity & formatting

sendAction deprecations for form-count & formatting

sendAction deprecations for form-members & formatting

sendAction deprecations for outside-click & formatting

sendAction deprecations for input-slider & formatting

sendAction deprecations for metrics-action & formatting

sendAction deprecations for banner-message & formatting

sendAction deprecations for driver-rke & formatting

sendAction deprecations for driver-import & formatting

sendAction deprecations for form-value-array & formatting

sendAction deprecations for cru-node-pools & formatting

sendAction deprecations for cru-cluster & formatting

sendAction deprecations for logging/new-edit & formatting

sendAction deprecations for login-x components & formatting
2019-03-29 10:58:08 -07:00
Westly Wright 0a3b9f8511
Merge pull request #2826 from superseb/catalog_settings
Add service to access settings in custom-catalog view
2019-03-29 09:13:33 -07:00
Sebastiaan van Steenis ccab076bf2 Add service to access settings in custom-catalog view 2019-03-29 16:57:01 +01:00
loganhz 918d36b549 Fix the missing name issue for azure ad
https://github.com/rancher/rancher/issues/18425
2019-03-29 08:49:04 +08:00
Westly Wright c6cf2fb50d
Upgrade Ember to latest stable release
upgrade to 3.5

upgrade to 3.6

upgrade to ember 3.7

upgrades for 3.7

package upgrades

eslint changes

upgrade to 3.8

HanlderInfos deprecation

logger deprecations

shadowed block param deps

route fixes

upgrade engines and add workaround for infinite loop query params

refresh issue

ember-engines/ember-engines number 614

update read me
2019-03-25 13:22:38 -07:00
Westly Wright ff1d1e56c4
refactor global resource memeber access
pass the access types down rather that own the access types and manipulate

rancher/rancher#18938
2019-03-25 11:55:59 -07:00
Westly Wright 25e54fae82
gdns providers - allow read only + owner when adding members
rancher/rancher#18938
2019-03-25 11:30:15 -07:00
loganhz 878c1a57fe Fix the issue that cannot edit CCE cluster 2019-03-26 00:17:38 +08:00
loganhz c683c84524 Update ACK k8s version 2019-03-26 00:17:23 +08:00
n313893254 efea1320b3 Fix backupConfig is undefined when upgrade form 2.1.7
https://github.com/rancher/rancher/issues/19122
2019-03-24 17:03:50 +08:00
n313893254 764aaef47e Fix backupConfig is undefined when upgrade form 2.1.7
https://github.com/rancher/rancher/issues/19122
2019-03-23 13:07:49 +08:00
Westly Wright 7fc53739e1
Merge pull request #2770 from lvuch/master
global nav
2019-03-19 12:45:46 -07:00
loganhz 9c9f1a1431 Show warning message when upgrade GKE k8s version
https://github.com/rancher/rancher/issues/19010
2019-03-19 10:38:52 +08:00
loganhz 1b9153b83e Change create GKE cluster default node size
https://github.com/rancher/rancher/issues/19003
2019-03-19 10:11:08 +08:00
Westly Wright 51dfc0c0e5
clean up backup translations
rancher/rancher#18999
2019-03-18 15:39:12 -07:00
Westly Wright 1ab1b9ab02
Fix pagination labels showing up when they shouldn't be
rancher/rancher#18967
2019-03-18 14:46:11 -07:00
loganhz fab4c9c961 Support upgrade GKE master version
https://github.com/rancher/rancher/issues/18966
2019-03-16 10:55:27 +08:00
Westly Wright 5311fd8c87
Merge pull request #2769 from westlywright/2.2.blockers
2.2 GDNS Fixes
2019-03-15 16:05:55 -07:00
lvuch 927c3f8c89 global nav 2019-03-15 16:02:59 -07:00
Westly Wright c4a47f7944
Refactor GDNS project target logic to reduce complexity
rancher/rancher#18954
2019-03-15 15:51:59 -07:00
loganhz d51a820fc8 Fix graph oom issue
https://github.com/rancher/rancher/issues/18929
2019-03-15 14:45:51 +08:00
Westly Wright 4eb0b2d1b7
only reset to defaults on a new aks cluster
also use the real defaults not nulls

rancher/rancher#18926
2019-03-14 14:31:35 -07:00
loganhz 6b65a0c998 Fix graph oom issue
https://github.com/rancher/rancher/issues/18883
2019-03-14 09:37:08 +08:00
n313893254 2274028002 Fix GKE cluster goes to updating after edit with no changes
https://github.com/rancher/rancher/issues/18853
2019-03-13 19:50:59 +08:00
Westly Wright 5ad4e49a63
Round the legacy snapshot duration to the nearest whole hour
rancher/rancher#18760
2019-03-11 16:07:59 -07:00
Westly Wright f93879ab84
refactor etcd snapshots section 2019-03-11 11:53:13 -07:00
Westly Wright 392339bc5e
Merge pull request #2738 from westlywright/2.2-bugs
2.2 bugs
2019-03-08 17:06:49 -07:00
Westly Wright beedd28ffb
Fix new vs edit for 2.2 save-cancel on various resources
rancher/rancher#18730
2019-03-08 17:03:03 -07:00
Westly Wright c7d72a006e
Correct new vs edit verbiage for cloud credentials 2019-03-08 15:58:48 -07:00
Westly Wright bb3d5d4389
Add cloud cred validation for amazon and region
rancher/rancher#18739
2019-03-08 14:40:19 -07:00
Westly Wright 2d99800a99
Ensure the correct cloudCredentialId is selected on init
rancher/rancher#18737
2019-03-08 14:19:39 -07:00
Westly Wright a6b4b44acb
Add logic to handle new backupConfig enabled flag
handles if it exists or not
2019-03-08 11:14:15 -07:00
Westly Wright e2bea7111f
Merge pull request #2732 from n313893254/18662
Should use "state" to filter available driver
2019-03-07 09:11:59 -07:00
n313893254 f2f0ceeb0d Should use "state" to filter available driver
https://github.com/rancher/rancher/issues/18662
2019-03-07 17:44:46 +08:00
n313893254 bede836be2 ACK region cannot be edit.
https://github.com/rancher/rancher/issues/18496
2019-03-07 11:55:22 +08:00
Westly Wright 099ceeee84
Merge pull request #2722 from loganhz/tencent
Support update tke cluster
2019-03-06 14:49:21 -07:00
Westly Wright 987e571baa
Merge pull request #2727 from westlywright/2.2-bugs
2.2 Bugs
2019-03-06 11:45:43 -07:00
Westly Wright a5ec671240
Check for undefined when migrating snapshot settings
rancher/rancher#18635
2019-03-06 11:30:50 -07:00
Westly Wright 4fc8ac608c
Merge pull request #2708 from n313893254/18496
Only ACK version and worker node are editable
2019-03-06 10:57:12 -07:00
loganhz 0d57d8cd43 Support update tke cluster 2019-03-06 09:43:26 -08:00