- Feb 06, 2020
-
-
Alexander Pace authored
This allows for persistent database connections for workers.
-
- Dec 31, 2019
-
- 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
-
- Oct 23, 2019
-
-
Alexander Pace authored
-
- Oct 22, 2019
-
-
Alexander Pace authored
Update base.py: updating the version number to "2.7.1-1". There's no functional differences, just a few settings for the new AWS deployment. I'm also adding the "*-1" qualifier so that I and users can tell that the new AWS deployment is in place and working.
-
- Oct 21, 2019
-
-
Alexander Pace authored
-
- Oct 17, 2019
-
-
Alexander Pace authored
-
- Sep 20, 2019
-
-
Tanner Prestegard authored
* Switch from VOEventLib to voevent-parse due to significant string-bytes issues in VOEventLib * Remove bad exception handling in events API for creating a VOEvent * Add parameter checking to events API for creating a VOEvent * Combine VOEvent building code for events and superevents into a single instance which handles both cases
-
- Sep 19, 2019
-
- Sep 16, 2019
-
-
Duncan Meacher authored
-
- Sep 10, 2019
-
-
Tanner Prestegard authored
-
- Aug 21, 2019
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
- Aug 02, 2019
-
-
Alexander Pace authored
- Jul 22, 2019
-
- Jul 10, 2019
-
-
Tanner Prestegard authored
This is not needed anymore with the changes to the group infrastructure which add an optional 'ldap_name' to groups whose membership should be managed by LDAP queries and shib sessions.
- Jun 26, 2019
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
ligoauth.models.AuthGroup is an enhanced version of the builtin Django Group model. We add useful attributes like a description, ldap_name, and Tag. These can be used to abstract things that are presently handled manually, like inheriting membership from an LDAP group or allowing access to view log messages/files with a specific Tag. I ran some tests comparing this multi-table inheritance setup to adding a OneToOneField and loading it with/without select_related. After 1K trials, the DB query times looked comparable and didn't require multiple queries for this arrangement, so the convenience seems to be worth it. The commit creates the model and populates an instance for existing each existing Django Group.
-
Tanner Prestegard authored
When applied, this makes a view publicly available *if* the settings.UNAUTHENTICATED_ACCESS switch is True; otherwise you must be authenticated. This will be useful to propagate to most other views to make this settings switch globally effective at some point.
-
Tanner Prestegard authored
-
Tanner Prestegard authored
Move some unused/non-functional menu items to live under a new "Other" item: create (event), reports, and RSS.
-
- Jun 11, 2019
-
-
Tanner Prestegard authored
-
- Jun 06, 2019
-
- May 14, 2019
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
- May 10, 2019
-
-
Tanner Prestegard authored
-
- May 02, 2019
-
-
Tanner Prestegard authored
-
- May 01, 2019
-
-
Duncan Macleod authored
-
- Apr 23, 2019
-
-
Tanner Prestegard authored
-
- Apr 12, 2019
-
- Apr 09, 2019
-
-
Tanner Prestegard authored
-