open-vault/ui/app
claire bontempo 76f1971126
UI: pki configuration edit form (#20245)
* setup routing, move queries in ConfigurationIndex to parent resource route

* finish building out form, add model attrs build ttls

* add types

* update model attribute values, fix default ttl states

* remove defaults and use openApi, group with booleans

* add model to application route"

* add save functionality

* add error banner

* add transition after save

* use defaults from open api

* fix empty state language

* pass engine data

* change model attrs to ttl objects

* update types

* add invalid form alert to error block

* move data manipulation to serialize

* fix serializer, add comments

* add test for serializer

* edit configuration details view

* update details test

* change to updateRecord so POST request is made

* config/urls use POST instead of PUT

* add edit tests, update details

* add model hooks back to routes

* rearrange to remove dif

* remove createRecord for urls

* update comment

* wip sample ttl transform

* Revert "wip sample ttl transform"

This reverts commit 59fc179b5cd2994c4258e553e56667e29b3d6b72.

* revert changes, move model updates back to component

* simplify model fetches

* address comments;

* update pki/urls test

* update adapter test
2023-04-25 21:50:19 +00:00
..
adapters UI: pki configuration edit form (#20245) 2023-04-25 21:50:19 +00:00
components UI: remove references to comma separation for string array edit types (#20163) 2023-04-19 16:16:30 +00:00
config adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
controllers adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
decorators Clients config updates for census reporting (#20125) 2023-04-13 15:57:12 -06:00
helpers UI: VAULT-14972 VAULT-13808 VAULT-12777 Remove pki beta, old pki, remove unused cert attributes (#20062) 2023-04-12 09:18:46 -07:00
initializers adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
instance-initializers adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
lib adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
machines adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
macros adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
mixins adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
models UI: pki configuration edit form (#20245) 2023-04-25 21:50:19 +00:00
routes UI: VAULT-14972 VAULT-13808 VAULT-12777 Remove pki beta, old pki, remove unused cert attributes (#20062) 2023-04-12 09:18:46 -07:00
serializers UI: VAULT-14972 VAULT-13808 VAULT-12777 Remove pki beta, old pki, remove unused cert attributes (#20062) 2023-04-12 09:18:46 -07:00
services Re-add custom flash service so engines can extend cluster's template (#19963) 2023-04-03 13:13:59 -06:00
styles UI: remove references to comma separation for string array edit types (#20163) 2023-04-19 16:16:30 +00:00
templates UI: Remove usage of htmlSafe (#20235) 2023-04-19 15:40:33 +00:00
transforms adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
utils UI: remove references to comma separation for string array edit types (#20163) 2023-04-19 16:16:30 +00:00
app.js UI: VAULT-14972 VAULT-13808 VAULT-12777 Remove pki beta, old pki, remove unused cert attributes (#20062) 2023-04-12 09:18:46 -07:00
breakpoints.js adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
index.html adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
router.js adding copyright header (#19555) 2023-03-15 09:00:52 -07:00