mrT23
1c25420fb3
docs: update references to GPT-5 in documentation
2025-08-08 08:32:28 +03:00
mrT23
62a029d36a
Merge remote-tracking branch 'origin/main' into tr/benchmark
2025-08-08 08:29:45 +03:00
mrT23
5162d847b3
feat: add support for gpt-5 model and update configuration
2025-08-08 08:28:42 +03:00
Tal
6be8860959
Merge pull request #1981 from ericglau/update-gh-app-link
...
Update GitHub marketplace link
2025-08-08 07:58:23 +03:00
Eric Lau
406ef6a934
Update GitHub marketplace link
2025-08-07 18:54:04 -04:00
mrT23
fd7f8f2596
docs: enhance GitHub configuration documentation with clearer structure and examples
2025-08-07 08:39:17 +03:00
mrT23
df9cb3f635
docs: improve JSON formatting examples and clarify Docker build note
2025-08-07 08:25:17 +03:00
mrT23
4fb22beb3a
docs: add GPT-5 performance metrics to index documentation
2025-08-07 08:01:31 +03:00
Tal
03867d5962
Merge pull request #1978 from huangyoje/fix/fix-ask-line
...
Fix comment_id name in handle_ask_line
2025-08-06 21:48:17 +03:00
Tal
96435a34f8
Merge pull request #1979 from emmanuel-ferdman/main
...
Fix issue in the GitLab provider
2025-08-06 11:12:38 +03:00
Emmanuel Ferdman
807ce6ec65
Fix issue in the GitLab provider
...
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
2025-08-05 23:38:12 -07:00
Tal
395e5a2e04
Merge pull request #1969 from Mr-jing/fix/gitlab-private-deployment-401
...
Fix GitLab authentication for private deployments running GitLab 11.1.4 (401 Unauthorized error)
2025-08-06 08:31:23 +03:00
Tal
65457b2569
Merge branch 'main' into fix/gitlab-private-deployment-401
2025-08-06 08:30:54 +03:00
Tal
82feddbb95
Merge pull request #1970 from huangyoje/fix/sort-files-by-token
...
Fix: defer file sorting until after token calculation
2025-08-06 08:28:21 +03:00
Mr_Jing
fb73eb75f9
refactor: simplify GitLab authentication configuration
2025-08-06 12:03:53 +08:00
huangyoje
39add8d78a
Fix comment_id name in handle_ask_line
2025-08-06 10:14:33 +08:00
Tal
d406555f23
Merge pull request #1955 from marc0777/gitlab-custom-ssl
...
feat: allow configuring gitlab ssl verification
2025-08-05 20:33:05 +03:00
Tal
0d3c2e6b51
Merge pull request #1975 from doljae/main
...
docs: improve document for enable using commands in PR comments the GitHub Actions
2025-08-05 19:34:25 +03:00
ofir-frd
8e33b18e2c
Merge pull request #1971 from qodo-ai/of/rag_compliance
...
docs: add compliance tool to RAG context enrichment documentation
2025-08-05 15:06:54 +03:00
marc0777
0b00812269
feat: allow configuring gitlab ssl verification
2025-08-05 11:55:01 +02:00
Seokjae Lee
06bb64a0a2
docs: improve document for enable using commands in PR comments the GitHub Actions
...
Closes #1968
2025-08-05 18:45:13 +09:00
Tal
dcfc7cc54f
Merge pull request #1973 from doljae/main
...
docs: add interactive Q&A feature documentation for review comments
2025-08-05 10:51:55 +03:00
Seokjae Lee
9383cdd520
docs: apply code review
2025-08-05 16:30:07 +09:00
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
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