-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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: add 'range_id' algorithm for 'request-id' plugin #8790
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
spacewander
reviewed
Feb 6, 2023
jiangfucheng
force-pushed
the
random_id
branch
2 times, most recently
from
February 7, 2023 14:10
3e17b77
to
f52f53c
Compare
@spacewander Can you help restart ci task? I fixed some error, thanks. |
spacewander
reviewed
Feb 9, 2023
jiangfucheng
force-pushed
the
random_id
branch
from
February 9, 2023 14:04
e8d4ba0
to
8c5bddd
Compare
jiangfucheng
changed the title
feat: add 'radmon_id' algorithm for 'request-id' plugin
feat: add 'radmon_id' algorithm for 'range-id' plugin
Feb 9, 2023
jiangfucheng
changed the title
feat: add 'radmon_id' algorithm for 'range-id' plugin
feat: add 'range_id' algorithm for 'request-id' plugin
Feb 10, 2023
spacewander
reviewed
Feb 13, 2023
jiangfucheng
force-pushed
the
random_id
branch
from
February 13, 2023 13:57
7dc9343
to
109ba0f
Compare
spacewander
reviewed
Feb 14, 2023
jiangfucheng
force-pushed
the
random_id
branch
from
February 14, 2023 12:52
109ba0f
to
312ad1b
Compare
spacewander
approved these changes
Feb 17, 2023
@soulbird @monkeyDluffy6017 Could help me review this PR? Thanks. |
soulbird
approved these changes
Feb 22, 2023
hongbinhsu
added a commit
to fitphp/apix
that referenced
this pull request
Feb 23, 2023
* upstream/master: fix: limit count plugin conf parameter undefined error (apache#8902) chore: remove duplicate kubernetes test case (apache#8882) feat: add 'range_id' algorithm for 'request-id' plugin (apache#8790) chore(error-log-logger): add kafka meta_refresh_interval (apache#8821) chore(deps): bump golang.org/x/net from 0.2.0 to 0.7.0 in /t/grpc_server_example (apache#8881) docs: Update getting-started.md (apache#8763) fix(admin): fix wrong http code for patch method (apache#8855) feat: stream subsystem support tars service discovery (apache#8826) feat(ci): implement image caching to reduce ci build time. (apache#8735) feat(admin): add head method support to /apisix/admin (apache#8752) feat: opentelemetry plugin config collector.address support specify https scheme (apache#8823) fix: add admin schema to control_plane config (apache#8809)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Fixes # (issue)
Checklist