- Apr 27, 2018
-
-
Richard van der Hoff authored
We need to be careful (under python 2, at least) that when we reraise an exception after doing some error handling, we actually reraise the original exception rather than anything that might have been raised (and handled) during the error handling.
-
- Apr 26, 2018
-
-
Erik Johnston authored
Fix media admin APIs
-
Erik Johnston authored
-
- Apr 25, 2018
-
-
Erik Johnston authored
Fix quarantine media admin API
-
Erik Johnston authored
-
Erik Johnston authored
-
- Apr 24, 2018
-
-
Neil Johnson authored
-
Neil Johnson authored
This reverts commit 08b29d45.
-
Neil Johnson authored
-
- Apr 23, 2018
-
-
Richard van der Hoff authored
Reject events which have lots of prev_events
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Make tests py3 compatible
-
- Apr 20, 2018
-
-
Richard van der Hoff authored
Use six.itervalues in some places
-
Richard van der Hoff authored
add __bool__ alias to __nonzero__ methods
-
Richard van der Hoff authored
Add some more variables to the unittest config
-
Richard van der Hoff authored
Replace Queue with six.moves.queue
-
Richard van der Hoff authored
Use str(e) instead of e.message
-
Erik Johnston authored
Clarify that SRV may not point to a CNAME
-
Erik Johnston authored
Document contrib directory
-
Erik Johnston authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Refactor ResponseCache usage
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Refactor store.have_events
-
Richard van der Hoff authored
It turns out that most of the time we were calling have_events, we were only using half of the result. Replace have_events with have_seen_events and get_rejection_reasons, so that we can see what's going on a bit more clearly.
-
- Apr 18, 2018
-
-
Richard van der Hoff authored
Avoid creating events with huge numbers of prev_events
-
- Apr 17, 2018
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
... this should protect us from being dossed by people making silly events (deliberately or otherwise)
-
- Apr 16, 2018
-
-
Richard van der Hoff authored
In most cases, we limit the number of prev_events for a given event to 10 events. This fixes a particular code path which created events with huge numbers of prev_events.
-
- Apr 15, 2018
-
-
Adrian Tschira authored
and a six.range change which I missed the last time Signed-off-by:
Adrian Tschira <nota@notafile.com>
-
Adrian Tschira authored
This is a mixed commit that fixes various small issues * print parentheses * 01 is invalid syntax (it was octal in py2) * [x for i in 1, 2] is invalid syntax * six moves Signed-off-by:
Adrian Tschira <nota@notafile.com>
-
Matthew Hodgson authored
-
Adrian Tschira authored
Signed-off-by:
Adrian Tschira <nota@notafile.com>
-
Adrian Tschira authored
There's more where that came from Signed-off-by:
Adrian Tschira <nota@notafile.com>
-
Adrian Tschira authored
These worked accidentally before (python2 doesn't complain if you compare incompatible types) but under py3 this blows up spectacularly Signed-off-by:
Adrian Tschira <nota@notafile.com>
-
Adrian Tschira authored
Doing this I learned e.message was pretty shortlived, added in 2.6, they realized it was a bad idea and deprecated it in 2.7 Signed-off-by:
Adrian Tschira <nota@notafile.com>
-
- Apr 14, 2018
-
-
Silke authored
Signed-off-by:
Silke Hofstra <silke@slxh.eu>
-
- Apr 13, 2018
-