Commit Graph

2238 Commits

Author SHA1 Message Date
loganhz cc7d1bb477 Add Alibaba App Hub in catalog list 2019-09-24 11:19:07 +08:00
Westly Wright 804ace7031
Merge pull request #3379 from westlywright/rke.templates
Cluster Template Revision Select Bug
2019-09-23 15:15:02 -07:00
Westly Wright 17bc9436d6
Merge pull request #3377 from codyrancher/unsupported-volume-filtering
Improve and fix supported storage filtering
2019-09-23 15:10:09 -07:00
Westly Wright 0f3f0daf67
Merge pull request #3376 from codyrancher/auth-endpoint
Use template value for localClusterAuthEndpoint
2019-09-23 14:48:49 -07:00
Westly Wright 63aef3fa30
change other occurrences of model.cluster.clusterTemplateRevisionId 2019-09-23 14:45:28 -07:00
Westly Wright 290a1f51f6
Attach correct value to be modified to cluster template id select
When consuming a cluster template selection of the template id from the drop
down didn't change the cluster template revision becuase the UI component was
using the readOnly value. Attached the selection to the correct value so the
action floats up (DDAU).

rancher/rancher#22977
2019-09-23 14:19:01 -07:00
Cody Jackson 72a60c44ea Improve and fix supported storage filtering
Editing was failing when an existing unsupported storage type had
already been used and the ferature flag unsupported-storage-drivers
was false. Adding a volume as part of a workload was also broken
when attempting to use an unsupported storage type.

To remedy this I decided to refactor the code and make the filtering
happen explicitly only for the dropdowns.

I also decided to make feature checking reusable and either to use
by adding a service to check if a flag is enabled.

rancher/rancher#22895
rancher/rancher#22998
2019-09-20 17:13:47 -07:00
Cody Jackson b8293d7546 Use template value for localClusterAuthEndpoint
When creating a cluster using a template localClusterAuthEndpoint was not
using the value provided by the template.  The component assumed that
localClusterAuthEndpoint was a boolean when it was in fact a string that
represented a boolean. To resolve this a string comparison needed to
be made.

rancher/rancher#22972
2019-09-20 14:59:56 -07:00
Cody Jackson 9c9b2160ab Make groups visible when editing cluster template
While editing a cluster template when the template was shared with a
group the group was not visible under the Share Template section. We
needed to ensure that the group was visible.

The reason that this was occuring was because we weren't fetching the
principal for the group because we were only fetching when the
userPrincipalId was present and not when the groupPrincipalId was
present.

rancher/rancher#22971
2019-09-20 13:45:02 -07:00
Vincent Fiduccia 9e0216a299
Merge pull request #3371 from loganhz/labels
Fix label missing issue
2019-09-19 11:52:05 -07:00
Vincent Fiduccia 5a96cda3fe
Merge pull request #3370 from codyrancher/editing-cluster-template
Making the cluster template revisionId saveable.
2019-09-19 11:51:28 -07:00
Cody Jackson 3370aa9ca0 Making the cluster template revisionId saveable.
When editing a cluster that was created with cluster template
the cluster template revision couldn't be saved.

The revisionId was stored as a component member variable instead
of as a part of the model. It needed to be stored as part of the
model in order for the NewOrEdit to see the changes and save
them. I went ahead and referenced the model directly everywhere
in the component and removed the component member variable.

rancher/rancher#22920
2019-09-19 11:47:48 -07:00
Vincent Fiduccia 5dac97299a
Only show disabled global catalogs on global level, gray out 2019-09-19 10:13:21 -07:00
loganhz 43e22b8fc8 Fix label missing issue 2019-09-20 00:23:09 +08:00
Vincent Fiduccia 466f699c9b
Regular rows for special catalogs 2019-09-19 04:31:50 -07:00
Vincent Fiduccia ecf852e21e
Merge pull request #3367 from loganhz/gcp
Add missing gce-pd fields
2019-09-19 01:44:24 -07:00
Vincent Fiduccia 3ada863f9c
Merge pull request #3364 from loganhz/max
Remove rancherVersion in its requests
2019-09-19 01:42:09 -07:00
loganhz 33cf620675 Fix label missing issue
https://github.com/rancher/rancher/issues/22913
2019-09-19 11:46:20 +08:00
loganhz 37a9458a06 Add missing gce-pd fileds 2019-09-19 09:10:20 +08:00
Vincent Fiduccia df20ca2d5b
Unused var 2019-09-18 17:43:38 -07:00
loganhz efcc47bd82 Remove rancherVersion in its requests
https://github.com/rancher/rancher/issues/22921
2019-09-18 11:56:17 +08:00
n313893254 9226c5e983 Fix cannot edit v1.14 k8s EKS cluster
https://github.com/rancher/rancher/issues/22894
2019-09-17 11:06:10 +08:00
loganhz 9d2c9536a4 Support paging for events list
https://github.com/rancher/rancher/issues/22858
2019-09-14 23:26:28 +08:00
Vincent Fiduccia 6a399ed609
Merge pull request #3354 from loganhz/reload
Fix current version missing issue
2019-09-13 17:17:07 -07:00
Vincent Fiduccia a7f8eabc1a
Merge pull request #3352 from codyrancher/master
Add more context to the title of deletion modals
2019-09-13 17:13:33 -07:00
Cody Jackson 2f990ced40 Add more context to the title of deletion modals
Adds the resource types "namespace", "cluster", "project" as
additional context to the titles of the respective deletion modals
in order to reduce the likelyhood of a user accidentally deleting
an unintented resource.

We changed the title from "Are you sure you want to delete" to
"Are you sure you want to delete the namespace:" with namespace
being bold. The same is true for cluster and project as well.

rancher/rancher#17619
2019-09-13 12:47:38 -07:00
loganhz f95c884acb Fix current version missing issue
Show current version even it doesn't match min max Rancher version
2019-09-13 10:11:01 +08:00
loganhz 9f8acf0d39 Show Kubernetes events in UI 2019-09-12 14:44:30 +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
Vincent Fiduccia f935046709
No read-only role for clusters 2019-09-11 11:02:01 -07:00
loganhz 8a825860a1 Support search in apps and multi-cluster apps list page 2019-09-11 20:32:43 +08:00
Vincent Fiduccia 5270f680c1
Merge pull request #3345 from vincent99/master
Don't overwrite cluster config with answers on edit (rancher/rancher#22085)
2019-09-11 02:10:51 -07:00
Vincent Fiduccia 9621b09fb0
Don't overwrite cluster config with answers on edit (rancher/rancher#22085) 2019-09-11 01:55:41 -07:00
loganhz b5be539948 Show all available versions for istio and monitoring
https://github.com/rancher/rancher/issues/22789
2019-09-11 15:33:54 +08:00
Vincent Fiduccia b169838925
Merge pull request #3338 from loganhz/bugs
[2.3]Bugs
2019-09-09 14:06:03 -07:00
loganhz 0dc78208e1 Fix monitoring issue 2019-09-09 11:42:51 +08:00
loganhz d942a02495 Remove the tooltip when sharing template 2019-09-07 09:51:23 +08:00
Vincent Fiduccia 4820137ac2
Merge pull request #3334 from loganhz/registry
Strip off https:// for private registry
2019-09-06 18:46:22 -07:00
loganhz 326db19a55 Strip off https:// for private registry 2019-09-07 09:43:52 +08:00
Vincent Fiduccia 31d51cbb37
Merge pull request #3337 from gliptak/patch-1
Add Amazon EKS 1.14
2019-09-06 12:34:43 -07:00
Vincent Fiduccia 3d1851e45c
Merge pull request #3336 from n313893254/22671
Cannot edit taints when taintSupport is not true on edit rke cluster
2019-09-06 11:56:04 -07:00
Vincent Fiduccia 4db1eb8a39
Merge pull request #3333 from loganhz/cc
[2.3.0]Fix cloud credential issue
2019-09-06 11:21:02 -07:00
Vincent Fiduccia 39b1bd98ce
Merge pull request #3331 from loganhz/label
[2.3.0]Hide failure-domain label in node list
2019-09-06 10:26:02 -07:00
Gábor Lipták bb28a7aa7f
Add Amazon EKS 1.14 2019-09-06 07:45:10 -04:00
n313893254 5844b1949d Template Lint 2019-09-06 17:57:57 +08:00
n313893254 738c8e8f37 Cannot edit taints when taintSupport is not true on edit rke cluster
https://github.com/rancher/rancher/issues/22671
2019-09-06 17:56:23 +08:00
loganhz e641c18913 Fix cloud credential issue
https://github.com/rancher/rancher/issues/22662
2019-09-06 09:13:40 +08:00
loganhz 5e4a7091ad Hide failure-domain label in node list 2019-09-05 10:42:57 +08:00
Gábor Lipták 2536b39d47
Add Bahrain/me-south-1 to EKS regions
Signed-off-by: Gábor Lipták <gliptak@gmail.com>
2019-09-04 14:20:11 -04:00
Vincent Fiduccia f5c850c8ab
Merge pull request #3328 from loganhz/setting
Show setting `rke-metadata-config` under settings
2019-09-04 10:03:41 -07:00