| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Enable bugbear extension and fix warnings | Jordan Cook | 2023-05-08 | 1 | -1/+1 |
| | | |||||
| * | Set default serializers for each backend using param defaults instead of ↵ | Jordan Cook | 2023-01-13 | 1 | -5/+22 |
| | | | | | 'default_serializer' class attributes | ||||
| * | Make CachedResponse.cache_key available from all cache access methods | Jordan Cook | 2022-12-30 | 1 | -1/+1 |
| | | |||||
| * | Consolidate BaseCache convenience methods into contains(), filter(), and ↵ | Jordan Cook | 2022-06-11 | 1 | -2/+2 |
| | | | | | delete() | ||||
| * | Split up remove_expired_reponses() into remove() and reset_expiration() ↵ | Jordan Cook | 2022-06-11 | 1 | -2/+2 |
| | | | | | methods, with more granular arguments | ||||
| * | Add decode_content option for storage classes, and use as the default ↵ | Jordan Cook | 2022-06-10 | 1 | -2/+2 |
| | | | | | behavior for Filesystem, DynamoDB, and MongoDB backends | ||||
| * | Add a BaseStorage.default_serializer attribute, to be more explicit about ↵ | Jordan Cook | 2022-04-22 | 1 | -1/+5 |
| | | | | | which backends use something other than pickle by default | ||||
| * | Merge *PickleDict storage classes into parent classes | Jordan Cook | 2022-04-22 | 1 | -4/+4 |
| | | |||||
| * | Fix parameter forwarding for redis-py 4.2 and pymongo 4.1 on python <=3.8 | Jordan Cook | 2022-04-21 | 1 | -1/+1 |
| | | |||||
| * | Ensure BaseCache.cache_name gets set if a backend class is initialized ↵ | Jordan Cook | 2022-04-19 | 1 | -1/+1 |
| | | | | | directly (mainly for debug/logging purposes) | ||||
| * | Move backend docs to user guide, separate from API reference docs | Jordan Cook | 2022-04-17 | 1 | -4/+6 |
| | | |||||
| * | Move detailed backend docs from rst docstings to md files | Jordan Cook | 2022-04-16 | 1 | -18/+0 |
| | | |||||
| * | Add 'Use Cases' section to each backend's docs | Jordan Cook | 2022-03-17 | 1 | -1/+6 |
| | | |||||
| * | Handle CorruptGridFile error in GridFS backend | Jordan Cook | 2022-02-22 | 1 | -6/+11 |
| | | |||||
| * | Add lock around remove_expired_responses() for SQLite, Filesystem, and ↵ | Jordan Cook | 2022-02-22 | 1 | -0/+4 |
| | | | | | GridFS backends | ||||
| * | Improve GridFS backend thread safety | Jordan Cook | 2022-02-22 | 1 | -13/+24 |
| | | |||||
| * | Move misc minor utils to a separate module | Jordan Cook | 2021-10-27 | 1 | -1/+1 |
| | | |||||
| * | Make DynamoDB and MongoDB naming consistent | Jordan Cook | 2021-08-20 | 1 | -2/+2 |
| | | |||||
| * | Better backend docs | Jordan Cook | 2021-08-20 | 1 | -6/+14 |
| | | |||||
| * | Parallelize unit tests per module instead of per function | Jordan Cook | 2021-08-12 | 1 | -2/+3 |
| | | |||||
| * | Add doc section and sample response for YAML serializer | Jordan Cook | 2021-07-21 | 1 | -2/+2 |
| | | |||||
| * | extirpated 'is_binary' from pipelines | Parker Hancock | 2021-06-14 | 1 | -2/+3 |
| | | |||||
| * | Integrate serializers with backends | Jordan Cook | 2021-06-11 | 1 | -2/+3 |
| | | |||||
| * | Move storage class __str__ methods to base class, and just show keys instead ↵ | Jordan Cook | 2021-04-22 | 1 | -3/+0 |
| | | | | | of items | ||||
| * | Allow passing any valid backend connection kwargs via BaseCache | Jordan Cook | 2021-04-19 | 1 | -22/+23 |
| | | | | | | | | | * Pass `**kwargs` to backend storage classes, split out any that are valid for the backend-specific connection function/class, and pass them to the connection * Add intersphinx links to docs for dependencies * Update and format some more backend class docstrings * Remove 'Unrecognized keyword arguments' warning from `BaseStorage` * Turn `warnings.warn` about using secret keys into a `logging.warning` (due to complaints about too many messages) | ||||
| * | Replace deprecated pymongo Collection.count() with estimated_document_count()v0.6.3 | Jordan Cook | 2021-04-19 | 1 | -1/+1 |
| | | |||||
| * | Update GridFSPickleDict.__delitem__ to raise a KeyError for missing items | Jordan Cook | 2021-04-12 | 1 | -4/+8 |
| | | |||||
| * | Pass along optional kwargs to all storage classes, and make default table ↵ | Jordan Cook | 2021-03-24 | 1 | -4/+5 |
| | | | | | names consistent across backends (`'http_cache'`) | ||||
| * | Combine storage classes from backends.storage.* with their respective ↵ | Jordan Cook | 2021-03-24 | 1 | -14/+58 |
| | | | | | backends in backends.* | ||||
| * | Rename BaseCache.keys_map property and its associated table to 'redirects' | Jordan Cook | 2021-03-24 | 1 | -1/+1 |
| | | |||||
| * | Add sanity checks to get_cache, clear, and remove_expired_responses to make ↵ | Jordan Cook | 2021-03-04 | 1 | -3/+3 |
| | | | | | sure CachedSession is installed | ||||
| * | Refactor CachedSession to be usable as a mixin class | Jordan Cook | 2021-03-04 | 1 | -1/+1 |
| | | |||||
| * | Remove all python 2 compatibility | Jordan Cook | 2021-02-26 | 1 | -1/+0 |
| | | |||||
| * | Apply code formatting with black + isort | Jordan Cook | 2021-02-26 | 1 | -4/+3 |
| | | |||||
| * | add gridfs support | Cheng Guangnan | 2017-04-01 | 1 | -0/+34 |
