-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
refactor(tools): update references from kong.tools.utils to kong.tools.table #12487
Conversation
7023e3e
to
2e46587
Compare
61165a7
to
52cd6a9
Compare
c426cd9
to
69d6203
Compare
0e3ff31
to
6e41202
Compare
Please merge this PR after merging #13026 |
12930be
to
e9ec88e
Compare
CI tests after removing most exported functions of https://github.com/Kong/kong/actions/runs/9072658583/job/24928507132?pr=12487 |
c609f82
to
fb24e89
Compare
fb24e89
to
b54f381
Compare
b54f381
to
0a27d0e
Compare
config = { | ||
subsystem = "http", | ||
}, | ||
config = ngx.config, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add this comment in the code.
ctx = { | ||
KONG_PHASE = 0x00000200, | ||
}, | ||
re = ngx.re, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add this comment in the code.
spec/03-plugins/24-response-rate-limiting/06-shorthand_fields_spec.lua
Outdated
Show resolved
Hide resolved
5c27fc2
to
3eecb25
Compare
KAG-3138