- Sep 20, 2019
-
-
Tanner Prestegard authored
Remove usage of .keys(), .has_key(), and .iteritems(), and account for the fact that .values() produces an iterator in Python 3.
-
Tanner Prestegard authored
-
Tanner Prestegard authored
Previously, core.vfile.VersionedFile inherited from file, which is problematic for several reasons, but primarily because file doesn't exist in Python 3. So we rework it to just be a normal class with a file attribute, and add/change certain methods accordingly.
-
Duncan Macleod authored
-
Tanner Prestegard authored
Import version of urlencode which is packaged with Django in order to facilitate Python 2-3 compatibility.
-
Duncan Macleod authored
-
Duncan Macleod authored
we need to dance between str (unicode) and bytes to talk to hashlib and StringIO at the same time
-
Duncan Macleod authored
only required on python2, but this code will break on python3 anyway
-
Duncan Macleod authored
-
Duncan Macleod authored
-
Duncan Macleod authored
-
Duncan Macleod authored
-
Duncan Macleod authored
-
Duncan Macleod authored
-
Duncan Macleod authored
-
Tanner Prestegard authored
-
- Sep 19, 2019
-
-
Tanner Prestegard authored
-
- Sep 17, 2019
-
-
Tanner Prestegard authored
-
- Sep 05, 2019
-
-
Tanner Prestegard authored
Better handling of case where a certificate already exists, but is assigned to a different user.
-
- Aug 28, 2019
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
- Aug 21, 2019
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
Display the "RETRACTED" part first.
-
Tanner Prestegard authored
-
Tanner Prestegard authored
We now try to get the skymap filename from the latest non-retraction VOEven and find a related PNG file. If that fails, try to find bayestar.png. And if that fails, don't show a skymap.
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
Users in this group have permission to "T90", or update certain parameters of GrbEvents in GraceDB
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
Add a new API endpoint for updating certain GRB event parameters: ra, dec, error_radius, t90, redshift, designation. Only users with specific permissions can use it.
-
Tanner Prestegard authored
Found a few more edge cases when applying this in production, so I'm patching this migration retroactively.
-
Tanner Prestegard authored
-
Tanner Prestegard authored
Trying to remove a label that was not associated with an event gave a 400 HTTP response. Fixed to be 404. It was already correct for superevents.
-
Tanner Prestegard authored
Things like 's190418BC' will work now (should be 'S190418bc')
-