Commit Graph

161 Commits

Author SHA1 Message Date
loganhz 036691dad9 Support search node in cluster list
https://github.com/rancher/rancher/issues/23305
2020-01-06 17:30:38 +08:00
Westly Wright 07c77cc41d
rework query params for edit cluster and template revisions 2019-11-05 16:26:02 -07:00
Cody Jackson 71a7fb8d2d Include Template/Revision in cluster table
We want to make it easier for someone that is managing multiple
clusters to see what template and template revision a cluster
is using. We also want to make it easy for a user to notice
that a cluster isn't using the latest revision.

To achieve this we added the template and revision to a column
in the clusters table to display both. We also indicate add
a warning badge beside a revision when the revision isn't
the latest.

rancher/rancher#22047
2019-09-26 09:20:45 -07:00
lvuch 59d3ffb8d4 cluster template to rke template 2019-08-29 21:31:20 -07:00
lvuch 873e9abf79 empty table text and login screen 2019-08-07 15:32:02 -07:00
Westly Wright 9fa2f1d116
backup strategy default values when applying cluster template
rancher/rancher#21724
2019-07-31 09:42:00 -07:00
Westly Wright e6a80707b4
fix bug in template enforcement and standard user template selct
rancher/rancher#21747
2019-07-31 09:41:59 -07:00
Vincent Fiduccia 539a342338
Support 2.2 backend with no clustertemplates 2019-07-24 11:58:58 -07:00
Westly Wright a8baa581d5
lint 2019-07-23 17:21:51 -07:00
Westly Wright 54e379af2f
reset cluster template revision whene exiting launch cluster route
rancher/rancher#21726
2019-07-23 16:37:08 -07:00
Westly Wright c2350593f2
Fix some bugs in enforcementChanged and showing cluster template
rancher/rancher#21717
2019-07-23 15:56:09 -07:00
Westly Wright 17bf0e2b38
fix bug with template enforcement not reseting correctly
rancher/rancher#21694
2019-07-23 10:56:08 -07:00
Westly Wright cf33ea1ef9
tweak cluster disable when enforcement is on and no templates 2019-07-23 10:56:08 -07:00
Westly Wright a2df0b4162
fix undefined error 2019-07-23 10:56:08 -07:00
Westly Wright 9e2e805ec2
global admin check for disable addcluster button 2019-07-22 14:03:45 -07:00
Westly Wright 94f232f64b
missing clusters 2019-07-22 14:00:04 -07:00
Westly Wright 418ebcf36e
lint 2019-07-22 11:11:20 -07:00
Westly Wright c63b9c0e41
Disable add cluster button, add tooltip for template enforcement 2019-07-22 10:53:55 -07:00
Westly Wright b3a324bfb9
Enforce global cluster templates except for global admin 2019-07-22 09:50:01 -07:00
Westly Wright a70b9991ed
lint 2019-07-19 17:24:47 -07:00
Westly Wright 31153b8e3e
Fix edit cluster with template bugs
rancher/rancher#21441
2019-07-19 15:41:56 -07:00
Tani Fiduccia a37f6aa400 Text fixes and alignment for Add Cluster 2019-07-18 17:24:31 -07:00
Westly Wright 7ee41a0cc3
styles 2019-07-16 14:29:51 -07:00
Westly Wright 46d5ff7123
new driver icons for custom & import 2019-07-16 11:19:46 -07:00
Westly Wright 7d8d3fd276
Change cluster select styles to new mocks 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 a7696eba52
Load kontainer drivers correctly from the new clusters route 2019-07-11 13:53:41 -07:00
Westly Wright a50a515851
Remove enabled filter on clusterTemplates that caused js error
rancher/rancher#20268
2019-07-08 16:39:47 -07: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
LiuYan 36f67514af only load external cluster driver scripts with active state 2019-06-25 12:29:40 +08: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 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 7126fa7a5c
ensure cloud credentials are loaded on add cluster page
rancher/rancher#18225
2019-02-19 12:58:48 -07:00
Westly Wright 663c13ccc9
Add S3 Etcd Backup & Restore API to UI
refector legacy local etcd backup & restore api to use new api

rancher/rancher#16797

Add s3backup config to rke clusters advanced options

Add 'restore from backup' action on RKE clusters

add backups list page

add cluster switching handling for backups

WIP

cleaup for review
2019-01-21 13:48:46 -07:00
Westly Wright b9bf3579fb
Add cluster drivers route and handler on clusters
lint
2018-11-30 16:08:15 -07:00
loganhz d275fde673 Fix table sort order issue
https://github.com/rancher/rancher/issues/14808
2018-08-02 14:20:58 +08:00
Vincent Fiduccia 93f922b92d
eslint --fix 2018-07-20 11:47:19 -07:00
Vincent Fiduccia 0686d4840d
Revert part of eslint fix 2018-07-16 17:50:16 -07:00
Westly Wright 877ed1f522
More lint files changes (see lib) 2018-07-11 14:06:27 -07:00
Westly Wright a919f5805b
Fix missing cloud config
rancher/rancher#14050
2018-06-19 12:52:15 -07:00
Westly Wright 35292f6919
Filter roles on enabled or not
rancher/rancher#13418
2018-05-16 11:27:33 -07:00
loganhz 375183e57b Update search field for cluster list
https://github.com/rancher/rancher/issues/13073
2018-05-07 15:11:13 +08:00
Vincent Fiduccia bcb921e867
Revert "Validate cluster name"
This reverts commit 7b53e5b950.
2018-04-30 22:40:28 -07:00
loganhz 7b53e5b950 Validate cluster name
https://github.com/rancher/rancher/issues/13075
2018-04-28 06:20:06 +08:00
Vincent Fiduccia 1572b3e7e0
Tables 2018-04-02 23:36:56 -07:00
Aaron 9fee930271 Remove node column in table cluster 2018-03-30 09:00:02 +08:00
Aaron e00d5b4d12 Set `access.principal` instead of overriding `access.me` 2018-03-22 09:14:21 +08:00
Vincent Fiduccia c1acedaf10
Bugs 2018-03-02 16:24:32 -07:00
Vincent Fiduccia 181b350b19
Cluster edit, Packet driver 2018-02-20 02:26:56 -07:00