-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Merge blueprints branch back to master #1057
Conversation
This adds support for Flask style blueprints. As part of this change, the internals app.py have been refactored to remove duplication when registering resources. This should make it easier to refactor the event sources into separate classes in the future.
Codecov Report
@@ Coverage Diff @@
## master #1057 +/- ##
==========================================
- Coverage 95.48% 95.46% -0.03%
==========================================
Files 27 27
Lines 4494 4562 +68
Branches 565 576 +11
==========================================
+ Hits 4291 4355 +64
- Misses 131 135 +4
Partials 72 72
Continue to review full report at Codecov.
|
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.
🚢
PR #1057 * blueprints: Update changelog with latest features Add feature opt in test through CLI layer Fix linting error for line spacing Update docs with a link to GH issues Move error message to constant Change link from rst to html Add documentation for feature flags Add support for experimental features Remove unused params in Blueprint Add API docs for blueprints Add test to verify blueprint has all decorators Clarify comment on taking kwargs in the route decorator Remove unused kwargs param Map lambda context to blueprint Update pyi file to be consistent with app.py Add support for blueprints
This merges these PRs back to master:
Also added changelog entries for these features.