Proposal 1: Preserve original date and filename if nothing else has changed - #130
Closed
markus-codechefs wants to merge 5 commits into
Closed
Conversation
added 5 commits
September 3, 2025 17:47
Add functionality to check if only the time changed
Owner
|
I'm sorry that I haven't looked at this yet. |
Author
|
@rappen any update? :) |
Owner
|
Ouch, I'm sorry, this tool has been idle for too long time... 😕 |
Author
|
All good. To be fair I was not able to test it locally.
Beste Grüsse
Markus Trachsel
Geschäftsführer
Code Chefs GmbH
www.codechefs.ch
…-------- Original Message --------
On Friday, 06/05/26 at 07:13 Jonas Rapp ***@***.***> wrote:
rappen left a comment [(rappen/LCG-UDG#130)](#130 (comment))
Ouch, I'm sorry, this tool has been idle for too long time... 😕
I WILL take a look at it soon! Promise.
—
Reply to this email directly, [view it on GitHub](#130?email_source=notifications&email_token=AO4DSTSDHGYZDVQIBG2OZUL46JJITA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTINRSHA2DGNRZGYZKM4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJLDGN5XXIZLSL5RWY2LDNM#issuecomment-4628436962), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AO4DSTSC6JXDW4RQWI3XSOT46JJITAVCNFSM6AAAAACZ23DC4OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHM2DMMRYGQZTMOJWGI).
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for [iOS](https://github.com/notifications/mobile/ios/AO4DSTRRYSLIWO2QMVNFLKL46JJITA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTINRSHA2DGNRZGYZKM4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJKTGN5XXIZLSL5UW64Y) and [Android](https://github.com/notifications/mobile/android/AO4DSTTJR72H4NFZQRT2Z6T46JJITA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTINRSHA2DGNRZGYZKM4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJLTGN5XXIZLSL5QW4ZDSN5UWI). Download it today!
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Owner
|
Small comments:
Nothing needed to do, just FYI :) |
Owner
|
Obviously, I am no expert on Git... |
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.
Assuming the file exists as it has been generated in a previous run, we check the original time and location (different users save their repo in different paths) and restore those if no actual attribure changes have been generated.
An alternative would be to no generate a file if no new content has been detected. Do tell me if you prefer that approach.
Testing
I added 3 tests which support my code. I have not been able to verify if the plugin would work as I do not have the necessary setup. How do you test your versions?