3
0
Denis Arh 59ffe768a8 Fix create and update with unique constraints
When creating or updating resource that did not match unique constraint
filters, check wrongly reported not-unique error when matching (and
valid) resource was found in the store.

This fix adds explicit check if resource to be stored does not match
constraint filters and skips the rest of the constraint checking
procedure.
2021-10-13 17:35:32 +02:00
..
2021-10-01 10:08:58 +02:00
2021-10-01 10:08:58 +02:00
2021-03-18 08:20:55 +01:00
2021-10-01 10:08:58 +02:00
2020-12-05 10:30:22 +01:00
2020-08-24 15:38:42 +02:00
2021-03-12 13:12:07 +01:00
2020-12-05 07:44:49 +01:00

Code generation package

It consumes YAMLs from all known locations and provides them to templates

  • determinate all known locations for yaml files
  • determinate all known output types (go?, html?, adocs?)
    • can we read this from the filename?
  • define structure for all locations
  • define outputs
    • can be a static file
    • can have placeholders that are assembled from the structure, and yaml file contents