Skip to content
Snippets Groups Projects
  1. Oct 11, 2018
    • Tanner Prestegard's avatar
      Add 'protected' column to labels and apply it · 0ea37516
      Tanner Prestegard authored
      Add a boolean column called 'protected' to the Label model.
      Protected labels will not be allowed to be directly applied, but
      will be applied as a part of another process (like signoffs).
      We also create a data migration which sets some existing labels
      as protected (ADV(OK|NO), (H1|L1|V1)(OK|NO))
      0ea37516
    • Tanner Prestegard's avatar
      Bugfix to initial label data migration · 9ce6807a
      Tanner Prestegard authored
      'EM_Superseded ' -> 'EM_Superseded'. This has been fixed manually on
      all servers.  Note that it wasn't a problem on the production
      server because that migration was "reworked" within the last year
      and was not actually applied in production (it was 'faked').
      9ce6807a
    • Tanner Prestegard's avatar
      Add ValidateDestroyMixin · 475c8d8b
      Tanner Prestegard authored
      New mixin for doing some kind of validation on the request data
      or the instance before destroying it.
      475c8d8b
    • Tanner Prestegard's avatar
      Add error logging to SafeCreateMixin · ac45ea4c
      Tanner Prestegard authored
      Want to see what is triggering this functionality, if it is
      being triggered at all.
      ac45ea4c
  2. Oct 08, 2018
  3. Oct 05, 2018
  4. Oct 04, 2018
  5. Oct 03, 2018
  6. Oct 01, 2018
  7. Sep 26, 2018
    • Tanner Prestegard's avatar
      Bugfix to event alerts · 802407ed
      Tanner Prestegard authored
      Fix "parent" object serialization for event alerts where the
      "object" is also an event.  Now provide the subclass for
      serialization rather than the base class.
      802407ed
  8. Sep 25, 2018
Loading