Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | codegen version bump | Bryan Newbold | 2019-05-21 | 41 | -42/+42 |
| | | | | Wow, a surprisingly large commit! | ||||
* | python_client: patch out circular dep | Bryan Newbold | 2019-05-20 | 3 | -3/+0 |
| | |||||
* | 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 | 10 | -658/+1617 |
| | |||||
* | python codegen | Bryan Newbold | 2019-05-14 | 13 | -40/+1578 |
| | |||||
* | codegen size_bytes -> size | Bryan Newbold | 2019-05-13 | 1 | -15/+15 |
| | |||||
* | python codegen | Bryan Newbold | 2019-05-13 | 7 | -196/+608 |
| | |||||
* | 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 | 1 | -1/+1 |
| | | | | | 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 | 1 | -2/+5 |
| | |||||
* | bump versions (0.1.0 to 0.2.0) | Bryan Newbold | 2019-01-28 | 31 | -32/+32 |
| | |||||
* | 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 | 5 | -16/+965 |
| | |||||
* | 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 | 1 | -208/+0 |
| | |||||
* | start refactor of moving fatcat_client into python_client | Bryan Newbold | 2019-01-09 | 34 | -0/+17746 |