summaryrefslogtreecommitdiff
path: root/cask/test/src/test/cask/FailureTests.scala
Commit message (Expand)AuthorAgeFilesLines
* Statically check the set of decorators applied to each endpoint methodLi Haoyi2019-10-091-0/+15
* Convert `Decorator#OuterReturned` into a type parameterLi Haoyi2019-10-091-1/+1
* Move recursive Decorator-processing logic into `Decorator.invoke`, document w...Li Haoyi2019-09-151-1/+0
* Rename `BaseDecorator` -> `Decorator`, `Decorator` -> `RawDecorator`, `BaseEn...Li Haoyi2019-09-141-1/+1
* .Li Haoyi2019-09-141-1/+1
* 0.1.10.1.1Li Haoyi2018-08-181-3/+2
* auto-upload examplesLi Haoyi2018-08-121-6/+0
* Add `@cask.decorators.compress` utilityLi Haoyi2018-08-091-9/+5
* Properly roll back transactions when endpoints fail in TodoMvcDbLi Haoyi2018-08-081-2/+1
* Refactor decorators into a more traditional delegation model, and use that to...Li Haoyi2018-08-081-2/+6
* wip more readmeLi Haoyi2018-07-281-12/+3
* Alias Decorator, Endpoint and BaseDecorator onto cask.*Li Haoyi2018-07-261-1/+1
* Allow Decorators to short-circuit request processing by bailing out earlyLi Haoyi2018-07-261-1/+1
* CleanupLi Haoyi2018-07-261-1/+1
* Provide proper compilation error messages around mis-used decorators and add ...Li Haoyi2018-07-261-0/+53