| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Add ks123 (GH ks129) to CODEOWNERS | 2020-12-14 | -1/+2 | |
| | | ||||
| * | Create review-policy.yml | 2020-12-05 | -0/+3 | |
| | | ||||
| * | Create CODEOWNERS | 2020-11-27 | -0/+2 | |
| | | ||||
| * | Update forms-backend.yml | 2020-11-26 | -1/+1 | |
| | | ||||
| * | Delete flake8-matchers.json | 2020-11-26 | -32/+0 | |
| | | ||||
| * | Format flake8 output to show annotations | 2020-11-26 | -10/+2 | |
| | | ||||
| * | Remove unnecessary if check from Kubernetes job | 2020-11-24 | -1/+0 | |
| | | ||||
| * | Check event for build and push job | 2020-11-24 | -1/+1 | |
| | | | | Co-authored-by: Sebastiaan Zeeff <[email protected]> | |||
| * | Fix GHCR Docker caching | 2020-11-24 | -0/+1 | |
| | | | | Co-authored-by: Joe Banks <[email protected]> | |||
| * | Make flake8 matchers removing step comments better | 2020-11-23 | -1/+1 | |
| | | ||||
| * | Run flake8 matchers removal step always | 2020-11-23 | -0/+1 | |
| | | ||||
| * | Add missing dot to workflow | 2020-11-22 | -1/+1 | |
| | | ||||
| * | Use matchers for GitHub Actions workflow | 2020-11-22 | -2/+9 | |
| | | ||||
| * | Add flake8 matchers | 2020-11-22 | -0/+32 | |
| | | ||||
| * | Revert Poetry Shell change | 2020-11-22 | -4/+1 | |
| | | ||||
| * | Activate Poetry shell before running flake8 | 2020-11-22 | -9/+4 | |
| | | ||||
| * | Try to use flake8 action instead manual run | 2020-11-22 | -1/+9 | |
| | | ||||
| * | Run flake8 in verbose mode for debugging in GH Actions | 2020-11-22 | -1/+1 | |
| | | ||||
| * | Run flake8 in Poetry environment for CI lint | 2020-11-22 | -1/+1 | |
| | | ||||
| * | Fix flake8 step command and remove path adding step | 2020-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 install | 2020-11-22 | -22/+9 | |
| | | ||||
| * | Create job for deploying to Kubernetes | 2020-11-22 | -0/+31 | |
| | | ||||
| * | Add building and pushing job to GH Actions | 2020-11-22 | -0/+38 | |
| | | ||||
| * | Creating linting GH Actions job | 2020-11-22 | -0/+61 | |
| | | | | Run flake8 every time when pushing to main or to PR. | |||
| * | Create empty workflow file | 2020-11-22 | -0/+1 | |
| I want to use GH helper for Workflow files, but this require to already have file. | ||||