Skip to content
Snippets Groups Projects
  1. Nov 15, 2015
  2. Oct 23, 2015
  3. Oct 09, 2015
  4. Sep 22, 2015
  5. Sep 14, 2015
  6. Sep 11, 2015
  7. Sep 10, 2015
  8. Sep 03, 2015
  9. Aug 31, 2015
  10. Aug 27, 2015
  11. Aug 24, 2015
    • Branson Craig Stephens's avatar
      Changes for operator signoffs: · 289f1e19
      Branson Craig Stephens authored
      - auth middleware to add/remove user to/from control room group based on IP.
      - new model for operator signoffs (event, instrument unique_together)
      - form to create, edit, and delete the operator signoff object
      - eventlog messages for changes to signoff objects.
      - OperatorSignoff serializer and LVAlert message
      - alert operator of outstanding events on landing page.
      - new labels and migration
      - Added logic to create/remove H1OK, H1NO, etc. labels.
      - Exposing the OperatorSignoff List resource through REST interface (GET only).
      289f1e19
  12. Jul 29, 2015
  13. Jul 09, 2015
  14. Jul 02, 2015
  15. Jun 30, 2015
    • Branson Craig Stephens's avatar
      Changes for upgrade to Django 1.7.8 · 5a6d1ae3
      Branson Craig Stephens authored
      - Removed south from installed apps.
      - Moved migrations to south_migrations.
      - Added new migrations directories.
      - MIGRATION_MODULES setting.
      - Added initial migrations
      - Added TEST_RUNNER setting.
      - Updated wsgi file.
      - Changed mimetype arg in HttpResponse to content_type.
      5a6d1ae3
  16. Jun 19, 2015
  17. Jun 10, 2015
  18. Jun 04, 2015
  19. Jun 01, 2015
  20. May 22, 2015
  21. May 14, 2015
  22. May 12, 2015
  23. Apr 16, 2015
  24. Apr 14, 2015
  25. Apr 10, 2015
  26. Apr 07, 2015
  27. Mar 17, 2015
  28. Mar 02, 2015
  29. Feb 10, 2015
  30. Feb 05, 2015
  31. Feb 02, 2015
    • Branson Craig Stephens's avatar
      This commit represents a major re-implementation of the event detail page, · f1ca0f11
      Branson Craig Stephens authored
      and was originally motivated by problems with the presentation of the EMBB.
      At a basic level, the page obtains information about the Event log messages
      and EMBB logs via AJAX calls to the server. This information is fed into
      dgrid tables. Extensive use is made of the 'put-selector' to create DOM
      elements. This approach eliminates the need for JavaScript code and django
      template loops that build HTML. As not all of the features are correct in
      Linux browsers (Konqueror, Iceweasel) more work needs to be done.
      f1ca0f11
  32. Jan 30, 2015
Loading