Support procedures as native entities #425

Merged
blacklight merged 7 commits from 341/procedure-entities into master 2024-08-28 00:17:59 +02:00

7 commits

Author SHA1 Message Date
d9916873cb
[procedures] Store actions for YAML procedures.
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-28 00:14:54 +02:00
234963b069
🐛 Fixed import error 2024-08-28 00:14:21 +02:00
ffc3fe218d
[config] Added config.get_config_dir method. 2024-08-28 00:13:46 +02:00
0f186c44ef
[#341] Support for procedure reconciliation.
All checks were successful
continuous-integration/drone/push Build is passing
If some procedures are removed either from the configuration or from the
loaded scripts, then their associated entities should also be removed
from the database when the `procedures` plugin is loaded.
2024-08-25 23:45:11 +02:00
06781cd72c
[#341] Backend implementation of the new procedure entities architecture. 2024-08-25 16:06:56 +02:00
24f7d4a789
Merge branch 'master' into 341/procedure-entities 2024-08-25 14:29:43 +02:00
af21ff13ff
[WIP]
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-13 22:27:10 +02:00