Commit graph

17 commits

Author SHA1 Message Date
a7bd75a426 feat: add command 'import'
Some checks failed
Test / build (map[name:nightly]) (push) Successful in 2m48s
Test / build (map[name:stable]) (push) Successful in 2m34s
Release Please / Release-plz (push) Failing after 19s
2024-12-20 20:31:52 +00:00
6d234609e7 feat: add command 'nextcloud card add-attachment'
Some checks failed
Test / build (map[name:nightly]) (push) Successful in 2m18s
Test / build (map[name:stable]) (push) Successful in 2m17s
Release Please / Release-plz (push) Failing after 27s
2024-12-18 17:21:01 +00:00
ab185d0c87 tests: add tests for commands 'trello attachment get' and 'trello attachment save'
Some checks failed
Test / build (map[name:nightly]) (push) Successful in 2m16s
Test / build (map[name:stable]) (push) Successful in 2m22s
Release Please / Release-plz (push) Failing after 22s
2024-12-15 17:09:44 +00:00
Renovate Bot
7309fc6968 fix(deps): update rust crate kxio to v4
Some checks failed
Test / build (map[name:stable]) (pull_request) Successful in 2m1s
Test / build (map[name:nightly]) (pull_request) Successful in 3m18s
Test / build (map[name:nightly]) (push) Successful in 2m38s
Test / build (map[name:stable]) (push) Successful in 2m22s
Release Please / Release-plz (push) Failing after 19s
2024-12-15 15:05:05 +00:00
547b659a97 tests: add tests for APIResult
Some checks failed
Test / build (map[name:nightly]) (push) Successful in 2m1s
Test / build (map[name:stable]) (push) Successful in 2m37s
Release Please / Release-plz (push) Failing after 19s
2024-12-14 22:03:56 +00:00
ce33f4ab20 feat: enable trace logging support
Some checks failed
Test / build (map[name:stable]) (push) Successful in 1m47s
Test / build (map[name:nightly]) (push) Successful in 2m11s
Release Please / Release-plz (push) Failing after 16s
2024-12-13 20:48:23 +00:00
9c8243561f feat(nextcloud): add command 'nextcloud stack list'
Some checks failed
Test / build (map[name:nightly]) (push) Successful in 2m23s
Test / build (map[name:stable]) (push) Successful in 3m1s
Release Please / Release-plz (push) Failing after 21s
2024-12-13 19:32:35 +00:00
584f056b45 feat(nextcloud): add command 'nextcloud board list'
Some checks failed
Test / build (map[name:nightly]) (push) Successful in 2m12s
Test / build (map[name:stable]) (push) Successful in 3m7s
Release Please / Release-plz (push) Failing after 16s
2024-12-13 13:33:42 +00:00
de94004be3 feat: add APIResult
Some checks failed
Test / build (map[name:stable]) (push) Successful in 2m50s
Test / build (map[name:nightly]) (push) Successful in 2m55s
Release Please / Release-plz (push) Failing after 21s
This is a generic type that contains the raw JSON response and the parsed value as a Result.

fixup: APIResult

FIXUP: APIResutl can handle missing response bodies
2024-12-12 22:34:51 +00:00
70aa002048 feat: load config file
Some checks failed
Test / build (map[name:nightly]) (push) Successful in 2m51s
Test / build (map[name:stable]) (push) Successful in 2m29s
Release Please / Release-plz (push) Failing after 27s
2024-12-12 20:38:08 +00:00
c8ff4b2694 feat: command to write initial config file
Some checks failed
Test / build (map[name:stable]) (push) Successful in 2m4s
Test / build (map[name:nightly]) (push) Successful in 2m23s
Release Please / Release-plz (push) Failing after 20s
move tests to a tests/mod
????
2024-12-12 17:31:31 +00:00
db0d599577 feat: define command arguments to parse
Some checks failed
Test / build (map[name:nightly]) (push) Successful in 1m29s
Test / build (map[name:stable]) (push) Successful in 1m53s
Release Please / Release-plz (push) Failing after 15s
2024-12-12 17:31:31 +00:00
93158ea0a0 feat: define Ctx to hold context (e.g. fs and net handles)
Some checks failed
Test / build (map[name:nightly]) (push) Successful in 1m31s
Test / build (map[name:stable]) (push) Successful in 2m4s
Release Please / Release-plz (push) Failing after 15s
2024-12-12 17:31:31 +00:00
8080bb2dde feat: make main tokio async
Some checks failed
Test / build (map[name:stable]) (push) Successful in 1m13s
Test / build (map[name:nightly]) (push) Successful in 1m37s
Release Please / Release-plz (push) Failing after 14s
2024-12-12 07:58:14 +00:00
27b8aa7e11 chore(deps): add planned dependencies as comments
Some checks failed
Test / build (map[name:stable]) (push) Successful in 1m2s
Test / build (map[name:nightly]) (push) Successful in 1m32s
Release Please / Release-plz (push) Failing after 16s
2024-12-12 07:58:14 +00:00
3c57554475 build: initial ci setup
Some checks failed
Test / build (map[name:stable]) (push) Successful in 1m9s
Test / build (map[name:nightly]) (push) Successful in 1m28s
Release Please / Release-plz (push) Failing after 13s
2024-12-12 07:55:23 +00:00
11dec4a929 cargo init 2024-12-10 08:25:33 +00:00