Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include edit_extra on single-entity creates | Bryan Newbold | 2019-05-20 | 1 | -0/+1 |
* | make some XXX into TODO | Bryan Newbold | 2019-05-20 | 1 | -1/+0 |
* | allow versioned PMCID | Bryan Newbold | 2019-05-20 | 1 | -2/+5 |
* | rust/schema: allow 'retraction' release_type | Bryan Newbold | 2019-05-16 | 1 | -0/+2 |
* | codegen and rust impl created timestamp | Bryan Newbold | 2019-05-14 | 3 | -10/+18 |
* | rust: return editors and cl index for editgroup more often | Bryan Newbold | 2019-05-14 | 5 | -15/+20 |
* | rust impl endpoint changes | Bryan Newbold | 2019-05-14 | 4 | -173/+163 |
* | rust codegen and impl | Bryan Newbold | 2019-05-14 | 2 | -22/+21 |
* | rust: fill in missing extid checkers | Bryan Newbold | 2019-05-13 | 3 | -19/+251 |
* | remove no-longer-necessary cast | Bryan Newbold | 2019-05-13 | 1 | -1/+1 |
* | rust: size_bytes -> size | Bryan Newbold | 2019-05-13 | 1 | -2/+2 |
* | rust: fix subtitle/original_title typo | Bryan Newbold | 2019-05-13 | 1 | -1/+1 |
* | rust: fix creator field order mangling | Bryan Newbold | 2019-05-13 | 1 | -4/+4 |
* | basic impl of extid changes | Bryan Newbold | 2019-05-10 | 5 | -108/+191 |
* | impl withdrawn_status | Bryan Newbold | 2019-05-10 | 3 | -6/+6 |
* | rust impl cdx extra_json removal | Bryan Newbold | 2019-05-09 | 3 | -5/+0 |
* | revet/run both migrations in rust tests | Bryan Newbold | 2019-05-09 | 1 | -0/+2 |
* | initial API schema rust impl | Bryan Newbold | 2019-05-09 | 3 | -40/+70 |
* | basic impl of new SQL schema in rust code (not wired to API) | Bryan Newbold | 2019-05-08 | 3 | -19/+71 |
* | codegen diesel rust schema | Bryan Newbold | 2019-05-08 | 1 | -1/+13 |
* | rust: API lower-cases DOI lookups | Bryan Newbold | 2019-04-18 | 1 | -2/+4 |
* | rustfmt | Bryan Newbold | 2019-04-09 | 1 | -1/+4 |
* | rust: fix macaroon expiry check | Bryan Newbold | 2019-04-09 | 1 | -10/+19 |
* | verify release_status field | Bryan Newbold | 2019-02-14 | 2 | -0/+35 |
* | small number of additional release_types | Bryan Newbold | 2019-02-14 | 1 | -0/+4 |
* | auth editor not-found is a 403 auth response | Bryan Newbold | 2019-01-29 | 1 | -1/+13 |
* | better database NotFound error propagation | Bryan Newbold | 2019-01-29 | 3 | -11/+51 |
* | fix rust comment typos | Bryan Newbold | 2019-01-28 | 1 | -1/+1 |
* | rustfmt | Bryan Newbold | 2019-01-28 | 1 | -3/+6 |
* | get regular log lines flowing through slog | Bryan Newbold | 2019-01-28 | 1 | -0/+2 |
* | squelch some rust unused imports | Bryan Newbold | 2019-01-28 | 2 | -2/+0 |
* | allow importing contrib/refs lists | Bryan Newbold | 2019-01-24 | 1 | -4/+25 |
* | allow passing description+extra to batch endpoints | Bryan Newbold | 2019-01-22 | 3 | -87/+105 |
* | allow arxiv and jstor lookups | Bryan Newbold | 2019-01-21 | 2 | -7/+31 |
* | rust impl of new fields | Bryan Newbold | 2019-01-21 | 3 | -14/+38 |
* | acutaly expand filesets/webcaptures | Bryan Newbold | 2019-01-18 | 1 | -1/+21 |
* | impl cdx timestamps as datetime | Bryan Newbold | 2019-01-18 | 2 | -4/+4 |
* | rust fmt | Bryan Newbold | 2019-01-17 | 2 | -7/+15 |
* | Merge branch 'citation-efficiency' | Bryan Newbold | 2019-01-17 | 4 | -67/+184 |
|\ | |||||
| * | add interstitial JSON serde model to citation internment | Bryan Newbold | 2019-01-14 | 2 | -14/+87 |
| * | add serde deps directly to fatcat crate | Bryan Newbold | 2019-01-14 | 1 | -0/+2 |
| * | correct release refs return value when empty | Bryan Newbold | 2019-01-14 | 1 | -1/+5 |
| * | first draft implementation of ref interning | Bryan Newbold | 2019-01-11 | 3 | -64/+102 |
* | | rust: autoaccept requires admin | Bryan Newbold | 2019-01-15 | 1 | -2/+8 |
* | | remove spurious/debug line from fatcatd | Bryan Newbold | 2019-01-14 | 1 | -1/+0 |
|/ | |||||
* | cleanups and TODOs | Bryan Newbold | 2019-01-11 | 3 | -107/+90 |
* | implement --env-format for fatcat-auth | Bryan Newbold | 2019-01-11 | 1 | -7/+15 |
* | implement since/before ordering for range requests | Bryan Newbold | 2019-01-11 | 6 | -75/+131 |
* | tone down fatcat-export comments | Bryan Newbold | 2019-01-11 | 1 | -2/+2 |
* | refactor out OtherBadRequest (just use BadRequest) | Bryan Newbold | 2019-01-11 | 3 | -25/+19 |