summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* tweak docsLi Haoyi2018-08-184-126/+202
|
* tweak docsLi Haoyi2018-08-143-15/+14
|
* 0.1.00.1.0Li Haoyi2018-08-1329-32/+91
|
* 0.0.90.0.9Li Haoyi2018-08-1320-22/+23
|
* 0.0.80.0.8Li Haoyi2018-08-1320-21/+21
|
* 0.0.70.0.7Li Haoyi2018-08-1321-28/+29
|
* 0.0.60.0.6Li Haoyi2018-08-1321-25/+44
|
* add jdk8 build to CILi Haoyi2018-08-131-0/+4
|
* 0.0.50.0.5Li Haoyi2018-08-1320-21/+21
|
* 0.0.40.0.4Li Haoyi2018-08-1320-20/+20
|
* tweak docsLi Haoyi2018-08-131-1/+1
|
* tweak docsLi Haoyi2018-08-131-1/+1
|
* tweak docsLi Haoyi2018-08-131-0/+8
|
* 0.0.30.0.3Li Haoyi2018-08-1323-32/+21
|
* 0.0.20.0.2Li Haoyi2018-08-1320-20/+20
|
* tweak publishingLi Haoyi2018-08-132-3/+8
|
* Tweak websocket tests, example and docsLi Haoyi2018-08-139-30/+29
|
* Add test case for 1000 concurrent websocket connections (can't go higher due ↵Li Haoyi2018-08-132-20/+90
| | | | to client limitations)
* Tweak publishingLi Haoyi2018-08-131-1/+1
|
* tweak publishingLi Haoyi2018-08-131-1/+1
|
* tweak publishingLi Haoyi2018-08-131-2/+2
|
* tweak publishingLi Haoyi2018-08-131-2/+2
|
* Basic websocket support worksLi Haoyi2018-08-1317-53/+275
|
* upgrade Mill so we can take advantage of testLocalLi Haoyi2018-08-132-2/+2
|
* license, publishingLi Haoyi2018-08-132-2/+40
|
* trim unnecessary dependenciesLi Haoyi2018-08-134-6/+35
|
* Add `Router.Result#map` to DRY up repetitive pattern matchesLi Haoyi2018-08-134-47/+40
|
* fix-buildLi Haoyi2018-08-131-2/+2
|
* cleanup root dirLi Haoyi2018-08-134-2/+2
|
* add docs on writing custom endpointsLi Haoyi2018-08-135-3/+117
|
* Add scalatags exampleLi Haoyi2018-08-1322-18/+98
|
* add badgesLi Haoyi2018-08-123-5/+24
|
* tweak docgenLi Haoyi2018-08-125-611/+45
|
* support for java <9Li Haoyi2018-08-1210-15/+36
|
* auto publishing of docs w/ example downloads worksLi Haoyi2018-08-129-938/+624
|
* auto-upload examplesLi Haoyi2018-08-1257-252/+1907
|
* 0.0.10.0.1Li Haoyi2018-08-126-0/+86
|
* add readme for main configurationLi Haoyi2018-08-122-46/+109
|
* Allow for optional query paramsLi Haoyi2018-08-092-3/+9
|
* Remove `scopt` dependencyLi Haoyi2018-08-091-1/+0
|
* Add `@cask.decorators.compress` utilityLi Haoyi2018-08-0912-17/+272
| | | | Allow for decorators to be applied across `cask.Routes` or `cask.Main`
* add full stack todomvc example to readmeLi Haoyi2018-08-082-3/+198
|
* Full TodoMVC example basically worksLi Haoyi2018-08-084-231/+205
|
* Properly roll back transactions when endpoints fail in TodoMvcDbLi Haoyi2018-08-0815-125/+315
|
* Refactor decorators into a more traditional delegation model, and use that ↵Li Haoyi2018-08-0815-85/+204
| | | | to implement endpoint-scoped transactions using Quill
* Add simple TodoMvcApi server test caseLi Haoyi2018-08-083-1/+116
|
* wip more readmeLi Haoyi2018-07-2812-36/+93
|
* first pass at a readmeLi Haoyi2018-07-289-64/+387
|
* WIP get a todo example workingLi Haoyi2018-07-277-4/+668
|
* Alias Decorator, Endpoint and BaseDecorator onto cask.*Li Haoyi2018-07-269-62/+68
|