summaryrefslogtreecommitdiff
path: root/cask/src/cask/main/Routes.scala
Commit message (Expand)AuthorAgeFilesLines
* 0.3.60.3.6Li Haoyi2019-11-071-1/+1
* Flesh out `BatchActor.scala` into its own module, `cask.Actor`. Add the first...Li Haoyi2019-11-031-1/+4
* Convert `Decorator#OuterReturned` into a type parameterLi Haoyi2019-10-091-1/+1
* Genericize `cask.Main#decorators` and `cask.Routes#decorators` to allow other...Li Haoyi2019-10-091-1/+1
* 0.2.80.2.8Li Haoyi2019-09-161-1/+1
* 0.2.60.2.6Li Haoyi2019-09-161-0/+1
* Break up `Router.scala` into a `router/` folder with multiple filesLi Haoyi2019-09-161-1/+3
* Sketch out a standard `cask.Logger` interface and standardize dependency inje...Li Haoyi2019-09-151-3/+2
* Break circular dependency by splitting `RouteEndpointMetadata` into its own fileLi Haoyi2019-09-151-68/+2
* Move recursive Decorator-processing logic into `Decorator.invoke`, document w...Li Haoyi2019-09-151-10/+12
* Rename `BaseDecorator` -> `Decorator`, `Decorator` -> `RawDecorator`, `BaseEn...Li Haoyi2019-09-141-6/+6
* Make `Input` a type param tooLi Haoyi2019-09-141-6/+5
* `InnerResponse` is now a type param instead of member, allowing better error ...Li Haoyi2019-09-141-4/+4
* 0.2.1: support for Scala 2.13.0. Some tests using Quill disabled until they g...0.2.1Li Haoyi2019-06-151-1/+1
* 0.1.10.1.1Li Haoyi2018-08-181-2/+2
* Basic websocket support worksLi Haoyi2018-08-131-5/+5
* Add `@cask.decorators.compress` utilityLi Haoyi2018-08-091-0/+2
* Properly roll back transactions when endpoints fail in TodoMvcDbLi Haoyi2018-08-081-4/+4
* Refactor decorators into a more traditional delegation model, and use that to...Li Haoyi2018-08-081-2/+2
* Alias Decorator, Endpoint and BaseDecorator onto cask.*Li Haoyi2018-07-261-50/+1
* remove dead codeLi Haoyi2018-07-261-1/+1
* Allow Decorators to short-circuit request processing by bailing out earlyLi Haoyi2018-07-261-2/+2
* CleanupLi Haoyi2018-07-261-15/+28
* Provide proper compilation error messages around mis-used decorators and add ...Li Haoyi2018-07-261-0/+11
* Simplify public Decorator APILi Haoyi2018-07-261-9/+29
* First decorator unit test worksLi Haoyi2018-07-261-5/+4
* WIP getting first decorator unit test workingLi Haoyi2018-07-261-5/+10
* big refactoring in preparation for allowing endpoint filtersLi Haoyi2018-07-251-16/+26
* HTTP method distinction now works, by generating parallel routing trees one-p...Li Haoyi2018-07-251-1/+2
* Enforce `com.lihaoyi:acyclic` on the Cask codebaseLi Haoyi2018-07-251-3/+14
* Extract out `model.ParamContext`Li Haoyi2018-07-251-2/+3
* Split up `cask` package into subpackagesLi Haoyi2018-07-251-0/+60