summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add more Decorated testsLi Haoyi2018-07-263-3/+37
|
* remove dead codeLi Haoyi2018-07-263-57/+25
|
* Avoid generating ArgSig instances twice in Router.scalaLi Haoyi2018-07-261-8/+20
|
* Allow Decorators to short-circuit request processing by bailing out earlyLi Haoyi2018-07-2610-34/+85
|
* CleanupLi Haoyi2018-07-268-30/+43
|
* Provide proper compilation error messages around mis-used decorators and add ↵Li Haoyi2018-07-263-10/+79
| | | | compileError tests
* Simplify public Decorator APILi Haoyi2018-07-2610-51/+59
|
* First decorator unit test worksLi Haoyi2018-07-265-9/+10
|
* WIP getting first decorator unit test workingLi Haoyi2018-07-265-11/+46
|
* big refactoring in preparation for allowing endpoint filtersLi Haoyi2018-07-2512-192/+179
|
* Split out `ErrorMsgs` from `Main`Li Haoyi2018-07-252-113/+126
|
* Fix testsLi Haoyi2018-07-254-16/+18
|
* HTTP method distinction now works, by generating parallel routing trees ↵Li Haoyi2018-07-256-11/+25
| | | | one-per-method