summaryrefslogtreecommitdiff
path: root/example
Commit message (Expand)AuthorAgeFilesLines
* 0.3.60.3.6Li Haoyi2019-11-074-4/+4
* Flesh out `BatchActor.scala` into its own module, `cask.Actor`. Add the first...Li Haoyi2019-11-034-13/+7
* Fix StateMachine to properly inherit from BatchActorLi Haoyi2019-10-134-4/+4
* fix testsLi Haoyi2019-10-134-30/+23
* Statically check the set of decorators applied to each endpoint methodLi Haoyi2019-10-091-1/+2
* Add example of setting static file headers, compressing static filesLi Haoyi2019-10-094-0/+80
* Convert `Decorator#OuterReturned` into a type parameterLi Haoyi2019-10-095-7/+7
* Add test to verify `compress` decorator is properly passing through irrelevan...Li Haoyi2019-10-093-0/+90
* upgrade to quill 3.4.10, re-enable database examplesLi Haoyi2019-10-096-16/+22
* fix-testsLi Haoyi2019-09-162-43/+19
* Merge pull request #14 from lihaoyi-databricks/masterLi Haoyi2019-09-163-83/+36
|\
| * Provide a simple builtin websocket client in `cask.WsClient`Li Haoyi2019-09-163-83/+36
* | 0.2.80.2.8Li Haoyi2019-09-166-9/+116
|/
* 0.2.60.2.6Li Haoyi2019-09-161-1/+0
* Sketch out a standard `cask.Logger` interface and standardize dependency inje...Li Haoyi2019-09-1522-27/+39
* First pass at providing a convenient API for handling websocketsLi Haoyi2019-09-144-17/+175
* Rename `BaseDecorator` -> `Decorator`, `Decorator` -> `RawDecorator`, `BaseEn...Li Haoyi2019-09-143-5/+5
* Make `Input` a type param tooLi Haoyi2019-09-141-3/+2
* `InnerResponse` is now a type param instead of member, allowing better error ...Li Haoyi2019-09-142-6/+2
* `cask.Response` is now covariantLi Haoyi2019-09-141-0/+3
* .Li Haoyi2019-09-1445-75/+76
* tweak example generationLi Haoyi2019-06-3020-23/+36
* upgrade Mill to latest versionLi Haoyi2019-06-3020-52/+4
* 0.2.1: support for Scala 2.13.0. Some tests using Quill disabled until they g...0.2.1Li Haoyi2019-06-1522-67/+67
* 0.1.90.1.9Li Haoyi2018-08-2620-40/+40
* 0.1.80.1.8Li Haoyi2018-08-2620-20/+20
* 0.1.7: micro-optimizations to remove trivially unnecessary bottlenecks0.1.7Li Haoyi2018-08-2620-20/+20
* bump to latest version of MillLi Haoyi2018-08-261-1/+1
* 0.1.50.1.5Li Haoyi2018-08-252-0/+8
* 0.1.40.1.4Li Haoyi2018-08-221-1/+1
* 0.1.30.1.3Li Haoyi2018-08-2223-19/+87
* Robustify, speed up and scale up the websocket example testsLi Haoyi2018-08-181-20/+26
* 0.1.10.1.1Li Haoyi2018-08-1825-28/+28
* 0.1.00.1.0Li Haoyi2018-08-1323-24/+40
* 0.0.90.0.9Li Haoyi2018-08-1319-19/+19
* 0.0.80.0.8Li Haoyi2018-08-1319-19/+19
* 0.0.70.0.7Li Haoyi2018-08-1319-19/+19
* 0.0.60.0.6Li Haoyi2018-08-1319-19/+19
* 0.0.50.0.5Li Haoyi2018-08-1319-19/+19
* 0.0.40.0.4Li Haoyi2018-08-1319-19/+19
* 0.0.30.0.3Li Haoyi2018-08-1320-20/+20
* 0.0.20.0.2Li Haoyi2018-08-1319-19/+19
* Tweak websocket tests, example and docsLi Haoyi2018-08-133-10/+6
* Add test case for 1000 concurrent websocket connections (can't go higher due ...Li Haoyi2018-08-132-20/+90
* Basic websocket support worksLi Haoyi2018-08-134-1/+99
* trim unnecessary dependenciesLi Haoyi2018-08-131-1/+2
* Add `Router.Result#map` to DRY up repetitive pattern matchesLi Haoyi2018-08-131-7/+2
* add docs on writing custom endpointsLi Haoyi2018-08-133-0/+77
* Add scalatags exampleLi Haoyi2018-08-1320-17/+80
* tweak docgenLi Haoyi2018-08-122-0/+1