- Jul 24, 2018
-
- Jul 23, 2018
-
-
Tanner Prestegard authored
Updated from Django 1.11.5 to Django 1.11.14. Updated 3rd party packages so that all of them have version requirements in requirements.txt. Also updated most of these packages to use the newest versions. A specific update to the twilio package required some changes for how we determine the 'from' phone number. Also alphabetized the packages in this file. Finally, added the very useful django-silk debugger/profiler.
-
- Jul 13, 2018
-
-
GraceDB authored
Updated event static file serving to use X-Sendfile with Apache. This is faster, more efficient, and seems to resolve the issue with FITS file downloads from the web browser: https://bugs.ligo.org/redmine/issues/6194
-
- Jun 28, 2018
-
-
Tanner Prestegard authored
Added requirement that event.search is not None before checking that event.search.name is MDC. Fixes a bug which occurred when a user tried to get an event by specifying 'M1234' when the event was not an MDC event (and didn't have a search associated with it).
-
Tanner Prestegard authored
Missed one case where 'tag' should have been 'tags' in 58efeab3. Also updated same thing in documentation.
-
- Jun 25, 2018
-
-
Tanner Prestegard authored
Fixing issue where some float fields were left as strings in LVAlert JSONs and response JSONs. Occurred because they were extracted as strings from files and saving the event did not fix the attribute types without refreshing from the database. See https://git.ligo.org/lscsoft/gracedb/issues/10.
-
Tanner Prestegard authored
simplejson package is used to properly serialize Decimal objects (like gpstime) when converting from a dictionary to a json.
-
Tanner Prestegard authored
Event time nanoseconds did not include leading zeros when printed in event.log (since 2010!!). See https://git.ligo.org/lscsoft/gracedb/issues/9.
- Apr 12, 2018
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
- Apr 02, 2018
-
-
Tanner Prestegard authored
-
- Mar 07, 2018
-
- Mar 04, 2018
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
adding optional override to Event delete() method which removes data directory and all associated GroupObjectPermission objects
-
- Feb 27, 2018
-
-
Tanner Prestegard authored
-
- Feb 21, 2018
-
-
Tanner Prestegard authored
-
- Feb 20, 2018
-
-
Tanner Prestegard authored
-
- Feb 19, 2018
-
-
Tanner Prestegard authored
-
- Feb 01, 2018
-
-
Tanner Prestegard authored
-
- Jan 29, 2018
-
-
Tanner Prestegard authored
-
- Jan 27, 2018
-
-
Tanner Prestegard authored
-
- Jan 26, 2018
-
-
Tanner Prestegard authored
-
- Jan 23, 2018
-
-
Tanner Prestegard authored
-