Commit graph

75 commits

Author SHA1 Message Date
20e3c80da2 chore: remove unused From implementations for TrelloAuth 2024-12-15 17:11:51 +00:00
7fd074a45a chore: remove unlinked file: trello::model::new_card 2024-12-15 17:09:44 +00:00
ab185d0c87 tests: add tests for commands 'trello attachment get' and 'trello attachment save' 2024-12-15 17:09:44 +00:00
Renovate Bot
7309fc6968 fix(deps): update rust crate kxio to v4 2024-12-15 15:05:05 +00:00
6c986fa5b9 tests: add tests for 'trello stack get' 2024-12-14 22:19:08 +00:00
9824aa6374 tests: use variable in expected url 2024-12-14 22:18:27 +00:00
547b659a97 tests: add tests for APIResult 2024-12-14 22:03:56 +00:00
d45e7a8443 refactor: extract inline module tests::given 2024-12-14 22:03:56 +00:00
d48ba1c090 refactor: extract inline module tests::template 2024-12-14 19:51:04 +00:00
9db75b81c0 refactor: extract inline module tests::init 2024-12-14 19:50:36 +00:00
3ae594c567 refactor: extract inline module tests::config 2024-12-14 19:50:13 +00:00
ff04218172 tests: add tests for 'trello card get' 2024-12-14 19:15:54 +00:00
7e65cdd415 tests: add tests for 'trello board get' 2024-12-14 19:14:03 +00:00
959613919e chore: remove unused trello boards list command 2024-12-14 19:05:47 +00:00
ae9fff4249 chore: drop old unlinked file 2024-12-14 19:05:47 +00:00
b63500fc75 tests(trello): add tests for 'trello member get' 2024-12-14 19:05:47 +00:00
d3ba869fe8 chore: remove old unlinked file 2024-12-14 17:51:34 +00:00
bf531a1bd9 test: nextcloud card create - with/without description 2024-12-14 15:30:52 +00:00
f68ae162bc chore: ignore coverage data 2024-12-14 15:25:18 +00:00
660a636ee9 chore: code coverage configuration 2024-12-14 15:25:13 +00:00
d4b919b557 chore: remove dead code 2024-12-14 11:31:17 +00:00
6ee44dc7d4 feat: check command lists trello boards 2024-12-14 11:31:15 +00:00
3d48e2f408 chore(nextcloud): remove duplicate client 2024-12-14 08:12:24 +00:00
e3e766ed82 test(nextcloud): enable tests 2024-12-14 08:04:44 +00:00
231f205f0e feat(nextcloud): add commnad 'nextcloud deck get' 2024-12-13 22:10:38 +00:00
89862e9cb0 test(nextcloud): add new tests 2024-12-13 22:10:38 +00:00
6e39f94a31 chore(nextcloud): strip out old tests 2024-12-13 22:10:38 +00:00
a43b37c938 feat(trello): add command 'trello attachement save' 2024-12-13 22:10:38 +00:00
e05950e09c feat(trello): add command 'trello attachement get' 2024-12-13 22:10:38 +00:00
e7e897db72 docs: add nextcloud credentials instructions 2024-12-13 22:10:38 +00:00
93d0a227bb feat(trello): add command 'trello card get' 2024-12-13 22:10:38 +00:00
42ec361ff2 refactor(trello): rewrite trello module and rename commands 2024-12-13 22:10:38 +00:00
c3fcba6039 refactor(trello): rename 'trello boards list' as 'trello member get' 2024-12-13 22:10:38 +00:00
b654ddaeb3 docs: add plan to readme 2024-12-13 22:10:38 +00:00
30a5e83bb4 feat(trello): add command 'trello stack list' 2024-12-13 22:10:38 +00:00
0efecf946e refactor(trello): rename module types as model 2024-12-13 22:10:38 +00:00
2ee95d699b feat(nextcloud): add command 'nextcloud card add-label' 2024-12-13 22:10:38 +00:00
6552a413da refactor: reshuffling and extracting Executor trait 2024-12-13 21:59:28 +00:00
b6831e6de0 feat(nextcloud): add command 'nextcloud card create' 2024-12-13 21:59:28 +00:00
8df5e13837 build: clippy will apply any fixes it can 2024-12-13 21:59:27 +00:00
ce33f4ab20 feat: enable trace logging support 2024-12-13 20:48:23 +00:00
6bac32bb7b refactor: rearrange command dispatcher 2024-12-13 20:48:23 +00:00
ecef639318 feat(nextcloud): add command 'nextcloud card get' 2024-12-13 20:48:23 +00:00
76abea2fb0 feat: add command 'check' 2024-12-13 20:48:23 +00:00
b09eb6b117 feat(nextcloud): add command 'nextcloud card list' 2024-12-13 20:48:23 +00:00
4f4edc53c8 feat(trello): add command 'trello board list' 2024-12-13 20:48:23 +00:00
17b2e9abd3 build: disable mutation testing in new tests are in place 2024-12-13 20:48:23 +00:00
9c8243561f feat(nextcloud): add command 'nextcloud stack list' 2024-12-13 19:32:35 +00:00
584f056b45 feat(nextcloud): add command 'nextcloud board list' 2024-12-13 13:33:42 +00:00
4d20ee4a9f feat(nextcloud): add deck_client to FullCtx 2024-12-13 09:30:16 +00:00