aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update stats for Jan 2023HEADv0.5.2masterBryan Newbold2023-01-042-0/+49
|
* stats: remove broken JSON fileBryan Newbold2023-01-041-146/+0
|
* CHANGELOG bumpBryan Newbold2023-01-041-1/+13
|
* notes: commit a whole bunch of random notes and filesBryan Newbold2023-01-0418-0/+413
|
* proposals: update status; add some old ones; consistent file namesBryan Newbold2023-01-0423-14/+111
|
* rust: update TODO and dev docsBryan Newbold2023-01-042-1/+33
|
* commit cleanup TODO listBryan Newbold2023-01-041-0/+95
|
* Merge branch 'martin-pubmed-harvest-empty-map-december' into 'master'bnewbold2022-12-121-3/+13
|\ | | | | | | | | pubmed: ignore empty map during baseline update See merge request webgroup/fatcat!145
| * pubmed: ignore empty map during baseline updateMartin Czygan2022-12-121-3/+13
|/ | | | | | | | | | | > NLM produces a baseline set of PubMed citation records in XML format for download on an annual basis. The annual baseline is released in December of each year. -- https://ftp.ncbi.nlm.nih.gov/pubmed/updatefiles/README.txt Last occurence Dec 8, 2022. Since we do not know the exact date, but the Pubmed docs explicitly state "December", we ignore empty map error in this month.
* dumps: don't upload file hashes or release extid tablesBryan Newbold2022-11-231-1/+1
| | | | These could be replaced by subsets of data (eg, using jq) in the future.
* dumps: private database dump commandsBryan Newbold2022-11-231-0/+18
|
* dumps: use main partition path in prodBryan Newbold2022-11-233-13/+13
|
* guide: fix CORE link, and some other extid tweaksBryan Newbold2022-11-211-7/+10
|
* guide: add 'for publishers' and 'for authors' sectionsBryan Newbold2022-11-163-0/+190
|
* guide: typos; whitespace; move DOI and author name style infoBryan Newbold2022-11-166-78/+92
|
* update statsBryan Newbold2022-10-212-0/+49
|
* web: update front-page statsBryan Newbold2022-10-211-3/+3
|
* update CHANGELOG with macaroon changeBryan Newbold2022-10-211-1/+2
|
* rust: bump macaroon crate to v0.3.0 (upstream)Bryan Newbold2022-10-213-56/+127
|
* Merge branch 'bnewbold-fix-editing-4xx' into 'master'bnewbold2022-10-061-4/+5
|\ | | | | | | | | small fixes to editing process (python and rust) See merge request webgroup/fatcat!139
| * rust: don't set prev_rev on re-update if entity is createdBryan Newbold2022-03-091-4/+5
| | | | | | | | | | | | | | | | | | This applies when re-editing any entity within an editgroup, when the entity does not yet exist other than the current editgroup. The current behavior was resulting in "updated" status, with "prev_rev" pointing to a revision which never existing in the catalog (aka, had never been merged).
* | Merge branch 'bnewbold-rust-macaroons-upstream' into 'master'bnewbold2022-10-0614-832/+1323
|\ \ | | | | | | | | | | | | rust: refactor closer to 'macaroon' crate See merge request webgroup/fatcat!143
| * | rust: clippy cleanupsBryan Newbold2022-10-0510-62/+60
| | |
| * | rust: more makefile commandsBryan Newbold2022-10-051-1/+17
| | |
| * | rust: add some more macaroons/auth test coverageBryan Newbold2022-10-052-7/+93
| | |
| * | rust: switch to patched version of macaroon v0.2.0, for legacy HMACsBryan Newbold2022-10-052-6/+5
| | |
| * | rust: switch from patched macaroons to upstream v0.2.0Bryan Newbold2022-09-263-772/+1164
|/ / | | | | | | | | Much fo the changes here are to deal with the 'ByteString' type that is included as part of the macaroons library itself.
* | Merge branch 'bnewbold-fill-changelog-gaps' into 'master'bnewbold2022-09-063-1/+138
|\ \ | | | | | | | | | | | | rust: fill changelog gap helper tool See merge request webgroup/fatcat!142
| * | notes on changelog gap fix in productionBryan Newbold2022-08-121-0/+41
| | |
| * | rust: new fatcat-doctor fixup tool, with changelog gap fillerBryan Newbold2022-08-121-0/+97
| | |
| * | gitignore: don't skip run bin filesBryan Newbold2022-08-121-1/+0
| | |
* | | RIP Peter EckersleyBryan Newbold2022-09-061-1/+1
| | | | | | | | | | | | "A man is not dead while his name is still spoken."
* | | 2022-09-06 statsBryan Newbold2022-09-062-0/+194
|/ /
* | stats updateBryan Newbold2022-07-292-0/+49
| |
* | chocula update notesBryan Newbold2022-07-292-0/+50
| |
* | Merge branch 'bnewbold-dblp-iteration' into 'master'bnewbold2022-07-259-9/+336
|\ \ | | | | | | | | | | | | dblp import iteration See merge request webgroup/fatcat!141
| * | dblp import/update notesBryan Newbold2022-07-191-0/+114
| | |
| * | dblp: updated ingest pipelineBryan Newbold2022-07-196-7/+213
| | |
| * | ingest: generate URLs for hdl (handle.net)Bryan Newbold2022-07-191-0/+4
| | |
| * | dblp: more skip patterns, and rename variableBryan Newbold2022-07-191-2/+5
| | |
* | | chocula importer: do update if publisher_type was nullBryan Newbold2022-07-211-0/+3
| | |
* | | container publisher_type cleanup notesBryan Newbold2022-07-212-0/+104
| | |
* | | bulk edit/import notesBryan Newbold2022-07-203-0/+136
| | |
* | | doaj: fix tests now that container_id is requiredBryan Newbold2022-07-194-8/+8
| | |
* | | doaj: require container linkage for release importBryan Newbold2022-07-191-0/+4
| | |
* | | 2021 ORCID metadata import notesBryan Newbold2022-07-191-0/+64
| | |
* | | examples: container with duplicate releasesBryan Newbold2022-07-191-0/+3
| | |
* | | updated statsBryan Newbold2022-07-192-0/+48
|/ /
* | cleanup: DOAJ missing container_idBryan Newbold2022-07-122-0/+41
| |
* | ingest: DOAJ article URLsBryan Newbold2022-07-121-0/+4
| |