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

dynamic_hook: cumulative changes #13085

Merged
merged 9 commits into from
May 27, 2024
Merged

dynamic_hook: cumulative changes #13085

merged 9 commits into from
May 27, 2024

Conversation

ADD-SP
Copy link
Contributor

@ADD-SP ADD-SP commented May 27, 2024

REBASE AND MERGE

Summary

Please review commit-by-commit. This PR did some style cleaning, fixed some bugs, and removed unused features.

Checklist

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

Issue reference

KAG-4590

@github-actions github-actions bot added the cherry-pick kong-ee schedule this PR for cherry-picking to kong/kong-ee label May 27, 2024
@ADD-SP ADD-SP marked this pull request as ready for review May 27, 2024 05:30
kong/dynamic_hook/init.lua Outdated Show resolved Hide resolved
kong/dynamic_hook/init.lua Outdated Show resolved Hide resolved
@ADD-SP ADD-SP force-pushed the add_sp/fix-dynamic-hook branch from c939e87 to 08602ff Compare May 27, 2024 07:59
kong/dynamic_hook/init.lua Outdated Show resolved Hide resolved
…tion` from `child_key` to `function_key` for readability

Co-authored-by: samugi <[email protected]>
@ADD-SP ADD-SP force-pushed the add_sp/fix-dynamic-hook branch from 08602ff to 3d83e47 Compare May 27, 2024 08:12
@ADD-SP ADD-SP changed the title feat(dynamic_hook): cumulative changes dynamic_hook: cumulative changes May 27, 2024
@ADD-SP ADD-SP merged commit b499955 into master May 27, 2024
31 checks passed
@ADD-SP ADD-SP deleted the add_sp/fix-dynamic-hook branch May 27, 2024 08:58
@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-13085-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-13085-to-master-to-upstream
git checkout -b cherry-pick-13085-to-master-to-upstream
ancref=$(git merge-base 1d1056e3d9ed0d6c51bc59695a12a3faf7b3fc6d 3d83e4713194db9576586ae3391b14b756ec9b0b)
git cherry-pick -x $ancref..3d83e4713194db9576586ae3391b14b756ec9b0b

@github-actions github-actions bot added the incomplete-cherry-pick A cherry-pick was incomplete and needs manual intervention label May 27, 2024
@ADD-SP ADD-SP removed the incomplete-cherry-pick A cherry-pick was incomplete and needs manual intervention label May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-pick kong-ee schedule this PR for cherry-picking to kong/kong-ee core/proxy size/L skip-changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants