-
Notifications
You must be signed in to change notification settings - Fork 41
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
Queue source component when curating described.sourceLocation #106
Comments
described.sourceLocation
when looking for package source to crawl
updated the title |
I think we should hook on the PR being created and queue the referenced source location then Line 34 in aa5148b
We should check if the curation contains a source location, check if the definition for that source location already exists, if not then queue it for harvesting |
Created or merged? |
I think created would be best. This could help with other validation during review too |
Ah, I see. this is more speculative harvesting. Sounds cool. We should also do merged (or updated). The initial value may be proven incorrect and a new value entered and eventually merged. Need to ensure we get that one. |
If a curator supplies the sourceLocation for a package, then we should be able to use that information to queue the source for the package. That requires the crawler to either
Consider also the idea of requeuing a package if a curation changing the source location is merged. This might actually be the best way to trigger the flow.
The text was updated successfully, but these errors were encountered: