Commit Graph

9975 Commits

Author SHA1 Message Date
Westly Wright 93d1db387e
Hide mtu input for custom cluster on flannel network provider
rancher/rancher#25267
2020-02-05 09:54:19 -07:00
Westly Wright 29d132d63e
Merge pull request #3739 from codyrancher/cis-review2
Fixing Run CIS Scan on the cluster list page
2020-02-05 09:31:45 -07:00
Cody Jackson df153f3888 Fixing Run CIS Scan on the cluster list page
Run CIS Scan was broken on the cluster list page because
currentCluster was being used instead of just using the current cluster.

I also removed the redirect and just use a growl notification to
indicate the scan is running.

rancher/rancher#25241
rancher/rancher#25159
2020-02-04 11:10:36 -07:00
Westly Wright f00d070364
Merge pull request #3738 from rancher/revert-3736-uncaught-errors
Revert "Make unhandled exceptions display the fail whale"
2020-02-04 09:48:32 -07:00
Westly Wright ac05472921
Revert "Make unhandled exceptions display the fail whale" 2020-02-04 09:46:40 -07:00
Westly Wright c3808dd0d5
Merge pull request #3736 from codyrancher/uncaught-errors
Make unhandled exceptions display the fail whale
2020-02-04 08:38:21 -07:00
Cody Jackson 333fb9da40 Make unhandled exceptions display the fail whale
Anytime we have an unhandled exception we will now navigate to the
fail whale page.

rancher/rancher#25198
2020-02-03 16:17:53 -07:00
Westly Wright 7e8f222d98
Merge pull request #3734 from codyrancher/cis-review
Improve UX of CIS
2020-02-03 13:01:21 -07:00
Cody Jackson e6b4232390 Improve UX of CIS
Improving the UX of CIS based on the feedback that was received during
the review.

- Sort scans by date so newest will be on top.
- Details should be sorted by state in Fail, Skipped, Pass order
- Add a Run CIS Scan action to the cluster menu.
2020-02-03 10:44:01 -07:00
Westly Wright 48f45aaf30
Merge pull request #3733 from westlywright/global.roles.bugs
Global Roles Bugs
2020-02-03 09:22:35 -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
Westly Wright afc1041af6
Merge pull request #3732 from westlywright/read.file.button.issue
Fix broken jquery dom targeting
2020-01-29 08:52:21 -07:00
Westly Wright 95a636589e
Merge pull request #3731 from westlywright/scaling.fixes
Scaling Improvments: Remove `forceReload` param from getAllClusters & getAllProjects
2020-01-29 08:52:08 -07:00
Westly Wright 3f14f59133
Fix broken jquery targeting
rancher/rancher#24960
2020-01-28 15:56:28 -07:00
Westly Wright 74a38baed1
Remove `forceReload` param from getAllClusters & getAllProjects
We shouldn't need this param any longer and including it ensure that a new call
is made on every launch click. This is fine at small scale but will start to
slow everything down when at scale.

rancher/rancher#25024
rancher/rancher#25026
2020-01-28 15:18:22 -07:00
Westly Wright 685f45c680
Merge pull request #3730 from westlywright/istio.save.not.working
Istio Edit Error
2020-01-27 10:41:37 -07:00
Westly Wright afcb5c482f
remove version check as it happens later in istio upgrade
it was causing the edit to fail

rancher/rancher#25114
2020-01-27 10:34:46 -07:00
Westly Wright a7ea42c89a
Merge pull request #3728 from westlywright/aks.version.default
Azure aks get the latest satisfying version from versions
2020-01-24 16:55:29 -07:00
Westly Wright 19434d8b2e
Azure aks get the latest satisfying version from versions 2020-01-24 16:54:20 -07:00
Westly Wright 6cf81ba389
Merge pull request #3726 from westlywright/aks.version.default
Remove default k8s version value from AKS cluster
2020-01-24 14:42:23 -07:00
Westly Wright 78bd0811d5
Remove default k8s version value from AKS cluster
we should let the version picker choose the latest version

rancher/rancher#25100
2020-01-24 14:10:51 -07:00
Westly Wright 9d5cf4a0f2
Merge pull request #3724 from westlywright/configmap.refresh.24748
Misconfigured Computed Property
2020-01-23 13:49:28 -07:00
Westly Wright b5b923b16e
Merge pull request #3722 from westlywright/cluster.name
Ensure Cluster Name in Yaml is Applied
2020-01-23 13:49:20 -07:00
Westly Wright 2ff5d28998
remove model key from computed property on model
since this is a prop on the model there is no model to watch so changes to the
watched properties never triggered an update.

rancher/rancher#24748
2020-01-23 11:45:05 -07:00
Westly Wright 0519376220
drop cluster validation into next block
This ensures that all changes to the cofig via yaml are applied before
validating the cluster params.

rancher/rancher#24971
2020-01-22 14:59:55 -07:00
Westly Wright f5769a6cfe
Merge pull request #3719 from codyrancher/small-fixes
A number of small fixes for CIS Scans
2020-01-20 09:24:57 -07:00
Cody Jackson 9dc1769e1c Add support for lettered suffixes when sorting
When sorting CIS scan tests by number the lettered suffixes weren't
sorting properly. This adds support for sorting numbers such as
1.1.37b.

rancher/rancher#24715
2020-01-17 13:25:51 -07:00
Cody Jackson 42a0c4692c Add nodes to skipped test in the csv download
We want to display the nodes the test would run on even if it was skipped.

rancher/rancher#24725
2020-01-17 10:26:49 -07:00
Cody Jackson e8de1d7360 Adding the clear button to the detail page search input
rancher/rancher#24750
2020-01-17 09:56:15 -07:00
Westly Wright 1e033e6e47
Merge pull request #3718 from codyrancher/extractUniqueStrings
Putting extractUniqueStrings util back in
2020-01-16 10:46:50 -07:00
Cody Jackson 0ea2b645b7 Putting extractUniqueStrings util back in
This was erroneously removed during a revert.
2020-01-16 10:29:19 -07:00
Westly Wright 6fbc70110f
Merge pull request #3717 from westlywright/istio.external.id.error
Ensure Istio app version is upgraded correctly during upgrade process
2020-01-14 16:16:31 -07:00
Westly Wright 476fda4eed
Ensure Istio app version is upgraded correctly during upgrade process
rancher/rancher#24956
2020-01-14 16:09:53 -07:00
Westly Wright 5d589a5bb9
Merge pull request #3705 from shanewxy/yaml-create
Fixed edit as yaml in cluster options stuck on "saving"
2020-01-14 09:18:39 -07:00
Westly Wright e553f7f227
Merge pull request #3703 from shanewxy/trim-secret
Fixed trimming blank lines in multiline values of secrets breaks RSA format
2020-01-14 09:17:42 -07:00
Westly Wright cda2a62170
Merge pull request #3715 from westlywright/translations.fix
fix pathing issue in zh-hant
2020-01-13 14:17:44 -07:00
Westly Wright 2e3f1ecde7
fix pathing issue in zh-hant
rancher/rancher#24300
2020-01-13 14:12:41 -07:00
Westly Wright d4ee82258f
Merge pull request #3714 from westlywright/js.null.error
add error check on default check for RKE templates
2020-01-13 13:56:20 -07:00
Westly Wright 15018997ed
add error check on default check for RKE templates 2020-01-13 13:47:54 -07:00
Westly Wright d0310e15f5
Merge pull request #3710 from loganhz/catalog
Fix catalog issue
2020-01-13 13:45:44 -07:00
Westly Wright 1e67641b52
Merge pull request #3711 from loganhz/failed
Show pod message
2020-01-13 13:45:10 -07:00
Westly Wright 74b8b94165
Merge pull request #3712 from westlywright/helpertextupdates
Help Text and Label Text Updates
2020-01-13 13:44:34 -07:00
Westly Wright 0579c01111
expose kube version upgrade warning on apply cluster template.
rancher/rancher#24829
2020-01-13 13:30:07 -07:00
Westly Wright 80ff3f008b
update mtu labels and help text
rancher/rancher#24929
2020-01-13 11:22:54 -07:00
loganhz 662a1ed260 Fix scale issue 2020-01-11 08:43:42 +08:00
loganhz 4a929c195d Show pod message
https://github.com/rancher/rancher/issues/24884
2020-01-11 08:23:39 +08:00
loganhz 8e9746b345 Fix upgrade version issue
https://github.com/rancher/rancher/issues/18118
2020-01-10 10:54:50 +08:00
Westly Wright 3a173c312a
Merge pull request #3708 from codyrancher/vsphere-folder
Now displaying the full path for Folder
2020-01-06 13:36:05 -07:00
Cody Jackson 003124ad18 Now displaying the full path for Folder
Folders can share the same suffix so I'm now showing
the full path so users can differtiate when the
suffix is the same.

rancher/rancher#24853
2020-01-06 10:12:07 -07:00