Mr_Jing
dd6f56915b
improve: enhance GitLab provider error handling and attribute access safety
...
- Add try-catch block around GitLab instance creation for better error handling
- Use getattr() for safer attribute access in _prepare_clone_url_with_token method
- Improve authentication failure debugging with clearer error messages
2025-08-04 10:35:52 +08:00
Seokjae Lee
54ffb2d0a1
docs: add interactive Q&A feature documentation for review comments
...
- Add section explaining how to enable interactive Q&A on PR Agent review comments
- Include configuration for PR_CODE_SUGGESTIONS.COMMITABLE_CODE_SUGGESTIONS
- Add GitHub Actions workflow example for issue_comment events
- Document /ask command usage for contextual responses
2025-08-04 11:20:09 +09:00
ofir-frd
79253e8f60
feat: add PR compliance checklist configuration with code quality standards
2025-08-03 17:51:01 +03:00
ofir-frd
8cef104784
Merge pull request #1949 from FabrizioCafolla/feature/add-eyes-reaction-gitlab-provider
...
feat: add eyes reaction to GitLab provider
2025-08-03 17:47:43 +03:00
ofir-frd
6aa26d8c56
fix: remove extra blank line in gitlab provider
2025-08-03 17:43:18 +03:00
Hussam Lawen
10cd8848d9
Update fetching_ticket_context.md
2025-08-03 16:39:06 +03:00
ofir-frd
fdd91c6663
docs: add compliance tool to RAG context enrichment documentation and adjust image widths
2025-08-03 15:42:09 +03:00
ofir-frd
5d50cfcb34
docs: improve compliance checklist field definitions and terminology clarity
2025-08-03 10:05:49 +03:00
Tal
a23b527101
Merge pull request #1954 from abhinav-1305/add-custom-inference
...
feat: Add support for Bedrock custom inference profiles via model_id
2025-08-03 08:06:43 +03:00
huangyoje
b81b671ab1
Fix: defer file sorting until after token calculation
2025-08-03 11:50:38 +08:00
Mr_Jing
2d858a43be
refactor: improve GitLab authentication method detection
...
Address code review feedback from PR #1969 :
1. Improve URL matching precision:
- Use urlparse for robust hostname validation
- Prevent false positives with URL substring matching
- Add support for gitlab.com/gitlab.io subdomains
2. Add authentication type validation:
- Validate explicit GITLAB.AUTH_TYPE configuration
- Provide clear error messages for invalid auth types
- Prevent silent failures from user configuration errors
This enhances code reliability and user experience while maintaining
backward compatibility.
2025-08-03 09:58:59 +08:00
Mr_Jing
d497c33c74
fix: support private_token authentication for GitLab private deployments
...
- Add intelligent authentication method detection based on GitLab URL
- Support explicit configuration override via GITLAB.AUTH_TYPE
- Maintain backward compatibility with existing oauth_token usage
- Fix 401 Unauthorized errors for private GitLab deployments
Fixes authentication issues where private GitLab instances require
private_token instead of oauth_token for API access.
2025-08-03 08:46:41 +08:00
ofir-frd
642c413f08
docs: clarify compliance checklist loading strategy and merge behavior
2025-07-31 14:27:39 +03:00
ofir-frd
fb3ba64576
docs: add blank line after compliance YAML definition header for improved formatting
2025-07-31 13:39:05 +03:00
mrT23
eb10d8c6d3
docs: enhance high-level suggestions documentation for clarity and detail
2025-07-30 08:01:32 +03:00
mrT23
aa9bfb07af
docs: update high-level suggestions documentation for clarity and formatting
2025-07-30 07:47:02 +03:00
Tal
0dd4f682d9
Merge pull request #1961 from qodo-ai/es/add_high_level_suggestions_to_updates
...
Add high-level suggestions to docs
2025-07-30 07:36:36 +03:00
Tal
9e4923aa79
Update high_level_suggestions.md
2025-07-30 07:36:22 +03:00
Eyal Sharon
497396eaeb
Add high-level suggestions to docs
2025-07-29 19:31:47 +03:00
Tal
3a87d3ef03
Merge pull request #1958 from loicngr/patch-1
...
Update changing_a_model.md
2025-07-29 18:03:51 +03:00
lnogier
d0c0aaf1c7
Update changing_a_model.md
...
Removing an extra equal sign
2025-07-29 12:15:26 +02:00
ofir-frd
0b962a16e4
docs: improve help tool documentation with clearer usage instructions
2025-07-29 11:30:46 +03:00
ofir-frd
1e285aca1f
docs: standardize punctuation and formatting in recent updates section
2025-07-28 14:24:27 +03:00
ofir-frd
91cc4daada
docs: update recent updates page with compliance tool and latest dates
2025-07-28 14:03:05 +03:00
Hussam.lawen
fc3045df95
docs: add section on ignoring tickets with specific labels in analysis
2025-07-27 20:06:26 +03:00
Hussam Lawen
12a01ef5f5
Merge pull request #1957 from qodo-ai/hl/add_gitlab_issues
...
update recent updates and add gitlab issues docs
2025-07-27 17:00:42 +03:00
Hussam Lawen
aae7726bb2
Merge pull request #1956 from qodo-ai/hl/chrome_extension_docs
...
merge the docs of chrome extension into one page
2025-07-27 16:59:37 +03:00
Hussam.lawen
70a3059cbf
docs: add tip for auto-removal of irrelevant custom labels
2025-07-27 12:33:12 +03:00
Hussam.lawen
c12cd2d02d
docs: add tip for auto-removal of irrelevant custom labels
2025-07-27 12:32:12 +03:00
Hussam.lawen
c3b153cdc1
update recent updates and add gitlab issues docs
2025-07-27 12:02:06 +03:00
Hussam.lawen
460b1a54b9
merge the docs chrome extension into one
2025-07-27 11:29:09 +03:00
Abhinav Kumar
a8b8202567
fix: logic
2025-07-26 11:40:40 +05:30
Abhinav Kumar
af2b66bb51
feat: Add support for Bedrock custom inference profiles via model_id
2025-07-26 11:32:34 +05:30
ofir-frd
7b4c50c717
docs: improve hierarchical configuration documentation clarity in improve and compliance tools
2025-07-26 08:59:50 +03:00
ofir-frd
86847c40ff
docs: add file organization tips to hierarchical best practices and compliance documentation
2025-07-26 08:54:23 +03:00
ofir-frd
6e543da4b4
docs: add code languages compliance hierarchy
2025-07-26 08:43:33 +03:00
ofir-frd
ad2a96da50
docs: add code languages best practice hierarchy
2025-07-26 08:39:28 +03:00
ofir-frd
359462abfe
docs: remove duplicate ticket context entry from feature tables
2025-07-24 15:36:07 +03:00
ofir-frd
d4ab8c46e8
docs: reorganize ticket context feature in documentation tables
2025-07-24 15:31:39 +03:00
ofir-frd
5e53466d97
docs: add local compliance checklists section to compliance tool documentation
2025-07-24 15:28:37 +03:00
FabrizioCafolla
3efe091bc8
update
2025-07-23 17:19:53 +02:00
FabrizioCafolla
6f7d81b086
update
2025-07-23 17:19:53 +02:00
FabrizioCafolla
755165e90c
feat: add eyes reacrtion to gitlab provider
2025-07-23 17:19:53 +02:00
Tal
179fef796d
Merge pull request #1945 from abhinav-1305/fix/doc
...
fix: update documentation for tools
2025-07-23 08:48:24 +03:00
Abhinav Kumar
0f7f135083
Merge branch 'fix/doc' of https://github.com/abhinav-1305/pr-agent into fix/doc
2025-07-22 22:25:42 +05:30
Abhinav Kumar
4bb7da1376
fix: correct spelling in image captions
2025-07-22 22:25:39 +05:30
Abhinav Kumar
e2377a46f3
Merge branch 'qodo-ai:main' into fix/doc
2025-07-22 21:49:27 +05:30
Abhinav Kumar
4448e03117
fix: correct image filenames in documentation for suggestion tracking
2025-07-22 21:45:26 +05:30
mrT23
436b5c7a0a
fix(docs): refine noise-related feedback section for clarity and user guidance
2025-07-22 17:07:58 +03:00
mrT23
c7511ac0d5
fix(docs): update default values for help text and code suggestions in documentation
2025-07-22 12:21:36 +03:00