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(webhook): specify permitted auth subclasses explicitly to stabilize template generation #2775

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

chillleader
Copy link
Member

Description

This PR defines the list of permitted subclasses of the webhook authentication interface explicitly. Previously it has been derived implicitly because subclasses were in the same file, but in the byte code the order was not fixed, which lead to flaky template generation results and auth option reordering in the element templates.

@chillleader chillleader added this pull request to the merge queue Jun 24, 2024
Merged via the queue into main with commit 5f93d4a Jun 24, 2024
12 checks passed
@chillleader chillleader deleted the fix-flaky-wh-template-generation branch June 24, 2024 07:30
Copy link
Contributor

Backport failed for release/8.3, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin release/8.3
git worktree add -d .worktree/backport-2775-to-release/8.3 origin/release/8.3
cd .worktree/backport-2775-to-release/8.3
git switch --create backport-2775-to-release/8.3
git cherry-pick -x 5f93d4ad6f9ee93a2f750c151f2cf713fffda026

Copy link
Contributor

Backport failed for release/8.4, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin release/8.4
git worktree add -d .worktree/backport-2775-to-release/8.4 origin/release/8.4
cd .worktree/backport-2775-to-release/8.4
git switch --create backport-2775-to-release/8.4
git cherry-pick -x 5f93d4ad6f9ee93a2f750c151f2cf713fffda026

Copy link
Contributor

@chillleader
Copy link
Member Author

/backport

github-actions bot pushed a commit that referenced this pull request Jun 24, 2024
…ze the template generation (#2775)

(cherry picked from commit 5f93d4a)
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants