aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site (follow)
Commit message (Expand)AuthorAgeLines
* Move git SHA fetcher into its own file.Gravatar Leon Sandøy2020-08-22-12/+26
* Move git SHA fetcher into utils.Gravatar Leon Sandøy2020-08-22-9/+14
* Merge branch 'master' into add_deployment_infoGravatar Leon Sandøy2020-08-22-1/+59
|\
| * Merge pull request #374 from Numerlor/reminder-direct-retrieveGravatar Mark2020-08-20-1/+59
| |\
| | * Update docstring for new fetching behaviourGravatar Numerlor2020-08-20-0/+24
| | * Allow direct fetching of reminders by idGravatar Numerlor2020-08-20-1/+35
* | | Set the sentry_sdk.init release to git_sha.Gravatar Leon Sandøy2020-08-22-1/+3
* | | Move git SHA initialization to __init__.py.Gravatar Leon Sandøy2020-08-22-4/+7
* | | Add a comment with the git SHA to base templates.Gravatar Leon Sandøy2020-08-22-0/+2
* | | Add a context processor that outputs the git SHA.Gravatar Leon Sandøy2020-08-22-1/+11
|/ /
* | Update Code Jam 7 to most recent in navbarGravatar Dennis Pham2020-08-13-1/+1
* | Update rule 6 for the removal of #show-your-projectsGravatar Dennis Pham2020-08-08-1/+2
|/
* Fix bad migration 0059Gravatar Leon Sandøy2020-08-03-0/+85
* Delete FilterList objects for tests.Gravatar Leon Sandøy2020-07-30-0/+10
* Add a migration for all the existing data.Gravatar Leon Sandøy2020-07-30-0/+153
* Provide callable, not return value.Gravatar Leon Sandøy2020-07-30-1/+1
* Add a constraint in the DB model as well.Gravatar Leon Sandøy2020-07-29-0/+15
* Fix multiple leafs for migration graph.Gravatar Leon Sandøy2020-07-29-1/+1
* Merge branch 'master' into whitelist_systemGravatar Leon Sandøy2020-07-29-3/+80
|\
| * Fix misleading documentationGravatar kosayoda2020-07-19-1/+1
| * Use literal integers for mentions ID in testGravatar kosayoda2020-07-19-14/+2
| * Merge migrationsGravatar kosayoda2020-07-16-0/+14
| * Merge branch 'master' of github.com:python-discord/site into role-remindersGravatar kosayoda2020-07-16-2/+60
| |\
| * | Add mentions field to valid data testGravatar kosayoda2020-07-16-1/+14
| * | Document more undocumented stuffGravatar kosayoda2020-07-16-2/+6
| * | Document PATCH for remindersGravatar kosayoda2020-07-16-0/+16
| * | Document POSTing mentions in ReminderViewSetGravatar kosayoda2020-07-16-0/+1
| * | Add migration for the mentions field in the Reminder modelGravatar kosayoda2020-07-16-0/+20
| * | Document mentions in ReminderViewSetGravatar kosayoda2020-07-16-0/+5
| * | Return mentions from ReminderSerializerGravatar kosayoda2020-07-16-1/+3
| * | Add mentions field to Reminder modelGravatar kosayoda2020-07-16-0/+14
* | | Add a test for checking duplicates.Gravatar Leon Sandøy2020-07-29-0/+5
* | | Handle unique validator in DRF, not Django.Gravatar Leon Sandøy2020-07-29-15/+15
* | | Rename AllowDenyList to FilterListGravatar Leon Sandøy2020-07-27-48/+47
* | | Minor changes to tests, use subTest.Gravatar Leon Sandøy2020-07-19-9/+4
* | | Document the get_types endpoint.Gravatar Leon Sandøy2020-07-19-0/+14
* | | Simplify AllowDenyListType names.Gravatar Leon Sandøy2020-07-19-4/+4
* | | Add another AllowDenyList field, 'comment'.Gravatar Leon Sandøy2020-07-19-1/+9
* | | Add an endpoint for getting AllowDenyList types.Gravatar Leon Sandøy2020-07-17-0/+16
* | | Merge branch 'master' into whitelist_systemGravatar Leon Sandøy2020-07-16-1/+1
|\ \ \ | | |/ | |/|
| * | Bump jQuery versionGravatar MarkKoz2020-07-15-1/+1
* | | 100% branch coverage for account.pyGravatar Leon Sandøy2020-07-16-4/+9
* | | 100% coverage for account.pyGravatar Leon Sandøy2020-07-16-29/+30
* | | Rename AllowList to AllowDenyList.Gravatar Leon Sandøy2020-07-16-55/+48
* | | Fix some broken tests.Gravatar Leon Sandøy2020-07-16-8/+7
* | | Improve some docstrings.Gravatar Leon Sandøy2020-07-16-6/+26
* | | Add tests for the AllowList model.Gravatar Leon Sandøy2020-07-16-0/+104
* | | Fix a bug in an old migration.Gravatar Leon Sandøy2020-07-16-2/+2
* | | Return id from the AllowListSerializer.Gravatar Leon Sandøy2020-07-15-8/+15
* | | Add a UniqueConstraint to prevent duplicates.Gravatar Leon Sandøy2020-07-15-0/+21