Skip to content
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

Fix latest_version_modified annotation. #1996

Merged
merged 5 commits into from
Oct 28, 2024

Conversation

jctanner
Copy link
Contributor

@jctanner jctanner commented Oct 24, 2024

https://issues.redhat.com/browse/AAH-3154

The current code emits an updated_at date that reflects the timestamp of when the version was added to the repository, instead of when the newest version was last updated

The previous code was using the updated timestamp of the repository
version the content was added into. That ended up with in some cases
an updated_at timestamp that was older than the created_at timestamp.

[noissue]

Signed-off-by: James Tanner <tanner.jc@gmail.com>
[noissue]

Signed-off-by: James Tanner <tanner.jc@gmail.com>
[noissue]

Signed-off-by: James Tanner <tanner.jc@gmail.com>
[noissue]

Signed-off-by: James Tanner <tanner.jc@gmail.com>
[noissue]

Signed-off-by: James Tanner <tanner.jc@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants