Commit Graph

26 Commits

Author SHA1 Message Date
d0f650c04f Update gitea/dev.py 2026-01-15 13:44:43 +00:00
0b61368ac0 fix(gitea): change merge_strategy to do parameter for Gitea API 2026-01-15 13:38:23 +00:00
8c44ce957e feat(gitea): add CRUD operations for Issues and Pull Requests (#3)
Implements all missing functions from issue #3:
- Issues: get_issue, update_issue, close_issue, reopen_issue, delete_issue
- Issue Comments: list_issue_comments, create_issue_comment, update_issue_comment, delete_issue_comment
- Pull Requests: get_pull_request, update_pull_request, merge_pull_request
- PR Comments: list_pull_request_comments, create_pull_request_comment, update_pull_request_comment, delete_pull_request_comment

Also fixes:
- Duplicate docstring in _get_branch
- merge_pull_request output variable bug (unreachable code)

Refs: #3
2026-01-15 13:19:23 +00:00
f9ef39dcae fix(dev.py): fix merge_pull_request output variable bug 2026-01-15 13:11:17 +00:00
2f736634c1 fix(dev.py): remove duplicate docstring in _get_branch 2026-01-15 13:11:07 +00:00
f19a229025 feat(gitea): add CRUD operations for Issues and Pull Requests
Implements missing functions from issue #3:
- Issues: get_issue, update_issue, close_issue, reopen_issue, delete_issue
- Issue Comments: list_issue_comments, create_issue_comment, update_issue_comment, delete_issue_comment
- Pull Requests: get_pull_request, update_pull_request, merge_pull_request
- PR Comments: list_pull_request_comments, create_pull_request_comment, update_pull_request_comment, delete_pull_request_comment

Refs: #3
2026-01-15 13:01:50 +00:00
585710bb38 v1.2.0: Fix syntax error in VeniceInfo namespace 2026-01-15 12:20:19 +00:00
8a988c1ded v1.2.0: Add VeniceInfo namespace for helper functions 2026-01-15 12:19:06 +00:00
fe29e792ab v1.7.0: Add VeniceImage namespace for helper functions 2026-01-15 12:17:53 +00:00
5c7394d0cd refactor: add VeniceChat namespace for helper functions
- Added VeniceChat class with get_api_key, truncate, format_error static methods
- Prevents Open WebUI framework method name collision issues
- All tool methods now use VeniceChat.get_api_key() pattern
- Version bump to 1.4.0
2026-01-15 11:35:40 +00:00
1015453feb Update README with detailed descriptions of tools in gitea/ and venice/ directories 2026-01-14 17:38:51 +00:00
434ab2459d Update README with broad description of tools in the monorepo 2026-01-14 15:47:23 +00:00
7b64a69e21 Delete gitea/dev_broken.py 2026-01-14 15:47:20 +00:00
be7d3852b4 Update gitea/dev.py 2026-01-14 15:45:27 +00:00
1b101b2256 Update gitea/dev.py 2026-01-14 15:32:17 +00:00
b3a4887b47 Update gitea/dev.py 2026-01-14 13:55:37 +00:00
7587c9fefe Add gitea/dev.py 2026-01-14 13:55:05 +00:00
67bf06d7d4 Update gitea/dev_broken.py 2026-01-14 13:54:04 +00:00
22e6da917f Add venice/image.py 2026-01-14 10:26:10 +00:00
bb12a3e732 Add venice/info.py 2026-01-14 10:25:06 +00:00
54e60b6fa4 Add venice/chat.py 2026-01-14 10:24:40 +00:00
2a3b615a3b Update gitea/dev.py 2026-01-13 19:15:27 +00:00
d96c439c06 Update gitea/admin.py 2026-01-13 19:08:17 +00:00
673e5d434d Add gitea/dev.py 2026-01-13 18:23:29 +00:00
259fe538d4 Add gitea/admin.py 2026-01-13 18:22:43 +00:00
1c187c20df Initial commit 2026-01-11 23:48:41 +00:00