8000 Implement dependency value cache per request by tiangolo · Pull Request #292 · fastapi/fastapi · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

Implement dependency value cache per request #292

Merged
merged 3 commits into from
Jun 5, 2019
Merged

Conversation

tiangolo
Copy link
Member
@tiangolo tiangolo commented Jun 5, 2019

✨ Implement dependency value cache per request.

@codecov
Copy link
codecov bot commented Jun 5, 2019

Codecov Report

Merging #292 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #292   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files         214    215    +1     
  Lines        5133   5187   +54     
=====================================
+ Hits         5133   5187   +54
Impacted Files Coverage Δ
fastapi/dependencies/utils.py 100% <100%> (ø) ⬆️
fastapi/params.py 100% <100%> (ø) ⬆️
tests/test_dependency_cache.py 100% <100%> (ø)
fastapi/param_functions.py 100% <100%> (ø) ⬆️
fastapi/routing.py 100% <100%> (ø) ⬆️
fastapi/dependencies/models.py 100% <100%> (ø) ⬆️

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 09cd7c4...2f95db4. Read the comment docs.

@tiangolo tiangolo merged commit bff5dbb into master Jun 5, 2019
@tiangolo tiangolo deleted the dependency-cache branch June 5, 2019 17:01
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.

1 participant
0