summary refs log tree commit diff
path: root/tests/util/test_itertools.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix chain cover update to handle events with duplicate auth events (#9210)Erik Johnston2021-01-221-0/+12
|
* Fix event chain bg update. (#9118)Erik Johnston2021-01-141-0/+8
| | | | We passed in a graph to `sorted_topologically` which didn't have an entry for each node (as we dropped nodes with no edges).
* Use a chain cover index to efficiently calculate auth chain difference (#8868)Erik Johnston2021-01-111-1/+40
|
* Log saml assertions rather than the whole responseRichard van der Hoff2020-01-161-0/+47
... since the whole response is huge. We even need to break up the assertions, since kibana otherwise truncates them.