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

feat(patch): control the proxy_upstream in lua side #14029

Merged
merged 6 commits into from
Dec 23, 2024
Merged

Conversation

oowl
Copy link
Member

@oowl oowl commented Dec 17, 2024

Summary

Sister PR: Kong/lua-kong-nginx-module#98

Checklist

  • The Pull Request has tests
  • A changelog file has been created under changelog/unreleased/kong or skip-changelog label added on PR if changelog is unnecessary. README.md
  • There is a user-facing docs PR against https://github.com/Kong/docs.konghq.com - PUT DOCS PR HERE

Issue reference

AG-186

@github-actions github-actions bot added build/bazel cherry-pick kong-ee schedule this PR for cherry-picking to kong/kong-ee labels Dec 17, 2024
@pull-request-size pull-request-size bot added size/M and removed size/S labels Dec 18, 2024
@oowl oowl force-pushed the feat-next-upstream branch from 59e921b to 3dad57d Compare December 18, 2024 10:27
.requirements Outdated Show resolved Hide resolved
@oowl oowl force-pushed the feat-next-upstream branch from 3dad57d to e043819 Compare December 23, 2024 14:24
@fffonion fffonion merged commit c77a178 into master Dec 23, 2024
27 checks passed
@fffonion fffonion deleted the feat-next-upstream branch December 23, 2024 15:38
@team-gateway-bot
Copy link
Collaborator

Cherry-pick failed for master, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git remote add upstream https://github.com/kong/kong-ee
git fetch upstream master
git worktree add -d .worktree/cherry-pick-14029-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-14029-to-master-to-upstream
git checkout -b cherry-pick-14029-to-master-to-upstream
ancref=$(git merge-base dc1a42dde90b3834bb8051d52d68c45c9a45ac92 d93ea22770540addc4c1e504900c50bceb9301e7)
git cherry-pick -x $ancref..d93ea22770540addc4c1e504900c50bceb9301e7

@github-actions github-actions bot added the incomplete-cherry-pick A cherry-pick was incomplete and needs manual intervention label Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build/bazel cherry-pick kong-ee schedule this PR for cherry-picking to kong/kong-ee incomplete-cherry-pick A cherry-pick was incomplete and needs manual intervention size/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants