Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove '@' from archive.org ident | Bryan Newbold | 2019-09-17 | 1 | -1/+1 |
| | |||||
* | greatly expand on cookbook | Bryan Newbold | 2019-09-17 | 1 | -20/+595 |
| | |||||
* | add editing quickstart to guide | Bryan Newbold | 2019-09-17 | 2 | -0/+103 |
| | |||||
* | IA auth: use itemname not screenname for username | Bryan Newbold | 2019-09-17 | 1 | -1/+1 |
| | | | | | | | Have run in to several issues with IA screenname being invalid fatcat usernames (eg, containing whitespace). This probably won't catch all such issues, but hopefully most of them. | ||||
* | disable dependency caching (for now) | Bryan Newbold | 2019-09-13 | 1 | -6/+8 |
| | |||||
* | skip test_crossref_importer_huge() by default | Bryan Newbold | 2019-09-13 | 1 | -0/+1 |
| | |||||
* | fix coverage of python client library | Bryan Newbold | 2019-09-13 | 1 | -1/+1 |
| | |||||
* | CI: add df commands to debug out-of-space | Bryan Newbold | 2019-09-13 | 1 | -0/+4 |
| | |||||
* | add code of conduct pointer as top-level repo file | Bryan Newbold | 2019-09-13 | 1 | -0/+6 |
| | |||||
* | rename guide 'The Fatcat Guide' | Bryan Newbold | 2019-09-13 | 2 | -2/+2 |
| | |||||
* | update CoC and guide policies | Bryan Newbold | 2019-09-13 | 5 | -42/+127 |
| | |||||
* | API docs default to redoc, not swagger-ui | Bryan Newbold | 2019-09-13 | 2 | -1/+34 |
| | |||||
* | re-codegen python code | Bryan Newbold | 2019-09-13 | 76 | -306/+611 |
| | |||||
* | add description removal to codegen script | Bryan Newbold | 2019-09-13 | 1 | -1/+2 |
| | |||||
* | rust codegen | Bryan Newbold | 2019-09-13 | 10 | -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 description | Bryan Newbold | 2019-09-13 | 1 | -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 spec | Bryan Newbold | 2019-09-12 | 1 | -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 Newbold | 2019-09-12 | 1 | -86/+86 |
| | |||||
* | massively expand docs in openapi spec | Bryan Newbold | 2019-09-12 | 1 | -78/+937 |
| | |||||
* | create new collection just for fatcat exports | Bryan Newbold | 2019-09-09 | 2 | -2/+2 |
| | |||||
* | small tweaks to coverage pages | Bryan Newbold | 2019-09-06 | 2 | -1/+2 |
| | |||||
* | update CHANGELOG | Bryan Newbold | 2019-09-06 | 1 | -0/+13 |
| | |||||
* | add python README ref to .env file | Bryan Newbold | 2019-09-05 | 1 | -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 names | Bryan Newbold | 2019-09-05 | 3 | -4/+4 |
| | |||||
* | update more rust library name refs | Bryan Newbold | 2019-09-05 | 5 | -8/+8 |
| | |||||
* | rename rust crate fatcat-api-spec -> fatcat-openapi | Bryan Newbold | 2019-09-05 | 32 | -33/+33 |
| | |||||
* | update all other mentions of python client lib | Bryan Newbold | 2019-09-05 | 10 | -22/+22 |
| | |||||
* | refactor all python source for client lib name | Bryan Newbold | 2019-09-05 | 58 | -229/+229 |
| | |||||
* | rename python client to 'fatcat-openapi-client' | Bryan Newbold | 2019-09-05 | 86 | -329/+329 |
| | |||||
* | small fixes to release view | Bryan Newbold | 2019-09-05 | 1 | -14/+24 |
| | | | | | - full width container metadata table accordion - fix "Published in by blah" cases | ||||
* | fix Importer editgroup_extra pass-through | Bryan Newbold | 2019-09-05 | 1 | -2/+1 |
| | |||||
* | container type: journal display as 'Scholarly Journal' | Bryan Newbold | 2019-09-05 | 1 | -1/+1 |
| | |||||
* | very conservative Pipfile.lock to fix import bug | Bryan Newbold | 2019-09-04 | 1 | -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 statements | Bryan Newbold | 2019-09-04 | 1 | -10/+0 |
| | |||||
* | finish container coverage page | Bryan Newbold | 2019-09-04 | 5 | -29/+110 |
| | | | | Also re-worked container view sidebar a bit more. | ||||
* | import pygal | Bryan Newbold | 2019-09-04 | 3 | -148/+190 |
| | |||||
* | start container coverage page | Bryan Newbold | 2019-09-04 | 4 | -2/+104 |
| | |||||
* | webface: improve container sidebar style | Bryan Newbold | 2019-09-04 | 1 | -41/+84 |
| | |||||
* | clarify default blank form fields | Bryan Newbold | 2019-09-03 | 1 | -3/+3 |
| | |||||
* | include example releases on container landing page | Bryan Newbold | 2019-09-03 | 5 | -81/+137 |
| | | | | | Included making release search results an entity macro (in webface templates). | ||||
* | do release search by container_id, not issnl | Bryan Newbold | 2019-09-03 | 2 | -2/+5 |
| | |||||
* | update front-page stats (for containers number) | Bryan Newbold | 2019-09-03 | 1 | -3/+3 |
| | |||||
* | comment clarifying container.ident in ES release transform | Bryan Newbold | 2019-09-03 | 1 | -0/+2 |
| | |||||
* | additional container webface edit fields | Bryan Newbold | 2019-09-03 | 2 | -9/+36 |
| | |||||
* | corpus CHANGELOG about chocula updates | Bryan Newbold | 2019-09-03 | 1 | -0/+6 |
| | |||||
* | file rel: social -> academicsocial | Bryan Newbold | 2019-09-03 | 1 | -2/+2 |
| | |||||
* | guide: flesh out 'rel' and 'container_type' vocabs | Bryan Newbold | 2019-09-03 | 2 | -0/+24 |
| | |||||
* | fix previous fix (need tests) | Bryan Newbold | 2019-09-03 | 1 | -2/+2 |
| | |||||
* | fix typo bug in container ES transform | Bryan Newbold | 2019-09-03 | 1 | -2/+2 |
| | |||||
* | last chocula import behavior tweaks | Bryan Newbold | 2019-09-03 | 1 | -3/+21 |
| |