| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | | * | | | | | Revert "Fix mess with migrations" | 2020-08-30 | -10/+38 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 32342aca3309b4fd482841cb84e4f166152d5c33. | ||||
| | | * | | | | | Revert "Revert pull request #348" | 2020-08-30 | -41/+82 | ||
| | |/ / / / / | | | | | | | | | | | | | | | | | | | This reverts commit dae68c46831ef14e6a0715add1025f9af1b5a73d. | ||||
| | | * | | | | 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. | ||||
| | | | * | | | omit resources.py from coverage reports. | 2020-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. | 2020-08-22 | -12/+26 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | Fix tests. | ||||
| | | | * | | | Move git SHA fetcher into utils. | 2020-08-22 | -9/+14 | ||
| | | | | | | | |||||
| | | | * | | | We need .git in the docker container for the SHA. | 2020-08-22 | -1/+0 | ||
| | | | | | | | |||||
| | | | * | | | Merge branch 'master' into add_deployment_info | 2020-08-22 | -1/+59 | ||
| | | | |\ \ \ | | | |/ / / | | |/| | | | |||||
| | | | * | | | Oops, remove double git install from Dockerfile. | 2020-08-22 | -3/+0 | ||
| | | | | | | | |||||
| | | | * | | | Create a GitHub Action to make a Sentry release. | 2020-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. | 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. | ||||
| | | | * | | | Optimize the git install in Dockerfile. | 2020-08-22 | -3/+7 | ||
| | | | | | | | |||||
| | | | * | | | 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. | ||||
| | | | * | | | Install git in the docker environment. | 2020-08-22 | -0/+5 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | This is required for gitpython to work. | ||||
| | | | * | | | Add gitpython ~=3.1.7 as a dependency. | 2020-08-22 | -90/+117 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | We'll need this to fetch the hash. | ||||
| | | | | | * | remove redundant if clause in update() method in UserListSeriazlier. | 2020-08-28 | -3/+2 | ||
| | | | | | | | |||||
| | | | | | * | re-lcok pipfile | 2020-08-28 | -22/+81 | ||
| | | | | | | | |||||
| | | | | | * | Uninstall djangorestframework-bulk dependency | 2020-08-28 | -183/+121 | ||
| | | | | | | | |||||
| | | | | | * | Add tests for bulk patch for User Model and additional test for bulk ↵ | 2020-08-28 | -0/+116 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | creation of User Models. | ||||
| | | | | | * | Add code to replace restframework_bulk package for bulk create and simplify ↵ | 2020-08-28 | -58/+35 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UserListSerializer `to_internal_value()` function is not longer overriden in UserListSerializer, this is due to explicitly stating the `id` field in UserSerializer as mentioned in the documentation. Override `create()` method in UserListSerializer and override `get_serializer()` method in `UserViewSet` to support bulk creation. | ||||
| | | | | | * | Except AttributeError when self.instance is None and while fetching User ↵ | 2020-08-26 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | object from database. | ||||
| | | | | | * | Add reference links in UserListSerializer methods | 2020-08-26 | -2/+7 | ||
| | | | | | | | |||||