- Jul 17, 2014
-
-
Branson Craig Stephens authored
-
- Mar 17, 2014
-
-
Branson Stephens authored
-
- Mar 04, 2014
-
-
Branson Stephens authored
-
Branson Stephens authored
Added Bayestar MIC robot DN and user. This is a temporary robot for ER5. Should probably be removed when Leo doesn't need it anymore.
-
Branson Stephens authored
-
- Mar 03, 2014
-
-
Branson Stephens authored
Changed performance log to a simple rather than rotating file. The file needs to be cleaned up rather than rotated, or the 3-day lookback property breaks.
-
- Feb 17, 2014
-
-
Branson Stephens authored
Changed admin and admin email to Branson (e.g., myself), so that I can get emails when the live box throws a 500.
-
- Feb 15, 2014
-
-
Branson Stephens authored
-
- Feb 14, 2014
-
-
Branson Stephens authored
-
Branson Stephens authored
-
Branson Stephens authored
Added a log file and view for the ER5 performance metric. The PerformanceMiddleware response handler checks whether the user tried to create an event or annotation, and records the status code of the response. The view 'performance' displays stats for performance over the last three days. NB: This solution is fragile for several different reasons. But the most egregious is that permissions on the log file cause conflicts with django management commands. This will need to be addressed in the future.
-
- Feb 10, 2014
-
-
Branson Stephens authored
-
- Feb 05, 2014
-
-
Branson Stephens authored
-
Branson Stephens authored
-
Branson Stephens authored
Added MPLCONFIGDIR location to django.wsgi. Otherwise, the gstlalcbc_reports page will break. This has something to do with matplotlib.
-
Branson Stephens authored
-
Branson Stephens authored
-
- Feb 04, 2014
-
-
Branson Stephens authored
-
Branson Stephens authored
-
Branson Stephens authored
Added some features to gstlalcbc_report (semi-adaptive mass bins, default query, end_time template filter). Also refactored gstlalcbc_report into reports.py. Some other cleaning up.
-
Branson Stephens authored
-
Branson Stephens authored
-
Branson Stephens authored
Modified translator for CWB events to consume links to the CED and FITS skymap, if available, and write log messages with the links. Resolves Issue #1179.
-
Branson Stephens authored
-
- Jan 31, 2014
-
-
Branson Stephens authored
-
Branson Stephens authored
-
- Jan 29, 2014
-
-
Branson Stephens authored
-
Branson Stephens authored
-
Branson Stephens authored
-
- Jan 26, 2014
-
-
Branson Stephens authored
Added migrations for gdb_pe robot cert and 'background' tag. Also added 'background' to the list of blessed tags in the settings module.
-
- Jan 25, 2014
-
-
Brian Moe authored
-
- Jan 24, 2014
-
-
Branson Stephens authored
-
Branson Stephens authored
-
Branson Stephens authored
Put my virtual environment earlier in the search order of PYTHON_PATH. For some reason, this became necessary after apt-get dist-upgrade.
-
Branson Stephens authored
Fixed handle_uploaded_data to check whether the likelihood column is inf. Replaces 'inf' with the largest value that can be accepted by the mysql database. Fixes issue 1171. But we might find ourselves needing to check other columns in the future.
-
- Jan 23, 2014
-
-
Branson Stephens authored
The IVORN must have a hash sign between the fixed part (the 'ivo' bit) and the event-specific part (the 'resource number', or in our case, the graceid).
-
- Jan 22, 2014
-
-
Branson Stephens authored
commit. Here, self.version is set on the VersionedFile object.
-
Branson Stephens authored
Fix for Issue #975, 'Versioned files displaying only newest versions in event detail page'. To fix this, we add a file_version field to the event log. This is accessed from the VersionedFile object at the time of file-saving. That way, the correct version can always be associated with any given log message.
-
- Jan 19, 2014
-
-
GraceDB Live authored
-
GraceDB Live authored
I (Branson) found this local change to refresh_users_from_ldap on archie. It looks harmless, so I'm keeping it.
-