bd7017d630
bitbucket json
2025-06-22 21:15:45 +03:00
7f54b14b4d
Merge pull request #1874 from yoohya/feat/support-gitlab-lambda-webhooks
...
feat: Support GitLab webhooks in Lambda functions
2025-06-21 09:36:16 +03:00
ab7e0d9141
refactor: split serverless handlers into dedicated GitHub and GitLab Lambda entrypoints
2025-06-20 04:18:42 +09:00
2cfe52e294
refactor: replace DynaBox import with string type checking
2025-06-18 10:04:51 +03:00
4662f65146
Update github_action_runner.py
...
9789e5d701/pr_agent/agent/pr_agent.py (L84)
2025-06-17 19:04:03 +01:00
d4e8f618ce
Update pr_agent/servers/github_action_runner.py
...
Co-authored-by: qodo-merge-for-open-source[bot] <189517486+qodo-merge-for-open-source[bot]@users.noreply.github.com>
2025-06-17 08:34:07 +03:00
f39e0a13f4
Revert linted line breaks
2025-06-16 10:56:24 +09:00
5d721376fe
Move language-specific instructions to github_action_runner.py
2025-06-16 10:53:38 +09:00
99904601ce
feat: Support GitLab webhooks in Lambda functions
2025-06-16 01:22:01 +09:00
ac72d6f6c2
Update atlassian-connect.json
2025-06-05 10:37:51 +03:00
cd96f6b911
chore: organize comments
2025-05-29 13:03:21 +09:00
1955157e9a
feat: add AWS Secrets Manager Integration
2025-05-29 12:42:05 +09:00
b264f42e3d
Fixed handle verify signature when has failed
2025-05-26 11:31:40 +07:00
0f893bc492
Fixed webhook security concern
2025-05-22 15:03:15 +07:00
930cd69909
Fixed conflicts
2025-05-22 14:54:26 +07:00
9a9feb47a6
Merge pull request #1786 from qodo-ai/pr-1736
...
Pr 1736
2025-05-17 15:29:23 +03:00
f47da75e6f
Remove debug print statement from should_process_pr_logic function
2025-05-16 17:23:27 +03:00
42557feb97
Enhance repository filtering with regex pattern matching for ignore_repositories
2025-05-16 17:20:54 +03:00
cf2b95b766
Create webhook server implement for
2025-05-16 16:30:50 +07:00
db0c213d72
AzureDevops webhook: allow disabling BasicAuth
...
Azure webhooks do not allow BasicAuth without HTTPS
2025-05-12 09:00:36 +02:00
24a90cab8e
Azure: handle inline /ask
2025-05-12 09:00:17 +02:00
67272700a6
Azure: handle line comments
2025-05-12 08:31:15 +02:00
38f00386b4
fix(gitlab): trigger when MR changes from draft to ready
2025-05-08 12:50:54 +02:00
d606672801
Add ignore_repositories config for PR filtering
...
What Changed?
* Added support to ignore PRs/MRs from specific repositories in GitHub, Bitbucket, and GitLab webhook logic
* Updated configuration.toml to include ignore_repositories option
* Added unit tests for ignore_repositories across all supported providers
2025-04-30 14:09:40 -07:00
b7b533ddf6
Update azuredevops logger setup to use dynamic log level from configuration
2025-04-03 14:10:52 -05:00
7987fd1be7
Update bitbucket logger setup to use dynamic log level from configuration
2025-04-03 14:10:11 -05:00
db06a8e49e
Update github logger setup to use dynamic log level from configuration
2025-04-03 14:09:11 -05:00
4fa2d82179
Set default log level to DEBUG in configuration and logger setup
2025-04-03 14:07:10 -05:00
dbfc07ccc1
Update logging configuration to use dynamic log level from settings
2025-04-01 15:54:51 -05:00
6f6595c343
Merge pull request #1634 from ishaansehgal99/main
...
fix: Logging and Commenting
2025-03-26 07:51:24 +02:00
b300cfa84d
Improve error logging with artifacts
2025-03-25 22:49:24 -07:00
88a17848eb
- Documentation
...
- Better error handling in case could not deduce repo url
2025-03-23 20:04:33 +02:00
52d4312c9a
fix: Logging and Commenting
2025-03-20 13:59:43 -07:00
bc575e5a67
fix: Logging and Commenting
2025-03-20 13:55:07 -07:00
7cf521c001
fix: improve null safety in GitLab webhook handler
2025-02-27 11:53:11 +02:00
48b3c69c10
Merge pull request #1575 from GOOD21/feature/draft-ready-trigger
...
gitlab webhook automatically trigger pr_command when MR changes from Draft to Ready
2025-02-27 07:57:12 +02:00
9db44b5f5f
Update pr_agent/servers/azuredevops_server_webhook.py
...
Co-authored-by: qodo-merge-pro-for-open-source[bot] <189517486+qodo-merge-pro-for-open-source[bot]@users.noreply.github.com>
2025-02-26 17:16:07 +02:00
70a2377ac9
fix: make Azure DevOps webhook handler asynchronous
2025-02-26 17:13:38 +02:00
0a4c02c8b3
feat: enhance Azure DevOps integration with improved error handling and PR commands
2025-02-26 16:40:46 +02:00
dfbd8dad5d
Automatically trigger pr_command when MR changes from Draft to Ready
2025-02-26 18:12:48 +08:00
f143a24879
remove unnecessary code
2025-02-21 13:35:48 +08:00
347af1dd99
use merge_request with oldrev instead of push
2025-02-21 13:24:20 +08:00
5e1cc12df4
Enhanced webhook handling for push events without object_attributes
2025-02-20 10:47:21 +08:00
c9500cf796
Add : pull_request_target event on GitHub Actions integration
...
Signed-off-by: Hi120ki <12624257+hi120ki@users.noreply.github.com >
2025-02-13 12:03:30 +09:00
7127a030b2
fix: improve error logging in GitHub polling service
2025-02-01 19:47:54 +02:00
4923c8d810
feat: add support for ignoring PRs from specific users
2025-01-16 08:34:01 +02:00
7dc9e73423
fix: move user_tag variable declaration outside conditional block
2024-12-09 08:27:30 +02:00
8610aa27a4
Add disable_auto_feedback configuration option to control automatic PR feedback
2024-12-02 21:28:48 +02:00
fe27f96bf1
Improve robustness of sender_id extraction in Bitbucket app server by using safe dictionary access
2024-11-14 08:26:04 +02:00
2c3aa7b2dc
Improve actor data extraction logic in Bitbucket app server
2024-11-14 08:23:38 +02:00