| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add use_temp option to SQLite backend | Jordan Cook | 2021-04-22 | 2 | -8/+21 |
| * | Move storage class __str__ methods to base class, and just show keys instead ... | Jordan Cook | 2021-04-22 | 6 | -15/+3 |
| * | Store responses for filesystem backend in a 'responses' subdirectory, to avoi... | Jordan Cook | 2021-04-22 | 1 | -5/+7 |
| * | For SQLite and filesystem backends, resolve file paths in BaseStorage class r... | Jordan Cook | 2021-04-21 | 2 | -8/+6 |
| * | Add a filesystem backend | Jordan Cook | 2021-04-21 | 3 | -1/+93 |
| * | Use shared connection to create initial SQLite table | Jordan Cook | 2021-04-21 | 1 | -1/+1 |
| * | Merge pull request #240 from jsemric/use-thread-local-connections-for-sqlite | Jordan Cook | 2021-04-21 | 1 | -41/+21 |
| |\ |
|
| | * | remove locking of sqlite connection | jsemric | 2021-04-21 | 1 | -18/+10 |
| | * | do not lock connection on read | jsemric | 2021-04-21 | 1 | -4/+10 |
| | * | make bulk commit use thread-local connection | jsemric | 2021-04-21 | 1 | -26/+7 |
| | * | use thread local sqlite connections | jsemric | 2021-04-20 | 1 | -16/+17 |
| * | | Fix DynamoDbDict.__iter__ to return keys instead of values; update tests to t... | Jordan Cook | 2021-04-20 | 1 | -1/+1 |
| |/ |
|
| * | Allow passing any valid backend connection kwargs via BaseCache | Jordan Cook | 2021-04-19 | 7 | -100/+106 |
| * | Add option to manually cache response objects | Jordan Cook | 2021-04-19 | 1 | -1/+2 |
| * | Replace deprecated pymongo Collection.count() with estimated_document_count()v0.6.3 | Jordan Cook | 2021-04-19 | 2 | -2/+2 |
| * | Don't show warnings for 'include_get_headers' and 'ignored_parameters' kwargs... | Jordan Cook | 2021-04-18 | 1 | -7/+16 |
| * | Update GridFSPickleDict.__delitem__ to raise a KeyError for missing items | Jordan Cook | 2021-04-12 | 1 | -4/+8 |
| * | Add kwargs for AWS creds for DynamoDbDict | Jordan Cook | 2021-04-12 | 1 | -1/+11 |
| * | Update all backend-specific integration tests to fail quickly if not set up, ... | Jordan Cook | 2021-04-12 | 1 | -11/+11 |
| * | Make parent dirs for new SQLite databases | Jordan Cook | 2021-04-11 | 1 | -8/+18 |
| * | Demote most logging.info statements to debug | Jordan Cook | 2021-04-10 | 2 | -3/+3 |
| * | Handle errors due to invalid responses in `BaseCache.urls` | Jordan Cook | 2021-04-10 | 1 | -14/+18 |
| * | Add remove_old_entries() back to BaseCache as an alias with a DeprecationWarning | Jordan Cook | 2021-04-10 | 1 | -0/+5 |
| * | Improvements to Sphinx documentation: | Jordan Cook | 2021-04-03 | 3 | -26/+24 |
| * | Improve backend initialization: | Jordan Cook | 2021-04-02 | 2 | -70/+79 |
| * | Add 'verify' param to cache key | Jordan Cook | 2021-04-01 | 1 | -2/+2 |
| * | Rename 'add_key_mapping' to 'save_redirect' and take a request instead of a c... | Jordan Cook | 2021-03-31 | 1 | -6/+7 |
| * | Fix BaseCache.urls to return only response URLs (no redirect keys) | Jordan Cook | 2021-03-30 | 1 | -1/+1 |
| * | For SQLite backend, run VACUUM after remove_expired_responses() | Jordan Cook | 2021-03-30 | 1 | -0/+10 |
| * | Move cache key utilities to a separate module | Jordan Cook | 2021-03-30 | 2 | -102/+12 |
| * | Add normalization for request json | Jordan Cook | 2021-03-30 | 2 | -5/+30 |
| * | Use url-normalize for additional URL normalization for cache keys | Jordan Cook | 2021-03-30 | 1 | -2/+6 |
| * | Also remove invalid responses when running remove_expired_responses() | Jordan Cook | 2021-03-30 | 2 | -13/+16 |
| * | Add logging to main cache operations | Jordan Cook | 2021-03-30 | 2 | -16/+33 |
| * | Update get_response + tests to check additional error types | Jordan Cook | 2021-03-29 | 1 | -1/+1 |
| * | Remove some redundant module docstrings, and fix some ref links | Jordan Cook | 2021-03-29 | 2 | -13/+1 |
| * | Handle AttributeErrors when a cached item can't be deserialized | Jordan Cook | 2021-03-29 | 1 | -1/+4 |
| * | Show warning when using pickle without itsdangerous | Jordan Cook | 2021-03-28 | 2 | -4/+12 |
| * | Expose timeout parameter for SQLite backend | Jordan Cook | 2021-03-24 | 1 | -15/+15 |
| * | Pass along optional kwargs to all storage classes, and make default table nam... | Jordan Cook | 2021-03-24 | 7 | -42/+41 |
| * | Enable DynamoDB integration test with GitHub Actions and local docker-compose... | Jordan Cook | 2021-03-24 | 1 | -1/+1 |
| * | Combine storage classes from backends.storage.* with their respective backend... | Jordan Cook | 2021-03-24 | 12 | -537/+453 |
| * | Add optional integration with intsdangerous for safer serialization | Jordan Cook | 2021-03-24 | 6 | -45/+89 |
| * | Rename BaseCache.keys_map property and its associated table to 'redirects' | Jordan Cook | 2021-03-24 | 6 | -18/+16 |
| * | Add a 'urls' property on BaseCache to get all cached URLs | Jordan Cook | 2021-03-24 | 1 | -0/+8 |
| * | Consolidate expiration, pre-serializiation, and other response object logic i... | Jordan Cook | 2021-03-22 | 2 | -202/+113 |
| * | Some refactoring to reduce code complexity: | Jordan Cook | 2021-03-18 | 1 | -7/+10 |
| * | Add individual expire_after per request. (#177) | Sebastian Höffner | 2021-03-05 | 1 | -7/+13 |
| * | Add sanity checks to get_cache, clear, and remove_expired_responses to make s... | Jordan Cook | 2021-03-04 | 2 | -4/+4 |
| * | Refactor CachedSession to be usable as a mixin class | Jordan Cook | 2021-03-04 | 9 | -12/+28 |