aboutsummaryrefslogtreecommitdiffstats
path: root/manage.py (unfollow)
Commit message (Collapse)AuthorLines
2020-12-13Add a test repo with bad types.Gravatar Leon Sandøy-1/+8
This should restore 100% coverage.
2020-12-13Fix test for HomeView.Gravatar Leon Sandøy-7/+1
Instead of building "fake repos", we're now just omitting them, so this test needs to be updated.
2020-12-13Add even more sanity for the HomeView.Gravatar Leon Sandøy-72/+81
This rewrite will ensure we always return whichever repositories we're able to resolve, and none of the others. It also shortens the code, shrinks all the try/excepts, and generally makes things a little more readable.
2020-12-13Completely remove Projects section if no data.Gravatar Leon Sandøy-48/+50
Instead of showing an empty Projects section, we'll just omit it if we can't resolve any of our projects. Otherwise, we'll show the projects we can resolve.
2020-12-13Add some sanity to frontpage projects.Gravatar Leon Sandøy-16/+22
If no API data is available, the front page shouldn't crash and burn. This commit will ensure the front page will just render without the projects it can't get API data for instead of crashing the whole thing.
2020-12-12Fix incorrectly specified environment variableGravatar Sebastiaan Zeeff-1/+1
When I changed the name of SITE_SENTRY_DSN to SITE_DSN, I accidentally left an old reference in place.
2020-12-12Change env var from SITE_SENTRY_DSN to SITE_DSNGravatar Sebastiaan Zeeff-1/+1
The name of the environment variable was shortened during our refactor of the Sentry secrets. Changed `settings.py` to reflect that change.
2020-12-11Update README to trigger redeploy.Gravatar Leon Sandøy-1/+1
2020-12-11Make sure to always upload PR artifact Gravatar Sebastiaan Zeeff-1/+1
We need to make sure that we always upload our PR artifact, even if linting/testing fails. As GitHub Actions inserts an implicit "success" status check if you don't add any explicit status checks, this means that we have to include an "always" status check, even if this step has a condition relying on another "always" step.
2020-12-10Send an enhanced workflow status embed to discordGravatar Sebastiaan Zeeff-0/+100
Similar to Sir Lancebot and bot, I've added enhanced GitHub Actions status embeds to our workflow sequence. This means we get fewer embeds, but with more information!
2020-12-06Update CODEOWNERS for @Den4200Gravatar Dennis Pham-7/+4