-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update file timestamps to reflect real systemtime #1041
Merged
blt
merged 3 commits into
main
from
blt/update_file_timestamps_to_reflect_real_systemtime
Oct 28, 2024
Merged
Update file timestamps to reflect real systemtime #1041
blt
merged 3 commits into
main
from
blt/update_file_timestamps_to_reflect_real_systemtime
Oct 28, 2024
Conversation
This file contains 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
This was referenced Oct 16, 2024
This was referenced Oct 17, 2024
blt
force-pushed
the
blt/begin_work_on_a_logrotate_filesystem
branch
from
October 22, 2024 23:50
7fb272d
to
7c41181
Compare
blt
force-pushed
the
blt/update_file_timestamps_to_reflect_real_systemtime
branch
from
October 22, 2024 23:50
0595449
to
0a6e9c0
Compare
blt
force-pushed
the
blt/begin_work_on_a_logrotate_filesystem
branch
from
October 24, 2024 00:10
7c41181
to
bf824bb
Compare
blt
force-pushed
the
blt/update_file_timestamps_to_reflect_real_systemtime
branch
2 times, most recently
from
October 24, 2024 00:25
ac43e43
to
b66b30d
Compare
This was referenced Oct 25, 2024
Merged
blt
force-pushed
the
blt/begin_work_on_a_logrotate_filesystem
branch
2 times, most recently
from
October 28, 2024 14:41
cded9df
to
73825cc
Compare
blt
force-pushed
the
blt/update_file_timestamps_to_reflect_real_systemtime
branch
from
October 28, 2024 14:41
b66b30d
to
ce08cc3
Compare
blt
changed the base branch from
blt/begin_work_on_a_logrotate_filesystem
to
graphite-base/1041
October 28, 2024 15:46
This commit retains the use of a stateless tick in the model but allows for the filesystem to report times in systemtime. This resolves a problem where all times were previously reported by the filesystem as being UNIX_EPOCH even though the model kept track of time. Signed-off-by: Brian L. Troutwine <[email protected]>
Signed-off-by: Brian L. Troutwine <[email protected]>
blt
force-pushed
the
graphite-base/1041
branch
from
October 28, 2024 15:46
73825cc
to
35a65a9
Compare
blt
force-pushed
the
blt/update_file_timestamps_to_reflect_real_systemtime
branch
from
October 28, 2024 15:46
ce08cc3
to
71727dc
Compare
Signed-off-by: Brian L. Troutwine <[email protected]>
blt
force-pushed
the
blt/update_file_timestamps_to_reflect_real_systemtime
branch
from
October 28, 2024 15:47
71727dc
to
79cde02
Compare
goxberry
approved these changes
Oct 28, 2024
Merge activity
|
This was referenced Oct 28, 2024
Merged
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.
What does this PR do?
This commit retains the use of a stateless tick in the model but
allows for the filesystem to report times in systemtime. This
resolves a problem where all times were previously reported by the
filesystem as being UNIX_EPOCH even though the model kept track of
time.