You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Downstream tools need to retrieve, cache and process advisory data. Syncing our Git repo is one way to do it, but
Our repo contains tool code and other SRT artifacts, which the consumers do not need
This approach depends on the Git CLI tools. It may be brittle as Git evolves over time, and consumers could have different Git versions.
In favour of Git is that, well, it is the original data. We don't have to do any extra exports or anything special to propagate the "out of band" advisory data that we derive from the Git history (published and modified dates).
We should consider designing an archive/cache format that:
Provides the current advisory data including fields derived from Git history
Is efficient for queries
Does not contain irrelevant SRT artifacts
Does not depend on Git
Can be cached (avoid unnecessary data transfer when local cache is up to date)
The text was updated successfully, but these errors were encountered:
Downstream tools need to retrieve, cache and process advisory data. Syncing our Git repo is one way to do it, but
In favour of Git is that, well, it is the original data. We don't have to do any extra exports or anything special to propagate the "out of band" advisory data that we derive from the Git history (published and modified dates).
We should consider designing an archive/cache format that:
The text was updated successfully, but these errors were encountered: