Ingo Oppermann
d5c03932b5
Validate process config before adding/updating the cluster DB
2025-05-15 11:10:10 +02:00
Ingo Oppermann
2dbe5b5685
Add GPU support
2024-10-24 15:08:26 +02:00
Ingo Oppermann
b9796a46f2
Add test for type conversion
2024-07-12 09:00:47 +02:00
Ingo Oppermann
2b58c11bb1
Fix cluster process update on metadata change
2023-06-28 16:26:36 +02:00
Ingo Oppermann
d652fd213b
Check for identical configs on process update
2023-06-01 16:43:17 +02:00
Ingo Oppermann
971b8337fe
Add new placeholders and parameters for placeholder
2022-07-06 19:51:47 +02:00
Ingo Oppermann
ae8f5f00a6
Fix backslash escaping in placeholder value escaping
2022-07-05 10:45:57 +02:00
Ingo Oppermann
a2898061b0
Add optional escape character to process placeholder
...
If a value for a placeholder needs escaping, add the character to
escape with an "^" to the name of the placeholder, e.g. {memfs^:}.
This will escape all occurences of ":" in the value for {memfs}
with a "\".
2022-07-04 20:20:15 +02:00