Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-13 | Add command line options to tune the retry strategy for rpc calls | Alberto Sartori | |
Three new command line options have been added: - `--max-attempts` - `--initial-backoff-seconds` - `--max-backoff-seconds` | |||
2023-12-06 | install-cas cli: Remove remote execution properties and dispatch file... | Paul Cristian Sarbu | |
...options from the generated help messages, as these are not used for the install-cas subcommand. This also updates the man page accordingly, where the dispatch file was marked as supported, as well as update any test affected by these changes. | |||
2023-12-06 | Add CLI option to set write strategy for target-level cache | Klaus Aehlig | |
2023-11-30 | Resolve inconsistencies in third-party headers include format | Paul Cristian Sarbu | |
2023-09-13 | just serve: Add endpoint arguments | Paul Cristian Sarbu | |
2023-09-13 | just: Add handling of 'just serve' configuration | Paul Cristian Sarbu | |
2023-08-23 | just: split main code | Klaus Aehlig | |
... by moving the diagnose and cli related code into to separate libraries. In this way, we hopefully improve maintainability of the code base. |