- Dec 17, 2019
-
-
Alexander Pace authored
For S191216ap, the p_terrestrial value was so small: pastro_values=[('BNS', 0.0), ('NSBH', 0.0), ('BBH', 0.0), ('Terrestrial', 8.427577149405988e-16), ('MassGap', 0.9999999999999991)] python was converting it to a NoneType, which would then fail when you tried to sort or compare values. So, for this view, convert NoneType probabilities to 0.0.
-
Alexander Pace authored
-
- Dec 12, 2019
-
-
Alexander Pace authored
specifying dataType="float" would cause encoding errors when passed into voeventlib. this change uses autoconvert for all float-type data parameters.
-
- Dec 10, 2019
-
-
Alexander Pace authored
The xmldoc write was never being closed on event upload and so the original copy of the coinc.xml file was never created. Fixed now.
-
- Dec 02, 2019
-
-
Alexander Pace authored
-
- Nov 25, 2019
-
-
Alexander Pace authored
In testing, it was found that updating external events would result in a 500 server error when GraceDB was assembling the update LVALert. The new VOEventParse library was recording three VOEVent fields as <StringElements> instead of strings, which was failing when the event was being dumped to json.
-
- Nov 24, 2019
-
-
Alexander Pace authored
Don't override LVALERT_OVERSEER_INSTANCE settings from envrionment variables.
-
Alexander Pace authored
1) Fixed a 500 Internal Server error when removing labels from events that do not exist. Basically the ValueError.message method was depreciated in python3; replaced it with a str(error). 2) Bumped version to 2.8.0
-
- Nov 22, 2019
-
-
Alexander Pace authored
Fixed LVAlert server for "test" container, and fixed 500 server error when sorting p_astro list for the public event page. I think this https://stackoverflow.com/questions/27776026/lambda-arguments-unpack-error fixes it.
-
- Nov 20, 2019
-
-
Alexander Pace authored
-
Alexander Pace authored
Reflects new usage of EM_READY and EM_Selected labels in superevent 2.0.
-
- Nov 19, 2019
-
-
Alexander Pace authored
The server will now return a 400 "bad request" error for RAVEN createVOEvent calls if: 1. em_type for the associated superevent is None 2. em_type for the associated superevent is not a valid graceid 3. the event associated with em_type cannot be found 4. the combined_skymap_filename is set, but the file could not be found.
-
Alexander Pace authored
Merge branch 'python3' of https://git.ligo.org/lscsoft/gracedb into HEAD
-
Alexander Pace authored
For some reason, django makemigration wasn't recognizing that the voevent ivorn table actually existed, so it was trying to recreate that table and the pytests were running into an issue.
-
Alexander Pace authored
-
Brandon Piotrzkowski authored
-
Alexander Pace authored
-
Alexander Pace authored
-
Brandon Piotrzkowski authored
-
Brandon Piotrzkowski authored
-
Brandon Piotrzkowski authored
-
- Nov 18, 2019
-
-
Brandon Piotrzkowski authored
-
Brandon Piotrzkowski authored
-
Brandon Piotrzkowski authored
-
Brandon Piotrzkowski authored
-
- Nov 15, 2019
-
-
Alexander Pace authored
Yeah, save it.
-
Alexander Pace authored
API requests on AWS were returning a 500 Server Error, traced it down to a bytes vs string conversion when retrieving the certificate subject
-
- Nov 14, 2019
-
-
Alexander Pace authored
-
Alexander Pace authored
New certificates for nagios, gstlalcbc, and detchar
-
- Nov 13, 2019
-
-
Alexander Pace authored
Merging in configuration changes from the AWS deployments in order to test python3 in AWS.
-
- Nov 12, 2019
-
-
Alexander Pace authored
Neglecting to create and apply the voevents migration to the 'events' model would cause gracedb's tests to fail.
-
Alexander Pace authored
Squashing errors in the gitlab pipeline.
-
Alexander Pace authored
Adding a javascript 'confirm' dialog box that comes up before exposing/hiding superevents from the public.
-
Alexander Pace authored
I think when I inadvertently removed the 0005-* automatic migration that broke the tests and subsequent migrations. I'm putting everything back into place in a form athat should restore the tests.
-
- Nov 08, 2019
-
-
Alexander Pace authored
-
Alexander Pace authored
-
- Nov 04, 2019
-
-
Alexander Pace authored
-
- Nov 01, 2019
-
-
Alexander Pace authored
-
- Oct 27, 2019
-
-
Alexander Pace authored
-
- Oct 24, 2019
-
-
Alexander Pace authored
-