Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Adds Hassan Abouelela To Code Owners | 2021-02-28 | -2/+2 | |
| | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Create dependabot.yml | 2021-01-17 | -0/+6 | |
| | ||||
* | Create workflow for creating Sentry releases | 2020-12-27 | -0/+24 | |
| | ||||
* | Inject Git SHA to image during building | 2020-12-27 | -0/+2 | |
| | ||||
* | Update review-policy.yml | 2020-12-21 | -1/+1 | |
| | ||||
* | Create config.yml | 2020-12-17 | -0/+8 | |
| | ||||
* | Upload artifact with pull request payload | 2020-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 workflow | 2020-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. | |||
* | Fix CODEOWNERS only adding ks129 as code owner | 2020-12-16 | -2/+1 | |
| | ||||
* | 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. |