Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor and test citeproc code | Bryan Newbold | 2019-03-18 | 1 | -0/+62 |
| | |||||
* | update dev setup instructions | Bryan Newbold | 2019-03-15 | 1 | -2/+2 |
| | |||||
* | more integration of transform refactor | Bryan Newbold | 2019-03-11 | 2 | -0/+15 |
| | |||||
* | fix tests/api_releases (schema examples) | Bryan Newbold | 2019-03-04 | 1 | -1/+1 |
| | |||||
* | update api_release test for new example | Bryan Newbold | 2019-03-02 | 1 | -1/+1 |
| | |||||
* | bunch of lint/whitespace cleanups | Bryan Newbold | 2019-02-22 | 1 | -1/+1 |
| | |||||
* | verify release_status field | Bryan Newbold | 2019-02-14 | 1 | -1/+18 |
| | |||||
* | disable route tests for 'create' pages (for now) | Bryan Newbold | 2019-02-09 | 1 | -4/+6 |
| | |||||
* | crossref import tweaks/fixes | Bryan Newbold | 2019-01-29 | 2 | -1/+3 |
| | | | | | - refs: article-title not title; save unstructured; authors not author - save 'language' field (already an ISO code) | ||||
* | fix tests/cli.sh | Bryan Newbold | 2019-01-28 | 1 | -1/+1 |
| | |||||
* | add quick test for WARN rust logging | Bryan Newbold | 2019-01-28 | 1 | -0/+12 |
| | |||||
* | fix matched test vector | Bryan Newbold | 2019-01-28 | 1 | -1/+1 |
| | | | | this was resulting in a collision with default/example database objects. | ||||
* | update journal meta import/transform | Bryan Newbold | 2019-01-25 | 3 | -19/+29 |
| | |||||
* | tweak crossref import, and update tests | Bryan Newbold | 2019-01-24 | 2 | -15/+44 |
| | |||||
* | empty fields test | Bryan Newbold | 2019-01-24 | 1 | -0/+13 |
| | |||||
* | allow importing contrib/refs lists | Bryan Newbold | 2019-01-24 | 2 | -4/+12 |
| | | | | | | The motivation here isn't really to support these gigantic lists on principle, but to be able to ingest large corpuses without having to decide whether to filter out or crop such lists. | ||||
* | start changes to release ES schema | Bryan Newbold | 2019-01-23 | 2 | -2/+3 |
| | |||||
* | ensure crossref importer doesn't create empty editgroups | Bryan Newbold | 2019-01-23 | 1 | -0/+2 |
| | |||||
* | add missing date | Bryan Newbold | 2019-01-23 | 1 | -1/+1 |
| | |||||
* | more tests; fix some importer behavior | Bryan Newbold | 2019-01-23 | 5 | -13/+68 |
| | |||||
* | specific test for desc/extra in editgroups | Bryan Newbold | 2019-01-23 | 1 | -2/+26 |
| | |||||
* | improve changelog tests | Bryan Newbold | 2019-01-23 | 5 | -11/+15 |
| | |||||
* | refactor remaining importers | Bryan Newbold | 2019-01-22 | 6 | -28/+27 |
| | |||||
* | refactored crossref importer to new style | Bryan Newbold | 2019-01-22 | 2 | -29/+32 |
| | |||||
* | crossref importer updates | Bryan Newbold | 2019-01-22 | 3 | -3/+4 |
| | |||||
* | fix issn -> journal-metadata rename | Bryan Newbold | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | more per-entity tests | Bryan Newbold | 2019-01-22 | 7 | -58/+312 |
| | |||||
* | basic tests for filesets and webcaptures | Bryan Newbold | 2019-01-18 | 2 | -0/+160 |
| | |||||
* | don't need string bools in query flags any more | Bryan Newbold | 2019-01-17 | 1 | -8/+8 |
| | |||||
* | issn => journal_metadata in several places | Bryan Newbold | 2019-01-17 | 2 | -26/+26 |
| | |||||
* | Merge branch 'citation-efficiency' | Bryan Newbold | 2019-01-17 | 1 | -0/+113 |
|\ | | | | | | | | | Manually merged conflict in: - ./TODO | ||||
| * | python tests for citation efficiency | Bryan Newbold | 2019-01-14 | 1 | -0/+113 |
| | | |||||
* | | add annotations and editgroup tests | Bryan Newbold | 2019-01-15 | 2 | -0/+155 |
| | | |||||
* | | cleanup test fixtures a bit | Bryan Newbold | 2019-01-14 | 1 | -28/+2 |
|/ | |||||
* | start fixing webface for editgroup changes | Bryan Newbold | 2019-01-11 | 1 | -1/+1 |
| | |||||
* | python: test fixes for required editgroup_id | Bryan Newbold | 2019-01-09 | 2 | -7/+7 |
| | |||||
* | remove redundant old codegen tests | Bryan Newbold | 2019-01-09 | 26 | -1528/+0 |
| | |||||
* | partially revert raise_for_status() refactor | Bryan Newbold | 2019-01-08 | 2 | -40/+38 |
| | | | | Doesn't work with Flask wrapper, of course. | ||||
* | Merge branch 'bnewbold-crude-auth' | Bryan Newbold | 2019-01-08 | 12 | -16/+191 |
|\ | | | | | | | | | Fixed a conflict in: python/fatcat_export.py | ||||
| * | importers and tests all use new api-passing | Bryan Newbold | 2019-01-08 | 7 | -13/+51 |
| | | |||||
| * | start updating importer auth with crossref importer | Bryan Newbold | 2019-01-08 | 2 | -5/+16 |
| | | |||||
| * | python codegen | Bryan Newbold | 2019-01-08 | 1 | -0/+6 |
| | | |||||
| * | run basic CLI tests in CI | Bryan Newbold | 2019-01-08 | 1 | -0/+26 |
| | | |||||
| * | python codegen | Bryan Newbold | 2019-01-03 | 1 | -0/+6 |
| | | |||||
| * | python codegen | Bryan Newbold | 2019-01-03 | 3 | -0/+86 |
| | | |||||
| * | add crude/manual auth token to python tests (fixing them) | Bryan Newbold | 2018-12-31 | 1 | -0/+2 |
| | | |||||
* | | check request status codes idiomatically | Bryan Newbold | 2018-12-29 | 2 | -38/+40 |
|/ | |||||
* | python codegren for fileset/web | Bryan Newbold | 2018-12-26 | 6 | -0/+332 |
| | |||||
* | remove unused postgres-backed stats stuff | Bryan Newbold | 2018-12-24 | 3 | -49/+0 |
| | | | | Will replace with elasticsearch-based dash in webface | ||||
* | python impl of API ident harmonization | Bryan Newbold | 2018-12-24 | 5 | -137/+137 |
| |