trello-to-deck/src/tests
Paul Campbell 756abd61c7
Some checks failed
Test / build (map[name:nightly]) (push) Successful in 4m30s
Test / build (map[name:stable]) (push) Successful in 9m30s
Release Please / Release-plz (push) Failing after 42s
feat: add Rate Limits on trello API and own parallisation
- Limits the rate of API calls to Trello
- Limits the number of stacks, cards, labels and attachments that are running in parallel
2024-12-29 14:50:29 +00:00
..
responses feat: add command 'import' 2024-12-20 20:31:52 +00:00
api_result.rs tests: add tests for APIResult 2024-12-14 22:03:56 +00:00
check.rs feat: write downloaded attachments to temp directory 2024-12-23 09:42:52 +00:00
config.rs refactor: remove board_id and board_name from config file 2024-12-19 08:14:50 +00:00
given.rs feat: write downloaded attachments to temp directory 2024-12-23 09:42:52 +00:00
init.rs feat: add support for tokio-console 2024-12-22 22:52:17 +00:00
mod.rs feat: add Rate Limits on trello API and own parallisation 2024-12-29 14:50:29 +00:00
rate_limit.rs feat: add Rate Limits on trello API and own parallisation 2024-12-29 14:50:29 +00:00
template.rs refactor: extract inline module tests::template 2024-12-14 19:51:04 +00:00
test-config.toml refactor: Add FullCtx which is Ctx with AppConfig 2024-12-13 09:30:15 +00:00