Page MenuHomePhabricator

[lib] add local is field to reports
ClosedPublic

Authored by kamil on May 22 2023, 6:32 AM.
Tags
None
Referenced Files
F5918884: D7909.id27118.diff
Thu, Apr 17, 9:57 PM
F5914537: D7909.id26776.diff
Thu, Apr 17, 8:30 PM
Unknown Object (File)
Tue, Apr 15, 9:26 PM
Unknown Object (File)
Mar 17 2025, 10:44 PM
Unknown Object (File)
Mar 17 2025, 10:44 PM
Unknown Object (File)
Mar 17 2025, 10:44 PM
Unknown Object (File)
Mar 17 2025, 10:43 PM
Unknown Object (File)
Mar 17 2025, 10:34 PM
Subscribers

Details

Summary

Those ids will help with moving reports to SQLite - we will not have to compare entire objects, only ids.

Test Plan

N/A

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.May 23 2023, 1:35 AM
tomek added inline comments.
lib/types/report-types.js
109 ↗(On Diff #26776)

Why this is optional?

This revision is now accepted and ready to land.May 23 2023, 3:00 AM
lib/types/report-types.js
109 ↗(On Diff #26776)

To make id logically correct, adding this as optional, in next diffs making sure that this field will not have to be optional, and then updating this in D7916.

This revision was automatically updated to reflect the committed changes.