aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | | | OT: Fix migrations nr conflictGravatar ks1292020-05-28-1/+1
| | | | |
| * | | | Merge branch 'master' into off-topic-non-randomGravatar ks1292020-05-28-2/+28
| |\ \ \ \
| * | | | | OT: Replace help text of `used` fieldGravatar ks1292020-05-28-2/+2
| | | | | | | | | | | | | | | | | | Co-authored-by: Leon Sandøy <[email protected]>
| * | | | | (Off-topic Channel Names Viewset Tests): Added test for handling running out ↵Gravatar ks1232020-03-31-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | of names.
| * | | | | (Off-topic Channel Names Viewset Tests): Added test for default handling ↵Gravatar ks1232020-03-31-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | `mark_used` parameter.
| * | | | | (Off-topic Channel Names Viewset Tests): Added used parameter to list tests.Gravatar ks1232020-03-31-2/+2
| | | | | |
| * | | | | (Off-topic Channel Names Viewset Tests): Added test for not authenticated ↵Gravatar ks1232020-03-31-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | request.
| * | | | | (Off-topic Channel Names Viewset): Added documentation about new `mark_used` ↵Gravatar ks1232020-03-30-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | query parameter, added implementation of this param.
| * | | | | (Off-topic Channel Names): Added new field to model: `used` that show is ↵Gravatar ks1232020-03-30-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | this name already used on this round of names, added migration for this.
| | | * | | Replace bad import on migrationGravatar ks1292020-08-27-1/+1
| | | | | |
| | | * | | Fix embed validator location in migrationGravatar ks1292020-08-27-1/+1
| | | | | |
| | | * | | Fix import paths of mixins in message modelGravatar Karlis S2020-08-27-1/+2
| | | | | |
| | | * | | Still move mixins back to its own fileGravatar Karlis S2020-08-27-31/+32
| | | | | |
| | | * | | Fix FilterList model mixins import pathGravatar Karlis S2020-08-27-1/+1
| | | | | |
| | | * | | Move last parts from mixins to utils and delete mixinsGravatar Karlis S2020-08-27-31/+30
| | | | | |
| | | * | | Remove unused import from models utilsGravatar Karlis S2020-08-27-1/+0
| | | | | |
| | | * | | Move some parts from Mixins file to utilsGravatar Karlis S2020-08-27-172/+174
| | | | | |
| | | * | | Move import to beginning of models mixins fileGravatar ks1292020-08-27-2/+1
| | | | | |
| | | * | | (Tag Cleanup): Removed Tag viewset from viewsets __init__.pyGravatar ks1232020-08-27-1/+0
| | | | | |
| | | * | | (Tag Cleanup): Added Tag removal migrationGravatar ks1232020-08-27-0/+16
| | | | | |
| | | * | | (Tag Cleanup): Removed Tag model file.Gravatar ks1232020-08-27-173/+0
| | | | | |
| | | * | | (Tag Cleanup): Removed unnecessary tag validation migration.Gravatar ks1232020-08-27-7/+0
| | | | | |
| | | * | | (Tag Cleanup): Removed Tag modelGravatar ks1232020-08-27-26/+1
| | | | | |
| | | * | | (Tag Cleanup): Removed tag import in models __init__.pyGravatar ks1232020-08-27-1/+0
| | | | | |
| | | * | | (Tag Cleanup): Replaced import from Tags model with utils.py validator ↵Gravatar ks1232020-08-27-28/+28
| | | | | | | | | | | | | | | | | | | | | | | | import in validators test.
| | | * | | (Tag Cleanup): Replaced import from Tags model with utils.py validator import.Gravatar ks1232020-08-27-3/+2
| | | | | |
| | | * | | (Tag Cleanup): Removed `tag` from embed validator names due Tags will be ↵Gravatar ks1232020-08-27-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | removed.
| | | * | | (Tag Cleanup): Moved embed validators from Tag model to utils.pyGravatar ks1232020-08-27-0/+173
| | | | | |
| | | * | | (Tag Cleanup): Removed Tags Model import from models __init__.pyGravatar ks1232020-08-27-1/+0
| | | | | |
| | | * | | (Tag Cleanup): Removed Tags Model test.Gravatar ks1232020-08-27-5/+0
| | | | | |
| | | * | | (Tag Cleanup): Removed Tags URLGravatar ks1232020-08-27-5/+0
| | | | | |
| | | * | | (Tag Cleanup): Removed Tags serializer.Gravatar ks1232020-08-27-11/+0
| | | | | |
| | | * | | (Tag Cleanup): Removed Tags from AdministrationGravatar ks1232020-08-27-2/+0
| | | | | |
| | | * | | (Tag Cleanup): Removed Tags viewset.Gravatar ks1232020-08-27-106/+0
| |_|/ / / |/| | | |
| | | * | Move the SHA into constants.py.Gravatar Leon Sandøy2020-08-22-23/+4
| | | | | | | | | | | | | | | | | | | | The util was redundant. Thanks @MarkKoz
| | | * | Remove the SHA from the wiki base.htmlGravatar Leon Sandøy2020-08-22-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | This extends the regular base.html, so this would cause wiki pages to have two SHA's.
| | | * | omit resources.py from coverage reports.Gravatar Leon Sandøy2020-08-22-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | I'm not writing the tests for that, it has nothing to do with this branch.
| | | * | Move git SHA fetcher into its own file.Gravatar Leon Sandøy2020-08-22-12/+26
| | | | | | | | | | | | | | | | | | | | Fix tests.
| | | * | Move git SHA fetcher into utils.Gravatar Leon Sandøy2020-08-22-9/+14
| | | | |
| | | * | We need .git in the docker container for the SHA.Gravatar Leon Sandøy2020-08-22-1/+0
| | | | |
| | | * | 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
|\ \ \ \ \ | | | | | | | | | | | | Allow direct fetching of reminders by id
| * | | | | Update docstring for new fetching behaviourGravatar Numerlor2020-08-20-0/+24
| | | | | |
| * | | | | Allow direct fetching of reminders by idGravatar Numerlor2020-08-20-1/+35
| | | | | |
| | | | * | Oops, remove double git install from Dockerfile.Gravatar Leon Sandøy2020-08-22-3/+0
| | | | | |
| | | | * | Create a GitHub Action to make a Sentry release.Gravatar Leon Sandøy2020-08-22-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should be all we need to enable the releases feature in Sentry for this project.
| | | | * | Set the sentry_sdk.init release to git_sha.Gravatar Leon Sandøy2020-08-22-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | This is the first step in implementing releases for Sentry.
| | | | * | Move git SHA initialization to __init__.py.Gravatar Leon Sandøy2020-08-22-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | This will make it easier to use in multiple places.
| | | | * | Optimize the git install in Dockerfile.Gravatar Leon Sandøy2020-08-22-3/+7
| | | | | |
| | | | * | Add a comment with the git SHA to base templates.Gravatar Leon Sandøy2020-08-22-0/+2
| | | | | |