summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Check poetry lockfile for unexpected dependencies before deployingJordan Cook2023-05-081-0/+2
|
* Update dependenciesJordan Cook2023-03-012-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump rrainn/dynamodb-action from 2.0.1 to 3.0.0 Bumps [rrainn/dynamodb-action](https://github.com/rrainn/dynamodb-action) from 2.0.1 to 3.0.0. - [Release notes](https://github.com/rrainn/dynamodb-action/releases) - [Commits](https://github.com/rrainn/dynamodb-action/compare/v2.0.1...v3.0.0) --- updated-dependencies: - dependency-name: rrainn/dynamodb-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Bump pytest from 7.1.3 to 7.2.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.3 to 7.2.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.1.3...7.2.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Bump pytest-xdist from 2.5.0 to 3.0.2 Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 2.5.0 to 3.0.2. - [Release notes](https://github.com/pytest-dev/pytest-xdist/releases) - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v2.5.0...v3.0.2) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Bump sphinx-autodoc-typehints from 1.19.5 to 1.20.1 Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 1.19.5 to 1.20.1. - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Changelog](https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md) - [Commits](https://github.com/tox-dev/sphinx-autodoc-typehints/compare/1.19.5...1.20.1) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Bump ujson from 5.6.0 to 5.7.0 Bumps [ujson](https://github.com/ultrajson/ultrajson) from 5.6.0 to 5.7.0. - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](https://github.com/ultrajson/ultrajson/compare/5.6.0...5.7.0) --- updated-dependencies: - dependency-name: ujson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Bump coverage from 6.5.0 to 7.0.5 Bumps [coverage](https://github.com/nedbat/coveragepy) from 6.5.0 to 7.0.5. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/6.5.0...7.0.5) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Don't require stress tests for pre-release buildsJordan Cook2023-02-181-1/+1
|
* Add tests for pypy3.9Jordan Cook2022-12-302-3/+14
|
* Set default shell to bash for Windows testsJordan Cook2022-12-301-0/+3
|
* Run CI jobs with python 3.11Jordan Cook2022-10-262-4/+4
|
* Add options to deploy workflow to skip stress tests or skip publishing to PyPIJordan Cook2022-09-301-3/+17
|
* Run pre-deploy unit tests for all supported combinations of platforms, ↵Jordan Cook2022-09-301-35/+30
| | | | python versions, and requests versions
* Run pre-deploy stress tests as a separate jobJordan Cook2022-09-302-8/+35
|
* Update dependenciesJordan Cook2022-09-292-5/+2
|
* Bump supercharge/mongodb-github-action from 1.7.0 to 1.8.0dependabot[bot]2022-08-272-2/+2
| | | | | | | | | | | | | | | Bumps [supercharge/mongodb-github-action](https://github.com/supercharge/mongodb-github-action) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/supercharge/mongodb-github-action/releases) - [Changelog](https://github.com/supercharge/mongodb-github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/supercharge/mongodb-github-action/compare/1.7.0...1.8.0) --- updated-dependencies: - dependency-name: supercharge/mongodb-github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Update only_if_cached to take precedence over refresh or other revalidation ↵Jordan Cook2022-07-301-1/+1
| | | | conditions
* Run pre-deploy tests for most recent python and requests versionsJordan Cook2022-06-291-1/+5
|
* Add tests for python 3.11Jordan Cook2022-06-111-1/+1
|
* Use json.JSONDecodeError and requests.RequestException instead of ↵Jordan Cook2022-06-111-2/+2
| | | | requests.JSONDecodeError for compatibility with requests<2.27
* Bump actions/setup-python from 3 to 4dependabot[bot]2022-06-112-5/+5
| | | | | | | | | | | | | | Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump pre-commit/action from 2.0.3 to 3.0.0dependabot[bot]2022-06-111-1/+1
| | | | | | | | | | | | | | Bumps [pre-commit/action](https://github.com/pre-commit/action) from 2.0.3 to 3.0.0. - [Release notes](https://github.com/pre-commit/action/releases) - [Commits](https://github.com/pre-commit/action/compare/v2.0.3...v3.0.0) --- updated-dependencies: - dependency-name: pre-commit/action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Update some remaining references to master branchJordan Cook2022-05-182-6/+6
|
* Defore deployments, run a separate CI job for unit tests with no optional ↵Jordan Cook2022-04-221-1/+33
| | | | dependencies installed
* Add another requests version to pre-deploy testsJordan Cook2022-04-191-1/+1
|
* Run pytest --verbose in CIJordan Cook2022-04-192-0/+2
|
* Set stress test multiplier back to 5 for pre-deploy testsJordan Cook2022-04-151-1/+2
|
* Generate XML coverage report for CodecovJordan Cook2022-04-151-1/+1
|
* Bump codecov/codecov-action from 2 to 3dependabot[bot]2022-04-091-1/+1
| | | | | | | | | | | | | | | Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v2...v3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Update tests, changelog, and contributorsJordan Cook2022-04-062-4/+4
|
* Use nox to run tests in GitHub ActionsJordan Cook2022-04-012-11/+6
|
* Update docs, doc dependencies, changelog, and contributorsJordan Cook2022-04-012-2/+2
| | | | | Also: Restrict redis-py to <4.2, which breaks parameter forwarding on python 3.7 and 3.8
* Bump dev dependencies and GitHub Actionsdependabot[bot]2022-03-102-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump actions/checkout from 2 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Bump furo from 2022.2.14.1 to 2022.3.4 Bumps [furo](https://github.com/pradyunsg/furo) from 2022.2.14.1 to 2022.3.4. - [Release notes](https://github.com/pradyunsg/furo/releases) - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md) - [Commits](https://github.com/pradyunsg/furo/compare/2022.02.14.1...2022.03.04) --- updated-dependencies: - dependency-name: furo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Bump actions/setup-python from 2 to 3 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> deps
* Increase stress test multiplier to 10 for pre-deployment testsJordan Cook2022-02-221-1/+1
|
* Run additional stress tests with multiple processesJordan Cook2022-02-221-2/+2
|
* Adjust stress test settings for pre-deploy testsJordan Cook2022-02-132-5/+6
|
* Update changelog, bump dev dependencies, and bump versionJordan Cook2022-01-292-2/+2
|
* Update dependencies and pre-commit hooksJordan Cook2022-01-012-2/+2
|
* Update dev dependencies, actions, changelog, and contributorsJordan Cook2021-12-012-3/+3
|
* Squash dependabot updatesdependabot[bot]2021-11-202-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump redis from 3.5.3 to 4.0.1 Bumps [redis](https://github.com/redis/redis-py) from 3.5.3 to 4.0.1. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/3.5.3...v4.0.1) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Bump supercharge/mongodb-github-action from 1.6.0 to 1.7.0 Bumps [supercharge/mongodb-github-action](https://github.com/supercharge/mongodb-github-action) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/supercharge/mongodb-github-action/releases) - [Changelog](https://github.com/supercharge/mongodb-github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/supercharge/mongodb-github-action/compare/1.6.0...1.7.0) --- updated-dependencies: - dependency-name: supercharge/mongodb-github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Bump nox-poetry from 0.8.6 to 0.9.0 Bumps [nox-poetry](https://github.com/cjolowicz/nox-poetry) from 0.8.6 to 0.9.0. - [Release notes](https://github.com/cjolowicz/nox-poetry/releases) - [Commits](https://github.com/cjolowicz/nox-poetry/compare/v0.8.6...v0.9.0) --- updated-dependencies: - dependency-name: nox-poetry dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Bump rich from 10.13.0 to 10.14.0 Bumps [rich](https://github.com/willmcgugan/rich) from 10.13.0 to 10.14.0. - [Release notes](https://github.com/willmcgugan/rich/releases) - [Changelog](https://github.com/willmcgugan/rich/blob/master/CHANGELOG.md) - [Commits](https://github.com/willmcgugan/rich/compare/v10.13.0...v10.14.0) --- updated-dependencies: - dependency-name: rich dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Bump responses from 0.15.0 to 0.16.0 Bumps [responses](https://github.com/getsentry/responses) from 0.15.0 to 0.16.0. - [Release notes](https://github.com/getsentry/responses/releases) - [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES) - [Commits](https://github.com/getsentry/responses/compare/0.15.0...0.16.0) --- updated-dependencies: - dependency-name: responses dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Update tests to use python 3.10 final releaseJordan Cook2021-10-101-1/+1
|
* Switch from coveralls to codecovJordan Cook2021-09-181-15/+5
|
* Re-enable mypy pre-commit hook with attrs as an explicit hook dependency for ↵Jordan Cook2021-09-081-21/+0
| | | | correct mypy-attrs behavior
* Update pre-commit hooks and actionsJordan Cook2021-09-072-4/+4
|
* Update dependabot issue labelsJordan Cook2021-09-071-0/+2
|
* Update some CI actionsJordan Cook2021-08-292-5/+5
|
* Move Code of Conduct with the rest of the 'project info' docsJordan Cook2021-08-282-71/+2
|
* Add some more troubleshooting info to docsJordan Cook2021-08-281-1/+5
|
* Reorganize user docs: break down User Guide and Advanced Usage sections into ↵Jordan Cook2021-08-261-9/+4
| | | | smaller pages
* Drop testing for requests <=0.21Jordan Cook2021-08-141-3/+2
|
* Drop support for python 3.6Jordan Cook2021-08-141-1/+1
|
* Disable misbehaving mypy pre-commit hook and go back to plain poetry install ↵Jordan Cook2021-08-141-0/+21
| | | | + run for CI
* Add a basic PR template and code of conductv0.7.4Jordan Cook2021-08-142-0/+87
|
* Run integration tests in parallel, and combine MongoDB and GridFS tests into ↵Jordan Cook2021-08-121-1/+1
| | | | the same module so they get run sequentially
* Parallelize unit tests per module instead of per functionJordan Cook2021-08-121-3/+2
|