aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* small crossref_importer bugfixBryan Newbold2018-06-291-1/+1
|
* more postgres notesBryan Newbold2018-06-292-60/+117
|
* crossref_importer: auto-create work entitiesBryan Newbold2018-06-282-15/+20
| | | | | This now means that work_type isn't populated, but imports should run significantly faster.
* todo updatesBryan Newbold2018-06-282-1/+11
|
* postgres performance/tuning notesBryan Newbold2018-06-281-0/+138
| | | | Results have been added to the journal-infra ansible repo.
* stripe API design noteBryan Newbold2018-06-281-0/+15
|
* auto-create works for releasesBryan Newbold2018-06-282-2/+34
| | | | | | | If a work_id isn't supplied, create a new work and link it. Note that the work_id doesn't get passed back in the response, only the release_id.
* make release_rev.work_id optional in openapi specBryan Newbold2018-06-285-7/+5
| | | | This is to enable auto-creation of works, speeding up bulk insertion.
* add a bunch of database indexesBryan Newbold2018-06-271-0/+37
|
* WIP on UI updateBryan Newbold2018-06-254-47/+131
|
* stats pageBryan Newbold2018-06-253-0/+112
|
* update fatcat codegenBryan Newbold2018-06-258-24/+281
|
* slightly more robust crossref importBryan Newbold2018-06-251-0/+9
|
* update import numbersBryan Newbold2018-06-211-1/+11
|
* copy some of paper-search overBryan Newbold2018-06-216-6/+124
|
* implement webface lookups (by url; no search form)Bryan Newbold2018-06-212-4/+66
|
* tweak CSV null fields as None, not ''Bryan Newbold2018-06-211-11/+22
|
* more importer fixesVinay Goel2018-06-213-9/+14
|
* crossref importer tweaks and fixesVinay Goel2018-06-211-3/+13
|
* ORCID importer tweaksVinay Goel2018-06-211-1/+17
|
* importer readmesVinay Goel2018-06-211-0/+46
|
* no more default/mangled HTTP status codesBryan Newbold2018-06-219-126/+137
|
* actually log errorsBryan Newbold2018-06-214-12/+34
|
* temporary static front-pageBryan Newbold2018-06-211-0/+373
|
* ISSN importerBryan Newbold2018-06-215-1/+101
|
* manifest importerBryan Newbold2018-06-213-4/+100
|
* importer tests and fixesBryan Newbold2018-06-206-11/+30
|
* have fatcatd declare it's port on startupBryan Newbold2018-06-201-1/+4
|
* more progress on crossref+orcid importersBryan Newbold2018-06-206-52/+126
|
* handle UUID errors as HTTP 400Bryan Newbold2018-06-202-2/+45
|
* python: refactor importer code (+crossref)Bryan Newbold2018-06-2010-252/+274
|
* ISO 639-1 for language codesBryan Newbold2018-06-193-2/+3
|
* consistent volume/issue/pages orderingBryan Newbold2018-06-194-7/+7
|
* implement more of stats endpointBryan Newbold2018-06-191-7/+53
|
* implement (most) of stats endpointBryan Newbold2018-06-1913-9/+296
|
* add stats API endpoint (freeform)Bryan Newbold2018-06-191-1/+23
| | | | | | This intentionally doesn't really have a schema, just an 'extra' JSON object field. If the stats values stabilize we can move from 'extra' to specified values.
* satisfy rustfmtBryan Newbold2018-06-191-1/+2
|
* incorportate reverse lookups into web uiBryan Newbold2018-06-175-9/+39
|
* re-gen python endpointsBryan Newbold2018-06-172-0/+309
|
* implement reverse lookupsBryan Newbold2018-06-172-9/+115
|
* update fatcat-api with openapi changeBryan Newbold2018-06-179-10/+813
|
* spec: reverse-lookup endpointsBryan Newbold2018-06-171-0/+48
| | | | | | files-for-release releases-for-creator releases-for-work
* remove random entity endpointsBryan Newbold2018-06-172-38/+0
|
* fix broken basic/boring templatesBryan Newbold2018-06-177-54/+169
|
* change release field order, and larger examplesBryan Newbold2018-06-172-21/+45
|
* more consistent example dataBryan Newbold2018-06-172-7/+7
|
* update webface copyBryan Newbold2018-06-173-26/+33
|
* rename RFC documentBryan Newbold2018-06-172-2/+2
|
* update TODO listsBryan Newbold2018-06-172-38/+13
|
* actually accept editgroups for ORCID importBryan Newbold2018-06-111-4/+17
|