Commit Graph

824 Commits

Author SHA1 Message Date
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
Westly Wright a70b9991ed
lint 2019-07-19 17:24:47 -07: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 31153b8e3e
Fix edit cluster with template bugs
rancher/rancher#21441
2019-07-19 15:41:56 -07:00
Westly Wright 2385bdd979
fix null error on members
rancher/rancher#21442
2019-07-19 12:48:53 -07:00
Westly Wright 2504e854f7
Add enable/disable action to cluster template revisions
rancher/rancher#21407
2019-07-19 09:23:48 -07:00
Tani Fiduccia a37f6aa400 Text fixes and alignment for Add Cluster 2019-07-18 17:24:31 -07:00
Westly Wright 531c112539
Add edit action to cluster template 2019-07-17 16:51:10 -07:00
Westly Wright 7ee41a0cc3
styles 2019-07-16 14:29:51 -07:00
Westly Wright c580bcc753
fix cluster templates table not updating when revision is deleted 2019-07-16 11:50:34 -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 b8b28e94db
Merge pull request #2834 from displague/feature/linodeCloudCredential
add Linode cloud credential
2019-07-16 09:36:24 -07:00
Westly Wright a7696eba52
Load kontainer drivers correctly from the new clusters route 2019-07-11 13:53:41 -07:00
Eric Tokatlian fc3a748eba Adds minor fixes from peer review.
- Adds helper text to YAML file
- Adds checks for undefined properties in buttondisabled computed prop
- Better naming for oauth state key in localstorage
2019-07-09 15:28:23 -07:00
Eric Tokatlian 44a6c738bd Bugfix #21389 add link to docs for google service account creation 2019-07-09 12:39:34 -07:00
Eric Tokatlian ecb5cc2061 Bugfixes for #21375 & #21377 2019-07-09 12:39:34 -07:00
Eric Tokatlian edf7214896 Bugfix #21383 - google auth clipboard fix 2019-07-09 12:39:34 -07:00
Eric Tokatlian 79ce01c62f Bugfix #21371 helper text for google auth domain 2019-07-09 12:39:34 -07:00
Eric Tokatlian 18871d48e6 Bugfix #21372 - clipboard 2019-07-09 12:39:34 -07:00
loganhz ecf317bc0d Fix Alidns issue
https://github.com/rancher/rancher/issues/21305
2019-07-09 16:12:58 +08: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 fa7024578c
remove enabled flag for clusterTemplateRevision 2019-07-08 15:44:56 -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
Eric Tokatlian 0670441dbc Fixes requests from review 2019-07-08 10:27:23 -07:00
Eric Tokatlian dfac8fb538 Adds google auth 2019-07-03 11:18:33 -07:00
Westly Wright 530845a91a
Add ui warning about expiring certificates 2019-06-28 15:07:23 -06:00
loganhz 52ca48a4d9 Remove Umbrella Icon from 2019-06-27 17:02:03 +08:00
LiuYan 36f67514af only load external cluster driver scripts with active state 2019-06-25 12:29:40 +08:00
Westly Wright 29255feb17
remove unneeded required 2019-06-24 11:53:42 -07:00
Westly Wright 8d3920fac0
Merge pull request #3075 from etokatlian/fix/digital-access-token
Add field required to DO cloud provider
2019-06-21 17:06:29 -07:00
Eric Tokatlian 88f28ae2f8 Add field required to DO cloud provider
rancher/rancher#19754
2019-06-21 16:23:47 -07:00
Eric Tokatlian ae41e240e8 Add field required to DO cloud provider
rancher/rancher#19754
2019-06-21 12:11:10 -07:00
loganhz 843793615d Show warning for registry admin password 2019-06-14 09:33:36 -07:00
Westly Wright 10cb0b5a59
Merge pull request #3039 from loganhz/apigroup
Show API groups in UI instead of hard code *
2019-06-07 09:55:02 -07:00
loganhz 15d30053bd Show API groups in UI instead of hard code *
https://github.com/rancher/rancher/issues/20666
2019-06-07 10:56:47 +08:00
loganhz 17bfa0225d Rename updatePreRequest 2019-06-07 01:11:48 +08:00
n313893254 4566f21c1a Istio and reservation check bug fix 2019-06-06 17:03:18 +08:00
loganhz 21d51d7612 Make Encryption field editable 2019-06-06 15:48:57 +08:00
loganhz b58b729d7b Fix the issue that s3 region is not requrired
https://github.com/rancher/rancher/issues/20689
2019-06-06 15:34:32 +08:00
loganhz 384aa95ae2 Bug fix for enabling istio and registry page 2019-06-06 00:22:45 +08: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
Westly Wright 7cde6d4d00
Add handling logic for missing template versions
rancher/rancher#19592

project level catalogs and upgrade for missing catalog issues
2019-05-23 16:56:33 -07:00
Marques Johansson 1bf4366dc6 add Linode cloud credential validation 2019-05-20 15:48:46 -04:00
Westly Wright 314ec7ae2f
Refactor generic icon fetching on apps to a mixin
rancher/rancher#17668
2019-05-16 13:59:18 -07:00
Marques Johansson 0ed32ea712 linode nodedriver param should be token, not accessToken 2019-05-15 20:24:42 -04:00
Marques Johansson 25ff7d24f8 add Linode cloud credential 2019-05-15 19:38:16 -04: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 cbb80d6416
route 53 gdns new param typo zone -> zoneType
rancher/rancher#19425
2019-05-01 15:39:52 -07:00
Westly Wright 4aee1ee279
Add new params to cloud flare and route 53 gdns providers
cleanup gdns model & provider config creation so we don't override defaults

rancher/rancher#19425
2019-04-26 11:29:54 -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 9af7b24edc Fix MCA view answer yaml issue
https://github.com/rancher/rancher/issues/18196
2019-04-15 16:19:52 +08:00
Westly Wright 02078b4e42
Missing cancel action for authentication mixin
fixed double quotes
Added `SamlAuth` to proxies map so we can use ngrok and saml auth locally
2019-04-11 10:18:48 -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 6e6d3ae42d
Dont show app link if the project is not available to user GNDS Ent
rancher/rancher#19174
2019-04-03 11:20:05 -07: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 5395924937
Chagne finalization message for GDNS Entries
rancher/rancher#19162
2019-03-25 15:25:37 -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 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
Westly Wright efb27e22d2
remove no access text from providers list on gdns entry
rancher/rancher#18978
2019-03-19 10:30:14 -07:00
Westly Wright 9c9fd28fea
reset controller props correctly
rancher/rancher#18977
2019-03-18 16:52:42 -07:00
Westly Wright a4a23d4006
Fix missing targets in the gdns entry list page
rancher/rancher#18977
2019-03-18 11:35:49 -07:00
Westly Wright 91d3e97526
cloud cred name/desc translations
rancher/rancher#18963
2019-03-15 17:03:10 -07:00
Westly Wright c4a47f7944
Refactor GDNS project target logic to reduce complexity
rancher/rancher#18954
2019-03-15 15:51:59 -07:00
Westly Wright 2e6cefade7
show final step banner all the time and reword message for gdns
rancher/rancher#18937
2019-03-15 10:50:31 -07:00
Westly Wright 6d72dd9445
fix global dns not adding projects correctly on create
rancher/rancher#18939
2019-03-15 10:42:05 -07:00
Westly Wright 1b123bf433
Move cloudflare to end of gdns providers list and mark as experiment
rancher/rancher#18925
2019-03-14 14:31:35 -07:00
Westly Wright d5748b95a5
Explicitly exclude created from search fields
it only searches on iso-8601 date strings currently which we do not display

rancher/rancher#18889
2019-03-13 16:49:57 -07:00
Westly Wright 0308a65238
refactor project add/remove gdns entries
rancher/rancher#18876
2019-03-13 12:51:51 -07:00
Westly Wright 54d4b94c44
clarify secret key not required on edit 2019-03-12 12:21:49 -07:00
Westly Wright 942be7ede0
GDNS Provider - remove secret key param if null or empty string
https://github.com/rancherlabs/rancher-security/issues/78
2019-03-12 11:40:29 -07:00
Westly Wright 9adfc9baf1
fix translation on edit of dns entries
rancher/rancher#18730
2019-03-11 14:48:40 -07:00
Westly Wright 64644dea61
Move mc apps roles access to more prominent location on app create
rancher/rancher#18749
2019-03-11 10:12:47 -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 2f39f0cb63
check refreshauthprovideraccess collection action is available
rancher/rancher#18604
2019-03-06 16:08:34 -07:00
Westly Wright e9c9a2a924
Merge pull request #2719 from lvuch/lv-0305
wip minor issues
2019-03-06 14:50:19 -07:00
Westly Wright d863e94e81
fix tooltips, they got dropped when we moved icons 2019-03-06 14:47:42 -07:00
Westly Wright 0963c81366
All users to select project or mc app on dns entry edit
rancher/rancher#18366
2019-03-05 15:46:11 -07:00
lvuch 61ab1306a0 remove badge state for 18447 2019-03-05 09:48:25 -07:00
Westly Wright d5806915bf
fix project reload error and move dns entry to row component
rancher/rancher#18392
2019-03-04 16:32:44 -07:00
Westly Wright 8a409bbc9c
fix cloud cred data clearing when region changed
rancher/rancher#18538
2019-03-04 15:41:19 -07:00
Westly Wright 209b624ac4
update mc app rbac to allow only 2 roles and def to project-member
rancher/rancher#18326
2019-03-04 10:29:34 -07:00
Westly Wright 241abad8ae
Fix errors on MC app launch page
rancher/rancher#18430
2019-02-27 16:46:06 -07:00
Westly Wright fe11a0e2ac
Remove required from global dns providers root domain
rancher/rancher#18412
2019-02-27 15:42:38 -07:00
Westly Wright b344e371ec
Merge pull request #2690 from westlywright/mc-app-states
Show individual app states for mc-apps
2019-02-26 08:29:31 -07:00
Westly Wright 26312b6938
Merge pull request #2689 from westlywright/2.2-bugs
2.2 Bug fixes
2019-02-26 08:29:09 -07:00
loganhz 51f2134e75 Moving RootDomain field to GlobalDNSProviderSpec
https://github.com/rancher/rancher/issues/18359
2019-02-25 18:51:25 -08:00
Westly Wright f3f57a61f9
Show individual app states for mc-apps
rancher/rancher#18337
2019-02-25 16:07:36 -07:00
Westly Wright a2c76be2df
top-errors should set errors to empty array on init
ensure that we always have a fresh errors object when initializing the
top-errors component

rancher/rancher#18376
2019-02-25 14:24:57 -07:00
Westly Wright 45384b8199
Fix role label on mc app
rancher/rancher#18373
2019-02-25 12:12:24 -07:00
Westly Wright 771214b69a
cleanup do err msg on cloud credential validation
rancher/rancher#18294
2019-02-22 11:25:42 -07:00
Westly Wright a5ce0a492d
Refactor members global access to make sure all members obj are same
rancher/rancher#18278
2019-02-22 11:08:34 -07:00
lvuch 53c73f0154 18287 cloud keys header 2019-02-22 09:56:12 -07:00
Westly Wright b2db7f3773
refactor cloud-keys to cloud-credentials 2019-02-21 12:37:57 -07:00
Westly Wright 8196adfc9a
Add helper text to global dns entry page for projects selection
rancher/rancher#18199
2019-02-21 12:16:03 -07:00
Westly Wright c21ca1157a
fix G-DNS entries when RBAC access isn't available to all resources
rancher/rancher#18203
rancher/rancher#18178
2019-02-21 11:37:42 -07:00
Westly Wright a01692a9dd
make cloud credential editable
rancher/rancher#18096
2019-02-20 15:14:04 -07:00
Westly Wright 2179bdda78
change cloud key search and sort
rancher/rancher#18095
rancher/rancher#18097
2019-02-20 12:44:46 -07:00
Westly Wright c46c3f2515
fix cloud keys search
rancher/rancher#18097
2019-02-20 12:29:15 -07:00
Westly Wright 9628bbd931
cloud credential modal updates
Change add button
Add logic to default to add mode if no cloud creds
disable add new button when already adding new cloud cred

rancher/rancher#18091
2019-02-20 12:08:51 -07:00
Westly Wright 8ebe2d8c66
Default cloud key config to amazon
rancher/rancher#18091
2019-02-20 11:21:33 -07:00
Westly Wright a77ea542c9
handle error when looking up non-local users but logged in as local 2019-02-19 16:56:54 -07:00
Westly Wright 344084e266
Load multi-cluster-app principals so member info is ready
rancher/rancher#18242
2019-02-19 16:06:28 -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 26dc0d9c7e
Display no-link data when the mc app owner doesn't have access to pr
rancher/rancher#18153
2019-02-19 12:37:09 -07:00
Westly Wright b8a5cff7de
fix css on amazon cloudkey 2019-02-16 08:59:39 -07:00
Westly Wright 1e3b8ca24a
do not show selector on NT cloud keys page
rancher/rancher#18078

lint
2019-02-16 08:31:35 -07:00
Westly Wright 2af8a5e489
add manage keys/templates buttons on respective pages
rancher/rancher#18083
2019-02-16 08:30:53 -07:00
Westly Wright c957f662c2
Add partial support for cloud key validation
rancher/rancher#18037

add amazon key validation
2019-02-16 08:31:24 -07:00
Westly Wright bdc2f2d324
Merge pull request #2657 from westlywright/global-dns-rbac
Add Global DNS Provider and Entry RBAC
2019-02-14 17:10:16 -07:00
Westly Wright 3344bcd440
fix the way projects are added and removed that stops saving
rancher/rancher#18130
2019-02-14 17:02:43 -07:00
Westly Wright 935521482d
Add Global DNS Provider and Entry RBAC
rancher/rancher#17976
2019-02-14 15:33:48 -07:00
Westly Wright 11ecc8a185
Merge pull request #2656 from loganhz/yaml
Support valuesYaml for catalog
2019-02-14 08:41:44 -07:00
Westly Wright 1b22cacee9
Merge pull request #2652 from westlywright/2.2-bugs
2.2 bugs
2019-02-14 08:34:51 -07:00
loganhz 6b00a9d6dd Support valuesYaml for catalog
https://github.com/rancher/rancher/issues/16680
https://github.com/rancher/rancher/issues/17605
2019-02-14 20:52:57 +08:00
Westly Wright d42911f9d1
Add error handler
rancher/rancher#18038
2019-02-13 17:10:30 -07:00
Westly Wright 9eddd4bdd8
Multi cluster app RBAC and Actions features
add roles to mc apps
refector mc apps add target into component
add new project target actions for mc apps

rancher/rancher#17853
rancher/rancher#17975
2019-02-13 15:26:04 -07:00
loganhz 34bd010abc Support alidns provider in globaldns
https://github.com/rancher/rancher/issues/17839
2019-02-13 17:40:47 +08:00