Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add dependabot config for docker & CI | 2024-06-30 | -0/+18 | |
| | ||||
* | Update deployment to use infra repository | 2024-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 namespace | 2024-04-14 | -0/+1 | |
| | ||||
* | Bump CI Python version | 2024-04-07 | -1/+1 | |
| | ||||
* | Update CI to latest step versions | 2023-12-06 | -9/+9 | |
| | ||||
* | Also tag GHCR images with major version number (#75) | 2023-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 workflow | 2023-09-04 | -0/+3 | |
| | ||||
* | Bump Python versions to 3.11 | 2023-09-04 | -1/+1 | |
| | ||||
* | Only trigger CI on release for published releases | 2023-08-22 | -0/+1 | |
| | ||||
* | Ensure images are pushed to ghcr on push to main | 2023-08-22 | -1/+1 | |
| | ||||
* | Tag ghcr image with short commit sha | 2023-08-22 | -1/+1 | |
| | ||||
* | Checkout code in deploy step | 2023-08-22 | -0/+3 | |
| | ||||
* | Update CI to use reusable workflows and push an image on release (#66) | 2023-08-22 | -77/+114 | |
| | ||||
* | Update CI action versions | 2023-07-24 | -11/+10 | |
| | ||||
* | Update CI to use ruff linting | 2023-07-24 | -2/+2 | |
| | ||||
* | Bump to Python 3.10 and mark version as breaking | 2023-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 Support | 2022-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 config | 2022-07-10 | -0/+6 | |
| | ||||
* | Add concurrency rules to both workflows | 2022-07-09 | -0/+8 | |
| | | | | This ensures only one workflow runs at a time for each target. | |||
* | Update lint workflow to use python 3.9 | 2022-07-09 | -8/+6 | |
| | ||||
* | Chage from GHCR_TOKEN secret to GITHUB_TOKEN for Docker image publish | 2021-04-05 | -1/+1 | |
| | ||||
* | master => main | 2021-03-13 | -7/+7 | |
| | ||||
* | Create CODEOWNERS | 2020-11-26 | -0/+2 | |
| | ||||
* | Add auto-deploy to k8s step | 2020-11-15 | -0/+14 | |
| | ||||
* | Remove duplicated step | 2020-11-15 | -2/+0 | |
| | ||||
* | Publish to GHCR and remove salt autodeploy | 2020-11-15 | -19/+29 | |
| | ||||
* | Auto-deploy should depend on Docker succeeding | 2020-08-25 | -0/+2 | |
| | ||||
* | Auto-deploy script | 2020-08-25 | -0/+10 | |
| | ||||
* | use latest convention instead of Git SHA for Docker | 2020-08-25 | -2/+2 | |
| | ||||
* | GitHub Deployment action | 2020-08-25 | -0/+25 | |
| | ||||
* | Update lint.yml | 2020-08-24 | -0/+3 | |
| | ||||
* | Create lint.yml | 2020-08-24 | -0/+28 | |