Add submodule commit timestamps to build details#2401
Open
jwoglom wants to merge 1 commit intoLoopKit:devfrom
Open
Add submodule commit timestamps to build details#2401jwoglom wants to merge 1 commit intoLoopKit:devfrom
jwoglom wants to merge 1 commit intoLoopKit:devfrom
Conversation
Extends the submodule metadata from PR LoopKit#2399 to also capture and display each submodule's commit timestamp. The timestamp is stored as a unix epoch string ("commit_timestamp") in the plist, and shown as a YYYY-MM-DD UTC date in parentheses after the SHA in the build details report. https://claude.ai/code/session_017U6N83bkM74YUhsCux4ed3
Contributor
|
Thank you for your contribution @jwoglom. I understand you are traveling and do not have access to a computer. I've prepared the graphics that show the change introduced by this PR. This example uses the feat/eversense branch of LoopWorkspace, so includes the DanaKit, EversenseKit and MedtrumKit repositories. Notice the Loop submodule information points to the use of this branch.
|
marionbarker
approved these changes
Feb 5, 2026
Contributor
marionbarker
left a comment
There was a problem hiding this comment.
Approved by code review and test.
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.

Extends the submodule metadata from PR #2399 to also capture and display each submodule's commit timestamp. The timestamp is stored as a unix epoch string ("commit_timestamp") in the plist, and shown as a YYYY-MM-DD UTC date in parentheses after the SHA in the build details report.