-
Notifications
You must be signed in to change notification settings - Fork 527
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: support APISIX_PROFILE for env-specific configuration #2293
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2293 +/- ##
==========================================
+ Coverage 65.08% 69.87% +4.79%
==========================================
Files 184 184
Lines 7274 7280 +6
Branches 829 830 +1
==========================================
+ Hits 4734 5087 +353
+ Misses 2256 1898 -358
- Partials 284 295 +11
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
cc @zaunist @Baoyuantop to have a review |
cc @Baoyuantop please help review this, Thanks. |
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.
/LGTM
* master: feat: support APISIX_PROFILE for env-specific configuration (apache#2293) style: remove extra margin value (apache#2300)
* upstream: feat: support APISIX_PROFILE for env-specific configuration (apache#2293)
* upstream: feat: support APISIX_PROFILE for env-specific configuration (apache#2293)
Please answer these questions before submitting a pull request, or your PR will get closed.
Why submit this pull request?
What changes will this PR take into?
This is a follow up to this PR by @kevinw66.
The original PR was not updated for a long time, and also after trying, I could not directly create the commit to finish it, so I created a new PR which directly used the results of @kevinw66 and tagged the author.
I added some additional startup logs to it and also added test cases.
Related issues
continue: #2238
Checklist: