- 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.
-
Tanner Prestegard authored
-
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 16, 2019
-
-
Duncan Meacher authored
-
- Sep 13, 2019
-
-
Tanner Prestegard authored
-
- Sep 10, 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