69 Commits (e3116d0eac4af433f02f75df620fd417bf1e5861)

Author SHA1 Message Date
Tom Parker-Shemilt e3116d0eac Merge branch 'master' into popularity 3 years ago
Tom Parker-Shemilt bbdc9eeb03 Remove all the unpopular items 3 years ago
William Desportes 8cc83c00b8
Editorconfig fixes 3 years ago
Tom Parker-Shemilt cfaeb2ac88 Initial hacks towards popularity checks 3 years ago
Tom Parker-Shemilt 8cc705a14e Merge branch 'master' into sorted-readme 3 years ago
Tom Parker-Shemilt 0513259ff9 Realised that the Github actions default to the default branch for a repo
(unlike Travis) and so the branch error isn't needed any more
3 years ago
Tom Parker-Shemilt 0491e2ce2d Sort the README and enforce it with the checker 3 years ago
Tom Parker-Shemilt 90edcef35a Ordering was in the wrong order... 3 years ago
Tom Parker-Shemilt d3260a60d6 Reset some unneeded changes 3 years ago
Tom Parker-Shemilt e3cd6c6a10 Check the oldest/unchecked ones first 3 years ago
Tom Parker-Shemilt 7bc2d0bb56 Don't retry 429's and don't worry about them if we've got a previous success 3 years ago
Tom Parker-Shemilt 64d605e723 Fix all the other issues with README 3 years ago
Tom Parker-Shemilt 80e35f47c3 Upgrade almost all the deps 3 years ago
Tom Parker-Shemilt b49400cd8b Kill all the HTML images in favour of Markdown 4 years ago
Tom Parker-Shemilt 722227efed Update the minimum times between checks to reduce build issues 4 years ago
Tom Parker-Shemilt 3b592dae23 Simplified handles with tokio Semaphore 4 years ago
Tom Parker-Shemilt 4b7e6d1488 Get handle once per recursive sequence of get_url calls 4 years ago
Tom Parker-Shemilt 5e9357ed6f Swap back to older reqwest API 4 years ago
Tom Parker-Shemilt 87ad03cb15 Remove handle debug because it overloads travis 4 years ago
Tom Parker-Shemilt a1abde30b9 Upgrade packages and change over deprecated Reqwest function 4 years ago
Tom Parker-Shemilt c680c63f8a Disable connection pooling, as it seems to break stuff 4 years ago
Tom Parker-Shemilt 25084b928a Various debug for checks 4 years ago
Tom Parker-Shemilt 1f6cb3749b Panic earlier on 404'ed links 4 years ago
Tom Parker-Shemilt 6532f7681f Only do Github API rewrite if have environment variables 4 years ago
Tom Parker-Shemilt 2dfb07854f
Merge pull request #867 from palfrey/add-github-secrets
Support optional use of Github secrets to workaround rate limits
4 years ago
Tom Parker-Shemilt 1efa0de042 Missed two other cases of needing to print url with link 4 years ago
Tom Parker-Shemilt e953dbb269 Print url before Link 4 years ago
Tom Parker-Shemilt 0e3bada631 Support optional use of Github secrets to workaround rate limits (fixes #859) 4 years ago
Tom Parker-Shemilt 15dbb3602b For most errors, intermittent failures are ok, not so much for redirects 4 years ago
Tom Parker-Shemilt 60e614f51e Nicer "failure only occured X ago" message 4 years ago
Tom Parker-Shemilt d4b44fd6d5 Don't remove last_working if a link fails 4 years ago
Tom Parker-Shemilt 12464c2844 Redo (not-)working with a enum, not a pair of variables 4 years ago
Tom Parker-Shemilt 592a4bed92 Output all the info on link failure 4 years ago
Tom Parker-Shemilt edc17508e1 Only write every so often 4 years ago
Tom Parker-Shemilt 2901a666cb Merge branch 'master' into cache-results 4 years ago
Tom Parker-Shemilt 0d798c3896 Github workflows have started to do 406, unless we add an explicit image to the Accept header 4 years ago
Tom Parker-Shemilt 43eab5fa9a Merge branch 'master' into better-unknown-travis-detection 4 years ago
Tom Parker-Shemilt 9d41a10148 Cache the results of getting links across Travis build and only re-check
every so often
4 years ago
Tom Parker-Shemilt ecd6658ec6 Improve detection of "unknown" travis builds 4 years ago
Tom Parker-Shemilt 0a527ff6e3 Catch no-branch cases for Travis 4 years ago
Tom Parker-Shemilt 5bceef3656 Catch github actions badges with no branch 4 years ago
Tom Parker-Shemilt 89efda92e3 Azure devops does 302 twice, so need to cope with that 4 years ago
Tom Parker-Shemilt 4d048eba27 Add workaround for Youtube 302s (fixes #814) 4 years ago
Tom Parker-Shemilt dec99f4416 Also look for travis.org as well as .com 4 years ago
Tom Parker-Shemilt f0af98f3fc Detect unknown status travis builds 4 years ago
Tom Parker-Shemilt 7ea1063c32 Update user-agent so Reddit stops complaining 4 years ago
Tom Parker-Shemilt 6cb9433de0 Look for links/images in HTML content in the Markdown 4 years ago
Tom Parker-Shemilt a37b1cfee3 Redo error checking with failure and less verbose formatting 4 years ago
Tom Parker-Shemilt 5733288c9a Record actual real errors 4 years ago
Tom Parker-Shemilt f799381f75 Add 20 second timeout 4 years ago