- May 03, 2019
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
Certain filters are being moved out of the djangorestframework package and into djangorestframework-guardian.
-
Tanner Prestegard authored
The previous method is removed in Django 2.0 and is causing all kinds of warnings in testing with pytest.
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
- May 02, 2019
-
-
Tanner Prestegard authored
-
- May 01, 2019
-
-
Duncan Macleod authored
-
Duncan Macleod authored
-
Duncan Macleod authored
with --ignore calls Co-authored-by:
Tanner Prestegard <tanner.prestegard@ligo.org>
-
Duncan Macleod authored
-
Duncan Macleod authored
mainly to mock out getting the internal phone number list
-
- Apr 30, 2019
-
-
Duncan Macleod authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Duncan Macleod authored
-
Tanner Prestegard authored
-
- Apr 26, 2019
-
-
- Apr 23, 2019
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
- Apr 22, 2019
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
- Apr 12, 2019
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
Email alerts seem to be more problematic due to AWS SES rate limiting and phone alerts are more important, so we should send phone alerts first.
-
Tanner Prestegard authored
-
Tanner Prestegard authored
- Apr 11, 2019
-
-
Tanner Prestegard authored
- Apr 10, 2019
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
Addition to 058fd28d.
-
- Apr 09, 2019
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
Discovered that AJAX requests to the API from the web view were using certificates in people's browsers even if they were logged out of the Django session. So when they wanted to view the page as a public user they still saw some extra information. No security risk since they needed to have a valid certificate anyway, but a bit annoying.
-
Tanner Prestegard authored
We've had some bad cases where a log entry is created, but the file is not saved due to filesystem errors. So we put the file creation in a try-except block and if it fails, delete the log message that was just created before re-raising the exception.
-
Tanner Prestegard authored
Previous arrangement was not including zero-valued fields. We now include all non-None fields.
-