Commit graph

454 commits

Author SHA1 Message Date
samuele.ruffino
3a5d0f54ce
docs: add note about $CI_SERVER_FQDN variable in GitLab CI/CD pipeline
Clarified that the $CI_SERVER_FQDN variable was introduced in GitLab 16.10 and explained how to combine $CI_SERVER_HOST:$CI_SERVER_PORT to achieve the same result in earlier GitLab versions.
2024-11-14 12:57:44 +01:00
mrT23
d956c72cb6
Disable pre-commit workflow and update mkdocs emoji configuration 2024-11-08 10:46:35 +02:00
Tal
5c5a3e267c
Merge branch 'main' into introduce-pre-commit 2024-11-08 09:54:21 +02:00
mrT23
a8c97bfa73
Add documentation for focus_only_on_problems setting in improve.md and README.md 2024-11-07 08:30:18 +02:00
Tal
6e3544f523
Update automations_and_usage.md 2024-11-05 11:27:38 +02:00
Hussam.lawen
eb44ecb1be
update docs 2024-11-04 17:18:18 +02:00
Hussam.lawen
b2181e4c79
typos 2024-11-04 16:35:21 +02:00
Hussam.lawen
c1f4964a55
update review 2024-11-04 16:19:17 +02:00
Hussam.lawen
022e407d84
add documentation for ticket integrations 2024-11-04 15:52:39 +02:00
mrT23
ef3241285d
Add support for processing diffs without line numbers in code suggestions tool 2024-11-03 17:34:30 +02:00
Tal
02949b2b96
Update additional_configurations.md 2024-11-03 14:14:14 +02:00
nomi3
7419a6d51a chore: update bitbucket-pipelines.yml filename in installation documentation 2024-10-31 17:40:31 +09:00
Yu Ishikawa
81dea65856 Format files by pre-commit run -a
Signed-off-by: Yu Ishikawa <yu-iskw@users.noreply.github.com>
2024-10-30 10:00:36 +09:00
Tal
7186bf4bb3
Merge pull request #1313 from yu-iskw/support-google-ai-studio
Support Google AI Studio
2024-10-29 19:22:28 +02:00
Tal
115fca58a3
Merge pull request #1307 from s1moe2/docs/gitlab
Gitlab docs improved; gitlab webhook secret config standardization
2024-10-29 19:20:15 +02:00
Diogo Simoes
cbf60ca636 revert gitlab webhook_secret; docs adjustments 2024-10-29 16:02:06 +00:00
Diogo Simoes
64ac45d03b fix typos 2024-10-29 10:49:53 +00:00
Yu Ishikawa
db062e3e35 Support Google AI Studio
Signed-off-by: Yu Ishikawa <yu-iskw@users.noreply.github.com>
2024-10-29 08:00:16 +09:00
Tal
66d4f56777
Merge pull request #1309 from Codium-ai/tr/suggestion_tracking
Tr/suggestion tracking
2024-10-27 16:12:56 +02:00
mrT23
fbfb9e0881
Add suggestion tracking feature with wiki documentation support 2024-10-27 16:07:07 +02:00
mrT23
8db7151bf0
Add suggestion tracking feature with wiki documentation support 2024-10-27 15:49:10 +02:00
Almog Lavi
0f284711e6
update docs favicon to fix proportion 2024-10-26 11:36:28 +03:00
Diogo Simoes
68f2cec077 Gitlab docs improved; gitlab webhook secret config standadization 2024-10-25 16:17:33 +01:00
mrT23
9786499fa6
Refactor PR help message tool to use full documentation content for answering questions and update relevant section handling in prompts 2024-10-24 22:01:40 +03:00
DHEERAJ AGARWAL
c6c6a9b4f0
Update custom_labels.md 2024-10-23 20:13:45 +05:30
DHEERAJ AGARWAL
a5e7c37fcc
Update pr_agent_pro.md 2024-10-23 20:12:14 +05:30
DHEERAJ AGARWAL
12a9e13509
Update index.md 2024-10-23 20:10:14 +05:30
Tal
0b4b6b1589
Update configuration_options.md 2024-10-23 17:19:16 +03:00
mrT23
0b32b253ca
docs: update default setting for publish_labels to false and adjust related documentation 2024-10-21 17:56:15 +03:00
mrT23
fb85cb721a
docs: fix typo in installation instructions for GitHub Enterprise Server in pr_agent_pro.md 2024-10-14 10:31:06 +03:00
mrT23
13c6ed9098
docs: update installation instructions for GitHub Enterprise Server in pr_agent_pro.md 2024-10-14 10:27:52 +03:00
mrT23
9dd1995464
docs: update installation guides with GitHub enterprise server instructions and formatting improvements 2024-10-14 10:25:51 +03:00
mrT23
76d95bb6d7
feat: add ticket compliance check
- Implement ticket compliance check logic in `utils.py` and `ticket_pr_compliance_check.py`
- Add functions to extract and cache PR tickets, and check ticket relevancy
2024-10-10 10:01:48 +03:00
Almog Lavi
c1c5ee7cfb
Update footer links and branding from CodiumAI to Qodo 2024-10-09 11:46:10 +03:00
mrT23
23a3e208a5
docs: update improve.md with folding suggestions feature and add config option 2024-10-08 20:51:45 +03:00
Tal
5a719c1904
Update docs/docs/core-abilities/index.md
Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com>
2024-10-06 18:19:26 +03:00
mrT23
1a2ea2c87d
docs: add links to technical blogs on LLMs and coding tasks in core abilities index 2024-10-06 18:16:24 +03:00
mrT23
ca79bafab3
fixed link 2024-10-04 08:06:57 +03:00
mrT23
da0bd84746
dual 2024-10-01 08:20:16 +03:00
mrT23
b42ded61f8
docs: add guidelines for implementing proposed code suggestions in improve.md 2024-10-01 08:16:51 +03:00
mrT23
dfa4f22be2
feat: add dual publishing mode for PR code suggestions
- Introduced dual publishing mode to present high-scoring suggestions as both table entries and commitable PR comments.
- Updated documentation to include configuration options for dual publishing mode.
- Enhanced `pr_code_suggestions.py` to handle dual publishing logic and error handling.
- Modified `configuration.toml` to include `duel_publishing_score_threshold` setting.
2024-10-01 08:01:27 +03:00
mrT23
da4148f336
docs: update links and references to Qodo Merge in documentation 2024-09-29 17:38:02 +03:00
mrT23
070ed21103
update documentation links to qodo-merge-docs.qodo.ai 2024-09-29 17:32:16 +03:00
mrT23
6c4aa468a9
formerly 2024-09-29 17:24:37 +03:00
mrT23
da20efd050
Qodo Merge rename 2024-09-29 17:19:46 +03:00
mrT23
c25aaad176
Qodo Merge rename 2024-09-29 17:15:49 +03:00
Tal
7bc20d6f16
Update CNAME 2024-09-29 12:25:48 +03:00
mrT23
f894e8831b
revert unauthorized merge 2024-09-29 08:37:26 +03:00
Almog Lavi
25b7e1e777
update docs URL 2024-09-29 08:19:26 +03:00
mrT23
f3fd439d47
docs 2024-09-27 16:24:07 +03:00