Expanded RemoveHoldersRequest to support either current payload format, or the new one that
removes holders that matches given tags. The new format is not supported yet, so added HTTP 501 Unimplemented response server side.
Depends on D13645
Paths
| Differential D13646 Authored by bartek on Oct 9 2024, 1:20 AM.
Tags None Referenced Files
Details Summary Expanded RemoveHoldersRequest to support either current payload format, or the new one that Depends on D13645 Test Plan Unit tests for serialize/deserialize to make sure that existing request format is untouched.
Diff Detail
Event Timelinebartek held this revision as a draft. Herald added subscribers: tomek, ashoat. · View Herald TranscriptOct 9 2024, 1:20 AM2024-10-09 01:20:42 (UTC-7) Harbormaster completed remote builds in B32126: Diff 44996.Oct 9 2024, 1:43 AM2024-10-09 01:43:16 (UTC-7) This revision is now accepted and ready to land.Oct 10 2024, 2:11 AM2024-10-10 02:11:51 (UTC-7) Closed by commit rCOMM6c8640428254: [comm-lib][blob] Add tags support to remove holders request payload (authored by bartek). · Explain WhyOct 14 2024, 7:20 AM2024-10-14 07:20:07 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 45161 services/blob/src/http/handlers/holders.rs
shared/comm-lib/src/blob/client.rs
shared/comm-lib/src/blob/types.rs
|