aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* clean up extra/ folder a bitBryan Newbold2021-11-2911-24/+0
|
* move notes/bulk_edits/ to extra/bulk_edits/Bryan Newbold2021-11-2923-0/+0
|
* move 'cleanups' directory from notes to extra/Bryan Newbold2021-11-2911-0/+0
|
* Merge branch 'bnewbold-container-merger'Bryan Newbold2021-11-297-4/+532
|\
| * notes on container ISSN-L merging, tested in QABryan Newbold2021-11-242-0/+160
| |
| * release merger: same editgroup_id fixes as for file and container mergersBryan Newbold2021-11-241-1/+5
| |
| * container merger: fixes from QA testingBryan Newbold2021-11-241-8/+13
| |
| * mergers: don't try to accept empty editgroups in dry-run-modeBryan Newbold2021-11-241-2/+4
| |
| * ES release transform: handle redirected containers betterBryan Newbold2021-11-241-1/+1
| | | | | | | | | | Despite the inline comment, we were not actually grabbing the "redirected" ident correctly, meaning some counts would not be accurate.
| * container merger: defer allocation of editgroup_id; and dummy code pathBryan Newbold2021-11-241-1/+5
| |
| * initial implementation of container mergerBryan Newbold2021-11-242-0/+353
| |
* | notes on file_meta partial cleanupBryan Newbold2021-11-244-0/+239
|/
* notes from prod run of file de-dupeBryan Newbold2021-11-242-0/+36
|
* file merger: allocate editgroup id later in 'merge' processBryan Newbold2021-11-241-1/+5
| | | | | The motivation is to avoid creating empty editgroups in dry-run mode, and when all entities are "skipped"
* Merge branch 'bnewbold-mergers' into 'master'bnewbold2021-11-258-0/+1046
|\ | | | | | | | | entity mergers framework See merge request webgroup/fatcat!133
| * mergers common: remove inaccurate commentBryan Newbold2021-11-241-2/+0
| | | | | | | | Caught in review, thanks miku
| * merger proposal typosBryan Newbold2021-11-241-2/+2
| |
| * file merger: add content_scope to list of merged fieldsBryan Newbold2021-11-241-1/+1
| |
| * release merger: some progress, but also disable (not complete)Bryan Newbold2021-11-231-12/+72
| |
| * file merges: fixes from testing in QABryan Newbold2021-11-231-14/+23
| |
| * file de-dupe: notes on prep and QA testingBryan Newbold2021-11-232-0/+136
| |
| * mergers: small tweaksBryan Newbold2021-11-232-3/+3
| |
| * mergers: remove entity mergers from __init__ (to work around warning)Bryan Newbold2021-11-231-2/+0
| |
| * add proposal for entity mergersBryan Newbold2021-11-231-0/+110
| |
| * initial file merger, with testsBryan Newbold2021-11-232-0/+388
| |
| * mergers: fmt, lint, refactorsBryan Newbold2021-11-233-96/+200
| | | | | | | | | | These old merger code is from an old branch and needed significant cleanup
| * remove top-level fatcat_merge.py; going to call module __main__ going forwardBryan Newbold2021-11-231-112/+0
| |
| * first iteration of mergersBryan Newbold2021-11-234-0/+355
| |
* | CHANGELOG: note about spelling correctionsBryan Newbold2021-11-241-0/+6
| |
* | codespell fixes to various other docsBryan Newbold2021-11-249-11/+11
| |
* | codepsell fixes to notesBryan Newbold2021-11-249-12/+12
| |
* | codespell fixes to proposalsBryan Newbold2021-11-247-10/+10
| |
* | codespell fixes to original RFCBryan Newbold2021-11-241-5/+5
| |
* | schema: codespell fixes (comments/docs)Bryan Newbold2021-11-241-9/+9
| |
* | codespell fixes in python code (comments)Bryan Newbold2021-11-244-6/+6
| |
* | codespell fixes in guideBryan Newbold2021-11-245-8/+8
| |
* | codespell fixes in web interface templatesBryan Newbold2021-11-2414-19/+19
|/
* python_openapi_client: update metadata tags for next uploadBryan Newbold2021-11-231-2/+2
|
* commit v0.5.0 deployment notesBryan Newbold2021-11-221-0/+85
|
* final CHANGELOG tweak for v0.5.0v0.5.0Bryan Newbold2021-11-221-1/+2
|
* Merge branch 'bnewbold-content-scope'Bryan Newbold2021-11-2233-28/+346
|\
| * update CHANGELOG for v0.5.0Bryan Newbold2021-11-171-1/+18
| |
| * bump rust code to 0.5.0Bryan Newbold2021-11-175-6/+7
| |
| * bump python client to 0.5.0Bryan Newbold2021-11-1710-15/+15
| |
| * because of SQL change, this schema bump does warrent a minor version bump to ↵Bryan Newbold2021-11-171-1/+1
| | | | | | | | v0.5.0 (not v0.4.1)
| * content_scope: include in file ES schema and transformBryan Newbold2021-11-172-0/+2
| |
| * guide: document content_scope fieldBryan Newbold2021-11-173-1/+49
| |
| * minimal python test coverage of content_scope fieldsBryan Newbold2021-11-173-0/+6
| |
| * python code: update python_openapi_client in lockfileBryan Newbold2021-11-171-1/+1
| |
| * update python client library codegen for content_scopeBryan Newbold2021-11-179-17/+95
| |