aboutsummaryrefslogtreecommitdiffstats
path: root/notes/cleanups
Commit message (Collapse)AuthorAgeFilesLines
* move 'cleanups' directory from notes to extra/Bryan Newbold2021-11-2911-1306/+0
|
* Merge branch 'bnewbold-container-merger'Bryan Newbold2021-11-292-0/+160
|\
| * notes on container ISSN-L merging, tested in QABryan Newbold2021-11-242-0/+160
| |
* | notes on file_meta partial cleanupBryan Newbold2021-11-242-0/+196
|/
* Merge branch 'bnewbold-mergers' into 'master'bnewbold2021-11-252-0/+136
|\ | | | | | | | | entity mergers framework See merge request webgroup/fatcat!133
| * file de-dupe: notes on prep and QA testingBryan Newbold2021-11-232-0/+136
| |
* | codepsell fixes to notesBryan Newbold2021-11-241-2/+2
|/
* document cleanups run this weekBryan Newbold2021-11-121-0/+13
|
* Merge branch 'bnewbold-import-refactors' into 'master'bnewbold2021-11-111-0/+46
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | import refactors and deprecations Some of these are from old stale branches (the datacite subject metadata patch), but most are from yesterday and today. Sort of a hodge-podge, but the general theme is getting around to deferred cleanups and refactors specific to importer code before making some behavioral changes. The Datacite-specific stuff could use review here. Remove unused/deprecated/dead code: - cdl_dash_dat and wayback_static importers, which were for specific early example entities and have been superseded by other importers - "extid map" sqlite3 feature from several importers, was only used for initial bulk imports (and maybe should not have been used) Refactors: - moved a number of large datastructures out of importer code and into a dedicated static file (`biblio_lookup_tables.py`). Didn't move all, just the ones that were either generic or very large (making it hard to read code) - shuffled around relative imports and some function names ("clean_str" vs. "clean") Some actual behavioral changes: - remove some Datacite-specific license slugs - stop trying to fix double-slashes in DOIs, that was causing more harm than help (some DOIs do actually have double-slashes!) - remove some excess metadata from datacite 'extra' fields
| * add notes about 'double slash in DOI' issueBryan Newbold2021-11-091-0/+46
|
* wayback ts cleanup: one more filter tweakBryan Newbold2021-11-091-1/+2
|
* update cleanups notesBryan Newbold2021-11-092-0/+72
|
* initial file/release bugfix cleanup worker and notesBryan Newbold2021-11-091-0/+144
|
* updates to lowercase DOI cleanupBryan Newbold2021-11-091-0/+71
|
* more iteration on short wayback timestamp cleanupBryan Newbold2021-11-092-3/+128
|
* cleanups: tweaks to wayback CDX cleanup scriptsBryan Newbold2021-11-091-1/+8
|
* wayback timestamps: updates to handle 4-digit caseBryan Newbold2021-11-092-11/+108
|
* start work on wayback short-timestamp cleanupBryan Newbold2021-11-092-0/+238