Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fmt | Bryan Newbold | 2018-05-15 | 1 | -9/+9 |
| | |||||
* | refactor error handling | Bryan Newbold | 2018-05-15 | 1 | -67/+132 |
| | |||||
* | fix response names | Bryan Newbold | 2018-05-15 | 1 | -24/+25 |
| | |||||
* | basic error/response handling | Bryan Newbold | 2018-05-15 | 1 | -82/+127 |
| | |||||
* | fmt | Bryan Newbold | 2018-05-15 | 1 | -27/+15 |
| | |||||
* | progress on inserts | Bryan Newbold | 2018-05-15 | 1 | -29/+44 |
| | | | | Using a huge sql_query() to do raw multi-table inserts for now. | ||||
* | hack around JSON serialization for now | Bryan Newbold | 2018-05-15 | 1 | -5/+19 |
| | |||||
* | flush out more database models | Bryan Newbold | 2018-05-15 | 1 | -1/+2 |
| | |||||
* | progress on database lookup | Bryan Newbold | 2018-05-15 | 1 | -17/+42 |
| | |||||
* | more cleanups | Bryan Newbold | 2018-05-15 | 1 | -18/+8 |
| | |||||
* | start ripping out cruft | Bryan Newbold | 2018-05-15 | 1 | -4/+3 |
| | |||||
* | fmt | Bryan Newbold | 2018-05-15 | 1 | -4/+6 |
| | |||||
* | working db_pool and response | Bryan Newbold | 2018-05-15 | 1 | -16/+25 |
| | |||||
* | fix build (non-functional though) | Bryan Newbold | 2018-05-15 | 1 | -1/+3 |
| | |||||
* | broken diesel+iron integration | Bryan Newbold | 2018-05-15 | 1 | -0/+10 |
| | |||||
* | fmt and cleanup | Bryan Newbold | 2018-05-15 | 1 | -81/+196 |
| | |||||
* | revert to v2.3.1 codegen | Bryan Newbold | 2018-05-15 | 1 | -196/+81 |
| | | | | | This reverts back to something compatible with Iron and simple (blocking) parallelism, instead of the new async hyper 0.11 stuff. | ||||
* | regenerated and pseudo-integrated | Bryan Newbold | 2018-05-14 | 1 | -0/+288 |