Andrew Phillips
|
6dd1cbccc7
|
fix: correct OpenAPI annotation for delete item endpoint
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-13 11:47:31 -03:00 |
|
Andrew Phillips
|
733ef6332a
|
fix: update route parameter syntax from :item_id to {item_id}
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-13 11:44:42 -03:00 |
|
Andrew Phillips
|
800fad89ea
|
fix: correct API path documentation and remove missing delete handler
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-13 11:42:13 -03:00 |
|
Andrew Phillips
|
6bfb5ed963
|
fix: resolve OpenAPI macro and file descriptor type mismatches
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-13 11:40:44 -03:00 |
|
Andrew Phillips
|
99949cf1ee
|
fix: resolve compilation errors in API paths and file descriptor handling
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-13 11:22:46 -03:00 |
|
Andrew Phillips
|
6c9074f1be
|
fix: reorder OpenAPI paths and fix file descriptor handling in diff mode
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-13 11:21:14 -03:00 |
|
Andrew Phillips
|
e66af572d3
|
fix: resolve compilation errors in API paths and file descriptor handling
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-13 11:20:05 -03:00 |
|
Andrew Phillips
|
baf92a8902
|
fix: resolve compilation errors in API routes and diff pipe setup
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-13 11:19:05 -03:00 |
|
Andrew Phillips
|
9f6ab94992
|
fix: remove duplicate code in handle_delete_item and fix path parameter syntax
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-13 11:09:09 -03:00 |
|
Andrew Phillips
|
d5ee57863a
|
fix: resolve compilation errors in API paths, file descriptors, and router merging
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-13 11:08:37 -03:00 |
|
Andrew Phillips
|
371929c127
|
fix: add .into() to convert SwaggerUi to Router in add_docs_routes
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-13 10:05:12 -03:00 |
|
Andrew Phillips
|
ecbc9bd14a
|
fix: remove incorrect type annotation in merge call for SwaggerUi integration
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-13 10:04:49 -03:00 |
|
Andrew Phillips
|
e98ceb7f7e
|
fix: remove unnecessary .into() call in add_docs_routes
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-13 10:04:31 -03:00 |
|
Andrew Phillips
|
96901ef29b
|
fix: add explicit type annotation for merge method in add_docs_routes
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-13 10:04:14 -03:00 |
|
Andrew Phillips
|
324e109c57
|
fix: add missing .into() call to convert SwaggerUi to Router in add_docs_routes
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-13 10:03:56 -03:00 |
|
Andrew Phillips
|
94888c078a
|
fix: remove unnecessary type annotation and .into() call in add_docs_routes
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-13 10:03:08 -03:00 |
|
Andrew Phillips
|
288b53404c
|
fix: remove unused imports and add type annotation for Swagger UI merge
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-13 10:01:51 -03:00 |
|
Andrew Phillips
|
3767d9f607
|
fix: resolve Swagger UI merge compilation error by converting to Router
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-12 17:27:34 -03:00 |
|
Andrew Phillips
|
c47bacf6c5
|
style: fix indentation in add_docs_routes function
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-12 17:10:14 -03:00 |
|
Andrew Phillips
|
036707957c
|
fix: resolve Swagger UI integration with Axum router
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-12 17:10:02 -03:00 |
|
Andrew Phillips
|
4d3a9fd3ac
|
fix: resolve compilation errors by adding missing imports and fixing schema definitions
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-12 16:58:29 -03:00 |
|
Andrew Phillips
|
01b27fb61d
|
fix: restore openapi.json endpoint and update swagger UI path reference
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-12 16:54:58 -03:00 |
|
Andrew Phillips
|
90d4f3f10b
|
fix: add OpenAPI documentation to API endpoints and integrate Swagger UI
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-12 16:47:16 -03:00 |
|
Andrew Phillips
|
900f8cbc90
|
fix: correct import paths for common modules
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-12 16:00:29 -03:00 |
|
Andrew Phillips
|
9ef94ea291
|
fix: correct import paths from crate::common to crate::modes::common
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-12 16:00:05 -03:00 |
|
Andrew Phillips
|
9b80839948
|
fix: resolve module import and naming conflicts
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-12 15:52:29 -03:00 |
|
Andrew Phillips
|
efb354ba38
|
refactor: remove redundant status module export from api mod
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-12 15:49:11 -03:00 |
|
Andrew Phillips
|
0846f2f0d9
|
fix: resolve module conflicts and import status module properly
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-12 15:49:04 -03:00 |
|
Andrew Phillips
|
29f4260b2a
|
fix: remove duplicate status module export from server api mod.rs
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-12 15:48:35 -03:00 |
|
Andrew Phillips
|
d4655203ba
|
fix: resolve module conflicts and missing status import
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-12 15:48:22 -03:00 |
|
Andrew Phillips
|
6ff67312aa
|
fix: remove conflicting module declaration in server api mod.rs
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-12 15:47:28 -03:00 |
|
Andrew Phillips
|
b6c19297a0
|
fix: resolve module conflicts and missing status import
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-12 15:47:23 -03:00 |
|
Andrew Phillips
|
af9edbbc3b
|
fix: remove conflicting module file to resolve compilation error
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-12 15:47:05 -03:00 |
|
Andrew Phillips
|
71fac1e507
|
refactor: move generate_status_info to common module and update imports
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-12 15:46:23 -03:00 |
|
Andrew Phillips
|
0994ff0e48
|
fix: align /api/status endpoint with --status --output-format=json command output
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-12 15:40:33 -03:00 |
|
Andrew Phillips
|
13f7e7e095
|
fix: remove unused imports and dead code
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-12 15:34:57 -03:00 |
|
Andrew Phillips
|
46fff9464f
|
refactor: remove duplicate api route definitions
|
2025-08-12 15:33:45 -03:00 |
|
Andrew Phillips
|
4f84fdca34
|
refactor: rename item handler functions to match route paths consistently
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-12 15:33:37 -03:00 |
|
Andrew Phillips
|
8037105d86
|
refactor: rename item API endpoints for clarity and consistency
|
2025-08-12 15:33:36 -03:00 |
|
Andrew Phillips
|
5ea70fabbc
|
fix: resolve module import conflicts and enum variant errors in API modules
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-12 15:05:19 -03:00 |
|
Andrew Phillips
|
11b5db815e
|
fix: resolve module ambiguity by consolidating api routes into mod.rs
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-12 15:04:39 -03:00 |
|
Andrew Phillips
|
e311f2b58f
|
fix: resolve module naming conflict and router type issues
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-12 15:04:20 -03:00 |
|
Andrew Phillips
|
79cbffe9d4
|
fix: resolve module naming conflict and router type issues
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-12 15:03:56 -03:00 |
|
Andrew Phillips
|
afdecb6c51
|
fix: resolve module ambiguity and fix import paths in server docs
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-12 14:40:58 -03:00 |
|
Andrew Phillips
|
f2c951ac73
|
feat: implement status endpoint with version, paths, and plugin info
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-12 14:35:52 -03:00 |
|
Andrew Phillips
|
077adc0cb0
|
refactor: remove redundant server API modules and update mod.rs exports
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-12 14:32:17 -03:00 |
|
Andrew Phillips
|
78c546e7e1
|
feat: add server API module
|
2025-08-12 14:32:08 -03:00 |
|
Andrew Phillips
|
fbdf2d84b7
|
refactor: reorganize REST API into modular endpoint files
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-12 14:25:50 -03:00 |
|
Andrew Phillips
|
04a8505e86
|
feat: add server API modules for status and item endpoints
|
2025-08-12 14:25:47 -03:00 |
|