aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix coverage of python client libraryBryan Newbold2019-09-131-1/+1
|
* CI: add df commands to debug out-of-spaceBryan Newbold2019-09-131-0/+4
|
* add code of conduct pointer as top-level repo fileBryan Newbold2019-09-131-0/+6
|
* rename guide 'The Fatcat Guide'Bryan Newbold2019-09-132-2/+2
|
* update CoC and guide policiesBryan Newbold2019-09-135-42/+127
|
* API docs default to redoc, not swagger-uiBryan Newbold2019-09-132-1/+34
|
* re-codegen python codeBryan Newbold2019-09-1376-306/+611
|
* add description removal to codegen scriptBryan Newbold2019-09-131-1/+2
|
* rust codegenBryan Newbold2019-09-1310-2456/+4074
| | | | | This re-ordered a lot of code, because several endpoints had their tags changed, but should be no actual change in behavior/spec.
* api spec: remove 'summary'; delineate full descriptionBryan Newbold2019-09-131-5/+6
| | | | | | | Full description was getting included in every single python client library header, and we don't want that. Also correct the contact email address.
* remove query param examples from api specBryan Newbold2019-09-121-9/+47
| | | | | | | OpenAPI validator complained about these examples being set in query parameters. Was using types factor out syntax etc into blocks, so needed to update these to separate examples from the rest of the identifier spec.
* make openapi spec work with old python codegen (TAGLINE hack)Bryan Newbold2019-09-121-86/+86
|
* massively expand docs in openapi specBryan Newbold2019-09-121-78/+937
|
* create new collection just for fatcat exportsBryan Newbold2019-09-092-2/+2
|
* small tweaks to coverage pagesBryan Newbold2019-09-062-1/+2
|
* update CHANGELOGBryan Newbold2019-09-061-0/+13
|
* add python README ref to .env fileBryan Newbold2019-09-051-0/+1
| | | | | For running tests. Perhaps a better solution is setting sane defaults in code? But want to require, eg, secret salts.
* update missing rust crate namesBryan Newbold2019-09-053-4/+4
|
* update more rust library name refsBryan Newbold2019-09-055-8/+8
|
* rename rust crate fatcat-api-spec -> fatcat-openapiBryan Newbold2019-09-0532-33/+33
|
* update all other mentions of python client libBryan Newbold2019-09-0510-22/+22
|
* refactor all python source for client lib nameBryan Newbold2019-09-0558-229/+229
|
* rename python client to 'fatcat-openapi-client'Bryan Newbold2019-09-0586-329/+329
|
* small fixes to release viewBryan Newbold2019-09-051-14/+24
| | | | | - full width container metadata table accordion - fix "Published in by blah" cases
* fix Importer editgroup_extra pass-throughBryan Newbold2019-09-051-2/+1
|
* container type: journal display as 'Scholarly Journal'Bryan Newbold2019-09-051-1/+1
|
* very conservative Pipfile.lock to fix import bugBryan Newbold2019-09-041-141/+143
| | | | | | | | | | | | When pipenv upgraded all dependencies after installing pygal, tests failed due to errors like: NotImplementedError: Can't perform this operation for unregistered loader type coming from citeproc style code, via `pkg_resource`. Still not sure what the root cause is, as that package itself wasn't upgraded. I tried a bit of bisecting dependency upgrades but nothing obvious was the cause, and a full bisection would take forever.
* remove coverage debug statementsBryan Newbold2019-09-041-10/+0
|
* finish container coverage pageBryan Newbold2019-09-045-29/+110
| | | | Also re-worked container view sidebar a bit more.
* import pygalBryan Newbold2019-09-043-148/+190
|
* start container coverage pageBryan Newbold2019-09-044-2/+104
|
* webface: improve container sidebar styleBryan Newbold2019-09-041-41/+84
|
* clarify default blank form fieldsBryan Newbold2019-09-031-3/+3
|
* include example releases on container landing pageBryan Newbold2019-09-035-81/+137
| | | | | Included making release search results an entity macro (in webface templates).
* do release search by container_id, not issnlBryan Newbold2019-09-032-2/+5
|
* update front-page stats (for containers number)Bryan Newbold2019-09-031-3/+3
|
* comment clarifying container.ident in ES release transformBryan Newbold2019-09-031-0/+2
|
* additional container webface edit fieldsBryan Newbold2019-09-032-9/+36
|
* corpus CHANGELOG about chocula updatesBryan Newbold2019-09-031-0/+6
|
* file rel: social -> academicsocialBryan Newbold2019-09-031-2/+2
|
* guide: flesh out 'rel' and 'container_type' vocabsBryan Newbold2019-09-032-0/+24
|
* fix previous fix (need tests)Bryan Newbold2019-09-031-2/+2
|
* fix typo bug in container ES transformBryan Newbold2019-09-031-2/+2
|
* last chocula import behavior tweaksBryan Newbold2019-09-031-3/+21
|
* webface include webarchive_urls for containersBryan Newbold2019-09-032-1/+6
|
* more careful chocula import counts; don't re-update empty URLsBryan Newbold2019-09-031-2/+6
|
* better importer 'total' countingBryan Newbold2019-09-031-4/+2
|
* chocula importer: include DOAJ updatesBryan Newbold2019-09-031-2/+2
|
* use EZB and szczepanski as OA signals (ES)Bryan Newbold2019-09-031-0/+12
|
* improvements to chocula importerBryan Newbold2019-09-031-1/+7
|