Include current date in GitHub metrics processing#12
Open
kweav wants to merge 4 commits into
Open
Conversation
Because this refresh script is appending old data to new data, I've added current date to GitHub metrics and timecourse data. I've also edited the distinct function so that it will ignore the current date variable (but still write it out). When I saw that each repo had multiple rows worth of data, it was confusing to me, but adding the date that the data is from will help to clarify that for users.
Contributor
OTTR Check ResultsSummary
🎉 All checks passed!Last Updated: 2026-03-26-21:03:05 |
Contributor
|
Re-rendered previews from the latest commit:
* note not all html features will be properly displayed in the "quick preview" but it will give you a rough idea. Updated at 2026-03-26 with changes from the latest commit bb64a22 |
This was referenced Feb 25, 2026
kweav
commented
Feb 25, 2026
kweav
commented
Feb 25, 2026
Contributor
Author
|
Adding an note that when I tested this, since I'm looking for distinct data (ignoring the current date column), it won't write out new data with the current date if old data has the same values |
kweav
commented
Mar 25, 2026
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.
Because this refresh script is appending old data to new data, I've added current date to GitHub metrics and timecourse data. I've also edited the distinct function so that it will ignore the current date variable (but still write it out).
When I saw that each repo had multiple rows worth of data (for example: https://github.com/ottrproject/metricminer-dashboard/blob/main/metricminer_data/github/github.tsv), it was confusing to me, but adding the date that the data is from will help to clarify that for users.