Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | acutaly expand filesets/webcaptures | Bryan Newbold | 2019-01-18 | 1 | -1/+21 |
* | include filesets and webcaptures in exports | Bryan Newbold | 2019-01-18 | 2 | -2/+2 |
* | basic tests for filesets and webcaptures | Bryan Newbold | 2019-01-18 | 2 | -0/+160 |
* | fix typo in elastic transform code | Bryan Newbold | 2019-01-18 | 1 | -1/+1 |
* | python codegen | Bryan Newbold | 2019-01-18 | 2 | -3/+7 |
* | update import README with times | Bryan Newbold | 2019-01-18 | 1 | -2/+3 |
* | impl cdx timestamps as datetime | Bryan Newbold | 2019-01-18 | 3 | -5/+5 |
* | rust codegen | Bryan Newbold | 2019-01-18 | 4 | -13/+23 |
* | sql schema: cdx timestamps as datetime | Bryan Newbold | 2019-01-18 | 1 | -7/+7 |
* | api schema: CDX timestamps as datetime | Bryan Newbold | 2019-01-18 | 1 | -2/+5 |
* | fix autoaccept test | Bryan Newbold | 2019-01-18 | 1 | -2/+2 |
* | more 'true' -> True query param fixes | Bryan Newbold | 2019-01-18 | 4 | -4/+4 |
* | state in elasticsearch (and deleted/redirects) | Bryan Newbold | 2019-01-18 | 2 | -2/+9 |
* | don't need string bools in query flags any more | Bryan Newbold | 2019-01-17 | 1 | -8/+8 |
* | rust fmt | Bryan Newbold | 2019-01-17 | 3 | -44/+58 |
* | rust codegen (with query param parsing) | Bryan Newbold | 2019-01-17 | 2 | -26/+151 |
* | have rust codegen validate optional query params | Bryan Newbold | 2019-01-17 | 1 | -0/+12 |
* | add test for parameter parsing | Bryan Newbold | 2019-01-17 | 1 | -0/+83 |
* | SQL schema PG version note | Bryan Newbold | 2019-01-17 | 1 | -1/+2 |
* | issn => journal_metadata in several places | Bryan Newbold | 2019-01-17 | 6 | -42/+42 |
* | make token logins (and cookies in general) work locally/dev | Bryan Newbold | 2019-01-17 | 2 | -6/+8 |
* | flash login warning if no credentials | Bryan Newbold | 2019-01-17 | 1 | -1/+3 |
* | Merge branch 'citation-efficiency' | Bryan Newbold | 2019-01-17 | 12 | -95/+505 |
|\ | |||||
| * | more robust IA Xauth logging | Bryan Newbold | 2019-01-16 | 1 | -1/+4 |
| * | add test for refs blob stuff in rust itself | Bryan Newbold | 2019-01-14 | 1 | -0/+161 |
| * | 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 | 3 | -0/+8 |
| * | python tests for citation efficiency | Bryan Newbold | 2019-01-14 | 1 | -0/+113 |
| * | correct release refs return value when empty | Bryan Newbold | 2019-01-14 | 1 | -1/+5 |
| * | hack pylint for unimplemented routes | Bryan Newbold | 2019-01-14 | 1 | -4/+4 |
| * | TODO updates | Bryan Newbold | 2019-01-14 | 2 | -12/+73 |
| * | allow null release_refs (as opposed to empty list) | Bryan Newbold | 2019-01-11 | 1 | -1/+1 |
| * | first draft implementation of ref interning | Bryan Newbold | 2019-01-11 | 3 | -64/+102 |
| * | SQL schema for interned ref JSON blobs | Bryan Newbold | 2019-01-11 | 2 | -26/+36 |
| * | python codegen | Bryan Newbold | 2019-01-11 | 1 | -1/+27 |
* | | update TODO | Bryan Newbold | 2019-01-17 | 1 | -16/+13 |
* | | small tweaks to import docs | Bryan Newbold | 2019-01-17 | 1 | -1/+3 |
* | | add annotations and editgroup tests | Bryan Newbold | 2019-01-15 | 2 | -0/+155 |
* | | rust: autoaccept requires admin | Bryan Newbold | 2019-01-15 | 1 | -2/+8 |
* | | minor python codegen | Bryan Newbold | 2019-01-14 | 1 | -1/+27 |
* | | cleanup test fixtures a bit | Bryan Newbold | 2019-01-14 | 1 | -28/+2 |
* | | remove spurious/debug line from fatcatd | Bryan Newbold | 2019-01-14 | 1 | -1/+0 |
* | | update README with progress | Bryan Newbold | 2019-01-14 | 1 | -3/+3 |
* | | hack pylint for unimplemented routes | Bryan Newbold | 2019-01-14 | 1 | -4/+4 |
* | | TODO updates | Bryan Newbold | 2019-01-14 | 2 | -12/+73 |
|/ | |||||
* | minimal crude rust tests for new endpoints | Bryan Newbold | 2019-01-11 | 2 | -1/+152 |
* | 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 |
* | fix fcid note in SQL schema | Bryan Newbold | 2019-01-11 | 1 | -1/+1 |
* | implement since/before ordering for range requests | Bryan Newbold | 2019-01-11 | 7 | -75/+132 |