summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Update actions/setup-python requirement to v2.2.0dependabot/github_actions/actions/setup-python-v2.2.0dependabot[bot]2020-12-182-6/+6
| | | | | | | Updates the requirements on [actions/setup-python](https://github.com/actions/setup-python) to permit the latest version. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/commits/8c5ea631b2b2d5d8840cf4a2b183a8a0edc1e40d) Signed-off-by: dependabot[bot] <support@github.com>
* Pin setup-python to fix CI (#5653)Alex Gaynor2020-12-171-1/+1
|
* Build manylinux2014 wheels (#5642)Alex Gaynor2020-12-121-0/+2
|
* Attempt to split windows tests over multiple jobs (#5639)Alex Gaynor2020-12-121-3/+4
|
* Point at ghcr for repos (#5640)Alex Gaynor2020-12-122-4/+4
| | | | | * Point at ghcr for repos * poke GHA
* make the container build names more readable (#5638)Paul Kehrer2020-12-111-12/+12
| | | | | * make the container build names more readable * nope
* add a timeout to builds (#5637)Alex Gaynor2020-12-101-0/+6
| | | this way if they hang, they only hang for a little bit
* remove windows builds and only test lowest/highest (#5635)Paul Kehrer2020-12-111-2/+0
| | | same policy as our macOS builders
* bump openssl to latest in CI and change some job names (#5636)Paul Kehrer2020-12-111-9/+9
| | | | | | | * bump openssl to latest in CI and change some job names * change more * missed one last entry
* debian bullseye has 3.9 now (#5634)Alex Gaynor2020-12-101-1/+1
|
* bump libressl versions (#5628)Alex Gaynor2020-12-091-2/+3
|
* Remove Python2 from CI and code that branched on it (#5607)Alex Gaynor2020-12-082-40/+4
| | | | | | | | | | | | | * Remove Python2 from CI and code that branched on it * Update setup.py Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> * remove * review feedback Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* Fixed DH tests for latest CentOS FIPS OpenSSL (#5604)Alex Gaynor2020-12-081-7/+7
| | | * Fixed DH tests for latest CentOS FIPS OpenSSL (1.1.1g)
* Start refactoring github actions to reduce duplication (#5583)Alex Gaynor2020-11-232-16/+31
|
* Simplify CI scripts (#5582)Alex Gaynor2020-11-212-6/+3
|
* Debian sid has python 3.9 now (#5580)Alex Gaynor2020-11-191-1/+1
|
* Move paramiko job to github actions (#5565)Alex Gaynor2020-11-132-0/+20
|
* Update artifact name for changes from pyca-infra (#5569)Alex Gaynor2020-11-133-6/+7
|
* port docs and docs-linkcheck (#5563)Paul Kehrer2020-11-111-1/+16
| | | | | | | | | * port docs and docs-linkcheck * allow linkcheck if the commit msg says linkcheck combine docs job into lint jobs * can't get the commit msg at this time on a PR
* migrate more from Travis to GHA (#5555)Paul Kehrer2020-11-112-0/+108
| | | | | | | | | | | | | | | | | | | * migrate more from Travis to GHA * actually upload coverage * use cache checks properly * also do coverage * simplify coverage check * refactor a bit * oops * remove unused things in travis * this needs to be stored to the github env...
* Migrate drownstream tests to GHA (#5554)Alex Gaynor2020-11-117-0/+132
|
* Attempt to move docker builds from travis to GHA (#5545)Alex Gaynor2020-11-031-0/+36
| | | | | * Attempt to move docker builds from travis to GHA * fix linkcheck
* abi3 only on windows (#5537)Alex Gaynor2020-10-311-3/+0
|
* Drop python 3.5 (#5527)Alex Gaynor2020-10-282-5/+3
|
* Revert to upload-artifact v1 for manylinux (#5514)Paul Kehrer2020-10-261-1/+1
|
* Stop using @master for GH actions (#5503)Alex Gaynor2020-10-252-4/+4
|
* Bump actions/upload-artifact from v1 to v2.2.0 (#5502)dependabot[bot]2020-10-251-3/+3
| | | | | | | | | Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from v1 to v2.2.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v1...27bce4eee761b5bc643f46a8dfb41b430c8d05f6) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add a dependabot configuration to bump our github actions (#5501)Alex Gaynor2020-10-251-0/+6
|
* Update CI for 3.9 release (#5480)Alex Gaynor2020-10-071-4/+3
|
* Update wheel builder for new GHA syntax (#5478)Alex Gaynor2020-10-021-2/+3
| | | | | | | * Update wheel builder for new GHA syntax * Update wheel-builder.yml * Update wheel-builder.yml
* Update windows CI for new GHA syntax (#5477)Alex Gaynor2020-10-021-3/+4
| | | | | | | | | | | * Update windows CI for new GHA syntax * Update ci.yml * Update ci.yml * Update ci.yml * Update ci.yml
* add prelim python 3.9 CI (#5466)Paul Kehrer2020-09-151-2/+4
| | | | | * add prelim python 3.9 CI * do we need v2?
* refactor wheel builder to use workflows and download/build separately (#5412)Paul Kehrer2020-08-161-33/+35
| | | | | | | | | * refactor wheel builder to use workflows and download/build separately * Update .github/workflows/wheel-builder.yml Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com> Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
* improve CI speed by removing some macos builders (#5397)Paul Kehrer2020-08-151-2/+0
| | | | testing on every python version is necessary but we don't need to do it on all platforms. macos has the lowest concurrency so let's cut there.
* Sleep after errors to increase the chance of success (#5382)Alex Gaynor2020-08-071-0/+2
|
* Attempt to retry when downloading OpenSSL (#5364)Alex Gaynor2020-07-301-0/+13
| | | | | * Attempt to retry when downloading OpenSSL * logging
* Lock old issues+PRs automatically (#5342)Alex Gaynor2020-07-241-0/+14
|
* fixes #5329 -- properly run CI on x.y tags (#5332)Alex Gaynor2020-07-201-0/+1
|
* Paint it Black by the Rolling Stones (#5324)Alex Gaynor2020-07-201-6/+4
|
* disable the osrandom engine on 1.1.1d+ (#5317)Paul Kehrer2020-07-191-11/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | * disable the osrandom engine on 1.1.1d+ * skip (and run) some tests on 1.1.1d+ * simplify our conditionals * Update src/_cffi_src/openssl/src/osrandom_engine.c Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com> * words * more words * language * get coverage more cleverly * a word * Update .github/workflows/ci.yml Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com> Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
* Bumped the minimum macOS version to 10.10 (#5286)Alex Gaynor2020-06-252-2/+2
|
* fixed new flake8 error (#5248)Alex Gaynor2020-05-121-1/+1
|
* Perform retries when downloading OpenSSL in GHA (#5236)Alex Gaynor2020-04-261-5/+14
|
* retry when downloading codecov.sh (#5233)Alex Gaynor2020-04-251-2/+2
|
* Make codecov upload errors in GHA pass silently (#5232)Alex Gaynor2020-04-251-2/+2
| | | The spurious failure rate on codecov uploads is high enough that this is a cure worse than the disease
* Update release procedure for infra changes (#5228)Alex Gaynor2020-04-252-10/+5
|
* fix typo in error msg for download openssl (#5223)Paul Kehrer2020-04-221-1/+1
|
* we need to check out the code in the wheel builder for macos now (#5220)Paul Kehrer2020-04-221-0/+1
| | | can't download openssl without the script to do it
* use our infra built openssl on the macos side now too (#5217)Paul Kehrer2020-04-223-23/+37
| | | | | | | | | | | * use our infra built openssl on the macos side now too * remove no longer required brew updates * need requests * need this env var * update the wheel-builders too
* yaml syntax error fix (#5206)Alex Gaynor2020-04-191-6/+6
|