aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'bnewbold-mergers' into 'master'bnewbold2021-11-258-0/+1046
|\
| * mergers common: remove inaccurate commentBryan Newbold2021-11-241-2/+0
| * 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
| * 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
| * 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
| * rust: bump crate version and lockfileBryan Newbold2021-11-172-3/+3
| * rust: implement content_scopeBryan Newbold2021-11-175-0/+22
| * SQL implementation of content_scopeBryan Newbold2021-11-172-0/+36
| * codegen rust code for content_scopeBryan Newbold2021-11-173-4/+19
| * schema: add content_scope fields, and bump to 0.4.1Bryan Newbold2021-11-171-1/+10
| * proposal: content_scope fieldBryan Newbold2021-11-171-0/+84
* | typo: don't expand containers for release revs (TOML)Bryan Newbold2021-11-191-1/+1
* | web editgroup diff: don't enrich in TOML diff; fix overlapping breakBryan Newbold2021-11-192-5/+8
* | web generic entity helpers: make enrichment optionalBryan Newbold2021-11-191-18/+49
* | polish editgroup diff viewBryan Newbold2021-11-184-92/+83
* | initial implementation of editgroup 'diff' for reviewBryan Newbold2021-11-174-6/+183