-
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
feat(core): enable status api by default #12304
Conversation
768a02d
to
1083662
Compare
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.
How about replacing perf
with feature
? And do the same thing in the changelog.
Yes, I think that it is not a "perf". |
@chronolaw |
In original PR (#12254), it is "feat(templates)". |
@StarlightIbuki What do you think? |
a579253
to
ae99c6d
Compare
@ADD-SP @chronolaw Renamed the PR.
They are fixed. Please take a look at the change to the |
Cherry-pick failed for 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-12304-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-12304-to-master-to-upstream
git checkout -b cherry-pick-12304-to-master-to-upstream
ancref=$(git merge-base b7a83612f4cf87404e758b42087ff1623a916eb9 ae99c6d693084f817846b1b08fe9cd27c12e66e9)
git cherry-pick -x $ancref..ae99c6d693084f817846b1b08fe9cd27c12e66e9 |
Summary
Redoing #12254
Checklist
changelog/unreleased/kong
orskip-changelog
label added on PR if changelog is unnecessary. README.mdIssue reference
KAG-3359