index
:
delta/python-packages/requests-cache.git
codecov
dependabot/github_actions/snok/install-poetry-1.2
dependabot/github_actions/snok/install-poetry-1.3
dependabot/github_actions/supercharge/redis-github-action-1.4.0
dependabot/pip/attrs-21.4.0
dependabot/pip/cattrs-1.10.0
dependabot/pip/cattrs-1.9.0
dependabot/pip/coverage-6.1
dependabot/pip/coverage-6.2
dependabot/pip/furo-2021.10.9
dependabot/pip/furo-2021.11.12.1
dependabot/pip/furo-2022.1.2
dependabot/pip/myst-parser-0.16.0
dependabot/pip/nox-2022.1.7
dependabot/pip/pre-commit-2.15.0
dependabot/pip/psutil-5.9.0
dependabot/pip/pytest-xdist-2.4.0
dependabot/pip/pytest-xdist-2.5.0
dependabot/pip/pytest-xdist-3.3.0
dependabot/pip/redis-4.1.0
dependabot/pip/responses-0.14.0
dependabot/pip/responses-0.15.0
dependabot/pip/rich-10.11.0
dependabot/pip/rich-10.12.0
dependabot/pip/rich-10.13.0
dependabot/pip/sphinx-4.3.0
dependabot/pip/sphinx-4.4.0
dependabot/pip/sphinx-autodoc-typehints-1.13.0
dependabot/pip/sphinx-autodoc-typehints-1.14.1
dependabot/pip/sphinx-automodapi-0.14.0
dependabot/pip/sphinx-inline-tabs-2022.1.2b11
dependabot/pip/sphinx-notfound-page-0.8
dependabot/pip/ujson-4.2.0
dependabot/pip/ujson-4.3.0
dependabot/pip/ujson-5.1.0
dev
explicit-exports
history-example
lru
main
master
memcached
mongita
orm
patch-module
pre-release
v0.7
v1.x.x
wip-req-compat
github.com: reclosedev/requests-cache
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge pull request #593 from JWCook/rich-repr
Jordan Cook
2022-04-19
15
-18
/
+69
|
\
|
*
Ensure BaseCache.cache_name gets set if a backend class is initialized direct...
Jordan Cook
2022-04-19
6
-6
/
+6
|
*
Improve output for all models when printed or logged with rich
Jordan Cook
2022-04-19
9
-12
/
+63
|
/
*
Merge pull request #591 from JWCook/fresh-stale
Jordan Cook
2022-04-18
9
-77
/
+197
|
\
|
*
Add support for Cache-Control: stale-if-error
Jordan Cook
2022-04-18
9
-88
/
+148
|
*
Add support for Cache-Control: max-stale and min-fresh
Jordan Cook
2022-04-18
6
-6
/
+66
|
/
*
Merge pull request #590 from JWCook/connection-close
Jordan Cook
2022-04-18
6
-14
/
+40
|
\
|
*
Add positional-or-keyword args to request wrapper methods consistent with req...
Jordan Cook
2022-04-18
2
-13
/
+18
|
*
Close database connections (if applicable) on CachedSession.__exit__ and close()
Jordan Cook
2022-04-18
5
-1
/
+22
|
/
*
Merge pull request #589 from JWCook/vcr
Jordan Cook
2022-04-18
8
-19
/
+266
|
\
|
*
Add links to source files on Examples page
Jordan Cook
2022-04-18
4
-22
/
+22
|
*
Turn VCR converter into an example in the docs instead of a library feature
Jordan Cook
2022-04-18
6
-13
/
+44
|
*
Just do a one-way export to VCR format instead of a full serializer
Jordan Cook
2022-04-18
2
-66
/
+41
|
*
WIP: Add VCR-compatible YAML serializer
Jordan Cook
2022-04-18
5
-0
/
+241
|
/
*
Merge pull request #587 from JWCook/policy
Jordan Cook
2022-04-18
21
-172
/
+187
|
\
|
*
Refactor utilities for parsing cache headers into CacheDirectives class
Jordan Cook
2022-04-18
11
-148
/
+157
|
*
Move all cache policy-related modules to separate 'policy' subpackage
Jordan Cook
2022-04-17
17
-27
/
+33
|
/
*
Merge pull request #585 from JWCook/docs
Jordan Cook
2022-04-17
25
-590
/
+666
|
\
|
*
Move backend docs to user guide, separate from API reference docs
Jordan Cook
2022-04-17
19
-204
/
+214
|
*
Move detailed backend docs from rst docstings to md files
Jordan Cook
2022-04-16
22
-574
/
+640
|
/
*
Merge pull request #584 from JWCook/mongodb
Jordan Cook
2022-04-15
24
-102
/
+419
|
\
|
*
Update changelog
Jordan Cook
2022-04-15
1
-3
/
+8
|
*
Add serializer name to cache key to avoid errors due to switching serializers
Jordan Cook
2022-04-15
9
-29
/
+52
|
*
Add TTL tests
Jordan Cook
2022-04-15
3
-10
/
+67
|
*
Add get_ttl() method for convenience
Jordan Cook
2022-04-15
1
-8
/
+21
|
*
Skip setting TTL for redirects collection
Jordan Cook
2022-04-15
1
-4
/
+2
|
*
Set stress test multiplier back to 5 for pre-deploy tests
Jordan Cook
2022-04-15
2
-2
/
+5
|
*
Generate XML coverage report for Codecov
Jordan Cook
2022-04-15
2
-5
/
+7
|
*
Update general expiration docs
Jordan Cook
2022-04-15
3
-6
/
+16
|
*
Add notes on viewing responses in MongoDB
Jordan Cook
2022-04-15
2
-2
/
+19
|
*
Fix structuring/unstructuring CachedResponse.history
Jordan Cook
2022-04-15
2
-9
/
+15
|
*
Use BSON preconf stage and store response values under top-level keys, so cre...
Jordan Cook
2022-04-15
4
-37
/
+51
|
*
Use a set_ttl() method instead of keyword argument, since it should only be s...
Jordan Cook
2022-04-15
3
-42
/
+109
|
*
Improvements for MongoDB:
Jordan Cook
2022-04-15
8
-28
/
+130
|
/
*
Merge pull request #575 from JWCook/docs
Jordan Cook
2022-04-11
3
-8
/
+40
|
\
|
*
Add some more notes about SQLite and Redis backends
Jordan Cook
2022-04-11
3
-8
/
+40
|
/
*
Merge pull request #573 from JWCook/sqlite-eviction
Jordan Cook
2022-04-10
7
-66
/
+264
|
\
|
*
Add SQLiteDict.sorted() method with sorting and other query options
Jordan Cook
2022-04-10
3
-3
/
+160
|
*
Use Unix time integer instead of datetime string, and use same time source on...
Jordan Cook
2022-04-10
1
-3
/
+5
|
*
LEFT JOIN option is slightly faster
Jordan Cook
2022-04-10
1
-10
/
+1
|
*
WIP: Add faster implementation of removing invalid redirects in SQL
Jordan Cook
2022-04-10
2
-7
/
+32
|
*
Add indexed datetime column to SQLite backend for faster eviction
Jordan Cook
2022-04-10
5
-61
/
+84
|
/
*
Add sample databases for recent versions, for use in compatibility tests
Jordan Cook
2022-04-10
5
-0
/
+0
*
Merge pull request #574 from JWCook/auth-headers
Jordan Cook
2022-04-10
6
-30
/
+59
|
\
|
*
Add default list of ignored_parameters for most common authentication params/...
Jordan Cook
2022-04-10
6
-20
/
+56
|
*
Remove 'default exclude headers', since match_headers now accepts a list of s...
Jordan Cook
2022-04-10
1
-10
/
+3
|
/
*
Merge pull request #568 from JWCook/refresh
Jordan Cook
2022-04-09
17
-294
/
+413
|
\
|
*
Log cache criteria checks for both read and write
Jordan Cook
2022-04-09
1
-20
/
+26
|
*
Also skip cache read for requests excluded by allowable_methods
Jordan Cook
2022-04-09
6
-32
/
+81
|
*
If we're picking an arbitrary sentinel value, it may as well be an interestin...
Jordan Cook
2022-04-09
1
-1
/
+1
[prev]
[next]