| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | | * | | | Merge branch 'master' into off-topic-non-random | 2020-05-28 | -2/+28 | ||
| | | |\ \ \ | |||||
| | | * | | | | OT: Replace help text of `used` field | 2020-05-28 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Leon Sandøy <[email protected]> | ||||
| | | * | | | | (Off-topic Channel Names Viewset Tests): Added test for handling running out ↵ | 2020-03-31 | -0/+7 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | of names. | ||||
| | | * | | | | (Off-topic Channel Names Viewset Tests): Added test for default handling ↵ | 2020-03-31 | -0/+7 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | `mark_used` parameter. | ||||
| | | * | | | | (Off-topic Channel Names Viewset Tests): Added used parameter to list tests. | 2020-03-31 | -2/+2 | ||
| | | | | | | | |||||
| | | * | | | | (Off-topic Channel Names Viewset Tests): Added test for not authenticated ↵ | 2020-03-31 | -0/+6 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | request. | ||||
| | | * | | | | (Off-topic Channel Names Viewset): Added documentation about new `mark_used` ↵ | 2020-03-30 | -0/+29 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | query parameter, added implementation of this param. | ||||
| | | * | | | | (Off-topic Channel Names): Added new field to model: `used` that show is ↵ | 2020-03-30 | -0/+23 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | this name already used on this round of names, added migration for this. | ||||
| | * | | | | | Replace bad import on migration | 2020-08-27 | -1/+1 | ||
| | | | | | | | |||||
| | * | | | | | Fix embed validator location in migration | 2020-08-27 | -1/+1 | ||
| | | | | | | | |||||
| | * | | | | | Fix import paths of mixins in message model | 2020-08-27 | -1/+2 | ||
| | | | | | | | |||||
| | * | | | | | Still move mixins back to its own file | 2020-08-27 | -31/+32 | ||
| | | | | | | | |||||
| | * | | | | | Fix FilterList model mixins import path | 2020-08-27 | -1/+1 | ||
| | | | | | | | |||||
| | * | | | | | Move last parts from mixins to utils and delete mixins | 2020-08-27 | -31/+30 | ||
| | | | | | | | |||||
| | * | | | | | Remove unused import from models utils | 2020-08-27 | -1/+0 | ||
| | | | | | | | |||||
| | * | | | | | Move some parts from Mixins file to utils | 2020-08-27 | -172/+174 | ||
| | | | | | | | |||||
| | * | | | | | Move import to beginning of models mixins file | 2020-08-27 | -2/+1 | ||
| | | | | | | | |||||
| | * | | | | | (Tag Cleanup): Removed Tag viewset from viewsets __init__.py | 2020-08-27 | -1/+0 | ||
| | | | | | | | |||||
| | * | | | | | (Tag Cleanup): Added Tag removal migration | 2020-08-27 | -0/+16 | ||
| | | | | | | | |||||
| | * | | | | | (Tag Cleanup): Removed Tag model file. | 2020-08-27 | -173/+0 | ||
| | | | | | | | |||||
| | * | | | | | (Tag Cleanup): Removed unnecessary tag validation migration. | 2020-08-27 | -7/+0 | ||
| | | | | | | | |||||
| | * | | | | | (Tag Cleanup): Removed Tag model | 2020-08-27 | -26/+1 | ||
| | | | | | | | |||||
| | * | | | | | (Tag Cleanup): Removed tag import in models __init__.py | 2020-08-27 | -1/+0 | ||
| | | | | | | | |||||
| | * | | | | | (Tag Cleanup): Replaced import from Tags model with utils.py validator ↵ | 2020-08-27 | -28/+28 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | import in validators test. | ||||
| | * | | | | | (Tag Cleanup): Replaced import from Tags model with utils.py validator import. | 2020-08-27 | -3/+2 | ||
| | | | | | | | |||||
| | * | | | | | (Tag Cleanup): Removed `tag` from embed validator names due Tags will be ↵ | 2020-08-27 | -9/+9 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | removed. | ||||
| | * | | | | | (Tag Cleanup): Moved embed validators from Tag model to utils.py | 2020-08-27 | -0/+173 | ||
| | | | | | | | |||||
| | * | | | | | (Tag Cleanup): Removed Tags Model import from models __init__.py | 2020-08-27 | -1/+0 | ||
| | | | | | | | |||||
| | * | | | | | (Tag Cleanup): Removed Tags Model test. | 2020-08-27 | -5/+0 | ||
| | | | | | | | |||||
| | * | | | | | (Tag Cleanup): Removed Tags URL | 2020-08-27 | -5/+0 | ||
| | | | | | | | |||||
| | * | | | | | (Tag Cleanup): Removed Tags serializer. | 2020-08-27 | -11/+0 | ||
| | | | | | | | |||||
| | * | | | | | (Tag Cleanup): Removed Tags from Administration | 2020-08-27 | -2/+0 | ||
| | | | | | | | |||||
| | * | | | | | (Tag Cleanup): Removed Tags viewset. | 2020-08-27 | -106/+0 | ||
| | | |_|/ / | |/| | | | |||||
| * | | | | | Move the SHA into constants.py. | 2020-08-22 | -23/+4 | ||
| | | | | | | | | | | | | | | | | | | | | | The util was redundant. Thanks @MarkKoz | ||||
| * | | | | | Remove the SHA from the wiki base.html | 2020-08-22 | -1/+0 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | This extends the regular base.html, so this would cause wiki pages to have two SHA's. | ||||
| * | | | | | Move git SHA fetcher into its own file. | 2020-08-22 | -12/+26 | ||
| | | | | | | | | | | | | | | | | | | | | | Fix tests. | ||||
| * | | | | | Move git SHA fetcher into utils. | 2020-08-22 | -9/+14 | ||
| | | | | | | |||||
| * | | | | | Merge branch 'master' into add_deployment_info | 2020-08-22 | -1/+59 | ||
| |\| | | | | |||||
| | * | | | | Merge pull request #374 from Numerlor/reminder-direct-retrieve | 2020-08-20 | -1/+59 | ||
| | |\ \ \ \ | | | | | | | | | | | | | Allow direct fetching of reminders by id | ||||
| | | * | | | | Update docstring for new fetching behaviour | 2020-08-20 | -0/+24 | ||
| | | | | | | | |||||
| | | * | | | | Allow direct fetching of reminders by id | 2020-08-20 | -1/+35 | ||
| | | | | | | | |||||
| * | | | | | | Set the sentry_sdk.init release to git_sha. | 2020-08-22 | -1/+3 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | This is the first step in implementing releases for Sentry. | ||||
| * | | | | | | Move git SHA initialization to __init__.py. | 2020-08-22 | -4/+7 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | This will make it easier to use in multiple places. | ||||
| * | | | | | | Add a comment with the git SHA to base templates. | 2020-08-22 | -0/+2 | ||
| | | | | | | | |||||
| * | | | | | | Add a context processor that outputs the git SHA. | 2020-08-22 | -1/+11 | ||
| |/ / / / / | | | | | | | | | | | | | | | | This will make the SHA available in all templates. | ||||
| * | | | | | Update Code Jam 7 to most recent in navbar | 2020-08-13 | -1/+1 | ||
| | | | | | | |||||
| * | | | | | Update rule 6 for the removal of #show-your-projects | 2020-08-08 | -1/+2 | ||
| |/ / / / | |||||
| * | | | | Fix bad migration 0059 | 2020-08-03 | -0/+85 | ||
| | | | | | | | | | | | | | | | | | | | | | This had the wrong data for GUILD_INVITES - it had invites instead of Guild IDs. This new migration solves this problem. | ||||
| * | | | | Delete FilterList objects for tests. | 2020-07-30 | -0/+10 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that we have a migration that adds data, we can no longer have tests that operate on the assumption that the database is going to be empty. So, we're now clearing that table before these tests run. | ||||
| * | | | | Add a migration for all the existing data. | 2020-07-30 | -0/+153 | ||
| | | | | | | | | | | | | | | | | | | | | | This will populate the table with domain names, guild invites, filter tokens and file formats. | ||||