Commit Graph

947 Commits

Author SHA1 Message Date
Westly Wright f5949394b4
Update Shibboleth OpenLDAP config port on tls enable
rancher/rancher#25799
2020-03-06 11:24:04 -07:00
Westly Wright a823836245
Add helm3 logo to all the places 2020-03-06 09:25:43 -07:00
Westly Wright 87d88164ab
target the correct cofig for openldap search shibb
rancher/rancher#25775
2020-03-04 15:23:01 -07:00
Westly Wright 1f42be105c
Update k3sConfig shape based on new api design
rancher/rancher#25720
2020-03-04 10:21:51 -07:00
Cody Jackson 3bc2069b92 Adding id as a column to the roles page
Since we allow users to create roles with duplicate
names we're adding the id as a column to allow them
to differentiate between the two.

rancher/rancher#24409
2020-03-03 16:20:05 -07:00
Westly Wright 3365ad4e0b
remove nested group search from Shibboleth OpenLdap Config
rancher/rancher#25471
2020-03-02 15:11:45 -07:00
Westly Wright a9ba72a73a
Only show rotate action in tooltips and banners if exists on model
rancher/rancher#25563
2020-02-28 15:44:26 -07:00
Westly Wright b831adaea8
cluster row should use k3sConfig version if present 2020-02-27 11:13:38 -07:00
Westly Wright 816a2c23b5
Fix cancel in saml-auth to cancel editing
rancher/rancher#25477
2020-02-19 14:56:08 -07:00
Westly Wright 9f66033b7a
Handle missing rancherApiHost errors
Because the way the apiHost computed property is set we always have protocol in
the field. Added some checks to validate around this side effect.

rancher/rancher#25456
2020-02-19 13:24:16 -07:00
Westly Wright eb027e86f8
Additional checks around default/existing openLdapConfig Shibboleth
rancher/rancher#25459
2020-02-18 16:59:05 -07:00
Westly Wright 0847b6a774
overload expand function for shibbolethOpenLdapConfig
I've overloaded the expand function for shibboleth when using the open ldap
search. Upon open we'll pre-populate with all the data from teh schema, on close
we'll assume the user doesn't want this feature and delete the fields.

rancher/rancher#25459
2020-02-18 15:45:11 -07:00
Westly Wright 07121bc87b
Incorrect comparison
I mistyped and forgot to add the `!` comparitor when refactoring this logic in 61864ca793

rancher/rancher#25449
2020-02-18 11:01:21 -07:00
Westly Wright 61864ca793
Fix destructuring error
rancher/rancher#25426
2020-02-14 15:48:19 -07:00
Westly Wright 21c04fe108
Merge pull request #3721 from westlywright/shibboleth.ldap.auth
Shibboleth.ldap.auth
2020-02-13 09:18:59 -07:00
Westly Wright 530436f22d
move saml openldap servers to correct config
add server url to apiHost if apiHost is empty
2020-02-10 16:15:36 -07:00
Westly Wright 5b644d56f3
refactor openLdapConfig into sub config of shibboleth 2020-02-10 11:26:09 -07:00
Westly Wright 94d48efcdf
Expose region on Amazon Cloud Credential
rancher/rancher#23060
2020-02-06 09:56:29 -07:00
Westly Wright 59e5ea5027
remove debug code and change edit label on shibboleth config page 2020-02-05 15:38:46 -07:00
Westly Wright 43849eaca4
Add shibboleth auth with ldap search
rancher/rancher#24957
2020-02-05 15:11:24 -07:00
Westly Wright a3f1bc996b
Fix bugs that prevent cluster cr8 when editing yaml
Adds an empty name to the cluster model creation so it isn't missing if the user
opens yaml editor and knows they should input it
Removes incorrect next usage
Adds logic to handle overriding the name in name-desc when updateYaml is called
Updates form-name-description model observer to watch the two props it actually
cares about
Fixes bug in removeEmpty util which would remove excludedKeys during filter phase

rancher/rancher#24971
2020-02-05 15:03:13 -07:00
Westly Wright 5e69e5c40c
ensure create new role link doesn't reuse cached query params
rancher/rancher#25086
2020-01-31 15:39:47 -07:00
Westly Wright 5f6dfbaf47
Expose nonResourceURLs on global role editor
rancher/rancher#25085
2020-01-31 14:59:19 -07:00
loganhz 036691dad9 Support search node in cluster list
https://github.com/rancher/rancher/issues/23305
2020-01-06 17:30:38 +08:00
Cody Jackson 9e03d4a41b Improve Vsphere UX around cloudinit/cloudconfig
There was confusion and misuse around cloudinit and cloudconfig.
This change switches things up so cloudinit is only used for the
legacy creation type and cloudconfig is used for all other creation
types.

Changes the textarea that was used for cloudconfig to
input-yaml to make it clear to users that they can enter yaml.

Switches the vmware cloud credential vcenter input to an input-url
so that we automatically strip the scheme from the input.

rancher/rancher#24314
2019-12-20 10:48:49 -07:00
loganhz 78320f78de Fix psp labels issues
https://github.com/rancher/rancher/issues/24621
2019-12-17 11:07:16 +08:00
Westly Wright b112dcc914
remove null/undefined entries from baseRoles array
This occurs when a non-admin or user that doesn't have access to global roles
lands on the page.

rancher/rancher#24458
2019-12-09 13:50:14 -07:00
Westly Wright a2d5289e26
check for empty rules before pusing into rules array
rancher/rancher#24438
2019-12-05 14:43:44 -07:00
Westly Wright a256d4cddc
populate default roles for custom roles as well 2019-12-03 15:10:53 -07:00
Westly Wright 78d23ab4d9
pass user-roles to save and add all target to resource validation
rancher/rancher#24362
2019-12-03 12:54:46 -07:00
Westly Wright 0d8d6ab28e
Refactor role permissions validator
the old permissions validating was somewhat dumb in its checking, only looking
for local names of roles. This updates the check to loop through all the roles
and fetch there rules upon which we check for the existance of certain rules and
targets.

This also includes fixes for some broken links which happened as apart of the
previous change to this area.

This also fixes a broken translation

rancher/rancher#24341
2019-12-03 11:46:34 -07:00
Westly Wright cbdd32f493
Add warning to global roles view when no default user role exists
rancher/rancher#24301
2019-12-03 11:46:16 -07:00
Westly Wright fcf05c3681
remove group link that doesn't work 2019-12-02 14:25:51 -07:00
Westly Wright fdac35182b
fix broken link to accounts 2019-12-02 14:17:29 -07:00
Westly Wright a7a81456b4
Feature: associate global role w/external group
rancher/rancher#23452

expose link-to new-group route

Translations change and move static property (convention)

Refactor form-global-roles

Refactor such that user and group are optional parameters. Adds
groupPrincipalId. Destructure smarter so that users are not required for the
mapper function to work. Move bindings to own init. Refactor make to recognize
groups. Translations changes.

Add cru-group-account component

This component does not actually create a group but a global-role-binding with a
groupPrincipalId instead of a userId. Perhaps cru-global-role-binding would work
but in the future this component can and probably will be adapted to create
local groups as well, so the name would fit. At that point the component could
also be refactored to work for the add user page because at that point pretty
much doing the same thing but that is not with-in the scope of this change.

Currently the componet is expected to be used with an auth provider that
supports groups which is why it does not also create the group. This should be
taken into consideration if we ever update this to work with local groups.

Translations changes.

formatting

wip

Add tab nav template only component

rename users index route -> users & add groups route

get groups from grb list and build groupPrincipal list

Add role binding to the fetched group principal

Add account-group-row component and define table row views

global role binding with group edit page

Fix transitionTo in cancel and doneSaving -> cru-group-account

translations

Add initialPrincipal param to input-identity to allow use on edit

reduce duplicate principal calls and display on groups list page

fix role links types from account-group-row

add group delete functionality

translations and bulk action fix

sort global role names in modal and row

delete GRB modal translations

move users route to security-> users, break out groups route security

remove unneeded component

Live update fixes

translation fix

fix broken link to old accounts route

remove unneeded props, angle bracket components, general cleanup

lint fixes

Change add group button

Add warning on add group for non-local auth only and translations

Remove warning from delete group modal and change translations

re-org form-global-roles display

breaks the display out into base|user-custom|additional roles
adds back in details & descriptions
fixes role ids in translations file
2019-12-02 09:40:26 -07:00
Westly Wright d0a9c4179f
Fix recompute bug 2019-11-18 12:35:23 -07:00
Westly Wright 7f5debb985
Allow clone of global roles 2019-11-18 12:11:01 -07:00
Westly Wright 1ac41a98ce
Allow users to create global roles
rancher/rancher#23453
2019-11-18 10:45:14 -07:00
Westly Wright 1feaf4c1b5
Merge pull request #3584 from westlywright/mc.app.display.issues
Mc.app.display.issues
2019-11-15 09:44:13 -07:00
Westly Wright 6656c6601d
Setup observed property on init rather than default to object @ boot
`templateChanged` which loads the content of what we need for a MC app was
updated to watch a new property, `editable: { selectedTemplateUrl } `. The new
property was declared on the component as a object. Observers watching a static
object and that have never been fetched do not recompute. If we set the property
on init to the object it would have been declared with then additional sets on
the watched property cause the observer to recompute.

rancher/rancher#24057
2019-11-14 10:55:44 -07:00
Westly Wright 3d4b81e2d6
Merge pull request #3577 from hubert-he/master
fix ui error message never pop up
2019-11-14 09:51:38 -07:00
Westly Wright 87cd611652
Merge pull request #3513 from westlywright/fp.cr8.template.from.cluster
[Forwardport] Convert Existing Cluster to RKE Cluster Template
2019-11-13 15:25:36 -07:00
Westly Wright 62ef5bc39d
when upgrading mc app ensure we are using a fresh copy of mc app
rancher/rancher#24057
2019-11-13 13:08:03 -07:00
zhenhua he 106de7be6b Merge branch 'master' of github.com:hubert-he/ui 2019-11-13 14:47:17 +08:00
zhenhua he 3961b39020 error message never pop up when add user in global member page 2019-11-13 14:29:54 +08:00
Westly Wright 8c9789f82f
check answers required fields for mc app
rancher/rancher#24057
2019-11-12 16:25:14 -07:00
Westly Wright 07c77cc41d
rework query params for edit cluster and template revisions 2019-11-05 16:26:02 -07:00
Westly Wright da782cacc0
Expose wait and timeout on mc and regular apps
rancher/rancher#22373
2019-11-04 09:52:55 -07:00
Westly Wright 5bc4737743
Fix sorting on cloud credentials page
While I was cleaning this up I found that groupByRef in cc this case did nothing
so I removed it. This exposed a bug in the sortable-table code where groupByRef
was coming back null but when we tried to get it, using embers getter, it would
fail because we passed a null value instead of an empty string.

Additionally I found that when using presorts we were continuously pushing into
the sort array on the component, which never gets reset, so I decided to clone
the array. We rarely use preSorts so it was never caught.

Additionally we never add/remove the descending key to our presorts so I've
added that. Without these when we pass the sort to embers sort we'd never
correctly sort any presorts based the descending flag.

rancher/rancher#23828
2019-11-01 09:14:20 -07:00
Cody Jackson 53681e397e Prevent App editing from modifying state on cancel
When editing both single and multi-cluster apps if you modified the
Template Version or the Target Projects and then cancelled it the
underlying store was still modified which then reflected those changes
on other pages like the single and multi-Cluster Apps pages.

To change this I cloned and nested the fields into a nested object named
'editable' and updated the primarySource on willSave for the relevant
targets subfield.

rancher/rancher#21228
2019-10-31 10:03:36 -07:00
Westly Wright 281a922cb4
Add save as rke template action to clusters
rancher/rancher#23752
2019-10-29 13:51:31 -07:00
Westly Wright a03fc685b6
Merge pull request #3499 from lvuch/lh-1015
22180
2019-10-25 08:47:22 -07:00
Westly Wright afe32d4be3
Merge pull request #3496 from westlywright/fp.global.roles
[Forwardport] Global Permission Bug
2019-10-25 08:45:47 -07:00
lvuch 9a7f337889 22180 2019-10-23 15:28:09 -07:00
Westly Wright 2c7e45c80d
Fix incorrect import of observer
update lock file
2019-10-23 13:20:05 -07:00
Westly Wright 6d0a5cfe07
grabbed the wrong param during refactor
rancher/rancher#21749
2019-10-23 12:10:11 -07:00
Westly Wright 94a4c1a7e2
cleanup from review 2019-10-23 12:10:11 -07:00
Westly Wright 943d8b6662
refactor global permissions to simplify and not overwrite roles
When global roles were added the front end had to make some assumptions for
non-admin users to ensure the user had login access. This role used to be hidden
but was made visible by default. With this exposed we now check before save if
the user has some kind of login access and throw an error if not. We also no
longer need to hide the custom roles which allows new user default roles to be
displayed without all the crazy logic to decide which mode to show. The old
login-access read only param was removed; This used to map to user-base and we
only displayed it because the role was hidden.

rancher/rancher#23644
2019-10-23 12:08:42 -07:00
Westly Wright ef002be770
Merge pull request #3432 from westlywright/feature.feature.flags
Feature Flags UI
2019-10-23 11:49:03 -07:00
Westly Wright fc52c38537
Merge pull request #3469 from codyrancher/period-variable
Enable '.' in answer variables
2019-10-21 09:22:54 -07:00
Cody Jackson 1fb9b5274a Enable '.' in answer variables
This enables '.' to be a valid character in answer varaibles.
So we can support sub.key as a key now.

This also resolves a double render issue that was ran into while
reproducing this issue.

rancher/rancher#23379
2019-10-17 13:04:14 -07:00
Westly Wright d211f69c15
lookup correct catalog route to refresh
catalog-tab is the project level route, this never targeted the correct route.
2019-10-17 10:43:39 -07:00
Westly Wright 5242a1fb7f
First run on Feature Flags ui
rancher/rancher#23184

Translation changes

Failing tests

cleanup
2019-10-17 10:15:04 -07:00
Westly Wright 1d389ed5b8
route name is getting modified twice
there is a weird issue in ember engines that resets the route path which can
cause a double render error to be thrown by ember. Easiest fix is to unbind the
param and since this is only dynamic because we're building the list of links
from an array there is no reason for it to be bound.
2019-10-09 12:06:05 -07:00
Westly Wright 1616b54aa4
remove other missing apis 2019-10-07 12:05:22 -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
Westly Wright 7004f1e500
Merge pull request #3407 from codyrancher/cloud-credential
[2.3.2] Add # Node Templates column to cloud credentials
2019-10-02 14:01:04 -07:00
Westly Wright f738509a50
Merge pull request #3406 from westlywright/edit-cc-name
[2.3.2] Allow edits to cloud credential name
2019-10-02 14:00:30 -07:00
Cody Jackson 16fc847790 Fix linter warnings 2019-10-02 13:49:17 -07:00
Cody Jackson 6e1c472af6 Add # Node Templates column to cloud credentials
We want to provide a quick way to delete unused cloud credentials.
To do this we're going to show the user the number of node templates
that each cloud credential is associated with.

rancher/rancher#23064
2019-10-02 13:48:51 -07:00
Westly Wright 5f572f3674
Upgrade Ember to 3.12
Remove ember object and use regular object instead

Found durning upgrade to 3.12, I'm not sure why we'd even need to declare an
ember object for this return anyway.

Get the current cluster's id from scope servervice

Found durning upgrade to 3.12, not sure how this ever worked as I looked on live
and it was failing but the system didn't explode on 3.8. In 3.12
transistion.params is undefined and the whole system explodes. We were never
passing the queryparams so they wouldn't have come through. I changed this so we
fetched the current cluster id from the scope service and everything seems to
work correctly.

Ensure that accordion items only try to expand once during the init

Found durning upgrade to 3.12, expanded was being double rendered.

lint fix

test fixes

lint
2019-10-02 13:33:15 -07:00
Westly Wright d29e9f9d62
Allow edits to cloud credential name
rancher/rancher#23059
2019-10-01 10:00:04 -07:00
Westly Wright 6d21bc8093
Merge pull request #3389 from codyrancher/multi-cluster
Use current template version for app upgrades
2019-09-26 16:47:17 -07:00
Cody Jackson 65f0fc3c5b Use current template version for app upgrades
When upgrading a multi-cluster-application the template version was set
to the default version instead of the apps current version.

When a current version is present we now use it before using the
default.

rancher/rancher#23101
2019-09-26 12:18:26 -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
loganhz 822e14016e Fix google auth text 2019-09-24 10:54:59 +08:00
Vincent Fiduccia 5dac97299a
Only show disabled global catalogs on global level, gray out 2019-09-19 10:13:21 -07:00
Vincent Fiduccia 466f699c9b
Regular rows for special catalogs 2019-09-19 04:31:50 -07:00
n313893254 d3d759c362 Fix Google Auth translation
https://github.com/rancher/rancher/issues/22887
2019-09-18 10:31:13 +08:00
Vincent Fiduccia b625771b61
Search text should always return an object so that it works when subFields is conditonal 2019-09-11 11:20:18 -07:00
loganhz 8a825860a1 Support search in apps and multi-cluster apps list page 2019-09-11 20:32:43 +08:00
Tani Fiduccia de024ff396 dns provider/entries translation fix 2019-09-05 10:29:30 -07:00
Vincent Fiduccia ce07edfd98
Edit clusters using node templates you can't see (rancher/rancher#22080) 2019-08-30 14:15:24 -07:00
Vincent Fiduccia e5be3775ba
Merge pull request #3318 from lvuch/lh-22529
cluster template to rke template
2019-08-30 12:22:29 -07:00
Vincent Fiduccia f5e85f7807
Rename route 2019-08-30 12:22:18 -07:00
Vincent Fiduccia e386f6eb77
Merge pull request #3314 from lvuch/lh-21389
recuce white space, remove unnecessary tooltips, move info tooltip to…
2019-08-30 12:05:26 -07:00
lvuch 59d3ffb8d4 cluster template to rke template 2019-08-29 21:31:20 -07:00
lvuch 6f56afa3a6 recuce white space, remove unnecessary tooltips, move info tooltip to end after clipboard 2019-08-29 15:31:07 -07:00
Vincent Fiduccia 44b5e6342a
Merge branch 'master' into 22424 2019-08-29 09:49:58 -07:00
lvuch 091dd3f6c8 google auth 2019-08-28 16:30:34 -07:00
n313893254 49cafd0ce7 Get both warning into one banner on Google auth page 2019-08-28 17:00:03 +08:00
Vincent Fiduccia f32fb7205b
Merge pull request #3297 from n313893254/21389
Instructions to create "Service account" can be provided
2019-08-27 14:00:13 -07:00
n313893254 c4fbeb84fd Instructions to create "Service account" can be provided
https://github.com/rancher/rancher/issues/21389
2019-08-26 17:10:45 +08:00
n313893254 645ba3fc02 Site access settings are not saved on edit google auth
https://github.com/rancher/rancher/issues/22367
2019-08-25 21:33:13 +08:00
Vincent Fiduccia 3b655b415f
Merge pull request #3282 from n313893254/22214
Fix google auth issue
2019-08-21 15:24:18 -07:00
n313893254 b3899f5de9 Fix google auth issue
https://github.com/rancher/rancher/issues/22214
2019-08-21 18:19:29 +08:00
loganhz 3881f5809a Do not pass hiden fields in catalog answers
https://github.com/rancher/rancher/issues/22265
2019-08-21 09:58:47 +08:00
loganhz 1c6f481fe4 Fix custom role issue 2019-08-17 14:59:56 +08:00
n313893254 39f0cf2bb1 Add Edit button for Google Auth
https://github.com/rancher/rancher/issues/22214
2019-08-16 16:40:24 +08:00
loganhz 9e1de3f52a Change ct default revision name to v1
https://github.com/rancher/rancher/issues/22162
2019-08-15 12:31:57 +08:00
phillc 6f2edabebb [UI] Check Linode cloud credential against profile
- Account required a key scope

https://github.com/rancher/rancher/issues/22128
2019-08-14 15:50:00 -04:00
loganhz e8bc206f03 Able to supply no target projects on app upgrade
https://github.com/rancher/rancher/issues/22130
2019-08-14 12:24:25 +08:00
Vincent Fiduccia 6bdabde12c
Merge pull request #3241 from vincent99/master
Cluster template
2019-08-13 17:33:32 -07:00
Vincent Fiduccia 7141a36c09
Merge pull request #3238 from lvuch/lh-0812
22078
2019-08-13 17:32:10 -07:00
Vincent Fiduccia 1d135d0f73
Cleanup cluster template rows 2019-08-13 16:36:47 -07:00
lvuch d043baa4f6 tooltips 2019-08-13 15:28:16 -07:00
Vincent Fiduccia 90a14705ab
Azure fields are required in template (rancher/rancher#22041) 2019-08-13 13:35:27 -07:00
n313893254 68b3c230c1 Fix Google Auth issue
https://github.com/rancher/rancher/issues/21404
2019-08-13 16:51:55 +08:00
Vincent Fiduccia 04d48c72a4
Merge pull request #3227 from loganhz/cc-error
Multi cluster app upgrade issue
2019-08-12 11:32:27 -07:00
Vincent Fiduccia 783cd1a372
Merge pull request #3224 from loganhz/multi-apps
Fix launch multi-cluster apps issue
2019-08-12 11:30:50 -07:00
Vincent Fiduccia 85496d85f2
Merge pull request #3214 from loganhz/google
Add flag to enable/disable nested groups for google auth
2019-08-12 10:14:13 -07:00
loganhz ac0feb8600 Multi cluster app upgrade issue
https://github.com/rancher/rancher/issues/21801
2019-08-12 19:19:10 +08:00
loganhz 2575bdf5bc Fix launch multi-cluster apps issue
https://github.com/rancher/rancher/issues/20871
2019-08-12 17:42:40 +08:00
Westly Wright 92c40f667d
Merge pull request #3216 from westlywright/cluster.templates.bugs
Cluster Templates
2019-08-09 16:16:50 -07:00
Westly Wright 3162124079
Merge pull request #3215 from phillc/linode-ui-fix
[UI] Linode ui fix
2019-08-09 15:56:05 -07:00
ellisbenjamin 28a9f5b31e Linode uses cloud credentials and meta proxy
https://github.com/rancher/rancher/issues/21838

Co-authored-by: phillc <15082+phillc@users.noreply.github.com>
2019-08-09 14:18:18 -04:00
Westly Wright 107e86ad12
Cluster template revision detail page
rancher/rancher#23734
2019-08-09 09:11:53 -07:00
loganhz 43909c971f Add flag for nested groups for google
https://github.com/rancher/rancher/issues/22044
2019-08-09 23:38:11 +08:00
lvuch 873e9abf79 empty table text and login screen 2019-08-07 15:32:02 -07:00
Westly Wright 5725a02c3e
Merge pull request #3171 from n313893254/21803
Remove PUT request on disabling auth
2019-08-06 09:14:16 -07:00
loganhz b65eee8c49 Show inactive nodes and unhealthy components in cluster list
https://github.com/rancher/rancher/issues/21933
2019-08-03 07:21:28 +08:00
Westly Wright c4392a5ef9
allow users to create cluster template with azure fields empty
rancher/rancher#21759
2019-08-02 11:53:52 -07:00
Westly Wright 8b85cfb311
Refresh the page when moving from using a cluster template to not 2019-08-02 11:53:52 -07:00
Vincent Fiduccia 57912df026
Unused allTemplates 2019-08-01 12:59:00 -07:00
Vincent Fiduccia e77ad9afdf
You are in a maze of twisty catalog logic, all slightly different 2019-08-01 10:30:34 -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
n313893254 b4d5371875 Remove PUT request on disabling auth
https://github.com/rancher/rancher/issues/21803
2019-07-31 18:12:08 +08:00
Westly Wright 9c315341fa
fix undefined errors when no cluster config exists
rancher/rancher#21816
2019-07-30 09:26:21 -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 f23c6d0dfe
fix bug in back to when entering from cluster index
rancher/rancher#21691
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
Lauren Harden 700c1ee744
Merge branch 'master' into lh-0618 2019-07-22 15:06: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 cb4ee8e203
fix missing action error
rancher/rancher#21679
2019-07-22 13:44:09 -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 33a0ccd7ae
Merge pull request #3148 from n313893254/21520
Fix configuring pipeline authentication failed
2019-07-22 09:44:33 -07:00
Westly Wright be8c51c768
Merge pull request #3144 from loganhz/cloud
Fix cloud credential error message issue
2019-07-22 09:40:15 -07:00
n313893254 657435625b Remove github service 2019-07-22 15:15:56 +08:00
lvuch 6309a74ec1 21371 2019-07-21 21:25:51 -07:00
loganhz c58d370f4e Fix cloud credential error message issue
https://github.com/rancher/rancher/issues/20577
2019-07-22 08:44:57 +08:00
loganhz 089d4aaef9 Fallback to latest version if default not exists
https://github.com/rancher/rancher/issues/21008
2019-07-22 08:03:28 +08:00