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
path:
root
/
tests
/
integration
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a bit of missing test coverage
Jordan Cook
2021-09-06
4
-13
/
+36
*
Allow match_headers to optionally accept a list of specific headers to match
Jordan Cook
2021-09-06
1
-10
/
+5
*
Revert renaming DynamoDB backend classes; a minor inconsistency is probably b...
Jordan Cook
2021-08-30
1
-6
/
+6
*
Use pathlib.Path objects for all file paths in Filesystem and SQLite backends
Jordan Cook
2021-08-29
2
-12
/
+11
*
Move 'Cache Files' docs that apply to both SQLite and Filesystem backends to ...
Jordan Cook
2021-08-25
1
-6
/
+6
*
Fix incorrect location of redirects.sqlite when using filesystem backend
Jordan Cook
2021-08-23
2
-1
/
+8
*
Add appdirs as a dependency, and add 'use_cache_dir' option to SQLite and Fil...
Jordan Cook
2021-08-21
2
-0
/
+15
*
Add support for SQLite in-memory databases
Jordan Cook
2021-08-20
1
-1
/
+16
*
Make DynamoDB and MongoDB naming consistent
Jordan Cook
2021-08-20
1
-2
/
+2
*
Add pytest-rerunfailures to rerun a flaky test
Jordan Cook
2021-08-20
1
-0
/
+2
*
Add FileCache.paths() wrapper method, and return a list instead of generator
Jordan Cook
2021-08-20
1
-11
/
+11
*
Rename DbDict to SQLiteDict for consistency with other backends (with aliases...
Jordan Cook
2021-08-19
1
-7
/
+7
*
Increase integration test timeout for DynamoDB, since it has a longer startup...
Jordan Cook
2021-08-14
3
-6
/
+3
*
Add unit tests for new header support
Jordan Cook
2021-08-14
1
-10
/
+37
*
Drop testing for requests <=0.21
Jordan Cook
2021-08-14
1
-4
/
+0
*
Drop support for python 3.6
Jordan Cook
2021-08-14
1
-4
/
+0
*
Run integration tests in parallel, and combine MongoDB and GridFS tests into ...
Jordan Cook
2021-08-12
2
-41
/
+29
*
Parallelize unit tests per module instead of per function
Jordan Cook
2021-08-12
1
-4
/
+2
*
Add some more details to contributing guide, and add sample caches for 0.7 pa...
Jordan Cook
2021-08-10
1
-0
/
+4
*
SQLite clear(): first attempt DROP TABLE, then delete and re-initialize the c...
Jordan Cook
2021-08-10
1
-0
/
+21
*
Apply whitespace/EOF fixes and isort updates
Jordan Cook
2021-08-08
8
-8
/
+13
*
For filesystem backend, add an appropriate file extension to cache files
Jordan Cook
2021-08-03
1
-2
/
+11
*
Use BaseCache.clear() BaseStorage.clear() prioer to integration tests
Jordan Cook
2021-08-02
1
-2
/
+1
*
Update `DbDict.bulk_delete()` to support deleting more items than SQLite's va...
Jordan Cook
2021-08-02
1
-4
/
+27
*
Add support for Response.next when 302 responses are cached directly
Jordan Cook
2021-07-16
1
-2
/
+17
*
Fix cache_control option to correctly toggle cache header usage (off by default)
Jordan Cook
2021-07-09
1
-7
/
+11
*
Improve type annotations and fix type checking errors
Jordan Cook
2021-07-06
1
-6
/
+2
*
Some serialization fixes & updates:
Jordan Cook
2021-07-03
4
-10
/
+24
*
Merge pull request #286 from parkerhancock/serialization_pipelines
Jordan Cook
2021-06-22
1
-3
/
+1
|
\
|
*
initial serialization pipeline refactor
Parker Hancock
2021-06-14
1
-3
/
+1
*
|
Add automated tests for cache behavior after version upgrades
Jordan Cook
2021-06-20
1
-0
/
+27
|
/
*
Workaround for poetry issue on python 3.10 beta
Jordan Cook
2021-06-11
1
-2
/
+4
*
Add tests and docs
Jordan Cook
2021-06-11
2
-8
/
+15
*
Compatibility fixes for requests 2.16 and 2.17
Jordan Cook
2021-06-03
1
-0
/
+5
*
making Flake8 happy by changing comparisions from == True/False/None to is Tr...
Parker Hancock
2021-06-03
1
-7
/
+7
*
remove 'ignored parameters' from request prior to caching
Parker Hancock
2021-06-03
1
-0
/
+43
*
Fix broken unit tests and add more coverage
Jordan Cook
2021-05-26
2
-2
/
+3
*
Add support for using request and response cache headers to set cache expiration
Jordan Cook
2021-05-07
1
-16
/
+37
*
Adjust line length for black + isort
Jordan Cook
2021-04-30
1
-1
/
+3
*
Implement a faster bulk delete method for each backend
Jordan Cook
2021-04-30
1
-0
/
+10
*
Add support for caching multipart file uploads
Jordan Cook
2021-04-30
1
-0
/
+7
*
Make sure all tests with SQLite dbs clean up after themselves
Jordan Cook
2021-04-29
1
-2
/
+2
*
Improve performance a bit for remove_expired_responses()
Jordan Cook
2021-04-29
1
-2
/
+21
*
Add use_temp option to SQLite backend
Jordan Cook
2021-04-22
2
-0
/
+16
*
Combine test_cache.py with BaseCacheTest to run these tests for all backends
Jordan Cook
2021-04-22
9
-147
/
+148
*
Turn multi-threaded stress tests into test (sub)classes
Jordan Cook
2021-04-22
8
-50
/
+100
*
Turn remaining unittest.TestCase classes into pytest-style test classes
Jordan Cook
2021-04-22
8
-144
/
+82
*
Reorganize backend integration tests and add some more thorough tests
Jordan Cook
2021-04-22
6
-145
/
+156
*
Add a filesystem backend
Jordan Cook
2021-04-21
3
-3
/
+35
*
Merge pull request #240 from jsemric/use-thread-local-connections-for-sqlite
Jordan Cook
2021-04-21
1
-0
/
+15
|
\
[next]