aboutsummaryrefslogtreecommitdiffstats
path: root/.github (follow)
Commit message (Collapse)AuthorAgeLines
* Add dependabot config for docker & CIGravatar Chris Lovering2024-06-30-0/+18
|
* Update deployment to use infra repositoryGravatar Joe Banks2024-06-06-5/+8
| | | | | Updates the deployment workflows to pull in the deployment.yaml file from the infra repository in keeping with our other projects.
* Update deployment workflow to new namespaceGravatar Joe Banks2024-04-14-0/+1
|
* Bump CI Python versionGravatar Joe Banks2024-04-07-1/+1
|
* Update CI to latest step versionsGravatar Chris Lovering2023-12-06-9/+9
|
* Also tag GHCR images with major version number (#75)Gravatar ChrisJL2023-09-04-0/+1
| | | This will allow users to pin to a specific major version, allowing for minor updates but no breaking changes
* Add pre-commit step to linting workflowGravatar Joe Banks2023-09-04-0/+3
|
* Bump Python versions to 3.11Gravatar Joe Banks2023-09-04-1/+1
|
* Only trigger CI on release for published releasesGravatar Chris Lovering2023-08-22-0/+1
|
* Ensure images are pushed to ghcr on push to mainGravatar Chris Lovering2023-08-22-1/+1
|
* Tag ghcr image with short commit shaGravatar Chris Lovering2023-08-22-1/+1
|
* Checkout code in deploy stepGravatar Chris Lovering2023-08-22-0/+3
|
* Update CI to use reusable workflows and push an image on release (#66)Gravatar ChrisJL2023-08-22-77/+114
|
* Update CI action versionsGravatar Chris Lovering2023-07-24-11/+10
|
* Update CI to use ruff lintingGravatar Chris Lovering2023-07-24-2/+2
|
* Bump to Python 3.10 and mark version as breakingGravatar Chris Lovering2023-02-10-1/+1
| | | | The bump to Python3.10 will make existing virtual envs running this project incompatible, so a break change made sense here.
* Fix Poetry 1.2 SupportGravatar Hassan Abouelela2022-09-18-1/+1
| | | | | | | | | | | | Poetry 1.2 introduced a regression which broke pip `--user` installs. These types of install were the main way we did installations in docker and CI, as they made it much more convenient to control the location, availability, and caching of packages. Poetry's team does not recognize this as a supported use case, so major changes were required to get everything working again. Most of the changes were consolidated into chrislovering/python-poetry-base for docker, and HassanAbouelela/setup-python for CI.
* Add dependabot configGravatar ChrisJL2022-07-10-0/+6
|
* Add concurrency rules to both workflowsGravatar Chris Lovering2022-07-09-0/+8
| | | | This ensures only one workflow runs at a time for each target.
* Update lint workflow to use python 3.9Gravatar Chris Lovering2022-07-09-8/+6
|
* Chage from GHCR_TOKEN secret to GITHUB_TOKEN for Docker image publishGravatar Joe Banks2021-04-05-1/+1
|
* master => mainGravatar Joe Banks2021-03-13-7/+7
|
* Create CODEOWNERSGravatar Joe Banks2020-11-26-0/+2
|
* Add auto-deploy to k8s stepGravatar Joe Banks2020-11-15-0/+14
|
* Remove duplicated stepGravatar Joe Banks2020-11-15-2/+0
|
* Publish to GHCR and remove salt autodeployGravatar Joe Banks2020-11-15-19/+29
|
* Auto-deploy should depend on Docker succeedingGravatar Joe Banks2020-08-25-0/+2
|
* Auto-deploy scriptGravatar Joe Banks2020-08-25-0/+10
|
* use latest convention instead of Git SHA for DockerGravatar Joe Banks2020-08-25-2/+2
|
* GitHub Deployment actionGravatar Joe Banks2020-08-25-0/+25
|
* Update lint.ymlGravatar Joe Banks2020-08-24-0/+3
|
* Create lint.ymlGravatar Joe Banks2020-08-24-0/+28