-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #258 Fixes #408 Fixes #409 * Create a way to only forward reports in WebAPIs. Honestly, I'm going to revert this because I think I have found a better way of testing the report poller. * Begin improving and fixing the report poller. We need to change the ReportManager so that we can interface it out for testing. The reason being that the report poller is inactive in the harness and so we can't use that with a protection handle to test. Instead I want to instantiate a report poller with a mocked report manager. * Update integration test nginx to mirror reports to synapse. We need this so that we can test the report poller without needing to do gymnastics to selectively forward reports. * Interface out ReportManager. Needed so we can test the report poller without doing gymnastics with setting up fake protections. * Fix report poller from paginating over the same reports. the-draupnir-project/planning#38. * Revert "Create a way to only forward reports in WebAPIs." This reverts commit 59b335f. We don't need this anymore. * Update for MPS v2.4.0 Gives us the synapse admin client, updates schema, and gives us the fix for #560
- Loading branch information
Showing
8 changed files
with
173 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.