- Aug 21, 2014
-
-
Brian Moe authored
-
Branson Craig Stephens authored
-
- Aug 19, 2014
-
-
Branson Craig Stephens authored
Removed SimpleSearchFormWithSubclasses. The only thing that needed this was the gstlalcbc report page, and there is a simple workaround instead: just get a list of Event objects, and upcast them to CoincInspiralEvents. One wrinkle is that the matplotlib call 'fill_between' (which had given us that nice grey region on either side of the expected IFAR line) seems to hang now. I emailed Chad and commented this out.
-
- Aug 06, 2014
-
-
Branson Craig Stephens authored
-
Branson Craig Stephens authored
Fixed bug due to Django 1.6 update. The get_or_create call in refresh_users_from_ldap.py needed some default arguments. Otherwise, it tries to create a user with an empty username, and that will collide with another user with an empty filename and cause an unhandled exception.
-
- Aug 05, 2014
-
-
Brian Moe authored
-
- Jul 30, 2014
-
-
Branson Craig Stephens authored
Removed settings/update.py and modified branson.py to reflect updates. No changes required for settings/default.py
-
Branson Craig Stephens authored
-
Branson Craig Stephens authored
-
Branson Craig Stephens authored
-
- Jul 28, 2014
-
-
Branson Craig Stephens authored
-
Branson Craig Stephens authored
-
Branson Craig Stephens authored
-
Branson Craig Stephens authored
-
Brian Moe authored
-
Brian Moe authored
-
- Jul 22, 2014
-
-
Branson Craig Stephens authored
Fixed URL sent out in event creation LVAlert to a valid URL, namely the URL of the event file in the web interface.
-
Branson Craig Stephens authored
-
Branson Craig Stephens authored
-
- Jul 18, 2014
-
-
Branson Craig Stephens authored
-
- 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.
-