Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | convert pipeline workers from pykafka to confluent-kafka | Bryan Newbold | 2019-09-20 | 3 | -125/+230 | |
| | ||||||
* | small kafka tweaks for robustness | Bryan Newbold | 2019-09-20 | 2 | -0/+5 | |
| | ||||||
* | convert importers to confluent-kafka library | Bryan Newbold | 2019-09-20 | 2 | -21/+74 | |
| | ||||||
* | bump max message size to ~20 MBytes | Bryan Newbold | 2019-09-20 | 2 | -0/+2 | |
| | ||||||
* | fixes to confluent-kafka harvesters | Bryan Newbold | 2019-09-20 | 3 | -20/+21 | |
| | ||||||
* | docker-compose: kafka 2.0, and -dev topic names | Bryan Newbold | 2019-09-20 | 1 | -3/+2 | |
| | ||||||
* | first draft harvesters using confluent-kafka | Bryan Newbold | 2019-09-20 | 3 | -48/+104 | |
| | ||||||
* | make default kafka env 'dev', not 'qa' | Bryan Newbold | 2019-09-20 | 2 | -4/+4 | |
| | ||||||
* | add confluent-kafka library (to replace pykafka) | Bryan Newbold | 2019-09-20 | 1 | -0/+1 | |
| | ||||||
* | guide: remove Recurse mention from CoC | Bryan Newbold | 2019-09-20 | 1 | -3/+2 | |
| | ||||||
* | CHANGELOG note of python codegen change | Bryan Newbold | 2019-09-19 | 1 | -0/+4 | |
| | ||||||
* | fix another python codegen auth contamination bug | Bryan Newbold | 2019-09-18 | 2 | -5/+37 | |
| | | | | | Seems to be the classic one where a dict as a default arg gets mutated then reused across instances. Blech. | |||||
* | python codegen: don't clobber README every time | Bryan Newbold | 2019-09-18 | 2 | -1/+2 | |
| | ||||||
* | python codegen with new openapi-generator tool | Bryan Newbold | 2019-09-18 | 79 | -5689/+6824 | |
| | ||||||
* | update python codegen script with new generator | Bryan Newbold | 2019-09-18 | 1 | -58/+6 | |
| | ||||||
* | spec: invalid to have an exmple here | Bryan Newbold | 2019-09-18 | 1 | -1/+0 | |
| | ||||||
* | document release publish processv0.3.1 | Bryan Newbold | 2019-09-18 | 1 | -0/+48 | |
| | ||||||
* | rust: use SPDX exact short license names | Bryan Newbold | 2019-09-18 | 2 | -2/+2 | |
| | ||||||
* | one last v0.3.1 CHANGELOG note about rust | Bryan Newbold | 2019-09-18 | 1 | -0/+6 | |
| | ||||||
* | rust: remove duplicated copies of API spec | Bryan Newbold | 2019-09-18 | 3 | -14399/+4 | |
| | ||||||
* | rust codegen (with rustfix, compiles 2018 edition) | Bryan Newbold | 2019-09-18 | 8 | -1000/+1036 | |
| | ||||||
* | update fatcat-openapi crate to 2018 edition | Bryan Newbold | 2019-09-18 | 1 | -0/+1 | |
| | ||||||
* | more rust codegen hacks | Bryan Newbold | 2019-09-18 | 1 | -0/+24 | |
| | | | | Starting to fix problems where crate wouldn't actually build (!) | |||||
* | rust: improve crate metadata | Bryan Newbold | 2019-09-18 | 2 | -1/+5 | |
| | ||||||
* | update CHANGELOG for v0.3.1 | Bryan Newbold | 2019-09-18 | 1 | -0/+7 | |
| | ||||||
* | tweaks to fatcat-openapi-client python packaging | Bryan Newbold | 2019-09-18 | 3 | -9/+9 | |
| | ||||||
* | handle more external identifiers in python | Bryan Newbold | 2019-09-18 | 2 | -14/+101 | |
| | | | | | This makes it possible to, eg, past an arxiv identifier or SHA-1 hash in the general search box and do a quick lookup. | |||||
* | webface: fix duration_seconds parsing | Bryan Newbold | 2019-09-18 | 1 | -1/+1 | |
| | ||||||
* | add guide editing links to edit forms and signup message | Bryan Newbold | 2019-09-18 | 5 | -5/+26 | |
| | ||||||
* | python webface impl token generation | Bryan Newbold | 2019-09-18 | 4 | -1/+85 | |
| | ||||||
* | rust impl token endpoint (and bump crate version) | Bryan Newbold | 2019-09-18 | 3 | -6/+57 | |
| | ||||||
* | codegen python lib v0.3.1 | Bryan Newbold | 2019-09-18 | 78 | -77/+343 | |
| | ||||||
* | codegen rust v0.3.1 | Bryan Newbold | 2019-09-18 | 11 | -58/+460 | |
| | ||||||
* | api spec: bump to v0.3.1 | Bryan Newbold | 2019-09-18 | 1 | -1/+1 | |
| | ||||||
* | api spec: auth token endpoint | Bryan Newbold | 2019-09-18 | 1 | -0/+47 | |
| | ||||||
* | slightly less annoying 'flash' message header | Bryan Newbold | 2019-09-18 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| |