aboutsummaryrefslogtreecommitdiffstats
path: root/skate
Commit message (Collapse)AuthorAgeFilesLines
* skate: minor doc tweaksMartin Czygan2022-01-152-8/+8
|
* slugify: use builder facilitiesMartin Czygan2022-01-141-2/+1
|
* schema: update docsMartin Czygan2021-12-171-0/+1
|
* batcher: a single call sufficesMartin Czygan2021-12-071-1/+1
|
* reduce: use mockable timeMartin Czygan2021-11-234-13/+13
| | | | | While basically the same, we save a bit with a default mock and prepare a bit better for some future encapsulation.
* fix typoMartin Czygan2021-11-231-1/+1
|
* rename module to gitlab.com/internetarchive/refcatMartin Czygan2021-10-2017-30/+30
| | | | | This changes all the import paths to the current canonical location on http://gitlab.com/internetarchive/refcat.
* makefile: go get is deprecatedMartin Czygan2021-09-271-1/+1
|
* misc: fix and improve commentsMartin Czygan2021-09-234-5/+28
|
* verify: fix link in log messageMartin Czygan2021-09-231-1/+1
|
* ignore notes in progressMartin Czygan2021-08-161-0/+1
|
* map: add note on input data issueMartin Czygan2021-08-051-0/+2
|
* map: only include complete rowsMartin Czygan2021-08-051-0/+3
|
* adjust schema testsMartin Czygan2021-08-051-2/+2
|
* tasks: use a mapperMartin Czygan2021-08-053-0/+22
|
* cleanup: add stub ref cleanupMartin Czygan2021-08-052-1/+18
|
* skate: move cleanup code outMartin Czygan2021-08-054-62/+101
|
* update docsMartin Czygan2021-08-031-0/+2
|
* update notesMartin Czygan2021-08-021-0/+20
|
* v0.2.4Martin Czygan2021-08-021-1/+1
|
* mapper: add bref, rewo mappersMartin Czygan2021-08-022-0/+21
|
* xio: mention lockMartin Czygan2021-07-311-1/+1
| | | | | there are other lock-free implementations, such as https://github.com/cloudfoundry/go-diodes
* v0.2.3Martin Czygan2021-07-281-1/+1
|
* reduce: remove log statementsMartin Czygan2021-07-281-4/+0
|
* reduce: adjust testMartin Czygan2021-07-281-3/+3
|
* reduce: fix test filesMartin Czygan2021-07-282-52/+104
|
* adjust reduce test casesMartin Czygan2021-07-284-1087/+1087
|
* v0.2.2Martin Czygan2021-07-281-1/+1
|
* leave ref.index unchangedMartin Czygan2021-07-281-6/+6
| | | | | | | | | previously, we started with 0-indexed input, but wanted 1-indexed values so we added increments at various points which probably lead to bug (missing refs), since at one point we would fuse the original ref data (w/o increments) with the matched data (w/ increments); with scholar:528804ad2e55983cf3e5e6659d8f46db0cab02b7 we can now leave indices as is
* reduce: add caseMartin Czygan2021-07-285-0/+93
|
* reduce: add more logging, temporarilyMartin Czygan2021-07-271-1/+6
|
* add bref augment scaffoldMartin Czygan2021-07-274-0/+43
|
* tests: use more sensible namesMartin Czygan2021-07-272-6/+6
|
* move test utilities into testutilMartin Czygan2021-07-272-32/+41
|
* annotate test casesMartin Czygan2021-07-271-5/+12
|
* update docsMartin Czygan2021-07-271-4/+1
|
* update dependenciesMartin Czygan2021-07-272-6/+0
|
* remove unused/partially implemented skate-dot for nowMartin Czygan2021-07-272-75/+1
|
* minor tweaks and doc improvementsMartin Czygan2021-07-272-49/+45
|
* update todo notesMartin Czygan2021-07-271-2/+22
|
* reuse timestampsMartin Czygan2021-07-271-6/+14
| | | | | | | | | | while time.Now is not really slow, thanks to vDSO (cf. https://git.io/J4SOH), it will be even faster to just call it once at the start of the processing; also: https://twitter.com/davidcrawshaw/status/1414243408936280073 > Turns out http://time.Now was taking its usual amount of time on linux, ~50 nanoseconds [...]
* reduce: explicitly name magic numbersMartin Czygan2021-07-271-3/+8
|
* schema: add note regarding field nameMartin Czygan2021-07-271-1/+1
|
* v0.2.1Martin Czygan2021-07-271-1/+1
|
* schema: tweaksMartin Czygan2021-07-272-5/+112
| | | | add String() to CSLDate; we only cover a few typical cases
* cleanup and docsMartin Czygan2021-07-271-25/+4
|
* reduce: use pascal caseMartin Czygan2021-07-261-2/+2
|
* v0.2.0Martin Czygan2021-07-261-1/+1
| | | | | | | | | | | | lots of tweaks * normalize (eg, lower-case) DOIs in all (or at least most?) situations, especially for equality comparisons * don't try to parse DOI from ref_key (which may contain a source DOI, but not a target DOI) * switch to using date-parts for year in target_csl output * switch from author.name to author.raw_name in target_csl output (neither are standard; raw_name indicates this better) * pass through match_provenance in unmatched case * in target_csl output, don't always include issued and accessed dates as * empty objects (could save significant ES index disk space?)
* switch to sligthly more performance string builderMartin Czygan2021-07-263-43/+41
|
* reduce: mention upcoming change to indexingMartin Czygan2021-07-261-1/+1
| | | | see: scholar:528804ad2e55983cf3e5e6659d8f46db0cab02b7