Commit Graph

9619 Commits

Author SHA1 Message Date
Westly Wright c2df691322
Merge pull request #3485 from codyrancher/fp-master-3484
[forwardport] Surface Refresh Kubernetes Metadata error message
2019-10-23 11:58:29 -07:00
Westly Wright 7d74adedf6
Merge pull request #3483 from codyrancher/fp-master-3475
[forwardport] Improve vsphere driver UX
2019-10-23 11:58:00 -07:00
Westly Wright 268dc21570
Merge pull request #3482 from codyrancher/fp-master-3471
[forwardport] Improve kube version inspection on cluster edit
2019-10-23 11:57:08 -07:00
Westly Wright b3faba1adb
Merge pull request #3481 from codyrancher/fp-master-3470
[forwardport] Improve form placeholder text legibility
2019-10-23 11:56:46 -07:00
Westly Wright 58daf6f3a0
Merge pull request #3456 from codyrancher/depth
Bumping the version of ember-api-store to 2.9.4
2019-10-23 11:55:33 -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
Cody Jackson 3f52c5c871 Surface Refresh Kubernetes Metadata error message
When a standard user attempted to fresh kubernetes metadata on
the drivers/cluster page it would result in an error notification that
stated 'undefined'. This will allow the backend error message
to surface.

rancher/rancher#25771
2019-10-21 15:10:55 -07:00
Cody Jackson 4b2c79ea3d Improve vsphere driver UX
-We now prepopulate fields as select component instead of just
free-form text fields.
-We added support for cloning from different sources.
-We also added support for custom attributes and tags.

To implement the above features we also added support for promise
based content for new-select and search-select and created a new
component contextual-select-array which provides a method for
filtering content based on previous selections.

rancher/rancher#21580
2019-10-21 13:19:14 -07:00
Cody Jackson 0fe6c33eb5 Improve kube version inspection on cluster edit
While editing a cluster properly support .x kube version comparisons when
filtering out cluster template revisions.

Coercing a .x version converts it to a .0 which made the revision look like
it was a kube downgrade. By making use of .satisfies when the revision
kube version ends with a '.x' we're now better able to check if the
kube version is a downgrade and filter appropriately.

rancher/rancher#23489
2019-10-21 12:21:09 -07:00
Cody Jackson 1883904780 Improve form placeholder text legibility
Increased the alpha of placeholder text to make it easier to see.

rancher/rancher#22917
2019-10-21 11:59:16 -07:00
Vincent Fiduccia 47c1b136f8
Merge pull request #3468 from tfiduccia/master
Text changes
2019-10-21 10:36:46 -07:00
Westly Wright a5f5e97779
Merge pull request #3477 from westlywright/update.translation.patch
Update translation text for enabling Prometheus
2019-10-21 10:13:03 -07:00
Westly Wright 2bab9caec0
updated insufficientSize warnings 2019-10-21 09:59:27 -07:00
Westly Wright 1b192be926
Merge pull request #3358 from codyrancher/security-options
[WIP] Display security options when editing GKE cluster
2019-10-21 09:42:07 -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
Tani Fiduccia 98d6efc808 Merge branch 'master' of github.com:tfiduccia/ui 2019-10-17 17:39:22 -07:00
Tani Fiduccia c61c6abc63 more text changes 2019-10-17 17:39:08 -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
Tani Fiduccia b81fd14fba
Update en-us.yaml
took out period
2019-10-17 11:55:32 -07:00
Tani Fiduccia 96823f8b36 Changed delete text for reclaim policy 2019-10-17 11:42:09 -07:00
Westly Wright 6316204696
Merge pull request #3466 from westlywright/forwardport.23478
disp k8s ver correctly when editing cluster or clone rev
2019-10-17 10:54:41 -07:00
Westly Wright 543b5171f1
Merge pull request #3465 from westlywright/forwardport.23322
Catalog Translations Bug
2019-10-17 10:53:19 -07:00
Westly Wright d711b8b8bb
disp k8s ver correctly when editing cluster or clone rev
the check-override-allowed component did not know how to deal with the k8s
version question because of its tri state and how we deal with the patch version
that is an override but not really an override. I added a check to verify the
mode is view and we have the param then display param so we don't initialize the
form-version component which has logic to inject the current version into its
versions dropdown but only if we're new, editing, or cloning.

rancher/rancher#23478
rancher/rancher#23465
2019-10-17 10:48:37 -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 ccd9d740ac
Ensure template computed prop is watching intl locale
rancher/rancher#23322
2019-10-17 10:43:38 -07:00
Westly Wright 961aea1148
Merge pull request #3448 from n313893254/23437
Bugfix
2019-10-17 10:37:27 -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 470cb8a02d
Merge pull request #3444 from benweet/master
Honor white spaces in container logs
2019-10-17 10:01:08 -07:00
Westly Wright b24711b4e7
Merge pull request #3450 from codyrancher/aks
Add network plugin and supporting param
2019-10-17 09:55:06 -07:00
Cody Jackson a8f099bc1d Bumping the version of ember-api-store to 2.9.4
rancher/rancher#23210
2019-10-16 15:39:45 -07:00
Vincent Fiduccia 6a90367f70
Merge pull request #3451 from codyrancher/versioning-fix
Ensure the current Kubernetes version can display
2019-10-15 18:03:53 -07:00
Cody Jackson ef63c2a9c6 Ensure the current Kubernetes version can display
The current kubernetes version wasn't being shown if it was no
longer a part of the supported versions when in view mode. Instead
the latest version was being displayed even if that wasn't what was
deployed. To resolve this we include the current version as one of
the choices if it's not present.

rancher/rancher#23465
2019-10-15 17:56:14 -07:00
Cody Jackson c7d26ecbce Add network plugin and supporting param
This adds the Network Plugin param as well as the PodCidr param.

rancher/rancher#22616
2019-10-15 16:06:13 -07:00
n313893254 3c649edcde Fix alert rule validatation cannot stop alert group save 2019-10-15 15:13:08 +08:00
n313893254 5f15b7bd48 Fix setting up node alert for memory reservation also sets cpu reservation
https://github.com/rancher/rancher/issues/23308
2019-10-15 15:12:59 +08:00
n313893254 9d4635d9a4 Fix js error: currentType is undefined
https://github.com/rancher/rancher/issues/23437
2019-10-15 11:30:40 +08:00
Benoit Schweblin 579ef1704e
Honor white spaces in container logs 2019-10-11 12:39:20 +01:00
Westly Wright 738dc981b7
Merge pull request #3440 from westlywright/forward.tolerations
[Forwardport] Display Atypical Tolerations Correctly
2019-10-10 11:04:55 -07:00
Westly Wright 57bbcaf705
Merge pull request #3438 from loganhz/catalog-max-master
[forwardport] Hide catalog items if there is no templates
2019-10-10 11:04:43 -07:00
Westly Wright cb5bf2364c
Merge pull request #3435 from westlywright/amazon.instances
[Forwardport] Add missing c5.* instance types to amazon utils
2019-10-10 11:04:35 -07:00
Westly Wright 13711a2a34
Merge pull request #3436 from loganhz/catalog
Fix catalog app icon issue
2019-10-10 09:58:41 -07:00
Westly Wright 0c7a824c28
MAINTAINENCE - Use ember getters & setters 2019-10-10 09:53:22 -07:00
Westly Wright 997313b6fc
Clean up toleration template logic to display the correct info
there are certain params that are not required by the k8s toleration api, Key
and Operator, which if excluded mean different things. See
https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ for
examples of how these two keys are used.

rancher/rancher#18605
2019-10-10 09:53:11 -07:00
Westly Wright 1327d7ea3f
git ignore 2019-10-10 09:51:53 -07:00
loganhz d2b1382477 Hide catalog items if there is no templates 2019-10-10 11:46:27 +08:00
loganhz b7d55ba58d Fix catalog app icon issue
https://github.com/rancher/rancher/issues/23291
2019-10-10 10:56:47 +08:00
Westly Wright 849b1f6380
Add missing c5.* instance types to amazon utils
rancher/rancher#22907
2019-10-09 14:35:08 -07:00
Westly Wright 5ba042a678
Merge pull request #3433 from westlywright/master.bugs
Ember Upgrade Bugs
2019-10-09 12:20:03 -07:00
Westly Wright 24977d97fa
Merge pull request #3431 from n313893254/fix
[forwardport] Gauges in cluster dashboard are missing when monitoring enabled in 2.3.0
2019-10-09 12:13:26 -07:00
Westly Wright 867518f083
Fix bug in ember-shortcuts and use new api instead of removed one 2019-10-09 12:11:36 -07:00