Skip to content
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

fix(backend): Fix webhook ingress URL generation #9209

Merged
merged 5 commits into from
Jan 6, 2025

Conversation

Pwuts
Copy link
Member

@Pwuts Pwuts commented Jan 6, 2025

The enum's string representation was being inserted in the URL instead of its string value.

Before: /api/integrations/ProviderName.GITHUB/webhooks/686db48c-e70d-4340-acf9-ccd0338fddc4/ingress

After: /api/integrations/github/webhooks/686db48c-e70d-4340-acf9-ccd0338fddc4/ingress

@Pwuts Pwuts requested a review from a team as a code owner January 6, 2025 22:59
@Pwuts Pwuts requested review from Bentlybro and kcze and removed request for a team January 6, 2025 22:59
@github-actions github-actions bot added platform/backend AutoGPT Platform - Back end size/s labels Jan 6, 2025
Copy link

netlify bot commented Jan 6, 2025

Deploy Preview for auto-gpt-docs-dev canceled.

Name Link
🔨 Latest commit 74c1def
🔍 Latest deploy log https://app.netlify.com/sites/auto-gpt-docs-dev/deploys/677c69fb9ec6a00008fe7963

Copy link

netlify bot commented Jan 6, 2025

Deploy Preview for auto-gpt-docs canceled.

Name Link
🔨 Latest commit 74c1def
🔍 Latest deploy log https://app.netlify.com/sites/auto-gpt-docs/deploys/677c69fb3316d50008e42a3d

@Pwuts Pwuts requested a review from ntindle January 6, 2025 23:01
ntindle
ntindle previously approved these changes Jan 6, 2025
@Pwuts Pwuts enabled auto-merge January 6, 2025 23:07
@Pwuts Pwuts added this pull request to the merge queue Jan 6, 2025
Merged via the queue into dev with commit 7a9a771 Jan 6, 2025
19 checks passed
@Pwuts Pwuts deleted the pwuts/open-2297-fix-webhook-ingress-url-generation branch January 6, 2025 23:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform/backend AutoGPT Platform - Back end size/s
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants