Commit Graph

4517 Commits

Author SHA1 Message Date
Neil MacDougall a96fac92a0
Merge pull request #3488 from nwmac/resource-not-found
Catch resource not found on ResourceDetail view
2021-07-19 09:56:54 +01:00
Neill Somerville b2e685fc38
Merge pull request #3495 from neillsom/neill/1106/istio-destination-rule-2-electric-bugaloo
Istio CRD Destination Rule Form
2021-07-16 15:24:53 -07:00
Neill Somerville c956b5bf4b fix translation update 2021-07-16 15:14:30 -07:00
Neill Somerville bcca0afe00 destination rule cru 2021-07-16 15:10:42 -07:00
Vincent Fiduccia 08bc337c58
Merge pull request #3485 from lvuch/lh-btnfix
focus btn on dark fix
2021-07-16 10:24:00 -07:00
Vincent Fiduccia 3972ac96ef
Merge pull request #3348 from WuJun2016/harvester-node-driver
feat: harvester node driver for rke2
2021-07-16 10:22:12 -07:00
Neil MacDougall f9dec8a4cc
Merge pull request #3484 from nwmac/deployment-icon-alignment
Fix minor issue with icon alignment on create page
2021-07-16 13:24:30 +01:00
Neil MacDougall 15e355b7fe
Merge pull request #3481 from nwmac/fix-resource-search
Fix broken resource search
2021-07-16 13:23:53 +01:00
Neil MacDougall 3d53503e93 Catch resource not found on ResourceDetail view 2021-07-16 13:14:39 +01:00
Richard Cox d676cb85c9
Merge pull request #3483 from richard-cox/handle-missing-secrets
Handle situations in create cluster flow where user cannot fetch `secrets`
2021-07-16 11:33:29 +01:00
lvuch 6b19fcd6bf focus btn on dark fix 2021-07-15 10:42:25 -07:00
Nancy 644e99db48
Merge pull request #3458 from mantis-toboggan-md/bugfix-counts
make apps marketplace product account for ns filter in header
2021-07-15 07:45:50 -07:00
Neil MacDougall e17c444739 Fix minor issue with icon alignemt on create page 2021-07-15 15:32:15 +01:00
Neil MacDougall e2233a3e7a
Merge pull request #3441 from nwmac/fix-broken-yaml-diff
Fix broken YAML diff
2021-07-15 15:12:48 +01:00
Richard Cox 9a057d3ff2 Handle situations in create cluster flow where user cannot fetch `secrets`
- This will help the backend team to continue permissions work in the create cluster flow
- For some resources, like secrets and clusters, users may not end up having access to the schemea or collection get if they haven't yet created a resource of that type
  - Applies to users and restricted-admins who aren't a member of any cluster
- These changes handle these scenarios and match how things worked in ember (ish)
  - Safeguard fetch of secrets in SelectCredential component
  - Remove unused fetch of secrets in RKE2 create cluster flow
2021-07-15 14:55:42 +01:00
Neil MacDougall d587d31536 Fix bug when clicking 'compare changes' 2021-07-15 14:37:55 +01:00
Neil MacDougall f05c22edde Fix broken resource search 2021-07-15 14:30:37 +01:00
Neil MacDougall 68ca892c6e Fix yaml diff in helm install 2021-07-15 13:58:58 +01:00
Neil MacDougall 271a25d4d0 Fix broken YAML diff 2021-07-15 13:58:58 +01:00
Neil MacDougall 9d428eebbe
Merge pull request #3470 from nwmac/fix-name-focus
Fix issue with name losing focus on deployment create
2021-07-15 13:56:41 +01:00
Neil MacDougall 4aadb0b894
Merge pull request #3472 from nwmac/tidy-release-notes
Improve presentation of release notes
2021-07-15 13:56:30 +01:00
Vincent Fiduccia df127dea63
Merge pull request #3476 from vincent99/master
Windows registration command
2021-07-14 14:02:40 -07:00
Vincent Fiduccia e85f21214c
Windows registration command 2021-07-14 13:50:49 -07:00
Nancy 4986c4f122
Merge pull request #3459 from mantis-toboggan-md/bugfix-namespace-move
fix namespace move-project action
2021-07-14 07:00:59 -07:00
Neil MacDougall fc82133e9b Improve presentation of release notes 2021-07-14 14:22:36 +01:00
Nancy Butler 6f71ff3f0c fix count filtering for all products in explorer 2021-07-14 05:36:41 -07:00
Nancy Butler 284b3e14d1 filter ns move project opts reactively 2021-07-14 05:07:15 -07:00
Neil MacDougall 612dbc98a9 Fix issue with name losing focus on deployment create 2021-07-14 12:07:56 +01:00
Neil MacDougall 31990aec69
Merge pull request #3469 from nwmac/fix-duplicate-projects
Create namespace: Fix duplicate projects in dropdown
2021-07-14 11:31:31 +01:00
Richard Cox 56b4133a67 Two tweaks
- Filter out namespaces with no projects instead of including 'undefined' in 'toMove'
- (not related to this PR.. but same area) As per #3469 only show projects from current cluster
2021-07-14 11:16:08 +01:00
Richard Cox 20c2f767d5
Merge pull request #3457 from richard-cox/fix-single-cluster-user
Fix create/edit user when global roles are unavailable
2021-07-14 10:54:02 +01:00
Richard Cox 355c6b4f7f
Merge pull request #3440 from richard-cox/blank-local-cluster
Default to a blank cluster when the user does not have access to any
2021-07-14 10:53:39 +01:00
Vincent Fiduccia bb2c8fb7ec
Merge pull request #3464 from vincent99/master
Shell timeout, machine config field rename
2021-07-13 19:08:58 -04:00
Vincent Fiduccia a206256861
(controlPlane|worker)Config -> machine(Global|Selector)Config
rancher/rancher#33601
2021-07-13 16:02:51 -07:00
Vincent Fiduccia 10e694fbe9
Send terminal resize on interval to keep connection alive (#33468) 2021-07-13 15:59:50 -07:00
Nancy Butler ea4cdb488a account for moving ns with no project 2021-07-13 12:12:00 -07:00
Neil MacDougall ab2f8427bb Create namespace: Fix duplicate projects in dropdown 2021-07-13 19:55:12 +01:00
Richard Cox bbf07851ca Fix create/edit user when global roles are unavailable
- For instance with --features=multi-cluster-management=false
2021-07-13 18:00:41 +01:00
codyrancher 8760c8da7f
Merge pull request #3448 from codyrancher/cluster-members-is-sytstem
Updating how we check if a cluster/projectRoleTemplateBinding isSystem
2021-07-13 08:50:03 -07:00
Richard Cox f56bf0cfa2 Get PR into mergeable state
- Remove install cluster specific comments, handle in anothe PR
- Revert install cluster via template change, handle in another PR
2021-07-13 15:48:29 +01:00
Nancy 30c183864e
Merge pull request #3425 from mantis-toboggan-md/bugfix-brand
ui branding issues
2021-07-13 07:12:26 -07:00
Nancy ce5f8cac7f
Merge pull request #3311 from mantis-toboggan-md/inital-setup
prompt for serverurl when enabling mcm
2021-07-13 07:11:08 -07:00
Neil MacDougall 65f7fda7d8
Merge pull request #3435 from nwmac/remove-skip-confirm-dialog
Ensure remove respects ability to skip confirmation (Cluster tools, group principal)
2021-07-13 14:57:45 +01:00
Nancy Butler ec430967ab pr feedback 2021-07-13 06:44:37 -07:00
Nancy Butler a8dfcddbaa prompt for serverurl when enabling mcm 2021-07-13 06:43:02 -07:00
Neil MacDougall 85380d7810 Remove 2nd watch - not needed 2021-07-13 14:32:01 +01:00
Neil MacDougall 7a5ac7d3ac
Merge pull request #3445 from nwmac/table-colors
Improve color contrast on table groups in dark mode
2021-07-13 14:06:32 +01:00
Neil MacDougall 9dd301825e
Merge pull request #3444 from neillsom/neill/3354/inconsistent-option-title-and-labels
Inconsistent option title and labels on buttons for node-label and node-taint for node driver
2021-07-13 14:00:20 +01:00
Neil MacDougall ccd12f13b6
Merge pull request #3443 from nwmac/dark-theme-tweak
Improve borders of simple box in dark mode
2021-07-13 13:46:35 +01:00
Neil MacDougall 116ce8ba28
Merge pull request #3438 from nwmac/iframe-wm-height
IFrame height should take into account the window manager when shown
2021-07-13 13:46:14 +01:00