summaryrefslogtreecommitdiff
path: root/cask/src/cask/main/Main.scala
Commit message (Expand)AuthorAgeFilesLines
* Convert `Decorator#OuterReturned` into a type parameterLi Haoyi2019-10-091-2/+2
* Genericize `cask.Main#decorators` and `cask.Routes#decorators` to allow other...Li Haoyi2019-10-091-2/+2
* Break up `Router.scala` into a `router/` folder with multiple filesLi Haoyi2019-09-161-12/+12
* re-expose handleNotFound and handleEndpointError, update docsLi Haoyi2019-09-151-16/+20
* Move logic from `Main` class into companion object, to clean up user-facing A...Li Haoyi2019-09-151-80/+92
* Sketch out a standard `cask.Logger` interface and standardize dependency inje...Li Haoyi2019-09-151-7/+9
* Break circular dependency by splitting `RouteEndpointMetadata` into its own fileLi Haoyi2019-09-151-4/+5
* Move recursive Decorator-processing logic into `Decorator.invoke`, document w...Li Haoyi2019-09-151-29/+8
* First pass at providing a convenient API for handling websocketsLi Haoyi2019-09-141-1/+3
* Rename `BaseDecorator` -> `Decorator`, `Decorator` -> `RawDecorator`, `BaseEn...Li Haoyi2019-09-141-2/+2
* Make `Input` a type param tooLi Haoyi2019-09-141-1/+1
* `InnerResponse` is now a type param instead of member, allowing better error ...Li Haoyi2019-09-141-1/+2
* .Li Haoyi2019-09-141-14/+20
* 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.7: micro-optimizations to remove trivially unnecessary bottlenecks0.1.7Li Haoyi2018-08-261-9/+16
* Get rid of unneccessary `HttpDecorator`Li Haoyi2018-08-181-0/+12
* 0.1.10.1.1Li Haoyi2018-08-181-2/+2
* tweak docsLi Haoyi2018-08-181-59/+45
* Tweak websocket tests, example and docsLi Haoyi2018-08-131-10/+9
* Basic websocket support worksLi Haoyi2018-08-131-30/+70
* add readme for main configurationLi Haoyi2018-08-121-46/+59
* Add `@cask.decorators.compress` utilityLi Haoyi2018-08-091-1/+2
* Properly roll back transactions when endpoints fail in TodoMvcDbLi Haoyi2018-08-081-10/+19
* Refactor decorators into a more traditional delegation model, and use that to...Li Haoyi2018-08-081-24/+17
* wip more readmeLi Haoyi2018-07-281-7/+10
* Allow Decorators to short-circuit request processing by bailing out earlyLi Haoyi2018-07-261-8/+16
* CleanupLi Haoyi2018-07-261-2/+2
* Simplify public Decorator APILi Haoyi2018-07-261-5/+2
* First decorator unit test worksLi Haoyi2018-07-261-0/+1
* WIP getting first decorator unit test workingLi Haoyi2018-07-261-5/+6
* big refactoring in preparation for allowing endpoint filtersLi Haoyi2018-07-251-10/+9
* Split out `ErrorMsgs` from `Main`Li Haoyi2018-07-251-113/+6
* Fix testsLi Haoyi2018-07-251-3/+8
* HTTP method distinction now works, by generating parallel routing trees one-p...Li Haoyi2018-07-251-7/+11
* Basic invocation error renderer copied from AmmoniteLi Haoyi2018-07-251-8/+117
* Create `requests: Requests` NilParam with convenience methods for common nece...Li Haoyi2018-07-251-2/+2
* Enforce `com.lihaoyi:acyclic` on the Cask codebaseLi Haoyi2018-07-251-2/+1
* Extract out `model.ParamContext`Li Haoyi2018-07-251-3/+5
* Split up `cask` package into subpackagesLi Haoyi2018-07-251-0/+86