summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|\
| * Update Readme intro and link another article on examples pageJordan Cook2021-08-233-16/+17
| * Add another monkey-patch for sphinx-automodapi instead of installing from git...Jordan Cook2021-08-234-18/+22
|/
* Merge pull request #371 from JWCook/fix-filesystem-redirectsJordan Cook2021-08-234-5/+23
|\
| * Fix incorrect location of redirects.sqlite when using filesystem backendJordan Cook2021-08-234-5/+23
|/
* Merge pull request #369 from JWCook/appdirsJordan Cook2021-08-218-118/+196
|\
| * Format & comment dependencies in pyproject.toml to explain what they're for, ...Jordan Cook2021-08-212-60/+74
| * Make itsdangerous dependency optionalJordan Cook2021-08-214-34/+54
| * Add appdirs as a dependency, and add 'use_cache_dir' option to SQLite and Fil...Jordan Cook2021-08-216-34/+78
|/
* Merge pull request #367 from JWCook/sqlite-memoryJordan Cook2021-08-207-39/+128
|\
| * Add CLI arg to benchmark script to select a backendJordan Cook2021-08-204-17/+62
| * Add support for SQLite in-memory databasesJordan Cook2021-08-204-22/+66
|/
* Merge branch 'renames'Jordan Cook2021-08-206-14/+18
|\
| * Make DynamoDB and MongoDB naming consistentJordan Cook2021-08-206-14/+18
|/
* Merge branch 'filesystem-backend'Jordan Cook2021-08-207-34/+70
|\
| * Add pytest-rerunfailures to rerun a flaky testJordan Cook2021-08-203-8/+26
| * Add FileCache.paths() wrapper method, and return a list instead of generatorJordan Cook2021-08-204-26/+44
|/
* Merge pull request #366 from JWCook/docsJordan Cook2021-08-2059-205/+611
|\
| * Better backend docsJordan Cook2021-08-209-77/+364
| * Better serializer docsJordan Cook2021-08-205-32/+67
| * Move autosummaries to module docstrings instead of template, to make them eas...Jordan Cook2021-08-2011-43/+71
| * Add read speed test to benchmark exampleJordan Cook2021-08-201-1/+18
| * Add logos & icons for backends & serializersJordan Cook2021-08-2031-0/+1
| * Link to some articles & blog posts about requests-cache in the Examples sectionJordan Cook2021-08-201-8/+17
| * Add warning for pre-release docs (formatted similarly to rtd warnings for out...Jordan Cook2021-08-201-0/+11
| * More info and editing for Readme introJordan Cook2021-08-203-23/+32
| * Add more detailed installation info and conda-forge badgeJordan Cook2021-08-202-21/+30
|/
* Merge pull request #365 from JWCook/docsJordan Cook2021-08-1924-192/+236
|\
| * Use pytest tmpdir fixture + UUID instead of NamedTemporaryFileJordan Cook2021-08-191-29/+19
| * Rename DbDict to SQLiteDict for consistency with other backends (with aliases...Jordan Cook2021-08-197-52/+47
| * s/whitelist/allowlistJordan Cook2021-08-193-3/+3