-
Notifications
You must be signed in to change notification settings - Fork 739
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gitlab docs improved; gitlab webhook secret config standardization #1307
Conversation
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Code Suggestions ✨Explore these optional code suggestions:
|
@s1moe2 Thanks for the PR. It is a shared_secret, and the name is used also in other places. don't change it |
p.s. ![]() https://chromewebstore.google.com/detail/qodo-merge-ai-powered-cod/ephlnjeghhogofkifjloamocljapahnl |
User description
improved GitlLab setup docs:
introduced
webhook_secret
in the gitlab config section, to make it consistent with the other webhook secret configs from other sectionsshared_secret
is kept for backwards compatibilityPR Type
Documentation, Enhancement
Description
webhook_secret
in the GitLab configuration to standardize with other webhook configurations, while maintaining backward compatibility withshared_secret
.webhook_secret
and clarified its usage.Changes walkthrough 📝
gitlab_webhook.py
Add support for GitLab `webhook_secret` configuration
pr_agent/servers/gitlab_webhook.py
webhook_secret
in GitLab webhook configuration.shared_secret
.gitlab.md
Improve GitLab setup documentation and instructions
docs/docs/installation/gitlab.md
.secrets_template.toml
Update secrets template for GitLab webhook configuration
pr_agent/settings/.secrets_template.toml
webhook_secret
to GitLab section.shared_secret
as backward compatible.