Problem/Motivation
\Drupal\linkychecker\LinkyCheckerCrawlQueue::getLinksNeedingUpdate does not sort links, so those most in the need of checking don't necessarily get queued first.
Proposed resolution
Add a sort
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 3199599-5.patch | 619 bytes | Pooja Ganjage |
| #3 | 3199599-2.patch | 621 bytes | Pooja Ganjage |
Issue fork linkychecker-3199599
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
Pooja Ganjage commentedHi,
Creating a patch for this issue.
Please review the patch.
Let me know if any suggestions.
Thanks.
Comment #4
Pooja Ganjage commentedComment #5
Pooja Ganjage commentedUpdated Patch.
Comment #6
jibranThank you for the patch @Pooja Ganjage but there is already a merge request for the issue. It has a sorting condition and a test as well. Please have a look and review https://git.drupalcode.org/project/linkychecker/-/merge_requests/1. Feel free to leave a comment if you have any questions or suggestions.
Comment #7
acbramley commentedMR looks good to me!
Comment #8
dpiTiny nit, as to not open a portal to the dark web.
Comment #9
larowlanOh, I just thought I was being clever spelling example backwards, didn't realise it was an actual site!
Fixed
Comment #10
dpiComment #13
dpiThanks Jibs
Fixed and pushed to the new 2.x branch.