Commit Graph

314 Commits

Author SHA1 Message Date
Vincent Fiduccia 565520c47a
Fleet clustergroup creaet 2020-09-04 03:46:01 -07:00
Vincent Fiduccia 3bbb669a15
Chart colors 2020-09-03 20:59:51 -07:00
Vincent Fiduccia 17e0285447
Fix checkbox, click entire container, no nested labels, keyboard events 2020-09-03 20:59:51 -07:00
Vincent Fiduccia d824261315
Start latest round of catalog redesign 2020-09-03 20:59:50 -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 966b816cfe
Add Alerting V2 config to monitoring 2020-09-02 11:32:24 -07:00
Vincent Fiduccia b56af4e94a
Show values yaml on installed apps 2020-08-28 16:38:48 -07:00
Vincent Fiduccia 6359a42224
Format JSON with newlines in keyvalue 2020-08-28 16:38:48 -07:00
Vincent Fiduccia b85434801a
Show chart version picker even if name/ns are fixed 2020-08-26 17:09:13 -07:00
Nancy Butler 952cd254b4 pr feedback, container component clean up 2020-08-26 08:25:44 -07:00
Nancy Butler 66b2c902ab pod detail redesign 2020-08-25 13:46:20 -07:00
Nancy Butler 5afecb00dc view mode for EnvVars 2020-08-25 08:57:38 -07:00
Nancy Butler 89990779fe view mode styling, get pods with findMatching 2020-08-25 08:26:34 -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 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 11af4a54b2
Basic questions support 2020-08-21 03:17:28 -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 654279a9b8 workload storage no buttondropdown 2020-08-20 13:28:32 -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
lvuch 59518551d0 more workload changes 2020-08-19 10:54:43 -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
lvuch 33984ca71e workload tab cleanup 2020-08-18 12:09:12 -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
lvuch 81fbda7ff6 1045 workload issues 2020-08-18 09:44:29 -07:00
Cody Jackson c83d82002f Updating ConfigMap to make use of CruResource
rancher/dashboard#842
2020-08-17 13:00:17 -07:00
Cody Jackson c8d629df1b Updating Namespace to make use of CruResource
rancher/dashboard#843
2020-08-12 15:58:52 -07:00
Nancy Butler c31914ab26 workloadports style 2020-08-11 11:44:49 -07:00
Cody Jackson fc0f099179 Switched existing code to use FileSelector 2020-08-10 15:08:53 -07:00
Cody Jackson 75b6c4c7e9 Create a FileSelector component 2020-08-10 15:08:52 -07:00
Nancy Butler 6a725e3078 style fixes
nodescheduling fix
no 'hide tabs' option
2020-08-10 08:00:47 -07:00
Westly Wright 687ce496b2
Initial Monitoring V2 Custom Chart UI
rancher/dashboard#908
2020-08-07 17:08:31 -07:00
Vincent Fiduccia bf606a9ae2
Use cruresource instead of wizard 2020-08-06 15:57:33 -07:00
lvuch b187e907b7 key value label 2020-08-04 15:02:57 -07:00
Vincent Fiduccia 4b2aab8cb7
Merge pull request #952 from westlywright/feature.create.resource.component
Feature - Generic Create Component
2020-08-03 16:47:03 -07:00
Vincent Fiduccia 78bf5f1595
Merge pull request #953 from mantis-toboggan-md/workload-wizard
workload create/edit fixes
2020-08-03 16:28:03 -07:00
Nancy Butler 325c63000a workload create/edit fixes 2020-08-03 14:49:55 -07:00
Westly Wright 831efa52cf
remove debugger 2020-08-03 14:17:11 -07:00
Westly Wright 7f25c02154
Fix labels scss on service edit 2020-08-03 14:14:34 -07:00
Nancy Butler b8eb49f691 istio create 2020-08-03 08:22:57 -07:00
Nancy Butler 657c6ebf9c remove button 2020-07-31 07:46:46 -07:00
Nancy Butler a1b553280d buttondropdown color and scale 2020-07-31 07:41:46 -07:00
Nancy Butler 3c57936768 remove sortabletable from keyvalue in favor of css grid 2020-07-31 07:41:46 -07:00
Vincent Fiduccia cb883b69c9
Merge pull request #823 from lvuch/lh-uipolish
table styling and ui polish
2020-07-30 16:58:25 -07:00
Nancy Butler a7c7e62fae fix nav 2020-07-30 14:20:35 -07:00
lvuch 3457bb64a5 conflicts 2020-07-30 09:49:41 -07:00
lvuch 9f70fcff33 moar tables 2020-07-30 09:33:00 -07:00
lvuch 39050bcd52 more table tidying 2020-07-30 09:32:59 -07:00