- Sep 21, 2018
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
handle changes to writeLog client function and clean up display name handling for tagging of event logs
-
Tanner Prestegard authored
changing format for event EMObservations and EMFootprint creation timestamps when these objects are converted to dicts
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
Adding custom pagination to superevents API to match events. It's bad, but will have to serve until we can redo the whole thing
-
Tanner Prestegard authored
updating event tag and event log tag resources to include more information than just a link to the detail page
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
adding superevent API urls - currently nesting them within the events API; should eventually be moved to a separate API app
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
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 19, 2018
-
-
Tanner Prestegard authored
Adding some requirements to migrations to enforce proper ordering.
-
- Sep 18, 2018
-
-
Tanner Prestegard authored
Renaming LIB -> oLIB and gstlal-spiir -> spiir, at the request of the pipelines.
-
- 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.
-
- Aug 24, 2018
-
-
Tanner Prestegard authored
A loophole allowed LVC users who are also LV-EM members to access the page for creating/managing passwords for basic auth access to the API. This commit fixes that by also checking for the absence of LVC membership before allowing access to the page.
-