Commit Graph

1636 Commits

Author SHA1 Message Date
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 52112adae8
Fold comments in yaml regardless of create or edit 2020-08-25 09:50:50 -07:00
Westly Wright 15c36d709f
during create yaml dont parse undefinied values
this causes the yaml parser to blow up. I added some extra error handling and logs as well

rancher/dashboard#1008
2020-08-25 09:50:50 -07:00
Westly Wright 53f8064eee
Fix preview yaml button visibility during tab sel 2020-08-25 09:50:50 -07:00
Westly Wright b42ee86e02
Use built in router api's for tabbed hash changing 2020-08-25 09:50:50 -07:00
Westly Wright c4369fd72f
Apply query should not replace the hash if exists 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 12014cfff8
Merge pull request #1083 from codyrancher/key-value-view
Fixing the presentation of keyValue in view mode
2020-08-24 16:38:23 -07:00
Cody Jackson 7f61c16388 Fixing the presentation of keyValue in view mode
- The KeyValue component was adding an initial empty row even when the mode was view so this is now only done when it's not view.
- I also noticed it's possible to have empty binary data so I fixed the download button to download an empty file and prevented it from navigating away from the page

rancher/dashboard#1068
2020-08-24 14:38:36 -07:00
Vincent Fiduccia 54220a7777
Merge pull request #1055 from mantis-toboggan-md/workload-storage
workload storage no buttondropdown
2020-08-24 13:47:35 -07:00
Vincent Fiduccia f515e3d2d2
Merge pull request #1077 from vincent99/master
Minimal fleet app, selector matching
2020-08-24 13:41:44 -07:00
Vincent Fiduccia 0244fe6c21
Merge pull request #1081 from codyrancher/regex-update
Updating label/annotation ignore regex
2020-08-24 13:37:05 -07:00
Vincent Fiduccia cfd984a37f
Merge pull request #1079 from rancher/mantis-toboggan-md-patch-2
Fix findMatching mutation
2020-08-24 13:36:34 -07:00
Vincent Fiduccia 24675f50a1
Selector matching 2020-08-24 13:35:57 -07:00
Cody Jackson 18013d6046 Updating label/annotation ignore regex
The regex expected there to be a prefix i.e. field.cattle.io/description
and wouldn't ignore something like cattle.io/something
2020-08-24 12:33:34 -07:00
Nancy cbfe4f3109
Fix findMatching mutation 2020-08-24 12:08:57 -07:00
Vincent Fiduccia afc71ed41d
Minimal fleet app 2020-08-24 11:06:11 -07:00
Vincent Fiduccia 5d9f62ad48
Merge pull request #816 from codyrancher/ingress-updates
Updating ingress page to include new requests
2020-08-23 02:15:37 -07:00
Cody Jackson 501a2bf8d8 Adding a tooltip to target service
- Added a tooltip to LabeledInput and LabeledSelect
- We now show the warning border and tooltip when a target service doesn't exist

https://github.com/rancher/dashboard/pull/816#issuecomment-655670728
2020-08-21 16:26:11 -07:00
Vincent Fiduccia 96ab259668
Merge pull request #1069 from vincent99/master
Questions support, header, cm<->ce nav
2020-08-21 03:22:43 -07:00
Vincent Fiduccia 11af4a54b2
Basic questions support 2020-08-21 03:17:28 -07:00
Vincent Fiduccia 932531dd1d
Header cleanup, ECM -> Cluster Manager 2020-08-21 03:15:58 -07:00
Vincent Fiduccia ccab7c5193
Start questions support 2020-08-21 03:15:57 -07:00
Vincent Fiduccia 5f1626b43d
Pluralize things ending in y->ies (#1030) 2020-08-21 03:15:57 -07:00
Cody Jackson 94ebf0783e Updating ingress page to include new requests
- Enable freeform target service
- Add status support to LabeledSelect
- Indicate that the target service isn't one of the existing options with LabeledSelect warning status
- Update text

https://github.com/rancher/dashboard/issues/272#issuecomment-642436439
2020-08-20 15:12:01 -07:00
Nancy Butler 892d5942e0 pr feedback 2020-08-20 13:28:32 -07:00
Nancy Butler 654279a9b8 workload storage no buttondropdown 2020-08-20 13:28:32 -07:00
Vincent Fiduccia ad4fdb68d4
Merge pull request #1058 from codyrancher/label-annotations-ignoring
Updating how we filter labels and annotations
2020-08-20 12:11:42 -07:00
Cody Jackson cf4794c057 Updating how we filter labels and annotations
- Replace prefix and contain lists with regex lists
- Allow each resource to override the filtering by overriding labelsToIgnoreRegexes/annotationsToIgnoreRegexes
- Hide the labels and annotations both from the view and edit of Labels and DetailTop components
- Allow users to modify filtered labels and annotations by entering them manually

rancher/dashboard#556
2020-08-20 11:47:58 -07:00
Vincent Fiduccia 6b914d70e0
Merge pull request #1056 from lvuch/lh-0818
active tab and small button fix
2020-08-19 11:53:23 -07:00
lvuch c1f7ce049c tab fix 2020-08-19 10:54:43 -07:00
lvuch 59518551d0 more workload changes 2020-08-19 10:54:43 -07:00
Westly Wright 1c622625ea
Merge pull request #1050 from westlywright/bug.service.affinity
Services Session Affinity Bug
2020-08-19 09:34:30 -07:00
Westly Wright a66f986a88
Merge pull request #1054 from westlywright/bug.monitoring.missing.params
fix default retention size monitoring
2020-08-19 09:34:10 -07:00
Westly Wright f57e4107d1
fix default retention size monitoring
rancher/dashboard#908
2020-08-19 09:29:55 -07:00
Westly Wright e4a9c831a8
fix sessionAffinity value - ClusterIP => ClientIP
rancher/dashboard#804
2020-08-18 13:50:52 -07:00
Vincent Fiduccia 8ede12d7a9
Merge pull request #1047 from westlywright/bug.service.labels
Service Bugs
2020-08-18 13:42:34 -07:00
Vincent Fiduccia 14a0afb0f6
Merge pull request #1046 from lvuch/lh-0818
design issues
2020-08-18 13:38:18 -07:00
Vincent Fiduccia eb2b1c0d32
Merge pull request #1040 from codyrancher/annotations-key-value
Switching DetailTop's annotation table to KeyValue component
2020-08-18 13:27:24 -07:00
Vincent Fiduccia dc9604aa57
Merge pull request #1039 from lvuch/lh-0814
theme changes in nav
2020-08-18 13:26:46 -07:00
Vincent Fiduccia fde5e2d7cd
Merge pull request #1018 from codyrancher/configmap-update
Updating ConfigMap to make use of CruResource
2020-08-18 13:26:10 -07:00
lvuch 33984ca71e workload tab cleanup 2020-08-18 12:09:12 -07:00
Westly Wright 7cce93073a
Default tabbed comp to use history replace state
instead of push state

rancher/dashboard#820
2020-08-18 11:47:37 -07:00
Westly Wright a9cc4e39dc
expose target port for headless service types
i think this check was left over from before i pulled this code out into ServicePorts component

rancher/dashboard#1028
2020-08-18 10:42:52 -07:00
Westly Wright d3c5516adc
update service labels component value path
rancher/dashboard#985
2020-08-18 10:33:56 -07:00
lvuch 81fbda7ff6 1045 workload issues 2020-08-18 09:44:29 -07:00
lvuch ae2be57137 overview link 2020-08-17 14:06:34 -07:00
lvuch c41b4a4660 nav spacing 2020-08-17 14:00:41 -07:00