- Oct 03, 2018
-
-
Tanner Prestegard authored
-
- Sep 21, 2018
-
-
Tanner Prestegard authored
Added a 'get_subclass' method to the Event model which is used to get the CoincInspiralEvent, GrbEvent, etc. corresponding to that Event.
-
Tanner Prestegard authored
Changing signoff form and expose/hide button on the superevent web display to make an AJAX request to the relevant API endpoints. This way, we don't have to maintain separate permissions and views for web resources.
-
Tanner Prestegard authored
The "full_filename" property for Log objects is now called the "versioned_filename" to improve clarity.
-
Tanner Prestegard authored
Adding utils to Superevent and Event models for comparing categories and deciding if an Event is the correct category to be part of a superevent.
-
Tanner Prestegard authored
Models which inherit from AutoIncrementModel can now specify more than one constraint. Needed for superevent categories.
-
Tanner Prestegard authored
-
Tanner Prestegard authored
Added some utilities for handling signoffs for superevents, including alerts, labels, logs, etc.
-
Tanner Prestegard authored
Allow EMObservation fields ra, dec, raWidth, and decWidth to be blank in forms, resulting in a null database entry.
-
Tanner Prestegard authored
If a tag's name has some "uncommon" characters in it, like parentheses (or probably others), it will cause errors for the javascript which renders the event pages, since it tries to use the tag name in the element id for the delete button. We now require that tags only use 0-9a-zA-Z_\- in their names. May have to go through and delete some tags which use them.
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
generalizing and abstracting several models in the events app, as well as fixing many field parameters
-
Tanner Prestegard authored
Need to make sure values are actually numeric types before just passing them to isnan(), since it can't handle them, apparently.
-
- Sep 11, 2018
-
-
Tanner Prestegard authored
gstlal wants to set eff_distance to nan when they don't have a meaningful value for it. Unfortunately, we can't save that in the database because MySQL numeric types can't deal with nans. So we check for nans in this field and set it to NULL if it is nan, before saving it in the database.
-
- 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).
-
- Apr 12, 2018
-
-
Tanner Prestegard authored
-
- Mar 04, 2018
-
-
Tanner Prestegard authored
adding optional override to Event delete() method which removes data directory and all associated GroupObjectPermission objects
-
- Feb 21, 2018
-
-
Tanner Prestegard authored
-
- Jan 23, 2018
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
- Oct 03, 2017
-
-
Tanner Prestegard authored
-
- Sep 19, 2017
-
-
- May 25, 2017
-
-
Tanner Prestegard authored
adding offline boolean parameter to Event model class and associated code for handling it during event submissions
-
- Apr 20, 2017
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
- Mar 01, 2017
-
-
- Nov 11, 2016
-
-
- Jan 30, 2016
-
-
Branson Craig Stephens authored
Localize EMFootprint start times to UTC. Changed event creation time query to assume UTC.
-
- Jan 06, 2016
-
-
Branson Craig Stephens authored
and added these to the event presentation. Also added frequency and fluence to the VOEvent for LIB events.
-
- Sep 18, 2015
-
-
Branson Craig Stephens authored
-
- Sep 15, 2015
-
-
Branson Craig Stephens authored
-
- Sep 11, 2015
-
-
Branson Craig Stephens authored
-
- Aug 24, 2015
-
-
Branson Craig Stephens authored
- auth middleware to add/remove user to/from control room group based on IP. - new model for operator signoffs (event, instrument unique_together) - form to create, edit, and delete the operator signoff object - eventlog messages for changes to signoff objects. - OperatorSignoff serializer and LVAlert message - alert operator of outstanding events on landing page. - new labels and migration - Added logic to create/remove H1OK, H1NO, etc. labels. - Exposing the OperatorSignoff List resource through REST interface (GET only).
-