aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows (follow)
Commit message (Collapse)AuthorAgeLines
* 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.