- Oct 27, 2019
-
-
Alexander Pace authored
-
- Oct 24, 2019
-
-
Alexander Pace authored
-
- Oct 08, 2019
-
-
Alexander Pace authored
- 0052_update_gstlalcbc_O3b_cert.py: gstlalcbc was issued a new cert at CIT. I manually migrated on production and playground, but i'm backing up the migration here. - 0005_add_coinc_far_and_em_type.py: snapshotting the migration for the new `em_coinc` and `em_type` data fields. This will most likely change.
-
- 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.
-
- Sep 19, 2019
-
-
Tanner Prestegard authored
-
- Aug 21, 2019
-
-
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
-
- Aug 06, 2019
-
-
Tanner Prestegard authored
-
- Jun 26, 2019
-
-
Tanner Prestegard authored
This was an exact duplicate of the user model and basically just provided a simple way to organize robot accounts. It's not useful anymore since we'll just use a Group going forward to organize these accounts.
-
Tanner Prestegard authored
-
Tanner Prestegard authored
An X509 certificate should only map to a single user account - we can't do authentication properly if it maps to multiple, so this was an obviously necessary change. There are several migrations for making this conversion in steps.
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
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.
-
- Jun 24, 2019
-
-
Tanner Prestegard authored
-
- Jun 20, 2019
-
-
Tanner Prestegard authored
-
- Jun 03, 2019
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
- May 14, 2019
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
- May 08, 2019
-
-
GraceDB authored
-
- Apr 30, 2019
-
-
Tanner Prestegard authored
-
- Mar 27, 2019
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
- Mar 26, 2019
-
-
Tanner Prestegard authored
-
- Mar 16, 2019
-
-
Tanner Prestegard authored
-
- Mar 01, 2019
-
-
Tanner Prestegard authored
Previously forgot to add deepclean and gwhen robot users to the LVC group.
-
Tanner Prestegard authored
-
- Feb 18, 2019
-
-
Tanner Prestegard authored
-
- Feb 08, 2019
-
-
Tanner Prestegard authored
-
- Jan 24, 2019
-
-
Tanner Prestegard authored
-
- Jan 04, 2019
-
-
Tanner Prestegard authored
-
- Dec 18, 2018
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
- Dec 17, 2018
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-