Commit Graph

50 Commits

Author SHA1 Message Date
Vincent Fiduccia 32c24bf5c0
Better driver picker 2021-03-17 23:02:50 -07:00
Vincent Fiduccia 473a5bdc7f
Create cloud cred in place, DO store, API renames 2021-03-17 23:02:46 -07:00
Nancy Butler 05823653f0 auth config cancel button
fix edit auth config action

reset changes when cancelling edit auth config
2021-02-11 08:06:11 -07:00
Vincent Fiduccia 9819c11e0b
Pick cluster, driver, credential, AWS client 2021-01-15 12:59:54 -07:00
Westly Wright 534e0a982b
Monitoring UI Polish - Overview & Create Route
rancher/dashboard#1986

update receiver tabs and labeled tooltips

fix styling on receiver responder rows
2021-01-11 09:25:27 -07:00
Vincent Fiduccia 119687c842
Fix yaml edit from form 2020-12-10 00:16:39 -07:00
Vincent Fiduccia 604cfccfc1
Remove the rest of resourceDetail asyncData, fetch fixes
- parentOverrides now part of type-map/configureType to set and  type-map/optionsFor to get.
- Remove asyncData from resourceDetail flow
- Rehydrate fetch() data
2020-12-02 03:31:25 -07:00
Vincent Fiduccia 936f54da24
fetch vs asyncData, moreDetails, parentOverride, pod moredetails 2020-11-30 23:28:21 -07:00
Vincent Fiduccia b366ff085c
Merge pull request #1716 from mantis-toboggan-md/secret-cruresource
Secrets UX update
2020-11-09 15:38:29 -07:00
Cody Jackson 9cb1c7d878 Resolving receiver issues
- Edit as yaml on a created resource wasn't calling the yamlSaveOverride
- Erroneously set required_tls default for webhooks
- camel cased a field that wasn't supposed to be
2020-11-03 14:41:39 -07:00
Nancy Butler 47251ed30d cruresource in secrets
related resources table in secrets
2020-10-30 10:43:04 -07:00
Vincent Fiduccia 0f36f9b941
Merge pull request #1512 from lvuch/lh-0929
logs fix
2020-09-30 16:09:13 -07:00
lvuch e8446e0737 1470 2020-09-29 16:10:33 -07:00
Nancy Butler e80b30334b fix vct storage class/PV radios
buttondropdown secret option

get workload images from container spec

fix pvc create statefulset
2020-09-29 13:31:39 -07:00
lvuch 97c5cfa587 deployment card 2020-09-26 23:14:06 -07:00
lvuch 90b87ffa8e cards on deployment 2020-09-26 23:14:06 -07:00
Nancy Butler 1071643abe fix links in workload type descriptions 2020-09-16 16:57:24 -07:00
Vincent Fiduccia cce5a46c78
Use product.inStore instead of assuming cluster store 2020-09-11 03:08:25 -07:00
Vincent Fiduccia 9683712293
Use default slot for CruResource form content instead of "define" 2020-09-10 03:00:18 -07:00
Nancy Butler 60dcd37ad3 backup create page 2020-09-08 11:43:21 -07:00
Cody Jackson fb3c440d04 Fixing opa constraint bitrot issues
There's been significant changes to a number of our base components that didn't get carried over to constraints since it's an exceptional type.

- This migrated over to cru-resource
- Updated all of the helper components to handle the lack of tables in arraylist
- Updated how create-edit-view is used
- Properly saves now
- Can edit parameters as yaml
- Can edit yaml

https://github.com/rancher/dashboard/issues/1100
https://github.com/rancher/dashboard/issues/1099
https://github.com/rancher/dashboard/issues/1011
https://github.com/rancher/dashboard/issues/622
2020-09-02 17:38:57 -07:00
Westly Wright 1c11e628e0
Fix up apply hooks for resource yaml and workloads 2020-08-25 09:50:51 -07:00
Westly Wright 584fb35596
Don't loop and process always add for preview yaml 2020-08-25 09:50:51 -07:00
Westly Wright 1107647b47
chart yaml back button 2020-08-25 09:50:51 -07:00
Westly Wright 3fe767168f
Back button back -> back to form 2020-08-25 09:50:50 -07:00
Westly Wright 655f963f1c
cleanup cancel event and formatting 2020-08-25 09:50:50 -07:00
Westly Wright d35b83c85c
hide preview yaml button on edit
rancher/dashboard#966
2020-08-25 09:50:50 -07:00
Westly Wright c2168f8951
show diff on edit mode only 2020-08-25 09:50:50 -07:00
Westly Wright 7661a67b97
Add cancelConfirmRequireed (and back) flags to cru-resource footer 2020-08-25 09:50:50 -07:00
Westly Wright b93d202e55
Add Yaml Preview to Chart Install
Break CruResource cancel footer logic into component
Refactor apps/install to remove CruResource, use new footer component
Add Yaml Preview to Chart Install

When working on adding the yaml preview to the chart install page i came
to the conclusion that the footer piece is all that is required out of
CruResource for that page. Chart install requires a different set of
actions on yaml save so rather than try to kluge action handeling in it
makes more sense to decouple the common elements, ie the footer and confirm cancel
2020-08-25 09:50:50 -07:00
Vincent Fiduccia be7046002f
Merge pull request #1022 from westlywright/bug.monitoring.v2
Seed Yaml Editor Content
2020-08-17 11:46:13 -07:00
Westly Wright bdcf6de543
send apply-hooks event from CruResource prev Yaml
so that any resources that require before hooks to be applied to data before yamlizing
2020-08-13 10:21:19 -07:00
lvuch c2275fbb5c tidy 2020-08-12 11:40:19 -07:00
lvuch ab3189a126 cru 2020-08-12 11:37:01 -07:00
Vincent Fiduccia 7d33936ec9
Cancel install/upgrade to the right place 2020-08-07 04:12:55 -07:00
Vincent Fiduccia a68001e83a
Support auto-install-gvr annotation, chart translations 2020-08-07 01:54:09 -07:00
Vincent Fiduccia a5a3068d94
Chart refactor, upgrade support 2020-08-06 16:00:00 -07:00
Vincent Fiduccia 00f45b06d0
Fix create 2020-08-06 15:58:27 -07:00
Vincent Fiduccia bf606a9ae2
Use cruresource instead of wizard 2020-08-06 15:57:33 -07:00
Nancy Butler fa7e1afa39 fix CruResource
put CruResource in Workload

show/hide tabs

tab scrolling behavior

masthead nameDisplay
2020-08-05 15:39:49 -07:00
Westly Wright eb4156e0bd
PR feedback items
Refactor `canCreate` to `validationPassed` to make variable intention clear.
Refactor markup so subtype selection is not limited to form only view.
Refactor to offer Yaml preview on edit.
2020-08-04 10:23:38 -07:00
Westly Wright 6b90aa3575
Formatting and translations 2020-08-03 11:07:33 -07:00
Westly Wright 605abdab1c
formatting 2020-08-03 09:41:05 -07:00
Westly Wright 5c1f2b6a94
more cleanup for cru-resource 2020-08-03 09:37:28 -07:00
Westly Wright 53a204e1b7
resource yaml changes 2020-08-03 08:42:38 -07:00
Westly Wright 1b2430daa5
translations and modal styles 2020-08-03 08:42:38 -07:00
Westly Wright d43806e762
basic back modal 2020-08-03 08:42:38 -07:00
Westly Wright 96ca74d351
styles and preview yaml setup 2020-08-03 08:42:38 -07:00
Westly Wright 96ff5bb936
display resource container 2020-08-03 08:42:38 -07:00
Westly Wright 4fc4026349
CruResource create 2020-08-03 08:42:38 -07:00