Keyserver has an endpoint for importing Redux Devtools state. This diff adds a similar endpoint to reports-service.
The function for modifying JSON is based on: this keyserver function.
Depends on D8971
Paths
| Differential D8972 Authored by bartek on Aug 28 2023, 2:51 AM.
Details Summary Keyserver has an endpoint for importing Redux Devtools state. This diff adds a similar endpoint to reports-service. The function for modifying JSON is based on: this keyserver function. Depends on D8971 Test Plan
For non-error reports, the service returned HTTP 415.
Diff Detail
Event Timelinebartek held this revision as a draft. Herald added a reviewer: • jon. · View Herald TranscriptAug 28 2023, 2:51 AM2023-08-28 02:51:17 (UTC-7) Harbormaster completed remote builds in B22164: Diff 30430.Aug 28 2023, 3:08 AM2023-08-28 03:08:16 (UTC-7) This revision is now accepted and ready to land.Aug 28 2023, 6:51 AM2023-08-28 06:51:19 (UTC-7)
Closed by commit rCOMM91a3930a7efe: [reports-service] Endpoint for Redux Devtools import (authored by bartek). · Explain WhyAug 31 2023, 4:49 AM2023-08-31 04:49:56 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 30634 services/reports/src/http/handlers.rs
services/reports/src/http/mod.rs
services/reports/src/service.rs
|