-
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/uuid): update UUID reference #12952
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
core/pdk
core/admin-api
core/db
plugins/acl
schema-change-noteworthy
cherry-pick kong-ee
schedule this PR for cherry-picking to kong/kong-ee
labels
Apr 28, 2024
github-actions
bot
added
core/balancer
core/db/migrations
core/clustering
and removed
size/L
labels
Apr 28, 2024
github-actions
bot
added
core/proxy
plugins/correlation-id
core/wasm
Everything relevant to [proxy-]wasm
labels
Apr 28, 2024
Water-Melon
reviewed
Apr 28, 2024
Water-Melon
approved these changes
Apr 28, 2024
chronolaw
force-pushed
the
refactor/update_uuid_reference
branch
from
April 29, 2024 08:54
a351934
to
5f6940f
Compare
bungle
approved these changes
May 2, 2024
bungle
requested changes
May 2, 2024
chronolaw
force-pushed
the
refactor/update_uuid_reference
branch
from
May 6, 2024 02:09
5f6940f
to
374bab7
Compare
chronolaw
force-pushed
the
refactor/update_uuid_reference
branch
from
May 17, 2024 09:13
a68b2f3
to
8b848ab
Compare
Water-Melon
approved these changes
May 20, 2024
hanshuebner
suggested changes
May 20, 2024
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 provide a description in your PR. The KAG link is useless for open source users.
Done, thanks. |
@hanshuebner , could you take a look again? thanks. |
hanshuebner
approved these changes
May 27, 2024
bungle
approved these changes
May 27, 2024
github-actions
bot
added
the
incomplete-cherry-pick
A cherry-pick was incomplete and needs manual intervention
label
May 27, 2024
kikito
removed
the
incomplete-cherry-pick
A cherry-pick was incomplete and needs manual intervention
label
May 28, 2024
3 tasks
locao
pushed a commit
that referenced
this pull request
Jun 21, 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/admin-api
core/balancer
core/clustering
core/db/migrations
core/db
core/pdk
core/proxy
core/wasm
Everything relevant to [proxy-]wasm
plugins/acl
plugins/correlation-id
schema-change-noteworthy
size/XL
skip-changelog
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
We are refactoring
kong.tools.*
, and trying to updating all references ofkong.tools.utils
to properkong.tools.uuid
, which will make our code more clear and easy to maintain.KAG-3142
Checklist
changelog/unreleased/kong
orskip-changelog
label added on PR if changelog is unnecessary. README.mdIssue reference
Fix #[issue number]