guardian / typerighter

Even if you’re the right typer, couldn’t hurt to use Typerighter!
Apache License 2.0
276 stars 12 forks source link

googleSheetId -> externalId, which is now added to new rules #315

Closed jonathonherbert closed 1 year ago

jonathonherbert commented 1 year ago

What does this change?

Changes the googleSheetId to externalId, and makes it compulsory, with externalIds generated when new rules are created.

Old rules have non-uuidv4 IDs, and we'd like to keep old IDs for telemetry continuity, so we can't use native DB UUID() types.

How to test