| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Get rid of stray print | 2021-03-07 | -1/+0 | |
| | | | | | Oops. | |||
| * | Test metricity-review-data when user doesn't exist | 2021-03-07 | -2/+5 | |
| | | ||||
| * | Added test for metricity-review-data | 2021-03-07 | -3/+25 | |
| | | ||||
| * | Amend top_channel_activity return type | 2021-03-07 | -1/+3 | |
| | | ||||
| * | Add route to get a member's data for helper review | 2021-03-07 | -1/+71 | |
| | | | | | | | Added route for getting a user's join date, total messages, and top 3 channels by activity. This information will be used to auto-review nominees. | |||
| * | Update Dockerfile | 2021-03-01 | -5/+6 | |
| | | ||||
| * | Merge pull request #450 from python-discord/error_pages | 2021-03-01 | -0/+129 | |
| |\ | ||||
| | * | Update error message for 500 page | 2021-03-01 | -1/+1 | |
| | | | | | | | Now includes a link to our Discord server and concrete actions for the user, if the problem persists | |||
| | * | Capitalise error codes in 404 and 500 pages | 2021-03-01 | -2/+2 | |
| | | | | | | | Co-authored-by: Leon Sandøy <[email protected]> | |||
| | * | Add 500 page | 2021-03-01 | -0/+29 | |
| | | | ||||
| | * | Add error page styling | 2021-03-01 | -0/+66 | |
| | | | | | | | | | This css sheet applies to the 404 and 500 pages | |||
| | * | Add 404 page | 2021-03-01 | -0/+34 | |
| |/ | | | | | This does not include the styling required for the page to display properly | |||
| * | Reduce worker count from 4 to 2 | 2021-02-25 | -1/+1 | |
| | | | | We'll be creating a second site instance to allow for rolling restarts, so it makes sense to half this so when we double the requests we'll effectively have 4 workers again. | |||
| * | Merge pull request #448 from python-discord/add-linode-footer | 2021-02-24 | -1/+9 | |
| |\ | | | | | Add powered by linode to the footer | |||
| | * | Add powered by linode to the footer | 2021-02-23 | -1/+9 | |
| |/ | ||||
| * | Update helper count | 2021-02-18 | -1/+1 | |
| | | ||||
| * | Don't change the name of the host for subdomains | 2021-02-10 | -1/+1 | |
| | | | | The host is used to build reverse URLs during tests, changing it causes it to fail. | |||
| * | Update hosts.py | 2021-02-10 | -1/+4 | |
| | | ||||
| * | Update ALLOWED_HOSTS | 2021-02-10 | -5/+1 | |
| | | | | Add internal domain for API routing and remove legacy routes for pydis.com domains (which are now redirected at the edge) | |||
| * | Update the README badges | 2021-01-22 | -3/+4 | |
| | | ||||
| * | Use wildcard for ALLOWED_HOSTS in debug mode | 2021-01-04 | -15/+1 | |
| | | ||||
| * | Merge pull request #441 from python-discord/precommit-pycharm | 2021-01-03 | -1/+1 | |
| |\ | ||||
| | * | Changed Python language hook to system. | 2021-01-02 | -1/+1 | |
| |/ | ||||
| * | Merge pull request #436 from ↵ | 2020-12-26 | -0/+38 | |
| |\ | | | | | | | | | python-discord/hotfix/lemon/front-page-project-sanity Stale RepositoryMetadata cleanup | |||
| | * | Merge branch 'master' into hotfix/lemon/front-page-project-sanity | 2020-12-26 | -204/+263 | |
| | |\ | |/ |/| | ||||
| * | | Merge pull request #440 from ↵ | 2020-12-21 | -8/+26 | |
| |\ \ | | | | | | | | | | python-discord/lemon/bug/too_many_github_api_requests | |||
| | * | | relax coverage requirement in home route | 2020-12-21 | -0/+1 | |
| | | | | ||||
| | * | | Make last_updated field automatically update. | 2020-12-22 | -8/+25 | |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | Previously, we were operating under a bad assumption that we would be updating the last_updated field in the RepositoryMetadata objects whenever we updated the objects with new data from the GitHub API. Upon closer inspection, this is not at all what we're doing, and some of those repository objects had not been updated in over a year! This introduces `auto_now` to the field, which will ensure that it is automatically updated whenever the object is updated. | |||
| * | | 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. | |||
| | * | | 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. | |||
| | | * | Improve the RepositoryMetadata cleanup code. | 2020-12-26 | -3/+1 | |
| | | | | | | | | | | Co-authored-by: Dennis Pham <[email protected]> | |||
| | | * | Merge branch 'master' into hotfix/lemon/front-page-project-sanity | 2020-12-13 | -0/+0 | |
| | | |\ | |_|/ |/| | | ||||