Compare commits

..
10 Commits
Author SHA1 Message Date
retoor df3c358016 chore: remove trailing whitespace from README.md formatting 2025-06-25 06:32:53 +00:00
retoor 913f079a0a feat: add Gitea API client module with repository management methods
Implement a new gitea_api.py module providing a GiteaApiClient class with methods for creating, listing, and deleting repositories via the Gitea REST API. Includes authentication handling, error response parsing, and pagination support for listing endpoints.
2025-06-25 06:29:39 +00:00
retoor 2c015b2eed chore: remove trailing whitespace from README.md formatting 2025-06-25 06:22:56 +00:00
retoor 9054a70313 chore: remove trailing whitespace and finalize formatting across all source files 2025-06-05 22:21:08 +00:00
retoor d9f5c01d2a feat: increase search result limit from 10 to 50 in query handler 2025-06-05 22:05:45 +00:00
retoor 87b1fe93d7 fix: correct broken API endpoint URL in production environment handler 2025-06-05 22:00:19 +00:00
retoor 1df88d97a4 chore: add requirements.txt with project dependencies for reproducibility 2025-06-05 21:45:19 +00:00
retoor ce02a274b1 chore: update copyright year from 2025 to 2026 in license header 2025-06-05 21:44:19 +00:00
retoor 2b3b8e2677 docs: add project README with setup instructions and overview 2025-06-05 21:41:17 +00:00
retoor 2e0183d9f6 chore: initialize project structure with empty repository scaffold 2025-06-05 21:32:45 +00:00

Diff Content Not Available