Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove codegen python cruft | Bryan Newbold | 2019-05-21 | 6 | -240/+0 |
| | |||||
* | codegen version bump | Bryan Newbold | 2019-05-21 | 77 | -78/+78 |
| | | | | Wow, a surprisingly large commit! | ||||
* | python_client: patch out circular dep | Bryan Newbold | 2019-05-20 | 4 | -3/+33 |
| | |||||
* | python_client: remove crufty files | Bryan Newbold | 2019-05-20 | 7 | -1508/+0 |
| | |||||
* | schema: allow releases expansion on file/fileset/webcapture | Bryan Newbold | 2019-05-20 | 4 | -9/+96 |
| | | | | And codegen rust and python | ||||
* | codegen and rust impl created timestamp | Bryan Newbold | 2019-05-14 | 1 | -1/+27 |
| | |||||
* | python codegen | Bryan Newbold | 2019-05-14 | 19 | -707/+1953 |
| | |||||
* | python codegen | Bryan Newbold | 2019-05-14 | 21 | -46/+1865 |
| | |||||
* | codegen size_bytes -> size | Bryan Newbold | 2019-05-13 | 1 | -15/+15 |
| | |||||
* | python codegen | Bryan Newbold | 2019-05-13 | 9 | -196/+649 |
| | |||||
* | add CHANGELOG entry about api_key issue | Bryan Newbold | 2019-04-09 | 1 | -0/+1 |
| | |||||
* | don't require auth for editgroup annotations | Bryan Newbold | 2019-04-09 | 1 | -1/+1 |
| | | | | | | | | | | Amazing that this bug found it's way through... because most testing is from Python, and was having serious auth config leakage with python_client. We're still in 0.x, and this is such a small/eggregious bug that i'm not going to tag as a backwards-incompatible schema update (but will note in CHANGELOG). | ||||
* | add work-around for weird TypeWithDefault config class | Bryan Newbold | 2019-04-09 | 2 | -1/+18 |
| | | | | | Expect this to fix a serious bug with configuration "contamination" between priv_api and regular api. :codinghorror: | ||||
* | monkeypatch annoying pytest shutdown exception | Bryan Newbold | 2019-04-04 | 2 | -2/+25 |
| | |||||
* | bump versions (0.1.0 to 0.2.0) | Bryan Newbold | 2019-01-28 | 58 | -59/+59 |
| | |||||
* | codegen schema tweaks | Bryan Newbold | 2019-01-24 | 1 | -0/+8 |
| | |||||
* | allow passing description+extra to batch endpoints | Bryan Newbold | 2019-01-22 | 1 | -7/+63 |
| | | | | | | Pretty messy, but I needed some way to do this. In particular, requires json.dumps() in python code, for now. Blech. | ||||
* | allow arxiv and jstor lookups | Bryan Newbold | 2019-01-21 | 1 | -1/+9 |
| | |||||
* | codegen | Bryan Newbold | 2019-01-21 | 3 | -84/+196 |
| | |||||
* | python codegen | Bryan Newbold | 2019-01-18 | 2 | -3/+7 |
| | |||||
* | minor python codegen | Bryan Newbold | 2019-01-14 | 1 | -1/+27 |
| | |||||
* | codegen python | Bryan Newbold | 2019-01-11 | 8 | -19/+1044 |
| | |||||
* | python codegen | Bryan Newbold | 2019-01-09 | 2 | -2/+83 |
| | |||||
* | python: test fixes for required editgroup_id | Bryan Newbold | 2019-01-09 | 1 | -168/+252 |
| | |||||
* | continue breaking out python client | Bryan Newbold | 2019-01-09 | 32 | -5/+1563 |
| | |||||
* | start refactor of moving fatcat_client into python_client | Bryan Newbold | 2019-01-09 | 36 | -0/+17915 |