Commit graph

86 commits

Author SHA1 Message Date
0047f5d0ef refactor: Remove command 'nextcloud card list'
Replaced by 'nextcloud stack get'.
2024-12-18 17:19:17 +00:00
cef45362de feat: add command 'nextcloud stack get' 2024-12-18 17:19:17 +00:00
aac5ff3f5f feat: add command 'nextcloud board get' 2024-12-17 20:47:28 +00:00
3552faf7a9 feat: use more non-String types 2024-12-16 07:50:26 +00:00
9e414d8947 refactor: pass parsed Commands from main 2024-12-16 07:45:44 +00:00
6fe7be191f fix: install color_eyre error handler in main
This puts it outside of any tests, as running this in parallel will
panic.
2024-12-16 07:45:10 +00:00
7af4dae96d refactor: Execute::execute passes itself by ref 2024-12-16 06:41:29 +00:00
b8f85bb5eb refactor: pass context by reference 2024-12-16 06:34:44 +00:00
d511c98e47 refactor: replace Ctx::new with Ctx::From<PathBuf> 2024-12-15 20:03:43 +00:00
1c82ed3a80 chore: remove dead code: trello::url() 2024-12-15 17:48:23 +00:00
e45c5a6ef8 tests: add test for TrelloBoards::find_by_name() 2024-12-15 17:30:57 +00:00
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