- 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
-
Tanner Prestegard authored
-
Tanner Prestegard authored
Remove usage of .keys(), .has_key(), and .iteritems(), and account for the fact that .values() produces an iterator in Python 3.
-
Duncan Macleod authored
-
Duncan Macleod authored
-
- Sep 19, 2019
-
-
Tanner Prestegard authored
-
- Sep 17, 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 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
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
- Aug 06, 2019
-
-
Tanner Prestegard authored
-
- Jul 10, 2019
-
-
Tanner Prestegard authored
These tests cover the bugfix in the previous commit.
-
Tanner Prestegard authored
-
- Jun 26, 2019
-
-
Tanner Prestegard authored
-
Tanner Prestegard authored
-
Tanner Prestegard authored
Needs to work properly with new AuthGroup setup and X509Cert model changes
-
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
-
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.
-
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.
-
- 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
-