summaryrefslogtreecommitdiff
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
* More curio cleanups.Bob Halley2023-03-191-1/+1
|
* Better DNS-over-HTTPS support. (#908)Bob Halley2023-03-191-1/+1
| | | | | | | | | | | | This change: Allows resolution hostnames in URLs using dnspython's resolver or via a bootstrap address, without rewriting URLs. Adds full support for source addresses and ports to httpx, except for asyncio I/O where only the source address can be specified. Removes support for requests.
* remove a curio reference that missed the first passBob Halley2023-03-121-1/+1
|
* Remove curio support.Bob Halley2023-03-121-1/+1
|
* Update versions and CI post 2.3 branch.Bob Halley2022-12-271-0/+1
|
* Test on 3.10 still for windows as aioquic does not build without openssl source.Bob Halley2022-11-241-1/+1
|
* DoQ packing and testing tweaksBob Halley2022-11-241-3/+4
|
* temporarily add aioquicBob Halley2022-10-091-0/+1
|
* try again to fix CodeQLBob Halley2022-10-021-6/+10
|
* try to fix codeqlBob Halley2022-09-291-6/+6
|
* Merge pull request #820 from ↵Bob Halley2022-06-112-2/+2
|\ | | | | | | | | rthalley/dependabot/github_actions/actions/setup-python-4 Bump actions/setup-python from 2 to 4
| * Bump actions/setup-python from 2 to 4dependabot[bot]2022-06-122-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...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>
* | Merge pull request #819 from ↵Bob Halley2022-06-111-1/+1
|\ \ | | | | | | | | | | | | rthalley/dependabot/github_actions/codecov/codecov-action-3 Bump codecov/codecov-action from 2 to 3
| * | Bump codecov/codecov-action from 2 to 3dependabot[bot]2022-06-121-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>
* | Merge pull request #818 from ↵Bob Halley2022-06-113-3/+3
|\ \ | | | | | | | | | | | | rthalley/dependabot/github_actions/actions/checkout-3 Bump actions/checkout from 2 to 3
| * | Bump actions/checkout from 2 to 3dependabot[bot]2022-06-123-3/+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 github/codeql-action from 1 to 2dependabot[bot]2022-06-121-2/+2
|/ | | | | | | | | | | | | | | Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v1...v2) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* keep trying to fix workflowBob Halley2022-03-111-2/+1
|
* fix workflowBob Halley2022-03-111-0/+1
|
* One more pass, after adding --disallow-incomplete-defsBob Halley2022-03-111-0/+3
|
* try manual dispatchBob Halley2022-03-061-0/+1
|
* only trigger workflows on .py file changesBob Halley2022-03-063-5/+12
|
* add 2.2 workflowBob Halley2022-03-061-1/+1
|
* add workflow for 2.2 branchBob Halley2022-03-061-0/+45
|
* Set minimum Python version to 3.7.Bob Halley2022-03-051-3/+1
|
* try to restore codecovBob Halley2022-02-211-1/+7
|
* give up on fixing warning as advice was badBob Halley2022-02-171-1/+0
|
* try again with dependency error warningBob Halley2022-02-171-2/+1
|
* try to clean up a warning on the codeql jobBob Halley2022-02-171-0/+2
|
* try to fix dependencies on codeql buildBob Halley2022-02-171-15/+5
|
* Create codeql-analysis.ymlBob Halley2022-02-171-0/+70
|
* master branch is now 2.3 development as we have a 2.2 release branchBob Halley2021-12-191-1/+1
|
* add workflow for 2.2Bob Halley2021-12-181-1/+1
|
* add quoting to python version listBob Halley2021-12-071-3/+7
|
* add runs-onBob Halley2021-12-071-1/+3
|
* test 3.10 and windows tooBob Halley2021-12-071-2/+7
|
* Create python-package.ymlBob Halley2021-06-111-0/+34
try out github actions