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

fix(api_helpers): re-add falcon.api_helpers #1904

Merged
merged 5 commits into from Apr 12, 2021

Conversation

CaselIT
Copy link
Member

@CaselIT CaselIT commented Apr 6, 2021

Summary of Changes

Re-add removed api_helpers package

Related Issues

closes #1902

@codecov
Copy link

codecov bot commented Apr 6, 2021

Codecov Report

Merging #1904 (6c98dc3) into master (f610ea4) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master     #1904   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           62        63    +1     
  Lines         6591      6593    +2     
  Branches      1065      1065           
=========================================
+ Hits          6591      6593    +2     
Impacted Files Coverage Δ
falcon/api_helpers.py 100.00% <100.00%> (ø)
falcon/app_helpers.py 100.00% <100.00%> (ø)

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 f610ea4...6c98dc3. Read the comment docs.

@CaselIT CaselIT requested review from kgriffs and vytas7 April 6, 2021 20:37
Copy link
Member

@vytas7 vytas7 left a comment

Choose a reason for hiding this comment

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

Looks great. 👍

I just nitpicked on the news fragment, it seems the second sentence therein could be improved a bit.

docs/_newsfragments/1902.rst Outdated Show resolved Hide resolved
falcon/api_helpers.py Outdated Show resolved Hide resolved
@CaselIT
Copy link
Member Author

CaselIT commented Apr 6, 2021

thanks, updated

@CaselIT CaselIT requested a review from vytas7 April 6, 2021 21:31
Copy link
Member

@vytas7 vytas7 left a comment

Choose a reason for hiding this comment

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

👍

@vytas7 vytas7 changed the title Re add api helpers fix(api_helpers): re-add falcon.api_helpers Apr 7, 2021
@@ -0,0 +1,7 @@
from .app_helpers import * # NOQA
Copy link
Member

Choose a reason for hiding this comment

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

Nit: Should be two spaces before the #

Copy link
Member Author

Choose a reason for hiding this comment

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

nit; using a formatter would take care of it :P

@kgriffs kgriffs merged commit 9338511 into falconry:master Apr 12, 2021
@floqqi
Copy link

floqqi commented May 6, 2021

Is there a chance of getting these changes released? It prevents us from upgrading to falcon 3 as we rely on the sentry sdk.

@vytas7
Copy link
Member

vytas7 commented May 6, 2021

Hi @floqqi!
Yes, we are planning to cut 3.0.1 shortly, hopefully today or tomorrow.

We will be addressing #1911 in the same bugfix release.

@CaselIT CaselIT deleted the 1902_re_add_api_helpers branch May 13, 2021 19:24
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.

Unannounced breaking change in renaming falcon.api_helpers
4 participants