| Commit message (Expand) | Author | Age | Files | Lines |
* | bump rust code to 0.5.0 | Bryan Newbold | 2021-11-17 | 5 | -6/+7 |
* | rust: bump crate version and lockfile | Bryan Newbold | 2021-11-17 | 2 | -3/+3 |
* | rust: implement content_scope | Bryan Newbold | 2021-11-17 | 5 | -0/+22 |
* | SQL implementation of content_scope | Bryan Newbold | 2021-11-17 | 2 | -0/+36 |
* | codegen rust code for content_scope | Bryan Newbold | 2021-11-17 | 3 | -4/+19 |
* | api: add SQL 'ORDER BY' to many reads to stabilize API array ordering | Bryan Newbold | 2021-11-05 | 1 | -3/+14 |
* | rust: expand valid hdl identifiers | Bryan Newbold | 2021-10-13 | 1 | -3/+7 |
* | rust: partial test coverage of schema changes | Bryan Newbold | 2021-10-13 | 1 | -2/+32 |
* | rust: prep for possible DOI lowercase enforcement | Bryan Newbold | 2021-10-13 | 1 | -1/+5 |
* | rust: implement scheman and API changes | Bryan Newbold | 2021-10-13 | 5 | -38/+353 |
* | rust: handle new migrations in test helper | Bryan Newbold | 2021-10-13 | 1 | -1/+1 |
* | rust: implement recent SQL changes | Bryan Newbold | 2021-10-13 | 2 | -0/+12 |
* | fatcatd: display version correctly, and at startup | Bryan Newbold | 2021-10-13 | 1 | -2/+8 |
* | fatcat-api: enforce more release ext_id checks at create/update | Bryan Newbold | 2021-10-13 | 1 | -2/+15 |
* | sql: v0.4 schema implementation (as diesel migration) | Bryan Newbold | 2021-10-13 | 2 | -0/+58 |
* | bump rust code version to v0.4.0 | Bryan Newbold | 2021-10-13 | 3 | -5/+7 |
* | rust codegen for v0.4 | Bryan Newbold | 2021-10-13 | 8 | -25/+307 |
* | guide and openapi schema: fix QA URLs, and disclaim QA instance | Bryan Newbold | 2021-04-12 | 1 | -2/+2 |
* | rust: update Cargo.lock (openapi dep was updated) | Bryan Newbold | 2021-01-05 | 1 | -1/+1 |
* | rust makefile: rename 'dev' to 'serve' | Bryan Newbold | 2021-01-05 | 1 | -2/+2 |
* | rust openapi lib: bump version to v0.3.3 | Bryan Newbold | 2020-12-24 | 1 | -1/+1 |
* | rust: update lazy_static dependency | Bryan Newbold | 2020-12-24 | 3 | -35/+26 |
* | rust: fix malformed ext id error type | Bryan Newbold | 2020-12-17 | 1 | -2/+2 |
* | rust: rename and improve dblp key (id) syntax check | Bryan Newbold | 2020-12-17 | 2 | -9/+17 |
* | cargo: update sentry to fix memory initialization issue | Bryan Newbold | 2020-11-20 | 2 | -274/+332 |
* | update fatcatd rust code for 'oai' external identifier | Bryan Newbold | 2020-11-19 | 4 | -11/+189 |
* | codegen rust schema crate | Bryan Newbold | 2020-11-19 | 6 | -3/+20 |
* | rustfmt | Bryan Newbold | 2020-11-19 | 5 | -87/+138 |
* | rust: fatcatd changes for DOAJ+dblp identifiers | Bryan Newbold | 2020-11-19 | 6 | -949/+1062 |
* | codegen rust crate for v0.3.3 | Bryan Newbold | 2020-11-19 | 8 | -227/+244 |
* | fatcat export: flush after batch, not per-line | Bryan Newbold | 2020-08-05 | 1 | -1/+1 |
* | group-by-work mode for fatcat-export | Bryan Newbold | 2020-08-04 | 1 | -15/+157 |
* | rust Makefile: fix test command | Bryan Newbold | 2020-08-04 | 1 | -2/+1 |
* | updates to Makefile | Bryan Newbold | 2020-07-01 | 1 | -1/+1 |
* | remove accidentally-commited lines from rust Makefile | Bryan Newbold | 2020-06-26 | 1 | -3/+0 |
* | add work-in-progress Rust makefile | Bryan Newbold | 2020-05-26 | 2 | -2/+29 |
* | more TODO/proposal cleanup | Bryan Newbold | 2020-01-22 | 1 | -0/+4 |
* | fatcatd: fix corner-case in abstracts insertion | Bryan Newbold | 2020-01-15 | 1 | -1/+4 |
* | bump required rust to 1.36 | Bryan Newbold | 2019-12-03 | 1 | -1/+1 |
* | add 'component' as a release_type | Bryan Newbold | 2019-11-04 | 1 | -0/+1 |
* | update rust README with fatcat_test db creation note | Bryan Newbold | 2019-10-03 | 1 | -1/+4 |
* | update rust README re: openssl | Bryan Newbold | 2019-10-01 | 1 | -17/+1 |
* | entirely remove unused https flag to fatcatd | Bryan Newbold | 2019-09-29 | 1 | -15/+6 |
* | cargo update fatcat rust after openssl removal | Bryan Newbold | 2019-09-29 | 1 | -76/+32 |
* | remove 'client' and hyper-openssl options from fatcat-openapi rust crate | Bryan Newbold | 2019-09-29 | 1 | -3/+6 |
* | rust: use SPDX exact short license names | Bryan Newbold | 2019-09-18 | 2 | -2/+2 |
* | 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 |