Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add getting/deleting single event report #3344

Merged
merged 16 commits into from
Mar 22, 2024
Merged

Conversation

S7evinK
Copy link
Contributor

@S7evinK S7evinK commented Mar 22, 2024

Based on #3342

Adds GET /_synapse/admin/v1/event_reports/{reportID} and DELETE /_synapse/admin/v1/event_reports/{reportID}

@S7evinK S7evinK requested a review from a team as a code owner March 22, 2024 07:34
Copy link

codecov bot commented Mar 22, 2024

Codecov Report

Attention: Patch coverage is 76.92308% with 30 lines in your changes are missing coverage. Please review.

Project coverage is 67.40%. Comparing base (1bdf0cc) to head (899b622).
Report is 2 commits behind head on main.

Files Patch % Lines
roomserver/storage/shared/storage.go 58.13% 10 Missing and 8 partials ⚠️
clientapi/routing/admin.go 71.42% 6 Missing and 2 partials ⚠️
clientapi/routing/routing.go 69.23% 2 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3344      +/-   ##
==========================================
- Coverage   67.41%   67.40%   -0.01%     
==========================================
  Files         521      521              
  Lines       47027    47348     +321     
==========================================
+ Hits        31702    31915     +213     
- Misses      11362    11429      +67     
- Partials     3963     4004      +41     
Flag Coverage Δ
unittests 52.74% <76.92%> (+0.19%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@S7evinK S7evinK force-pushed the s7evink/admin-event-reports-2 branch from 07f8fa3 to 899b622 Compare March 22, 2024 21:42
@S7evinK S7evinK enabled auto-merge (squash) March 22, 2024 21:48
@S7evinK S7evinK merged commit ad0a7d0 into main Mar 22, 2024
19 checks passed
@S7evinK S7evinK deleted the s7evink/admin-event-reports-2 branch March 22, 2024 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant