aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_tools/cleanups
Commit message (Collapse)AuthorAgeFilesLines
* file/release bugfix: handle files with multiple editsBryan Newbold2021-11-091-6/+6
|
* cleanups: add more state=active checksBryan Newbold2021-11-092-0/+8
|
* update link source filters in file/release bugfixBryan Newbold2021-11-091-2/+8
|
* initial file/release bugfix cleanup worker and notesBryan Newbold2021-11-091-0/+231
|
* updates to lowercase DOI cleanupBryan Newbold2021-11-091-7/+15
|
* lowercase DOI lint and check entity statusBryan Newbold2021-11-091-4/+5
|
* more iteration on short wayback timestamp cleanupBryan Newbold2021-11-091-1/+1
|
* cleanups: tweaks to wayback CDX cleanup scriptsBryan Newbold2021-11-091-5/+13
|
* cleanups: initial lowercase DOI cleanup scriptBryan Newbold2021-11-091-0/+145
|
* wayback short ts: another regression test, and some small fmt/tweaksBryan Newbold2021-11-091-3/+38
|
* wayback cleanup: actually update entityBryan Newbold2021-11-091-2/+4
|
* wayback short ts: add regression test for dupe URLsBryan Newbold2021-11-091-0/+44
|
* short wayback ts: initial cleanup script implementationBryan Newbold2021-11-091-0/+251
|
* cleanups: create a separate JsonLinePusher for cleanup workers (distinct ↵Bryan Newbold2021-11-032-2/+19
| | | | base class)
* typing: add assertions to fatcat_tool code to make type assumptions explicitBryan Newbold2021-11-031-0/+1
|
* typing: add annotations to remaining fatcat_tools codeBryan Newbold2021-11-032-13/+14
| | | | | Again, these are just annotations, no changes made to get type checks to pass
* fmt (black): fatcat_tools/Bryan Newbold2021-11-023-39/+45
|
* python: isort everythingBryan Newbold2021-11-022-2/+3
|
* lint: simple, safe inline lint fixesBryan Newbold2021-11-021-1/+1
| | | | '==' vs 'is'; 'not a in b' vs 'a not in b'; etc
* lint (flake8) tool python filesBryan Newbold2020-07-012-3/+0
|
* file cleanup tweaks to actually runBryan Newbold2019-10-082-5/+4
|
* new cleanup python tool/frameworkBryan Newbold2019-10-084-0/+241