aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | | | | Centers Sponsor LogosGravatar Hassan Abouelela2021-03-23-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | Center justifies sponsor logos on the home page to make wrapping look cleaner.
| * | | | | Adds Streamyard Banner To HomepageGravatar Hassan Abouelela2021-03-23-0/+3
|/ / / / /
| * / / / Bump urllib3 from 1.26.2 to 1.26.3Gravatar dependabot[bot]2021-03-19-155/+127
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.2 to 1.26.3. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.2...1.26.3) Signed-off-by: dependabot[bot] <[email protected]>
* | | | Merge pull request #451 from python-discord/mbaruh/channel-activityGravatar Boris Muratov2021-03-16-4/+216
|\ \ \ \ | | | | | | | | | | Add route to get a member's data for helper review
| * \ \ \ Merge branch 'main' into mbaruh/channel-activityGravatar Boris Muratov2021-03-16-27/+23
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #454 from python-discord/deploy-environmentGravatar Joe Banks2021-03-15-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Add GitHub environment to deploy workflow
| * | | | | Update deploy.yamlGravatar Joe Banks2021-03-14-0/+1
|/ / / / /
| * | | | Add more records to test the endpoint withGravatar Boris Muratov2021-03-16-0/+91
| | | | |
| * | | | Add case in query for voice chat activityGravatar Boris Muratov2021-03-12-0/+1
| | | | |
| * | | | Split test_no_metricity_user to two tests by endpointsGravatar Boris Muratov2021-03-12-4/+12
| | | | |
| * | | | Document endpoint in viewset docstringGravatar Boris Muratov2021-03-12-0/+16
| | | | |
| * | | | Merge branch 'master' into mbaruh/channel-activityGravatar Boris Muratov2021-03-11-76/+435
| |\ \ \ \
| * | | | | Ignore deleted messaages in message countsGravatar Boris Muratov2021-03-11-1/+1
| | | | | | | | | | | | | | | | | | Co-authored-by: Joe Banks <[email protected]>
| * | | | | Get rid of stray printGravatar Boris Muratov2021-03-07-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Oops.
| * | | | | Test metricity-review-data when user doesn't existGravatar Boris Muratov2021-03-07-2/+5
| | | | | |
| * | | | | Added test for metricity-review-dataGravatar Boris Muratov2021-03-07-3/+25
| | | | | |
| * | | | | Amend top_channel_activity return typeGravatar Boris Muratov2021-03-07-1/+3
| | | | | |
| * | | | | Add route to get a member's data for helper reviewGravatar Boris Muratov2021-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 tests to use trailing slashes on valid urlsGravatar Numerlor2021-03-26-2/+2
| | | | | |
| | | * | | Ensure the base url ends with a slashGravatar Numerlor2021-03-26-8/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | URLs without a trailing slash won't get properly joined by the bot Adds compatibility with python-discord/bot@bc25bfdf42cdaaba924a7ad6de1dc06a9b381285's changes The styling of how the regex decorator is constructed was changed to be consisted with the function validator
| | | * | | Merge branch 'main' into doc-validatorGravatar Numerlor2021-03-15-1476/+8387
| | | |\ \ \ | |_|_|/ / / |/| | | | |
* | | | | | Dockerfile optimisationsGravatar Joe Banks2021-03-13-10/+5
| | | | | | | | | | | | | | | | | | | | | | | | Copies dependencies before code for caching and removes git dependency.
* | | | | | master => mainGravatar Joe Banks2021-03-13-17/+17
| |/ / / / |/| | | |
* | | | | Merge pull request #447 from python-discord/ks123/nomination/splitGravatar Boris Muratov2021-03-08-76/+435
|\ \ \ \ \ | |/ / / / |/| | | | Rework nominations
| * | | | Merge branch 'master' into ks123/nomination/splitGravatar Boris Muratov2021-03-08-7/+145
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Update DockerfileGravatar Joe Banks2021-03-01-5/+6
| | | | |
* | | | | Merge pull request #450 from python-discord/error_pagesGravatar Joe Banks2021-03-01-0/+129
|\ \ \ \ \
| * | | | | Update error message for 500 pageGravatar Gustav Odinger2021-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 pagesGravatar Gustav Odinger2021-03-01-2/+2
| | | | | | | | | | | | | | | | | | Co-authored-by: Leon Sandøy <[email protected]>
| * | | | | Add 500 pageGravatar Gustav Odinger2021-03-01-0/+29
| | | | | |
| * | | | | Add error page stylingGravatar Gustav Odinger2021-03-01-0/+66
| | | | | | | | | | | | | | | | | | | | | | | | This css sheet applies to the 404 and 500 pages
| * | | | | Add 404 pageGravatar Gustav Odinger2021-03-01-0/+34
|/ / / / / | | | | | | | | | | | | | | | | | | | | This does not include the styling required for the page to display properly
* | | | | Reduce worker count from 4 to 2Gravatar Joe Banks2021-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-footerGravatar ks1292021-02-24-1/+9
|\ \ \ \ \ | | | | | | | | | | | | Add powered by linode to the footer
| * | | | | Add powered by linode to the footerGravatar Matteo Bertucci2021-02-23-1/+9
|/ / / / /
| * | | | Fix grammar of unknown actor error and change testsGravatar ks1292021-03-06-2/+2
| | | | |
| * | | | Fix grammar of nomination viewset command about single entry for userGravatar ks1292021-03-06-1/+1
| | | | |
| * | | | Change as -> to in nomination viewset docsGravatar ks1292021-03-06-1/+1
| | | | |
| * | | | Fix grammar of nomination modelsGravatar ks1292021-03-06-5/+5
| | | | |
| * | | | Fix grammar of error messages and change tests to match with changesGravatar ks1292021-03-05-8/+8
| | | | |
| * | | | Use double quotes instead apostrophe because string contain "don't"Gravatar ks1292021-03-05-1/+1
| | | | |
| * | | | Replace double quotes with single quotesGravatar ks1292021-03-05-1/+1
| | | | | | | | | | | | | | | Co-authored-by: Joe Banks <[email protected]>
| * | | | Fix grammar of nomination endpoints documentationGravatar ks1292021-03-05-5/+5
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Leon Sandøy <[email protected]> Co-authored-by: Joe Banks <[email protected]>
| * | | | Add comment about manually defining nomination field of NominationEntry ↵Gravatar ks1292021-02-24-0/+3
| | | | | | | | | | | | | | | | | | | | serializer
| * | | | Make default value of nomination entry reason to empty stringGravatar ks1292021-02-24-2/+2
| | | | | | | | | | | | | | | | | | | | For string fields NULL as default is not suggested, so use empty string instead.
| * | | | Remove GET nomination test for entriesGravatar ks1292021-02-24-26/+0
| | | | | | | | | | | | | | | | | | | | Entries isn't handled manually anymore so these tests have no point.
| * | | | Simplify nominations viewsetGravatar ks1292021-02-24-48/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After moving entries to nomination serializer we can get rid from GET request handlers and let DRF handle this. Also PATCH and POST handlers got some simplification by removing manual entries setting.
| * | | | Add entries field to Nomination serializerGravatar ks1292021-02-24-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After setting related_name in NominationEntry model nomination field, we can just provide serializer and DRF automatically fetch all related entries.
| * | | | Merge nomination migrationsGravatar ks1292021-02-24-18/+3
| | | | | | | | | | | | | | | | | | | | | | | | | This doesn't make sense to have 3 small migrations for one PR, so I merged 2 existing migrations and 1 new, ordering and related_name adding migrations to one.
| * | | | Set default ordering of NominationEntry to inserted_at decreasingGravatar ks1292021-02-24-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Set it here so we don't have to set it every place where we fetch entries.