Skip to content
Snippets Groups Projects
  1. Mar 28, 2019
    • Tanner Prestegard's avatar
      Change mechanism for sending emails · 2906f1d7
      Tanner Prestegard authored
      Instead of looping over EmailMessage.send() calls, we now get the
      email backend and send a list of messages. Note that the backend
      sends the messages individually still but this cuts out some of the
      overhead.
      2906f1d7
  2. Mar 06, 2019
  3. Dec 17, 2018
  4. Dec 11, 2018
  5. Nov 07, 2018
    • Tanner Prestegard's avatar
      Cleaning up and consolidating search stuff · e233eaaf
      Tanner Prestegard authored
      Some of the search utilities were still in the separate
      events and superevents apps, so we moved them to the search app
      and tried to clean things up a bit.  It's still kind of a mess
      and probably not worth doing a full cleanup until we rework
      the search.
      e233eaaf
  6. Oct 12, 2018
  7. Sep 21, 2018
    • Tanner Prestegard's avatar
      Reorganizing alerts app · b819be6b
      Tanner Prestegard authored
      Reorganized some utility methods in the alerts app, necessitating
      some changes to imports in various places.
      b819be6b
    • Tanner Prestegard's avatar
      First commit of modularized alerts app · cdb3eba2
      Tanner Prestegard authored
      Splitting up much of the alerts functionality and
      improving/generalizing it.
      cdb3eba2
    • Tanner Prestegard's avatar
      Adding alerts app · ec122f24
      Tanner Prestegard authored
      Instantiating a new alerts app and moving the alert functionality from
      events/alert.py to alerts/old_alert.py. This commit forms a starting
      point where the old alert functionality is still in place and we can
      rework the alert infrastructure to be more modularized, flexible,
      and adapted to superevents.
      ec122f24
  8. Jul 23, 2018
    • Tanner Prestegard's avatar
      Updating Django minor version & 3rd party packages · 362b1af3
      Tanner Prestegard authored
      Updated from Django 1.11.5 to Django 1.11.14. Updated 3rd party
      packages so that all of them have version requirements in
      requirements.txt.  Also updated most of these packages to use the
      newest versions.  A specific update to the twilio package required
      some changes for how we determine the 'from' phone number. Also
      alphabetized the packages in this file.  Finally, added the very
      useful django-silk debugger/profiler.
      362b1af3
  9. Jun 25, 2018
  10. Jan 23, 2018
  11. Nov 07, 2017
  12. Sep 26, 2017
  13. Jun 28, 2017
  14. Jun 15, 2017
  15. May 15, 2017
  16. Jan 24, 2017
  17. Jan 18, 2017
  18. Jan 05, 2017
  19. Dec 24, 2016
  20. Nov 29, 2016
  21. Nov 23, 2016
  22. Nov 22, 2016
  23. Nov 18, 2016
  24. Nov 15, 2015
  25. Sep 30, 2015
  26. Sep 03, 2015
  27. Aug 24, 2015
  28. Jul 28, 2015
  29. Jul 14, 2015
  30. Jun 26, 2015
  31. Jun 19, 2015
  32. Jun 10, 2015
Loading