In this script we try to create blobs for links where a holder is missing or a holder doesn't point to an existing blob. This function will be used in a migration and in a script that periodically synchronizes data.
Depends on D10150
Paths
| Differential D10205 Authored by tomek on Dec 6 2023, 6:13 AM.
Details Summary In this script we try to create blobs for links where a holder is missing or a holder doesn't point to an existing blob. This function will be used in a migration and in a script that periodically synchronizes data. Depends on D10150 Test Plan Run the function as a script and check if it creates blobs for all the links that don't have them.
Diff Detail
Event TimelineHerald added a subscriber: ashoat. · View Herald TranscriptDec 6 2023, 6:13 AM2023-12-06 06:13:22 (UTC-8) Harbormaster completed remote builds in B24822: Diff 34336.Dec 6 2023, 6:31 AM2023-12-06 06:31:25 (UTC-8)
This revision now requires changes to proceed.Dec 12 2023, 6:32 AM2023-12-12 06:32:44 (UTC-8) Harbormaster completed remote builds in B26415: Diff 36525.Feb 1 2024, 7:34 AM2024-02-01 07:34:33 (UTC-8) This revision is now accepted and ready to land.Feb 6 2024, 2:42 AM2024-02-06 02:42:46 (UTC-8) Closed by commit rCOMM1131d2bb421a: [keyserver] Add a function that synchronizes keyserver's invite links with blobs (authored by tomek). · Explain WhyFeb 14 2024, 7:58 AM2024-02-14 07:58:37 (UTC-8) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 37088 keyserver/src/creators/invite-link-creator.js
keyserver/src/services/blob.js
keyserver/src/updaters/link-updaters.js
keyserver/src/utils/synchronizeInviteLinksWithBlobs.js
|