Commit Graph

53 Commits

Author SHA1 Message Date
oysteikt 609e516ef5 commands: implement response parser for listmounts 2026-01-09 13:25:23 +09:00
oysteikt b2986ce910 commands: implement common traits for responses 2026-01-09 13:25:23 +09:00
oysteikt 0e977d7e19 commands: implement response parser for decoders 2026-01-09 13:25:23 +09:00
oysteikt acdc553e5f commands: implement response parser for listneighbors 2026-01-09 13:25:23 +09:00
oysteikt 3e0034e0e7 commands: implement response parser for outputs 2026-01-09 13:25:22 +09:00
oysteikt a7c3b4bdda common/types: add debug assertions for range orders 2026-01-09 13:25:22 +09:00
oysteikt a6b3dbc278 flake.lock: bump, Cargo.toml: update inputs 2026-01-09 13:25:22 +09:00
oysteikt daaf314633 commands: fix clippy warnings about confusing elided lifetimes 2026-01-09 13:25:22 +09:00
oysteikt f909da771e flake.lock: bump, Cargo.toml: update inputs 2026-01-09 13:25:21 +09:00
oysteikt 8950a98cad .gitignore: ignore Cargo.lock
This is okay because this is a library
2026-01-09 13:25:21 +09:00
oysteikt d2d8321a03 flake.lock: bump 2026-01-09 13:25:21 +09:00
oysteikt 56045ed2cf .gitea/workflows: update gitea-web target host 2026-01-09 13:25:21 +09:00
oysteikt dda95357d9 Cargo.toml: update deps 2026-01-09 13:25:20 +09:00
oysteikt cac7dd1e9e flake.lock: bump 2026-01-09 13:25:20 +09:00
oysteikt 073e4970be flake.nix: add cargo-edit to devshell 2026-01-09 13:25:20 +09:00
oysteikt d953e2b547 flake.lock: bump 2026-01-09 13:25:20 +09:00
oysteikt ef56bf2d0c Cargo.lock: bump 2026-01-09 13:25:19 +09:00
oysteikt 2d556d1078 flake.lock: bump 2026-01-09 13:25:19 +09:00
oysteikt 8f5ad84c00 Rust edition 2024 2026-01-09 13:25:19 +09:00
oysteikt 05983bf687 common/types: move stuff from requests to types 2026-01-09 13:25:19 +09:00
oysteikt 84abf7a9fa commands: deduplicate logic in macros, add more macros 2026-01-09 13:25:18 +09:00
oysteikt 6fa30bbecd commands: implement some more response parsers 2026-01-09 13:25:18 +09:00
oysteikt dd75ee835f Cargo fmt 2026-01-09 13:25:18 +09:00
oysteikt fa6a1a60a2 commands: move ResponseAttributes parser out of Command 2026-01-09 13:25:17 +09:00
oysteikt 08c3d4b4d2 flake.lock: bump 2026-01-09 13:25:17 +09:00
oysteikt b3324a82c8 common: move types into separate files 2026-01-09 13:25:17 +09:00
oysteikt a96d1b89cf Move project from Projects to Grzegorz 2026-01-09 13:25:17 +09:00
oysteikt 118a8b264f commands: fix some syntax errors reporting literals 2026-01-09 13:25:16 +09:00
oysteikt 4d8c5cd471 Implement some more commands 2026-01-09 13:25:16 +09:00
oysteikt 58582808a6 commands: add missing debug asserts 2026-01-09 13:25:16 +09:00
oysteikt 9db556eb5c commands: add some TODOs for assumptions made about syntax 2026-01-09 13:25:15 +09:00
oysteikt 1ef41226d4 response: remove leftover response types, add error codes 2026-01-09 13:25:15 +09:00
oysteikt 9cb92741a4 Implement some more commands
Build and test / check (push) Failing after 13s
Build and test / test (push) Failing after 14s
Build and test / build (push) Successful in 57s
Build and test / docs (push) Successful in 1m12s
2024-12-13 18:20:03 +01:00
oysteikt cea3d3da04 commands: add a few TODOs
Build and test / build (push) Successful in 57s
Build and test / check (push) Failing after 57s
Build and test / docs (push) Successful in 1m8s
Build and test / test (push) Successful in 1m27s
2024-12-13 17:16:16 +01:00
oysteikt 87fa93fb1c format 2024-12-13 17:16:16 +01:00
oysteikt cf0db472e8 commands: verify key uniqueness for ResponseAttributes -> HashMap 2024-12-13 17:16:16 +01:00
oysteikt 4f6392e376 commands: use real Filter type 2024-12-13 17:16:16 +01:00
oysteikt 2fb97a9964 Move repo to Projects 2024-12-13 17:16:15 +01:00
oysteikt 48beaa7732 examples/mpd-client: format 2024-12-13 16:59:40 +01:00
oysteikt 2bd53462d7 .gitea/build-and-test: init
Build and test / check (push) Failing after 5m36s
Build and test / build (push) Successful in 10m23s
Build and test / test (push) Failing after 6m16s
Build and test / docs (push) Successful in 10m25s
2024-12-10 21:48:20 +01:00
oysteikt edeb0e3b78 .envrc: init 2024-12-05 18:10:11 +01:00
oysteikt 2ee6bbc582 Add more commands 2024-12-02 21:00:22 +01:00
oysteikt 3e512092bd Add existing command parsers to the main request parser 2024-12-01 19:16:44 +01:00
oysteikt 08104b3537 Implement some more commands 2024-12-01 18:31:34 +01:00
oysteikt 1561ae2e80 prefer unimplemented! for unimplemented functions 2024-11-30 03:36:00 +01:00
oysteikt d45502a43e commands: add derives for a few response types 2024-11-30 03:31:52 +01:00
oysteikt 4fada75fe9 commands: handle some more response parsing 2024-11-30 03:28:22 +01:00
oysteikt 184f9fc215 commands/stats: parse_response 2024-11-30 02:28:29 +01:00
oysteikt 74074bf9c7 commands: make macros usable without use statements 2024-11-30 02:28:10 +01:00
oysteikt 84f061a79f commands: use different datastructure for response attrs 2024-11-30 02:18:06 +01:00