summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump pre-commit from 2.14.1 to 2.15.0dependabot/pip/pre-commit-2.15.0dependabot[bot]2021-09-042-5/+25
* Merge pull request #383 from JWCook/dynamodb-docsJordan Cook2021-09-011-33/+37
|\
| * Add some basic info about creating DynamoDB tablesJordan Cook2021-09-011-33/+37
|/
* Expecting to release 0.8 by the end of SeptemberJordan Cook2021-08-301-1/+1
* Merge branch 'revert-rename'Jordan Cook2021-08-305-22/+19
|\
| * Revert renaming DynamoDB backend classes; a minor inconsistency is probably b...Jordan Cook2021-08-305-22/+19
|/
* Merge pull request #382 from JWCook/pathlibJordan Cook2021-08-2914-150/+141
|\
| * Update some CI actionsJordan Cook2021-08-293-15/+15
| * Use pathlib.Path objects for all file paths in Filesystem and SQLite backendsJordan Cook2021-08-295-86/+90
| * Some formatting for examplesJordan Cook2021-08-296-49/+36
|/
* Merge branch 'docs'Jordan Cook2021-08-2811-107/+119
|\
| * Update Contributors pageJordan Cook2021-08-282-8/+18
| * Minor edits for Readme and Related ProjectsJordan Cook2021-08-284-19/+19
| * Move Roman's original Code Shelter note under Project Info docsJordan Cook2021-08-283-7/+16
| * Move Code of Conduct with the rest of the 'project info' docsJordan Cook2021-08-283-74/+67
|/
* Merge pull request #381 from JWCook/cache-keysJordan Cook2021-08-2810-48/+113
|\
| * Fix some type checking issuesJordan Cook2021-08-283-8/+9
| * Allow has_url(), delete_url(), and create_key() to optionally take requests.R...Jordan Cook2021-08-287-36/+64
| * Add some additional tests for cache key normalizationJordan Cook2021-08-282-4/+40
|/
* Merge branch 'docs'Jordan Cook2021-08-288-52/+123
|\
| * Add another Quickstart example to briefly introduce some optionsJordan Cook2021-08-282-16/+47
| * Clear/ignore apidoc files when using sphinx-autobuildJordan Cook2021-08-281-2/+2
| * Add some more troubleshooting info to docsJordan Cook2021-08-284-23/+64
| * Fix some typos in contributing guideJordan Cook2021-08-281-11/+10
|/
* Merge pull request #378 from JWCook/docsJordan Cook2021-08-279-9/+123
|\
| * Add example with URL patternsJordan Cook2021-08-272-0/+62
| * Add example with ThreadPoolExecutorJordan Cook2021-08-274-1/+53
| * Fix a couple icon stylesJordan Cook2021-08-273-3/+3
| * Fix pyyaml optional dependencyJordan Cook2021-08-272-5/+5
|/
* Merge pull request #377 from JWCook/docsJordan Cook2021-08-2729-97/+200
|\
| * Add Font Awesome 5 icons to main page headersJordan Cook2021-08-2727-54/+92
| * Add more details on troubleshooting & debuggingJordan Cook2021-08-2710-48/+113
|/
* Merge pull request #376 from JWCook/docsJordan Cook2021-08-2638-1143/+1270
|\
| * Reorganize user docs: break down User Guide and Advanced Usage sections into ...Jordan Cook2021-08-2637-1257/+1268
| * Misc user guide edits/formattingJordan Cook2021-08-261-39/+42
| * More docs on cache options; for clarity, refer to cache key behavior as 'requ...Jordan Cook2021-08-263-56/+131
| * Add more notes on when to not use monkey-patchingJordan Cook2021-08-261-13/+22
| * Update Cache Headers section of User GuideJordan Cook2021-08-261-35/+64
|/
* Merge pull request #375 from JWCook/conditional-requestsJordan Cook2021-08-264-22/+15
|\
| * Enable conditional requests by defaultJordan Cook2021-08-264-22/+15
|/
* Merge pull request #373 from JWCook/stage-functionsJordan Cook2021-08-258-31/+54
|\
| * Allow Stage objects to take functions instead of object + method namesJordan Cook2021-08-251-12/+26
| * Minor optimization: exclude redundant CachedResponse.cache_key and CachedHTTP...Jordan Cook2021-08-257-19/+28
|/
* Merge pull request #372 from JWCook/exportJordan Cook2021-08-2510-151/+247
|\
| * Add some notes about Redis persistenceJordan Cook2021-08-251-3/+10
| * Add example to docs of exporting a cacheJordan Cook2021-08-251-5/+28
| * Move 'Cache Files' docs that apply to both SQLite and Filesystem backends to ...Jordan Cook2021-08-256-94/+137
| * Add BaseCache.update() method as a shortcut for exporting to a different cach...Jordan Cook2021-08-253-53/+71
| * Add FileCache.cache_dir propertyJordan Cook2021-08-251-0/+5
|/
* Merge branch 'docs'Jordan Cook2021-08-237-34/+39
|\