summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Log any ImportErrors in top-level init filedevJordan Cook2021-04-221-4/+7
* Merge branch 'use-temp'Jordan Cook2021-04-225-9/+39
|\
| * Add use_temp option to SQLite backendJordan Cook2021-04-225-9/+39
|/
* Merge pull request #245 from JWCook/integration-testsJordan Cook2021-04-2211-148/+166
|\
| * Combine test_cache.py with BaseCacheTest to run these tests for all backendsJordan Cook2021-04-2211-148/+166
|/
* Merge pull request #242 from JWCook/integration-testsJordan Cook2021-04-2217-313/+308
|\
| * Turn multi-threaded stress tests into test (sub)classesJordan Cook2021-04-228-50/+100
| * Turn remaining unittest.TestCase classes into pytest-style test classesJordan Cook2021-04-228-144/+82
| * Reorganize backend integration tests and add some more thorough testsJordan Cook2021-04-228-149/+168
| * Move storage class __str__ methods to base class, and just show keys instead ...Jordan Cook2021-04-226-15/+3
| * Store responses for filesystem backend in a 'responses' subdirectory, to avoi...Jordan Cook2021-04-221-5/+7
| * For SQLite and filesystem backends, resolve file paths in BaseStorage class r...Jordan Cook2021-04-212-8/+6
|/
* Merge pull request #238 from JWCook/filesystem-backendJordan Cook2021-04-2113-8/+139
|\
| * Update changelog, contributors, and versionJordan Cook2021-04-213-3/+6
| * Add a filesystem backendJordan Cook2021-04-2110-5/+133
|/
* Use shared connection to create initial SQLite tableJordan Cook2021-04-211-1/+1
* Merge pull request #240 from jsemric/use-thread-local-connections-for-sqliteJordan Cook2021-04-212-41/+36
|\
| * add sqlite no-op testsjsemric2021-04-211-0/+15
| * remove locking of sqlite connectionjsemric2021-04-211-18/+10
| * do not lock connection on readjsemric2021-04-211-4/+10
| * make bulk commit use thread-local connectionjsemric2021-04-211-26/+7
| * use thread local sqlite connectionsjsemric2021-04-201-16/+17
* | Merge pull request #239 from JWCook/integration-testsJordan Cook2021-04-209-64/+90
|\ \ | |/ |/|
| * Run multi-threaded tests for all backends, and run with more threads & iterat...Jordan Cook2021-04-206-42/+67
| * Fix DynamoDbDict.__iter__ to return keys instead of values; update tests to t...Jordan Cook2021-04-203-22/+23
|/
* Merge pull request #237 from JWCook/backend-kwargsJordan Cook2021-04-1914-109/+169
|\
| * Allow passing any valid backend connection kwargs via BaseCacheJordan Cook2021-04-1914-109/+169
|/
* Add option to manually cache response objectsJordan Cook2021-04-194-2/+12
* Replace deprecated pymongo Collection.count() with estimated_document_count()v0.6.3Jordan Cook2021-04-193-2/+3
* Update changelog and contributorsJordan Cook2021-04-193-8/+11
* Merge branch 'test-updates'Jordan Cook2021-04-196-25/+22
|\
| * Use pytest-order to order tests; remove ipdb recommendationJordan Cook2021-04-196-22/+9
| * Run DynamoDB integration tests last, since the DynamoDB container takes longe...Jordan Cook2021-04-182-4/+10
| * Add some more info about testingJordan Cook2021-04-182-8/+12
|/
* Merge pull request #235 from JWCook/kwarg_warningsJordan Cook2021-04-184-13/+26
|\
| * Don't show warnings for 'include_get_headers' and 'ignored_parameters' kwargs...Jordan Cook2021-04-184-13/+26
|/
* Merge pull request #234 from shiftinv/fix-decode-contentJordan Cook2021-04-183-28/+41
|\
| * Read manually instead of using _body, move decode tests to integration testsshiftinv2021-04-183-26/+27
| * Improve raw response reset, update testsshiftinv2021-04-182-45/+35
| * Fix handling of decode_content parameter for raw.read(...)shiftinv2021-04-182-15/+37
|/
* Merge branch 'dev'Jordan Cook2021-04-174-4/+34
|\
| * Set up automatic pre-release builds from dev branchJordan Cook2021-04-174-4/+34
|/
* Add warning about cache_disabled() not being thread-safe, and use a lock for ...Jordan Cook2021-04-171-5/+14
* Merge pull request #231 from JWCook/docsJordan Cook2021-04-1612-5/+181
|\
| * Include example scripts on readthedocsJordan Cook2021-04-1611-5/+135
| * Add example of logging non-cached requestsJordan Cook2021-04-165-0/+46
|/
* Explicitly include docs, tests, and examples in sdistv0.6.2Jordan Cook2021-04-143-2/+9
* Update changelog and contributorsv0.6.1Jordan Cook2021-04-132-2/+7
* Merge pull request #228 from JWCook/backend-integration-testsJordan Cook2021-04-1212-147/+226
|\
| * Update GridFSPickleDict.__delitem__ to raise a KeyError for missing itemsJordan Cook2021-04-122-4/+10