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

Refactor: relocate find_earliest_crawl, find_latest_crawl methods #83

Merged
merged 2 commits into from
Dec 11, 2023

Conversation

jayaddison
Copy link
Member

Describe the reason for these changes and the problem that they solve

A preparatory refactor to make the find_earliest_crawl and find_latest_crawl instance methods from RecipeURL easier to use as static utility methods on CrawlURL.

Briefly summarize the changes

  1. Move find_earliest_crawl and find_latest_crawl from RecipeURL to CrawlURL and adjust their method signatures (static, from zero args to one arg).

How have the changes been tested?

  1. Unit testing only.

List any issues that this change relates to
Relates to #82.

@jayaddison jayaddison merged commit 1b1e951 into main Dec 11, 2023
@jayaddison jayaddison deleted the issue-82/recrawling-reindexing-robustness branch December 11, 2023 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant