Cody Jackson
d5ce4fff2e
Run the vue3 migration script
...
Commands run:
➤ yarn migrate
➤ git clean -fdx
➤ nvm use 20
➤ yarn
2024-08-22 16:05:36 -07:00
Evgeniya Vashkevich
92d810399a
[FEAT] Removed all mentions of Pod Security Policies ( #9962 )
2023-11-01 11:02:43 -07:00
Giuseppe Leo
01eeb0548f
Add recommended lint rules globally ( #8997 )
...
* Update configuration
* Create default config for eslint
* Restore plugin:vue/recommended
* Add exceptions and overrides
* Correct manually remaining issues
* Adding further picked exceptions groupped up
* Fix or disable specific cases manually and singularly
* Add naming linting exception
* Remove unused variable in component
* Move rules to default
* Autocorrect rancher/components linting issues
* Configure VSCode to use multiple files, to display linting for rancher components
* Disable jest lint hook restriction for string list component
* Autofix
2023-06-23 17:02:55 +02:00
Nancy
039bf00d67
Ensure CRDs are always installed with the same global values as the main chart ( #8636 )
...
* during chart installation only apply crd values that have been customized
* rm unused import in install.vue
2023-04-05 14:32:04 -07:00
Giuseppe Leo
d0eb4f32c2
Custom chart UIs show PSP switch on Kubernetes v1.25 ( #8505 )
...
* Formatting test code
* Remove wrapping styles from ChartPsp checkbox
* Add PSP display condition; allow to pass title
* Prevent checkbox to disappear on value change on certain conditions
* Ignore path for given map of charts/keys if k8s >= 1.25 and PSP is disabled
* Changed way to retrieve cluster version to standard method
2023-03-27 18:02:03 +02:00
Nancy
ecfd035751
Add enableDefaultSeccompProfile option to the Gatekeeper chart install ui ( #8381 )
...
* fetch auto-install chart info; pass associated chart values to custom chart ui components; allow configuring enable default seccomp profile during gatekeeper install
* fix gatekeeper localization path
2023-03-13 09:15:57 -07:00
Nancy
d9794c375c
add enable psp checkbox to custom chart uis ( #8163 )
...
* add enable psp checkbox to custom chart uis
* fix chartpsp checkbox import
* expand chartpsp tests, fix path in chartpsp component
2023-02-17 15:32:08 -07:00
Neil MacDougall
b1ac45d18e
Address PR feedback
2023-02-09 20:37:07 +00:00