summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* ci: add support for Python 3.11 (#3064)Hugo van Kemenade2022-11-152-2/+2
| | | Signed-off-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* ci: add missing wheel package6.0.0b1Milas Bowman2022-07-301-1/+4
| | | Signed-off-by: Milas Bowman <milas.bowman@docker.com>
* ci: fix quoting in YAMLMilas Bowman2022-07-301-2/+2
| | | | | Because apparently `!` is special Signed-off-by: Milas Bowman <milas.bowman@docker.com>
* ci: add workflow for releases (#3018)Milas Bowman2022-07-302-0/+47
| | | | | | | | | | | GitHub Actions workflow to create a release: will upload to PyPI and create a GitHub release with the `sdist` and `bdist_wheel` as well. The version code is switched to `setuptools_scm` to work well with this flow (e.g. avoid needing to write a script that does a `sed` on the version file and commits as part of release). Signed-off-by: Milas Bowman <milas.bowman@docker.com>
* ci: run SSH integration tests (#3012)Milas Bowman2022-07-271-1/+1
| | | | | | | | | | | | Fix & enable SSH integration test suite. This also adds a new test for connecting to unknown hosts when using the Python SSH implementation (Paramiko). See #2932 for more info. Because of the above, some of the config/static key files have been moved around and adjusted. Signed-off-by: Milas Bowman <milas.bowman@docker.com>
* ci: run integration tests & fix race condition (#2947)Leonard Kinday2022-07-261-4/+17
| | | | | | | | | * Fix integration tests race condition * Run integration tests on CI * Use existing DIND version Signed-off-by: Leonard Kinday <leonard@kinday.ru> Co-authored-by: Milas Bowman <milas.bowman@docker.com>
* ci: add flake8 jobMilas Bowman2022-07-261-0/+11
| | | | | | | Project is already configured for flake8 but it never gets run in CI. Signed-off-by: Milas Bowman <milas.bowman@docker.com>
* ci: remove Python 3.6 and add 3.11 pre-releases (#3005)Milas Bowman2022-07-261-3/+3
| | | | | | * Python 3.6 went EOL Dec 2021 * Python 3.11 is in beta and due for GA release in October 2022 Signed-off-by: Milas Bowman <milas.bowman@docker.com>
* Add support for Python 3.10Hugo van Kemenade2021-10-111-1/+1
| | | | Signed-off-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* Remove support to pre python 3.6set-minimal-python-to-3_6Ulysses Souza2021-03-221-3/+3
| | | | Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
* Update GH action stepaiordache2021-02-101-3/+3
| | | | Signed-off-by: aiordache <anca.iordache@docker.com>
* GitHub Actions: Upgrade actions/checkoutChristian Clauss2021-02-091-1/+1
| | | | | https://github.com/actions/checkout/releases Signed-off-by: Christian Clauss <cclauss@me.com>
* Trigger GHA on pull_requestUlysses Souza2020-12-181-1/+1
| | | | Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
* Add Github ActionsUlysses Souza2020-12-181-0/+27
| | | | Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
* Add github supported CODEOWNERS fileUlysses Souza2020-09-151-0/+6
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>