aboutsummaryrefslogtreecommitdiffstats
path: root/.github (follow)
Commit message (Collapse)AuthorAgeLines
* Update CODEOWNERSGravatar Joe Banks2020-11-24-1/+1
|
* Start database at the beginning of the workflowGravatar Sebastiaan Zeeff2020-11-19-3/+5
| | | The CI was failing on occasion because postgres did not have time enough to start properly before we started running our makemigrations check. I've moved the docker-compose step to earlier in the workflow to give it some time to warm up.
* Insert missing "jobs" yaml tagGravatar Sebastiaan Zeeff2020-11-19-1/+1
|
* Ensure that flake8 runs on PR changesGravatar Sebastiaan Zeeff2020-11-19-67/+83
| | | | | | | | | | | | Unfortunately, the way we previously set up our workflow caused flake8 to run on code already committed to master, not the changes made in a PR, because it ran in the context of the target branch. This is obviously useless when it comes to protecting our codebase from linting errors. I've now set up flake8 in a different way, using Workflow Commands to create error annotions. I've also split up the workflow into two separate workflows.
* Bump version down to 3.8Gravatar Leon Sandøy2020-11-15-1/+1
|
* Update build flow to deploy to KubernetesGravatar Joe Banks2020-11-15-2/+17
|
* Make the value of the CI env var 'True' Gravatar Leon Sandøy2020-11-15-1/+1
| | | This makes it clearer that the env var switches on or off "CI-mode"
* Migrate to GH Actions & GH Container RegistryGravatar Sebastiaan Zeeff2020-11-15-32/+157
| | | | | | I've migrated site to GitHub Actions and GitHub Container Registry. This also means that coverage results will be pushed to coveralls.io. This commit also removes the pretty useless codeql analysis action.
* Create a GitHub Action to make a Sentry release.Gravatar Leon Sandøy2020-08-22-0/+23
| | | | | This should be all we need to enable the releases feature in Sentry for this project.
* Fix trailing whitespace in GitHub Action fileGravatar Joseph Banks2020-06-11-1/+1
|
* Create codeql-analysis.ymlGravatar Joseph Banks2020-06-11-0/+32
|
* Update CODEOWNERSGravatar Joseph2020-02-02-1/+1
|
* Create CODEOWNERSGravatar Joseph2020-02-02-0/+1
|
* Add FUNDING.ymlGravatar sco12019-07-09-0/+2
|
* Replace GitHub with GitLab across the projectGravatar Gareth Coles2018-06-07-42/+0
|
* Update CONTRIBUTING.mdGravatar Gareth Coles2018-04-09-1/+2
|
* Create CONTRIBUTING.mdGravatar Gareth Coles2018-04-09-0/+41