summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump snok/install-poetry from 1.1.8 to 1.2dependabot/github_actions/snok/install-poetry-1.2dependabot[bot]2021-09-072-4/+4
* Update dependabot issue labelsJordan Cook2021-09-061-0/+2
* Merge pull request #397 from JWCook/stale-if-errorJordan Cook2021-09-069-48/+62
|\
| * Add mypy to 'lint' shortcut for noxJordan Cook2021-09-061-2/+4
| * Add note about 'cache_name' argument usage in init_backend()Jordan Cook2021-09-062-11/+11
| * Alias/rename old_data_on_error to stale_if_error for consistency with Cache-C...Jordan Cook2021-09-067-35/+47
|/
* Merge pull request #396 from JWCook/blake2Jordan Cook2021-09-064-6/+10
|\
| * Use blake2 instead of sha256 for hashing request infoJordan Cook2021-09-064-6/+10
|/
* Merge pull request #390 from JWCook/match-headersJordan Cook2021-09-0617-88/+135
|\
| * Add a bit of missing test coverageJordan Cook2021-09-064-13/+36
| * Fix SQLiteCache.db_path; supposed to be a property, not a methodJordan Cook2021-09-061-0/+1
| * Allow match_headers to optionally accept a list of specific headers to matchJordan Cook2021-09-0610-67/+77
| * Alias/rename 'include_get_headers' to 'match_headers' for clarity (backwards-...Jordan Cook2021-09-068-22/+35
|/
* Merge branch 'docs'Jordan Cook2021-09-053-82/+75
|\
| * Update and format changelogJordan Cook2021-09-051-52/+44
| * Update dev dependenciesJordan Cook2021-09-052-30/+31
|/
* Merge pull request #385 from JWCook/docsJordan Cook2021-09-042-2/+46
|\
| * Format examplesJordan Cook2021-09-041-27/+28
| * Add compatibility example with requests-oauthlibJordan Cook2021-09-041-0/+15
| * Add compatibility example with requests-ratelimiterJordan Cook2021-09-041-2/+29
| * Add link to example from Python Web Scraping bookJordan Cook2021-09-041-0/+1
|/
* 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
|\