aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows (follow)
Commit message (Collapse)AuthorAgeLines
* Reference the correct env var in CIGravatar Chris Lovering2024-07-19-2/+2
|
* Reference the correct env var in CIGravatar Chris Lovering2024-07-19-2/+2
|
* Don't use deprecated ::set-output in CIGravatar Chris Lovering2024-07-19-9/+12
|
* Add azure/setup-kubectl@v4 actionGravatar Joe Banks2024-07-13-1/+2
|
* Update docker/build-push-action action to v6Gravatar renovate[bot]2024-07-13-1/+1
| | | | | | | datasource | package | from | to | | ----------- | ------------------------ | ---- | -- | | github-tags | docker/build-push-action | v2 | v6 |
* Update docker/setup-buildx-action action to v3Gravatar renovate[bot]2024-07-13-1/+1
| | | | | | | datasource | package | from | to | | ----------- | -------------------------- | ---- | -- | | github-tags | docker/setup-buildx-action | v1 | v3 |
* Update docker/login-action action to v3Gravatar renovate[bot]2024-07-13-1/+1
| | | | | | | datasource | package | from | to | | ----------- | ------------------- | ---- | -- | | github-tags | docker/login-action | v1 | v3 |
* Update azure/k8s-set-context action to v4Gravatar renovate[bot]2024-07-13-1/+1
| | | | | | | datasource | package | from | to | | ----------- | --------------------- | ---- | -- | | github-tags | azure/k8s-set-context | v1 | v4 |
* Update actions/upload-artifact action to v4Gravatar renovate[bot]2024-07-13-1/+1
| | | | | | | datasource | package | from | to | | ----------- | ----------------------- | ---- | -- | | github-tags | actions/upload-artifact | v2 | v4 |
* Update actions/checkout action to v4Gravatar renovate[bot]2024-07-13-3/+3
| | | | | | | datasource | package | from | to | | ----------- | ---------------- | ---- | -- | | github-tags | actions/checkout | v2 | v4 |
* Update Azure/k8s-deploy action to v5Gravatar renovate[bot]2024-07-13-1/+1
| | | | | | | datasource | package | from | to | | ----------- | ---------------- | ---- | -- | | github-tags | Azure/k8s-deploy | v1 | v5 |
* Update lint workflow to use pre-commitGravatar Joe Banks2024-07-08-7/+9
|
* Update lint workflow to 3.12Gravatar Joe Banks2024-07-06-2/+2
|
* Migration to official Sentry release CI action (#275)Gravatar Xithrius2024-07-05-3/+2
|
* Update deployment namespace in CIGravatar Joe Banks2024-04-15-0/+1
|
* Fix Poetry 1.2 SupportGravatar Hassan Abouelela2022-09-18-25/+6
| | | | | | | | | | | | | | 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. Signed-off-by: Hassan Abouelela <[email protected]>
* Update Docker credential secretsGravatar Joe Banks2021-04-05-2/+2
|
* Create workflow for creating Sentry releasesGravatar ks1292020-12-27-0/+24
|
* Inject Git SHA to image during buildingGravatar ks1292020-12-27-0/+2
|
* Upload artifact with pull request payloadGravatar Sebastiaan Zeeff2020-12-16-2/+24
| | | | | | | To access information about the PR in the status embed workflow, we need to upload an artifact whenever the forms-backend.yml workflow runs for a `pull_request` trigger. This artifact will be downloaded in the workflow that sends the status embed.
* Add enhanced status embed workflowGravatar Sebastiaan Zeeff2020-12-16-0/+56
| | | | | I've added a `workflow-run`-triggered workflow that sends an enhanced status embed to our #dev-log GitHub Actions webhook. It will run whenever the main workflow finishes and report its status.
* Update forms-backend.ymlGravatar Joe Banks2020-11-26-1/+1
|
* Format flake8 output to show annotationsGravatar ks1292020-11-26-10/+2
|
* Remove unnecessary if check from Kubernetes jobGravatar ks1292020-11-24-1/+0
|
* Check event for build and push jobGravatar ks1292020-11-24-1/+1
| | | Co-authored-by: Sebastiaan Zeeff <[email protected]>
* Fix GHCR Docker cachingGravatar ks1292020-11-24-0/+1
| | | Co-authored-by: Joe Banks <[email protected]>
* Make flake8 matchers removing step comments betterGravatar ks1292020-11-23-1/+1
|
* Run flake8 matchers removal step alwaysGravatar ks1292020-11-23-0/+1
|
* Add missing dot to workflowGravatar ks1292020-11-22-1/+1
|
* Use matchers for GitHub Actions workflowGravatar ks1292020-11-22-2/+9
|
* Revert Poetry Shell changeGravatar ks1292020-11-22-4/+1
|
* Activate Poetry shell before running flake8Gravatar ks1292020-11-22-9/+4
|
* Try to use flake8 action instead manual runGravatar ks1292020-11-22-1/+9
|
* Run flake8 in verbose mode for debugging in GH ActionsGravatar ks1292020-11-22-1/+1
|
* Run flake8 in Poetry environment for CI lintGravatar ks1292020-11-22-1/+1
|
* Fix flake8 step command and remove path adding stepGravatar ks1292020-11-22-4/+1
| | | Removed 2nd ', what gave error. Removed adding environment variable to PATH that don't exist.
* Remove unnecessary env variables and fix Poetry installGravatar ks1292020-11-22-22/+9
|
* Create job for deploying to KubernetesGravatar ks1292020-11-22-0/+31
|
* Add building and pushing job to GH ActionsGravatar ks1292020-11-22-0/+38
|
* Creating linting GH Actions jobGravatar ks1292020-11-22-0/+61
| | | Run flake8 every time when pushing to main or to PR.
* Create empty workflow fileGravatar ks1292020-11-22-0/+1
I want to use GH helper for Workflow files, but this require to already have file.