trello-to-deck/src
Paul Campbell b3f1ed596c
Some checks failed
Test / build (map[name:nightly]) (push) Successful in 4m25s
Test / build (map[name:stable]) (push) Successful in 4m40s
Release Please / Release-plz (push) Failing after 40s
fix: stop zombie actors
Some actors had been set up so that they only stopped when all their children stopped.
The detection for this was triggered by each child as it stopped.
However, some actors didn't have any children, so were never triggered to stop.
They now check after starting any children if they should simply stop there and then.
2024-12-23 09:42:52 +00:00
..
import fix: stop zombie actors 2024-12-23 09:42:52 +00:00
macros fix: improve exponential backup detection of 429 error 2024-12-22 22:52:17 +00:00
nextcloud feat(nextcloud): support exponential backoff with jitter 2024-12-22 15:17:09 +00:00
tests feat: add support for tokio-console 2024-12-22 22:52:17 +00:00
trello fix: stop zombie actors 2024-12-23 09:42:52 +00:00
api_result.rs feat: add command 'nextcloud card add-attachment' 2024-12-18 17:21:01 +00:00
check.rs refactor: remove board_id and board_name from config file 2024-12-19 08:14:50 +00:00
config.rs refactor: reshuffling and extracting Executor trait 2024-12-13 21:59:28 +00:00
conversion.rs refactor: split import into smaller functions 2024-12-22 14:27:41 +00:00
default-config.toml refactor(trello): rewrite trello module and rename commands 2024-12-13 22:10:38 +00:00
execute.rs feat: add command 'import' 2024-12-20 20:31:52 +00:00
init.rs feat: add kxio printer to context 2024-12-13 09:30:16 +00:00
lib.rs fix: stop zombie actors 2024-12-23 09:42:52 +00:00
main.rs refactor: pass parsed Commands from main 2024-12-16 07:45:44 +00:00
post-init-instructions.txt feat: command to write initial config file 2024-12-12 17:31:31 +00:00
template.rs feat: command to write initial config file 2024-12-12 17:31:31 +00:00