| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | entity ident (fcid) UUID helpers | Bryan Newbold | 2018-07-20 | 3 | -1/+30 | 
| | | | | | | Could perhaps implement these as impl methods on the uuid::Uuid struct instead? | ||||
| * | work all cut out | Bryan Newbold | 2018-07-20 | 1 | -18/+35 | 
| | | |||||
| * | fix orcid name parsing | Bryan Newbold | 2018-07-18 | 2 | -1/+11 | 
| | | | | | And add test | ||||
| * | fix display of files when file size not known | Bryan Newbold | 2018-07-18 | 1 | -2/+2 | 
| | | |||||
| * | update TODO | Bryan Newbold | 2018-07-18 | 1 | -0/+46 | 
| | | |||||
| * | larger font (slightly) | Bryan Newbold | 2018-06-30 | 5 | -20/+23 | 
| | | |||||
| * | update TODO/notes again | Bryan Newbold | 2018-06-30 | 3 | -3/+46 | 
| | | |||||
| * | add cat photo to front page | Bryan Newbold | 2018-06-30 | 3 | -1/+9 | 
| | | |||||
| * | yet more web tweaks | Bryan Newbold | 2018-06-30 | 4 | -25/+70 | 
| | | |||||
| * | better extra json printing | Bryan Newbold | 2018-06-30 | 5 | -11/+22 | 
| | | |||||
| * | switch from newest to oldest wayback link | Bryan Newbold | 2018-06-30 | 2 | -4/+4 | 
| | | |||||
| * | release view tweaks from real data | Bryan Newbold | 2018-06-30 | 1 | -5/+6 | 
| | | |||||
| * | extra json as code, not pre | Bryan Newbold | 2018-06-30 | 2 | -2/+2 | 
| | | |||||
| * | template bugfixes | Bryan Newbold | 2018-06-30 | 1 | -2/+3 | 
| | | |||||
| * | changelog is limited | Bryan Newbold | 2018-06-30 | 1 | -0/+2 | 
| | | |||||
| * | update readmes/TODOs | Bryan Newbold | 2018-06-30 | 3 | -38/+37 | 
| | | |||||
| * | fix problems with dummy data | Bryan Newbold | 2018-06-30 | 1 | -9/+9 | 
| | | |||||
| * | more fatcat-web views (changelog, history, etc) | Bryan Newbold | 2018-06-30 | 21 | -58/+1488 | 
| | | |||||
| * | refactor massive rust api_server into api_wrappers | Bryan Newbold | 2018-06-30 | 3 | -439/+468 | 
| | | | | | | The wrappers file contains the "glue" code to map to fatcat-api (openapi2 codegen) function signatures. | ||||
| * | generic changelog endpoints | Bryan Newbold | 2018-06-30 | 14 | -25/+750 | 
| | | |||||
| * | respect more flag for stats endpoint | Bryan Newbold | 2018-06-30 | 2 | -23/+35 | 
| | | |||||
| * | fix release ref and contrib ordering | Bryan Newbold | 2018-06-30 | 1 | -0/+2 | 
| | | |||||
| * | add remaining history endpoints | Bryan Newbold | 2018-06-30 | 13 | -107/+1400 | 
| | | |||||
| * | history for container entities | Bryan Newbold | 2018-06-30 | 14 | -128/+596 | 
| | | |||||
| * | refactor changelog entry spec structure | Bryan Newbold | 2018-06-30 | 8 | -142/+214 | 
| | | |||||
| * | more small view tweaks | Bryan Newbold | 2018-06-30 | 2 | -8/+26 | 
| | | |||||
| * | notes from auth research | Bryan Newbold | 2018-06-30 | 1 | -0/+12 | 
| | | |||||
| * | add some container extra_json to examples | Bryan Newbold | 2018-06-30 | 1 | -4/+4 | 
| | | |||||
| * | rust README: progress | Bryan Newbold | 2018-06-30 | 1 | -4/+4 | 
| | | |||||
| * | bunch more view updates | Bryan Newbold | 2018-06-30 | 5 | -93/+276 | 
| | | |||||
| * | update container view | Bryan Newbold | 2018-06-30 | 1 | -8/+83 | 
| | | |||||
| * | update semantic UI version to 2.3.2 | Bryan Newbold | 2018-06-30 | 1 | -2/+2 | 
| | | |||||
| * | include norwegian register boolean | Bryan Newbold | 2018-06-30 | 1 | -0/+1 | 
| | | |||||
| * | fix issn importer booleans | Bryan Newbold | 2018-06-30 | 1 | -4/+15 | 
| | | |||||
| * | importer updates | Bryan Newbold | 2018-06-30 | 1 | -2/+16 | 
| | | |||||
| * | small crossref_importer bugfix | Bryan Newbold | 2018-06-29 | 1 | -1/+1 | 
| | | |||||
| * | more postgres notes | Bryan Newbold | 2018-06-29 | 2 | -60/+117 | 
| | | |||||
| * | crossref_importer: auto-create work entities | Bryan Newbold | 2018-06-28 | 2 | -15/+20 | 
| | | | | | | This now means that work_type isn't populated, but imports should run significantly faster. | ||||
| * | todo updates | Bryan Newbold | 2018-06-28 | 2 | -1/+11 | 
| | | |||||
| * | postgres performance/tuning notes | Bryan Newbold | 2018-06-28 | 1 | -0/+138 | 
| | | | | | Results have been added to the journal-infra ansible repo. | ||||
| * | stripe API design note | Bryan Newbold | 2018-06-28 | 1 | -0/+15 | 
| | | |||||
| * | auto-create works for releases | Bryan Newbold | 2018-06-28 | 2 | -2/+34 | 
| | | | | | | | | If a work_id isn't supplied, create a new work and link it. Note that the work_id doesn't get passed back in the response, only the release_id. | ||||
| * | make release_rev.work_id optional in openapi spec | Bryan Newbold | 2018-06-28 | 5 | -7/+5 | 
| | | | | | This is to enable auto-creation of works, speeding up bulk insertion. | ||||
| * | add a bunch of database indexes | Bryan Newbold | 2018-06-27 | 1 | -0/+37 | 
| | | |||||
| * | WIP on UI update | Bryan Newbold | 2018-06-25 | 4 | -47/+131 | 
| | | |||||
| * | stats page | Bryan Newbold | 2018-06-25 | 3 | -0/+112 | 
| | | |||||
| * | update fatcat codegen | Bryan Newbold | 2018-06-25 | 8 | -24/+281 | 
| | | |||||
| * | slightly more robust crossref import | Bryan Newbold | 2018-06-25 | 1 | -0/+9 | 
| | | |||||
| * | update import numbers | Bryan Newbold | 2018-06-21 | 1 | -1/+11 | 
| | | |||||
| * | copy some of paper-search over | Bryan Newbold | 2018-06-21 | 6 | -6/+124 | 
| | | |||||
