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

Changed how the history works #18

Merged
merged 2 commits into from
Mar 27, 2024
Merged

Changed how the history works #18

merged 2 commits into from
Mar 27, 2024

Conversation

Kejax
Copy link
Member

@Kejax Kejax commented Mar 27, 2024

Changed how the history works to completely remove duplicated entries in the future. Instead of creating a new entry everytime while fetching, the last entry is being checked for differences. If the new fetch is different from the last history, a new entry is created, otherwise updated_at is touched, to signal that the entry was created earlier, but is still upto date.

Kejax added 2 commits March 27, 2024 13:59
Changed how the history works to completely remove duplicated entries in the future. Instead of creating a new entry everytime while fetching, the last entry is being checked for differences. If the new fetch is different from the last history, a new entry is created, otherwise `updated_at` is touched, to signal that the entry was created earlier, but is still upto date.
@Kejax Kejax merged commit f900fa2 into production Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant