aider-gitea/test
Jon Michael Aanes b743fd0afb Implement pull request review comments API
- Add get_pull_request_reviews() method to fetch all PR reviews
- Add get_review_comments() method to fetch comments for specific review
- Update get_pull_request_comments() to use proper review-based flow:
  1. Download all reviews of the pull request
  2. Download all comments for each review
  3. Return aggregated comments from all reviews
- Add review context (review_id, review_state) to comments for debugging
- Add error handling to continue processing if individual review fails
- Update tests to match current Claude Code command implementation

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-09 13:41:27 +02:00
..
__init__.py feat: add __init__.py to test directory to resolve namespace package issue 2025-04-14 21:57:56 +00:00
test_claude_code_integration.py Implement pull request review comments API 2025-06-09 13:41:27 +02:00
test_generate_branch_name.py Fixed tests 2025-04-13 18:34:47 +02:00
test_gitea_client_pr_labels.py Removed lots of redundant code 2025-04-15 00:36:02 +02:00
test_has_commits_on_branch.py Initial ruff pass 2025-04-21 12:42:33 +02:00
test_init.py Ruff 2025-04-13 18:06:44 +02:00
test_seen_issues_db_pr_info.py Store link in database 2025-04-15 23:45:32 +02:00
test_seen_issues_db.py Ruff 2025-04-14 23:51:34 +02:00