summaryrefslogtreecommitdiff
path: root/.github/workflows/deploy.yml
Commit message (Expand)AuthorAgeFilesLines
* Check poetry lockfile for unexpected dependencies before deployingJordan Cook2023-05-081-0/+2
* Update dependenciesJordan Cook2023-03-011-3/+3
* Don't require stress tests for pre-release buildsJordan Cook2023-02-181-1/+1
* Add tests for pypy3.9Jordan Cook2022-12-301-1/+4
* Set default shell to bash for Windows testsJordan Cook2022-12-301-0/+3
* Run CI jobs with python 3.11Jordan Cook2022-10-261-2/+2
* 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, python...Jordan Cook2022-09-301-35/+30
* Run pre-deploy stress tests as a separate jobJordan Cook2022-09-301-7/+34
* Update dependenciesJordan Cook2022-09-291-3/+1
* Bump supercharge/mongodb-github-action from 1.7.0 to 1.8.0dependabot[bot]2022-08-271-1/+1
* Run pre-deploy tests for most recent python and requests versionsJordan Cook2022-06-291-1/+5
* Use json.JSONDecodeError and requests.RequestException instead of requests.JS...Jordan Cook2022-06-111-2/+2
* Bump actions/setup-python from 3 to 4dependabot[bot]2022-06-111-3/+3
* Defore deployments, run a separate CI job for unit tests with no optional dep...Jordan Cook2022-04-221-1/+33
* Add another requests version to pre-deploy testsJordan Cook2022-04-191-1/+1
* Run pytest --verbose in CIJordan Cook2022-04-191-0/+1
* Set stress test multiplier back to 5 for pre-deploy testsJordan Cook2022-04-151-1/+2
* Update tests, changelog, and contributorsJordan Cook2022-04-061-2/+2
* Use nox to run tests in GitHub ActionsJordan Cook2022-04-011-6/+4
* Update docs, doc dependencies, changelog, and contributorsJordan Cook2022-04-011-1/+1
* Bump dev dependencies and GitHub Actionsdependabot[bot]2022-03-101-4/+4
* 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-131-4/+5
* Update changelog, bump dev dependencies, and bump versionJordan Cook2022-01-291-1/+1
* Update dependencies and pre-commit hooksJordan Cook2022-01-011-1/+1
* Update dev dependencies, actions, changelog, and contributorsJordan Cook2021-12-011-2/+2
* Squash dependabot updatesdependabot[bot]2021-11-201-1/+1
* Update pre-commit hooks and actionsJordan Cook2021-09-071-2/+2
* Update some CI actionsJordan Cook2021-08-291-2/+2
* Drop testing for requests <=0.21Jordan Cook2021-08-141-3/+2
* Remove scheduled tests; new compatibility issues will be caught by dependabot...Jordan Cook2021-08-101-1/+1
* Re-enable pre-deploy tests for all supported requests versions, and pin optio...Jordan Cook2021-08-071-4/+2
|\
| * Add better examples for using requests-cache with requests-mockJordan Cook2021-08-071-1/+1
|/
* Temporarily disable pre-release tests for older requests versionsJordan Cook2021-08-021-2/+2
* Update deploy.yml workaround for botocore/urllib3 version conflictJordan Cook2021-08-021-3/+3
* Update poetry to 1.2.0a2Jordan Cook2021-08-021-2/+2
* Bump snok/install-poetry from 1.1.6 to 1.1.7dependabot[bot]2021-07-281-2/+2
* Update pre-deploy testsJordan Cook2021-07-131-1/+1
* Workaround for version conflict with backwards-compatibility testsJordan Cook2021-06-201-0/+2
* Fix installation for pre-deploy testsJordan Cook2021-06-121-2/+2
* Support publishing pre-release builds from manual trigger (workflow_dispatch)Jordan Cook2021-05-231-10/+25
* Split CI config into separate build and deploy filesJordan Cook2021-05-231-0/+91