Skip to content
Snippets Groups Projects
  1. Feb 06, 2020
  2. Dec 31, 2019
  3. Nov 24, 2019
    • Alexander Pace's avatar
      Settings change · e0e1fa03
      Alexander Pace authored
      Don't override LVALERT_OVERSEER_INSTANCE settings from
      envrionment variables.
      e0e1fa03
    • Alexander Pace's avatar
      Two changes: · 0e04e30c
      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
      0e04e30c
  4. Nov 22, 2019
  5. Nov 20, 2019
  6. Oct 23, 2019
  7. Oct 22, 2019
  8. Oct 21, 2019
  9. Oct 17, 2019
  10. Sep 20, 2019
    • Tanner Prestegard's avatar
      Rework VOEvent building infrastructure · c1a78e70
      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
      c1a78e70
  11. Sep 19, 2019
  12. Sep 16, 2019
  13. Sep 10, 2019
  14. Aug 21, 2019
  15. Aug 02, 2019
  16. Jul 22, 2019
  17. Jul 10, 2019
  18. Jun 26, 2019
    • Tanner Prestegard's avatar
      Bump version to 2.6.0 · 97c43281
      Tanner Prestegard authored
      97c43281
    • Tanner Prestegard's avatar
      Add AuthGroup model · c2b20c67
      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.
      c2b20c67
    • Tanner Prestegard's avatar
      Add "switch-based" public access decorator · 8dbb1e34
      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.
      8dbb1e34
    • Tanner Prestegard's avatar
    • Tanner Prestegard's avatar
      Rework navbar a bit · 79ebf90f
      Tanner Prestegard authored
      Move some unused/non-functional menu items to live under a new
      "Other" item: create (event), reports, and RSS.
      79ebf90f
  19. Jun 11, 2019
  20. Jun 06, 2019
  21. May 14, 2019
  22. May 10, 2019
  23. May 02, 2019
  24. May 01, 2019
  25. Apr 23, 2019
  26. Apr 12, 2019
  27. Apr 09, 2019
Loading