Skip to content
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

Merged
merged 16 commits into from
Jan 30, 2019
Merged

Merge blueprints branch back to master #1057

merged 16 commits into from
Jan 30, 2019

Conversation

jamesls
Copy link
Member

@jamesls jamesls commented Jan 30, 2019

This merges these PRs back to master:

Also added changelog entries for these features.

@codecov-io
Copy link

codecov-io commented Jan 30, 2019

Codecov Report

Merging #1057 into master will decrease coverage by 0.02%.
The diff coverage is 94.37%.

Impacted file tree graph

@@            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
Impacted Files Coverage Δ
chalice/__init__.py 100% <100%> (ø) ⬆️
chalice/deploy/validate.py 100% <100%> (ø) ⬆️
chalice/constants.py 100% <100%> (ø) ⬆️
chalice/cli/__init__.py 86.46% <25%> (-0.94%) ⬇️
chalice/cli/factory.py 92.35% <75%> (-0.51%) ⬇️
chalice/app.py 96.99% <96.24%> (+0.21%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2b63cb5...77332c8. Read the comment docs.

Copy link
Contributor

@kyleknap kyleknap left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢

@jamesls jamesls merged commit 77332c8 into master Jan 30, 2019
jamesls added a commit that referenced this pull request Jan 30, 2019
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
@stealthycoin stealthycoin deleted the blueprints branch June 17, 2019 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants