Vincent Fiduccia
96f53674d8
Upgrade jsyaml
2021-08-06 02:06:04 -07:00
Neil MacDougall
e4df42958e
Fix issue selecting same file after edit
2021-07-13 12:41:06 +01:00
Neil MacDougall
f25820f220
Revert change to updateValue
2021-07-09 08:33:51 +01:00
Neil MacDougall
b80a74ccaa
Fix issues with import yaml
2021-07-06 15:54:38 +01:00
Vincent Fiduccia
c7c15455cc
Configure addon charts when deploying cluster
2021-06-08 15:14:44 -07:00
Richard Cox
b05837c14d
Add Helm Chart Install Stepper
...
- Replaces old edit/install page, which is split out in to Chart Details page and Chart Install page
- Two pages share common mixin
- Updated existing Wizard component for stepper
- Wizard header greatly updated
- Step indicator no longer uses query param
2021-05-14 07:40:26 +01:00
Vincent Fiduccia
6de4934e3f
More cluster options
2021-05-04 18:38:01 -07:00
Vincent Fiduccia
6934f4e8f1
kubectl apply / Cluster import
2021-01-25 15:34:57 -07:00
Westly Wright
fe83fe9c0c
parse preview yaml on charts on page load
2020-08-25 09:50:51 -07:00
Cody Jackson
fc0f099179
Switched existing code to use FileSelector
2020-08-10 15:08:53 -07:00
Vincent Fiduccia
bf606a9ae2
Use cruresource instead of wizard
2020-08-06 15:57:33 -07:00
Vincent Fiduccia
471cd3ada3
Fold annotations in YAML if certain ones are found
2020-07-22 03:55:42 -07:00
Vincent Fiduccia
11ad919425
Better chart and version loading
2020-07-22 03:55:41 -07:00
Nancy Butler
a54d5ac60f
better KeyValue value view mode
2020-07-01 15:25:37 -07:00
Vincent Fiduccia
d17f79576b
Rio fixes
2020-06-04 16:06:15 -07:00
Vincent Fiduccia
d6bc32ffd4
Fold managedFields and sometimes status
2020-05-30 03:14:00 -07:00
Vincent Fiduccia
31ea3b138e
Eslint changes new nuxt defaults want
2020-05-28 14:22:52 -07:00
Vincent Fiduccia
87d1f89481
Make tabs work right in YAML editor
2020-05-20 15:26:04 -07:00
Nancy Butler
3c370f56fa
remove upload toggle prop in favor of calling methods on refs
2020-05-04 17:32:32 -07:00
Nancy Butler
fdbe07f527
use prop instead of ref to show yaml fil upload
2020-05-04 16:29:16 -07:00
Nancy Butler
e13a597690
add file uploader to yamleditor; add button to resourcedetail
2020-05-04 14:29:34 -07:00
Cody Jackson
2cc259d241
Remove new yaml serialization
...
Adding serialization to the scope of the currently pr has become
slightly unwieldy. I'm going to put the serialization into a separate
pr.
2020-04-15 10:00:09 -07:00
Cody Jackson
fea71ffae2
Refactored YAML editing to better support parameters
...
We needed a way to support arbitrarily complex parameters in both
type and nesting level. As a temporary solution I enabled the user
to toggle between a key value component and a yaml editor.
To enable this I refactored ResourceYaml into a composable YamlEditor
component that can be used elsewhere.
rancher/dashboard#388
rancher/dashboard#380
2020-04-15 09:53:24 -07:00