Commit Graph

16 Commits

Author SHA1 Message Date
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