-
Notifications
You must be signed in to change notification settings - Fork 96
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
Move Advanced NGINX Extensions proposal to Implementable #2201
Move Advanced NGINX Extensions proposal to Implementable #2201
Conversation
Problem: - Advanced NGINX Extensions proposal nginxinc#2035 is in Provisional state - only problem statement is defined. Solution: - Add the implementation details to the proposal. - Move the enhancement proposal to Implementable Notes: - The goal of Allowing users to customize supported NGINX configuration was moved to a Non-Goal to keep the size of the proposal manageable. - This enhancement proposal can be further split into two - one for SnippetsPolicy and one for SnippetsTemplates CLOSES - nginxinc#815
@pleshakov is this PR ready for review? |
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.
Fantastic work on this @pleshakov!
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2201 +/- ##
=======================================
Coverage 87.76% 87.76%
=======================================
Files 96 96
Lines 6793 6793
Branches 50 50
=======================================
Hits 5962 5962
Misses 774 774
Partials 57 57 ☔ View full report in Codecov by Sentry. |
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.
Should we update the doc to "Implementable"?
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.
Had comments that were addressed later in the doc... well done! Really looking forward to getting this in the product.
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.
Just a few small comments, but otherwise LGTM 🚀
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.
🚀
My only other comment would be to change the status to Implementable. |
Proposed changes
Problem:
Solution:
Notes:
CLOSES - #815
Checklist
Before creating a PR, run through this checklist and mark each as complete.
Release notes
If this PR introduces a change that affects users and needs to be mentioned in the release notes,
please add a brief note that summarizes the change.