Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-08 | bugfix: Add missing return in SetRemoteExecutionDispatch | Paul Cristian Sarbu | |
This was a source of occasional std::bad_variant_access exceptions. | |||
2023-12-12 | execution_api: Move dispatch file parser into separate utility | Paul Cristian Sarbu | |
2023-11-30 | Resolve inconsistencies in third-party headers include format | Paul Cristian Sarbu | |
2023-07-05 | RemoteExecutionConfiguration: support dispatch list | Klaus Aehlig | |
Extend the configuration data structure by a dispatch list of endpoints to chose based on the first match of the execution properties. |