Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge pull request #439 from python-discord/ks123/sentry | 2020-12-21 | -185/+178 | |
|\ | ||||
| * | Change pydis-site to site in Sentry SDK initialization | 2020-12-21 | -1/+1 | |
| | | ||||
| * | Change pydis-site to site in workflow | 2020-12-21 | -1/+1 | |
| | | ||||
| * | Fix Git SHA getting in workflow | 2020-12-20 | -1/+1 | |
| | | ||||
| * | Don't include .git in Docker container | 2020-12-20 | -0/+1 | |
| | | ||||
| * | Remove GitPython dependency | 2020-12-20 | -27/+2 | |
| | | ||||
| * | Get Git SHA from environement instead of GitPython package | 2020-12-20 | -4/+2 | |
| | | ||||
| * | Set Git SHA during build workflow | 2020-12-20 | -0/+2 | |
| | | ||||
| * | Add Git SHA consuming and putting to environment in Dockerfile | 2020-12-20 | -1/+5 | |
| | | ||||
| * | Bump Sentry SDK version from 0.14 to 0.19 | 2020-12-20 | -154/+167 | |
|/ | ||||
* | Merge pull request #438 from python-discord/metricity-temp-fix | 2020-12-19 | -8/+9 | |
|\ | | | | | Swap Metricity verified_at for joined_at | |||
| * | Update verified_at fields to joined_at fields | 2020-12-19 | -7/+7 | |
| | | ||||
| * | Swap verified_at for joined_at | 2020-12-19 | -1/+2 | |
|/ | ||||
* | Add codeowner entires for ks129 | 2020-12-16 | -1/+4 | |
| | ||||
* | Merge pull request #432 from python-discord/ks123/infractions/delete-method | 2020-12-13 | -1/+45 | |
|\ | | | | | Include DestroyModelMixin to infractions view for DELETE method | |||
| * | Merge branch 'master' into ks123/infractions/delete-method | 2020-12-13 | -138/+243 | |
| |\ | |/ |/| | ||||
* | | Merge pull request #437 from ↵ | 2020-12-13 | -1/+1 | |
|\ \ | | | | | | | | | | | | | python-discord/bugfix/lemon/snekbox-not-showing-on-front-page Increase per_page to 100 for GitHub API call. | |||
| * | | Increase per_page to 100 for GitHub API call. | 2020-12-13 | -1/+1 | |
|/ / | | | | | | | | | | | | | Snekbox was being banished to page 2 and we were not iterating pages, so it was not appearing in the data we got from our call to /repos. This commit changes the request to use `per_page=100`, which will work at least until we have >100 repos in our organisation. | |||
* | | Merge pull request #435 from ↵ | 2020-12-13 | -126/+127 | |
|\ \ | | | | | | | | | | | | | python-discord/hotfix/lemon/front-page-project-sanity Hotfix: Add some sanity to frontpage projects. | |||
| * | | Remove pointless try/except. | 2020-12-13 | -24/+7 | |
| | | | | | | | | | | | | | | | I don't think we need to check for TypeError here, so that saves us the trouble of testing these lines to appease coverage. | |||
| * | | Add a test repo with bad types. | 2020-12-13 | -1/+8 | |
| | | | | | | | | | | | | This should restore 100% coverage. | |||
| * | | Fix test for HomeView. | 2020-12-13 | -7/+1 | |
| | | | | | | | | | | | | | | | Instead of building "fake repos", we're now just omitting them, so this test needs to be updated. | |||
| * | | Add even more sanity for the HomeView. | 2020-12-13 | -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. | |||
| * | | Completely remove Projects section if no data. | 2020-12-13 | -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. | |||
| * | | Add some sanity to frontpage projects. | 2020-12-13 | -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. | |||
* | | Fix incorrectly specified environment variable | 2020-12-12 | -1/+1 | |
| | | | | | | | | When I changed the name of SITE_SENTRY_DSN to SITE_DSN, I accidentally left an old reference in place. | |||
* | | Change env var from SITE_SENTRY_DSN to SITE_DSN | 2020-12-12 | -1/+1 | |
| | | | | | | | | | | The name of the environment variable was shortened during our refactor of the Sentry secrets. Changed `settings.py` to reflect that change. | |||
* | | Update README to trigger redeploy. | 2020-12-11 | -1/+1 | |
| | | ||||
* | | Make sure to always upload PR artifact | 2020-12-11 | -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. | |||
* | | Send an enhanced workflow status embed to discord | 2020-12-10 | -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! | |||
* | | Update CODEOWNERS for @Den4200 | 2020-12-06 | -7/+4 | |
| | | ||||
* | | Create review-policy.yml | 2020-12-06 | -0/+3 | |
| | | ||||
* | | Merge pull request #431 from python-discord/gunicorn/max-requests | 2020-12-06 | -1/+5 | |
|\ \ | | | | | | | Set max-requests-jitter parameter to gunicorn | |||
| * | | Update manage.py | 2020-12-06 | -1/+2 | |
| | | | | | | | | | Co-authored-by: Sebastiaan Zeeff <[email protected]> | |||
| * | | Switch underscores for dashes in gunicorn CLI options | 2020-12-05 | -2/+2 | |
| | | | ||||
| * | | Update gunicorn configuration options | 2020-12-05 | -1/+4 | |
|/ / | ||||
| * | Add tests for infraction deletion method | 2020-12-09 | -0/+30 | |
| | | ||||
| * | Include DestroyModelMixin to infractions view for DELETE method | 2020-12-05 | -1/+15 | |
|/ | | | Added this mixin and documented this in doctoring. | |||
* | Merge pull request #426 from ↵ | 2020-11-28 | -41/+49 | |
|\ | | | | | | | | | python-discord/sebastiaan/backend/refactor-deployment Restructure Build & Deploy sequence in CI | |||
| * | Merge branch 'master' into sebastiaan/backend/refactor-deployment | 2020-11-28 | -3/+0 | |
| |\ | |/ |/| | ||||
* | | Merge pull request #429 from python-discord/ks129/frontpage-adafruit-remove | 2020-11-28 | -3/+0 | |
|\ \ | | | | | | | Remove Adafruit from front-page sponsors listing | |||
| * | | Delete Adafruit PNG file from static | 2020-11-28 | -0/+0 | |
| | | | ||||
| * | | Remove Adafruit from front-page sponsors listing | 2020-11-28 | -3/+0 | |
|/ / | ||||
| * | Merge branch 'master' into sebastiaan/backend/refactor-deployment | 2020-11-28 | -4/+11 | |
| |\ | |/ |/| | ||||
* | | Add myself to CODEOWNERS for CI files | 2020-11-27 | -1/+1 | |
| | | ||||
* | | Add @Akarys42 to the codeowners | 2020-11-27 | -4/+11 | |
| | | ||||
| * | Merge branch 'master' into sebastiaan/backend/refactor-deployment | 2020-11-27 | -1/+14 | |
| |\ | |/ |/| | ||||
* | | Update CODEOWNERS | 2020-11-26 | -2/+5 | |
| | | ||||
* | | Specify code owernship for Mark | 2020-11-24 | -0/+9 | |
| | | ||||
* | | Update CODEOWNERS | 2020-11-24 | -2/+2 | |
| | |