summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Explicitly include docs, tests, and examples in sdistv0.6.2Jordan Cook2021-04-143-2/+9
* Update changelog and contributorsv0.6.1Jordan Cook2021-04-132-2/+7
* Merge pull request #228 from JWCook/backend-integration-testsJordan Cook2021-04-1212-147/+226
|\
| * Update GridFSPickleDict.__delitem__ to raise a KeyError for missing itemsJordan Cook2021-04-122-4/+10
| * Add kwargs for AWS creds for DynamoDbDictJordan Cook2021-04-121-1/+11
| * Add one test case per backend storage classJordan Cook2021-04-126-92/+116
| * Update all backend-specific integration tests to fail quickly if not set up, ...Jordan Cook2021-04-128-68/+107
|/
* Merge pull request #227 from JWCook/pytest-httpbinJordan Cook2021-04-123-8/+52
|\
| * Add temporary workaround for /json httpbin endpointJordan Cook2021-04-121-1/+5
| * Add option to use pytest-httpbin instead of httpbin containerJordan Cook2021-04-122-7/+47
|/
* Merge branch 'package-config'Jordan Cook2021-04-116-3/+51
|\
| * Move python_requires from setup.cfg to setup.py so it gets included in packag...Jordan Cook2021-04-112-2/+1
| * Remove shebang from top-level init fileJordan Cook2021-04-111-1/+0
| * Add issue templatesJordan Cook2021-04-113-0/+50
|/
* Merge branch 'sqlite-db-path'Jordan Cook2021-04-115-208/+23
|\
| * Exclude doc templates from manifestJordan Cook2021-04-111-8/+3
| * Remove unused Windows build script for docsJordan Cook2021-04-112-192/+1
| * Make parent dirs for new SQLite databasesJordan Cook2021-04-112-8/+19
|/
* Merge pull request #225 from JWCook/handle-invalid-urlsJordan Cook2021-04-109-25/+43
|\
| * Demote most logging.info statements to debugJordan Cook2021-04-105-9/+9
| * Handle errors due to invalid responses in `BaseCache.urls`Jordan Cook2021-04-105-16/+34
|/
* Add remove_old_entries() back to BaseCache as an alias with a DeprecationWarningJordan Cook2021-04-102-1/+12
* Move readthedocs container to a separate docker-compose fileJordan Cook2021-04-103-14/+17
* Merge pull request #222 from mgorny/no-install-testsJordan Cook2021-04-101-1/+1
|\
| * Do not install "tests" packageMichał Górny2021-04-101-1/+1
|/
* Update changelogv0.6.0Jordan Cook2021-04-091-1/+1
* Update doc dependencies again to use patch for sphinx-rtd-themeJordan Cook2021-04-051-2/+1
* Merge branch 'docs'Jordan Cook2021-04-045-12/+15
|\
| * Pin docutils version due to breaking changes, and switch back to sphinx-rtd-t...Jordan Cook2021-04-045-12/+15
|/
* Merge pull request #219 from JWCook/docsJordan Cook2021-04-046-25/+64
|\
| * Add Dockerfile + docker-compose config to make it easier to run the readthedo...Jordan Cook2021-04-043-12/+25
| * Some more documentation updates & editingJordan Cook2021-04-033-13/+39
|/
* Merge pull request #218 from JWCook/readthedocs-configJordan Cook2021-04-038-17/+18
|\
| * Switch to sphinx-material themeJordan Cook2021-04-036-15/+13
| * Update to Ubuntu 20.04 build image for readthedocsJordan Cook2021-04-033-3/+6
|/
* Merge pull request #217 from JWCook/apidocJordan Cook2021-04-0321-583/+619
|\
| * Make Readme more concise again, and split main usage docs into 'Quickstart' (...Jordan Cook2021-04-039-347/+480
| * Improvements to Sphinx documentation:Jordan Cook2021-04-0318-263/+166
|/
* Add example script to convert an existing cache from previous serialization f...Jordan Cook2021-04-032-1/+46
* Merge pull request #216 from JWCook/module-split-and-apidocJordan Cook2021-04-0211-413/+444
|\
| * Remove redundant coverage dirJordan Cook2021-04-022-3/+3
| * Split 'core' module into 'session' and 'patcher' modules; keep placeholder 'c...Jordan Cook2021-04-029-410/+441
|/
* Merge pull request #215 from JWCook/backend-initJordan Cook2021-04-027-99/+111
|\
| * Improve backend initialization:Jordan Cook2021-04-027-99/+111
|/
* Merge branch 'linting'Jordan Cook2021-04-016-15/+44
|\
| * Update & format recent changes in changelogJordan Cook2021-04-011-11/+33
| * Fix remaining linting issues, and add flake8 to 'analyze' job in GitHub ActionsJordan Cook2021-04-015-4/+11
|/
* Merge branch 'add-verify-to-key'Jordan Cook2021-04-014-7/+15
|\
| * Add 'verify' param to cache keyJordan Cook2021-04-014-7/+15
|/
* Update list of contributorsJordan Cook2021-04-013-16/+46