|
a17d2c9d66
|
Major refactoring: HTTP client unification and project restructuring
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 13m53s
## HTTP Client Refactoring
- Create unified HttpClient module (src/http_client.rs)
- Refactor 24 files to use shared HTTP client
- Replace .unwrap() with proper error handling
- Eliminate code duplication in HTTP requests
## Project Restructuring
- Rename package: ai → aibot
- Add dual binary support: aibot (main) + ai (compatibility alias)
- Migrate config directory: ~/.config/ai/ → ~/.config/syui/ai/bot/
- Implement backward compatibility with automatic migration
## Testing Infrastructure
- Add unit tests for HttpClient
- Create test infrastructure with cargo-make
- Add test commands: test, test-quick, test-verbose
## Documentation
- Complete migration guide with step-by-step instructions
- Updated development guide with new structure
- HTTP client API reference documentation
- Comprehensive refactoring summary
## Files Changed
- Modified: 24 source files (HTTP client integration)
- Added: src/http_client.rs, src/alias.rs, src/tests/
- Added: 5 documentation files in docs/
- Added: migration setup script
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-06-06 23:47:12 +09:00 |
|
|
998777d46a
|
test game
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 12s
|
2025-01-22 17:54:42 +09:00 |
|
|
61d7df6922
|
fix login
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
|
2025-01-20 17:31:45 +09:00 |
|
|
eb8f1b17c8
|
fix bc
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 18s
|
2025-01-20 17:30:34 +09:00 |
|
|
fc5e942f0c
|
add card
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
|
2024-12-27 16:40:11 +09:00 |
|
|
d2a394cec2
|
fix help
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
|
2024-11-08 08:14:41 +09:00 |
|
|
27d5dac208
|
update gpt-4o-mini
|
2024-11-08 08:14:40 +09:00 |
|
|
ddd6f37118
|
fix check cid
|
2024-11-08 08:14:40 +09:00 |
|
|
14ca1bcdee
|
check feed watch cid
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
|
2024-08-18 02:17:58 +09:00 |
|
|
84efc31248
|
add feed watch
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
|
2024-08-18 01:30:48 +09:00 |
|
|
3904c576f0
|
add cargo toml
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
|
2024-08-04 08:10:53 +09:00 |
|
|
08436c0a56
|
fix docker
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
|
2024-08-04 08:02:53 +09:00 |
|
|
d5603fda52
|
test planet
|
2024-08-04 08:02:53 +09:00 |
|
|
4633901ca0
|
test planet
|
2024-08-04 08:02:53 +09:00 |
|
|
a8fd189a63
|
fix bot len return
|
2024-08-04 08:02:53 +09:00 |
|
|
b540d0c007
|
fix down feed-generator
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
|
2024-05-23 02:17:31 +09:00 |
|
|
bf31cf2a8f
|
add bot comment system
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
|
2024-05-14 03:38:59 +09:00 |
|
|
840320d0d2
|
add bot custom feed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
|
2024-04-22 22:30:43 +09:00 |
|
|
5d60645c0f
|
fix admin
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 14s
|
2024-04-12 08:22:54 +09:00 |
|
|
e7c06cf9d1
|
test manga
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
|
2024-04-04 13:53:39 +09:00 |
|
|
025b24b8f0
|
fix ten post
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
|
2024-03-31 01:34:23 +09:00 |
|
|
7bbc3370d7
|
fix fortune
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
|
2024-03-30 02:57:38 +09:00 |
|
|
d6777a0c6a
|
fix sp
|
2024-03-30 02:57:38 +09:00 |
|
|
87a333d744
|
fix card handle
|
2024-03-30 02:57:38 +09:00 |
|
|
2f0bfe08b0
|
fix print
|
2024-03-30 02:57:37 +09:00 |
|
|
97856f3765
|
add host
|
2024-03-30 02:57:37 +09:00 |
|
|
7b03adda1f
|
v0.1
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 9s
|
2024-03-05 04:09:43 +09:00 |
|
|
430b5977d8
|
first commit
|
2023-10-20 23:30:09 +09:00 |
|