Inject git-derived added date into generated cameras.json (v1.34.0)#119
Merged
Conversation
…1.34.0) Each camera in the generated aggregate gains added: YYYY-MM-DD (first git add of its file; --follow fallback for renames). Source files and schema untouched — injected post-validation as provenance metadata. Enables downstream RSS / recently-added features. CI checkout now fetch-depth:0 so the stale check reproduces identical dates.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds an
added(YYYY-MM-DD) field to every camera in the generated aggregate — derived from git history at build time (git log --diff-filter=A,--followfallback for renamed files; 2,230/2,230 coverage, build +0.5s).fetch-depth: 0so the stale-artifact rebuild computes identical dates (shallow clones skip injection entirely rather than produce wrong dates).