Commit Graph

18 Commits

Author SHA1 Message Date
Vincent Fiduccia 1208725f6a
Drop old proxy support 2021-10-25 10:20:34 -07:00
Vincent Fiduccia 570c4650e9
Now with more classes and no proxies 2021-10-25 10:20:34 -07:00
wujun 86034ceb31 HARVESTER: fix rebase error 2021-09-17 11:07:37 +08:00
n313893254 9a162790b3 HARVESTER:feat: image upload
https://github.com/harvester/harvester/issues/570
2021-09-17 11:07:37 +08:00
wujun 7933a55136 HARVESTER: replace DV with PVC 2021-09-17 11:07:37 +08:00
wujun 1467e554ae HARVESTER: refactor: template polish 2021-09-17 11:03:28 +08:00
wujun 95e4abb249 HARVESTER: refactor: organize code merge to dashboard 2021-09-17 10:52:25 +08:00
Phillip Rak d20155a320 Add custom validator to check if server-url starts with https 2021-08-16 12:10:05 -07:00
Nancy Butler f3a7b9f0d5 validate cluster name for rke2 2021-08-03 16:59:49 -07:00
Cody Jackson 3963da0798 Adding validation to role template
- Ensuring that the verbs field is filled out

rancher/dashboard#2358
2021-03-15 11:52:14 -07:00
Cody Jackson c94f3acde0 Small fixes to logging outputs
- Making logdna apiKey a required field
- Ensuring the ports are with a valid port range and changing it to min or max if it's not

rancher/dashboard#2075
rancher/dashboard#2074
2020-12-16 15:01:35 -07:00
Nancy Butler 2ea93d1be9 validate pod affinity/antiafiinity 2020-11-03 13:40:12 -07:00
Nancy Butler 2ae4685e3b simple custom validators 2020-10-29 13:44:55 -07:00
Cody Jackson 0118e0c984 Adding the route alertmanager route type
- Extracted code that could be shared between route and receiver into an alertmanagerconfig util
- Added some more support code to allow users to dynamically add/remove uncreatableTypes

rancher/dashboard#1239
2020-10-27 16:10:01 -07:00
Westly Wright 564d7337ce
Prometheus Rules Custom UI Components 2020-10-23 15:25:03 -07:00
Westly Wright aa33b16785
Service validation
Adds the following validation:
Service Ports - adds extra checks for port name, fixes invalid check for externalname services
ClusterIP - Conditional Checks on service types and ip none check
ExternalName
2020-10-20 08:58:18 -07:00
Cody Jackson 29aaa185e5 Adding validation to verify atleast one local or global output is selected
rancher/dashboard#
2020-10-02 15:06:05 -07:00
Westly Wright 96c951f262
Adds client side validation
Supports basic scalar types string, int, bool, array etc
Supports custom validation logic

Adds initial service validations
Adds additional error processing logic to better parse Kubernetes api errors

Fixes some minor bugs found while writing custom validtion for service

rancher/dashboard#189
2020-06-15 08:57:35 -07:00