Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace 'except:' with 'except Exception:' | Richard van der Hoff | 2017-10-23 | 1 | -1/+1 |
| | | | | what could possibly go wrong | ||||
* | Fix typo when getting app name | Erik Johnston | 2017-06-06 | 1 | -1/+1 |
| | |||||
* | Fix wrong number of arguments | Erik Johnston | 2017-06-06 | 1 | -1/+1 |
| | |||||
* | Only load jinja2 templates once | Erik Johnston | 2017-05-22 | 1 | -12/+44 |
| | | | | | Instead of every time a new email pusher is created, as loading jinja2 templates is slow. | ||||
* | Fix emailpusher import | David Baker | 2016-05-16 | 1 | -1/+11 |
| | | | | Try importing at the root level rather than conditionally importing, as per comment | ||||
* | spell out emailpusher full path | Matthew Hodgson | 2016-05-05 | 1 | -1/+1 |
| | |||||
* | pep8 | David Baker | 2016-05-04 | 1 | -0/+1 |
| | |||||
* | copyright | Matthew Hodgson | 2016-05-04 | 1 | -0/+22 |
| | |||||
* | Only import email pusher if email notifs are on | David Baker | 2016-04-28 | 1 | -6/+8 |
| | |||||
* | First bits of emailpusher | David Baker | 2016-04-19 | 1 | -1/+3 |
| | | | | Mostly logic of when to send an email | ||||
* | Make pushers use the event_push_actions table instead of listening on an ↵ | David Baker | 2016-04-06 | 1 | -0/+10 |
event stream & running the rules again. Sytest passes, but remaining to do: * Make badges work again * Remove old, unused code |