Commit Graph

9975 Commits

Author SHA1 Message Date
Cody Jackson 65fb8f49ab Add datastore cluster as an option for vsphere
rancher/rancher#24002
2019-11-11 11:18:24 -07:00
Westly Wright 70b9302826
Merge pull request #3566 from westlywright/fp.editable.cloud.provider
[Forwardport] make cloud provider uneditable
2019-11-11 09:21:38 -07:00
Westly Wright f490a43dfb
Merge pull request #3564 from westlywright/pod.logs.undefined.name
Pod Logs Race Condition
2019-11-11 09:21:03 -07:00
Westly Wright 14af4f6806
Merge pull request #3563 from codyrancher/select-arrow
[forwardport] Make the select arrow visible on :hover
2019-11-11 09:20:46 -07:00
Westly Wright e2dd923eac
Merge pull request #3560 from TheLastProject/patch-1
Fix wrap lines feature
2019-11-11 09:19:21 -07:00
Westly Wright 3223869788
make cloud provider uneditable
rancher/rancher#24008
2019-11-08 16:17:20 -07:00
Cody Jackson a82abc29e0 Make the select arrow visible on :hover
rancher/rancher#23987
2019-11-08 13:52:36 -07:00
Westly Wright dcb0379cf4
Remove exec call that happens to early
while reviewing rancher/ui#23993 i stumbled on a case where opening the pod logs
would cause an undefined error to crash the local ui server. `exec` is called
correctly from the `watchReconnect` observer which needs to happen first as it
parses the container name. If we call exec before we have a container name we
get an undefined error
2019-11-08 12:42:27 -07:00
Westly Wright 302682e0e1
Merge pull request #3561 from westlywright/fp.network.plugin.editable
[Forwardport] RKE Cluster - network plugin not editable
2019-11-08 11:09:32 -07:00
Westly Wright a905dc2c0c
network plugin not editable
rancher/rancher#23999
2019-11-08 11:01:22 -07:00
Westly Wright a6d2020265
Merge pull request #3556 from westlywright/eks.vpc.init.state
Refactor the logic backing GKE network/subnetwork selections
2019-11-08 10:53:27 -07:00
Westly Wright e97c70b759
Merge pull request #3559 from codyrancher/vsphere-note
[forwardport] Notify user of value missing from options
2019-11-08 10:47:32 -07:00
Westly Wright e32c53ca2c
Merge pull request #3555 from codyrancher/edge
[forwardport] Include EdgeHTML based browers to blacklist
2019-11-08 10:40:49 -07:00
Sylvia van Os 64f05d754e
Fix wrap lines feature 2019-11-08 13:14:39 +01:00
Cody Jackson 76adaf8658 Notify user of value missing from options
When using an older vsphere node template in the latest version it was
possible that a user entered value would not be a valid option. When
the value isn't a valid option the dropdown has nothing selected. To
improve the UX we now notify the user that the current value is no
longer valid and sask them to select a new value.

rancher/rancher#23920
2019-11-07 16:51:15 -07:00
Westly Wright 3399b66bc3
refactor the logic backing GKE network/subnetwork selections
While working on a ticket to provide the ability to de-select subnetworks when
using the create subnetwork option I discovered the options were all messed up
and allowed you to misconfigure yourself into a hole.

I've moved ipalias and related networks settings out of advanced becuase
depending on what you select for your subnetwork the ability to choose ipalias
and the other settings changes.

This change allows you deselect a node subnet so you can create a subnetwork
automatically.

rancher/rancher#21079
2019-11-07 14:06:12 -07:00
Cody Jackson 9c010cd66b Include EdgeHTML based browers to blacklist
We don't support the EdgeHTML browsers just like we don't support
Internet Explorer. I added EdgeHTML to the blacklist so that we will
display the unsupported page.

rancher/rancher#23909
2019-11-07 13:53:23 -07:00
Westly Wright 62bee3bdf0
Merge pull request #3553 from WuJun2016/my-master
[forwardport] Too many annotations are read-only
2019-11-07 09:14:33 -07:00
Westly Wright 62e116b00d
Merge pull request #3552 from westlywright/eks.vpc.init.state
Select Correct EKS VPS & Subnet on Edit
2019-11-07 09:14:16 -07:00
Westly Wright 51cf3eba87
Merge pull request #3551 from westlywright/fp.translations.bugs
Translation Typos
2019-11-07 09:14:02 -07:00
wj fda89eb4aa Too many annotations are read-only
https://github.com/rancher/rancher/issues/23849
2019-11-07 13:27:03 +08:00
Westly Wright 1ea956ee07
update vpc & subnet observers to watch steps to init correctly
rancher/rancher#23879
2019-11-06 12:18:37 -07:00
Westly Wright e6cadb6755
resolve weird firefox select styling bugs
while I was fixing another issue I looked at the page in FF and found that the
select styling was not inheriting correctly in dark theme so I dug around and
ended up needing to put in a workaround to ensure that the colors are inherited
correctly.
2019-11-06 11:08:34 -07:00
Westly Wright 0bf3ed5553
Fix translations bug in searchable-select
when I removed maybe-t helper I forgot to check grouped content in the
searchable select which was still looking for a translations. Moved the
translation lookup to the component when we generate the groupedContent so we
dont run into this issue again

rancher/rancher#23946
2019-11-06 11:07:09 -07:00
Westly Wright 1a5f84cb1f
Merge pull request #3548 from westlywright/k8s.version.switching.madness
[2.4] Translations Typo
2019-11-06 09:41:12 -07:00
Westly Wright 43ba4ac50b
Merge pull request #3544 from codyrancher/creation-type
[forwardport] Switch to new implementation of creationType
2019-11-06 09:40:00 -07:00
Westly Wright 82eeff6ac2
change master package version since we've automated builds from tags 2019-11-05 16:50:10 -07:00
Westly Wright d61c08e9c0
fix typo translations
rancher/rancher#23924
2019-11-05 16:50:10 -07:00
Westly Wright ae4237c537
Merge pull request #3547 from westlywright/k8s.version.switching.madness
Handle Deprecated Transition Params
2019-11-05 16:35:54 -07:00
Westly Wright 07c77cc41d
rework query params for edit cluster and template revisions 2019-11-05 16:26:02 -07:00
Westly Wright 9feeb23d6a
Merge pull request #3546 from codyrancher/translation
[forwardport] Update a translation string
2019-11-05 09:25:12 -07:00
Cody Jackson 59394e899b Update a translation string
rancher/rancher#23737
2019-11-05 08:43:21 -07:00
Cody Jackson 1fd130667a Switch to new implementation of creationType
The backend has made a new implementation of creationType which allowed
me to remove the creationMethod concept and just use creationType.

This change allows us to properly populate the creation type form fields
when a user edits a vsphere nodetemplate.

rancher/rancher#23812
2019-11-04 13:33:01 -07:00
Westly Wright 18846dbf10
Merge pull request #3540 from westlywright/incorrect.pod.count
[Forwardport] Fix pod count on workload list page
2019-11-04 11:57:42 -07:00
Westly Wright 571983d893
Merge pull request #3539 from westlywright/configMap.binary.data.error
JS Error when Consuming configMap with binaryData key
2019-11-04 11:57:32 -07:00
Westly Wright 443f5c6c6e
Merge pull request #3538 from westlywright/helm.wait.timeout
Expose wait and timeout on mc and regular apps
2019-11-04 11:57:03 -07:00
Westly Wright 7df2bb6f97
Merge pull request #3537 from codyrancher/unique-custom-attribute
[forwardport] Enable unique custom attribute key selection
2019-11-04 11:55:59 -07:00
Westly Wright 73ef96860b
use computed prop for pod count
rancher/rancher#23866
2019-11-04 11:39:59 -07:00
Westly Wright d791b45c50
check if data exists on config map before looping over specific keys
rancher/rancher#21349
2019-11-04 10:45:13 -07:00
Cody Jackson 6c7052befd Enable unique custom attribute key selection
The keys for custom attributes needed to be unique. To enforce the
unique constraint I created the FormContextualKeyValue component.
This component behaves similarly to the FormContextualSelectArray
but handles key value pairs.

rancher/rancher#23782
2019-11-04 10:13:01 -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 6ecdfbaa9b
Merge pull request #3534 from westlywright/fp.sort.issues
[Forwardport] Fix sorting on cloud credentials page
2019-11-01 09:24:37 -07:00
Westly Wright 63c510870c
Merge pull request #3533 from loganhz/role-2.4
[Forwardport] Fix the issue that cannot delete role sometimes
2019-11-01 09:24:14 -07:00
Westly Wright 1d13b4fb90
Merge pull request #3531 from loganhz/gauge-2.4
[Forwardport]Incorrect node memory usage gauge when cluster monitoring is enabled
2019-11-01 09:23:12 -07:00
Westly Wright 228f19fbc5
Merge pull request #3530 from codyrancher/vsphere-editing-fp
[forwardport] Repair vsphere node template editing
2019-11-01 09:22:45 -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
loganhz 802b733417 Fix the issue that cannot delete role sometimes
https://github.com/rancher/rancher/issues/23823
2019-11-01 20:32:44 +08:00
n313893254 796baf2f54 Incorrect node memory usage gauge when cluster monitoring is enabled
https://github.com/rancher/rancher/issues/23786
2019-11-01 20:18:31 +08:00
Cody Jackson a39189f0f4 Repair vsphere node template editing
When editing a vsphere node template that used a RancherOS ISO
creation method it crashed the page due to an array not existing.

I also noticed that the tags, custom attributes and networks weren't
loading when editing so I resolved those issues too.

rancher/rancher#23796
2019-10-31 16:12:41 -07:00
Westly Wright 9a1c05e8eb
Merge pull request #3524 from westlywright/fp.service.discovery
[forwardport] revert change to form-value-array
2019-10-31 14:37:55 -07:00