summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 0.3.30.3.3Li Haoyi2019-11-033-6/+11
* tweak docsLi Haoyi2019-11-032-15/+27
* Basic readme for Cask actorsLi Haoyi2019-11-032-1/+203
* Flesh out `BatchActor.scala` into its own module, `cask.Actor`. Add the first...Li Haoyi2019-11-0314-82/+482
* Fix StateMachine to properly inherit from BatchActorLi Haoyi2019-10-136-9/+7
* fix testsLi Haoyi2019-10-134-30/+23
* fixes for WsClientLi Haoyi2019-10-131-3/+5
* Add a simple `StateMachineActor` classLi Haoyi2019-10-131-1/+10
* avoid redundantly completing promise in WsClient connection failureLi Haoyi2019-10-131-3/+1
* 0.3.20.3.2Li Haoyi2019-10-111-0/+4
* bump Scala to 2.13.1Li Haoyi2019-10-103-3/+3
* 0.3.10.3.1Li Haoyi2019-10-091-0/+11
* Statically check the set of decorators applied to each endpoint methodLi Haoyi2019-10-094-14/+79
* Genericize `EndpointMetadata#decorators`Li Haoyi2019-10-091-1/+1
* Add example of setting static file headers, compressing static filesLi Haoyi2019-10-096-0/+88
* Convert `Decorator#OuterReturned` into a type parameterLi Haoyi2019-10-0913-34/+31
* Add test to verify `compress` decorator is properly passing through irrelevan...Li Haoyi2019-10-097-6/+106
* Allow `staticFiles` and `staticFiles` to specify headers to respond with (e.g...Li Haoyi2019-10-092-20/+17
* Allow `cask.decorators.compress` to skip results it doesn't care aboutLi Haoyi2019-10-093-2/+7
* Genericize `cask.Main#decorators` and `cask.Routes#decorators` to allow other...Li Haoyi2019-10-093-6/+6
* Merge branch 'master' of github.com:lihaoyi/caskLi Haoyi2019-10-091-1/+1
|\
| * Merge pull request #17 from lihaoyi/lihaoyi-patch-2Li Haoyi2019-09-251-1/+1
| |\
| | * Bump uPickle versionlihaoyi-patch-2Li Haoyi2019-09-251-1/+1
| |/
* / upgrade to quill 3.4.10, re-enable database examplesLi Haoyi2019-10-099-80/+89
|/
* 0.3.00.3.0Li Haoyi2019-09-211-0/+4
* Merge pull request #15 from lihaoyi/lihaoyi-patch-1Li Haoyi2019-09-193-9/+18
|\
| * Update WsClient.scalalihaoyi-patch-1Li Haoyi2019-09-191-0/+2
| * Update WebsocketClientImpl.scalaLi Haoyi2019-09-191-1/+1
| * Update WebsocketClientImpl.scalaLi Haoyi2019-09-191-1/+1
| * Update WebsocketClientImpl.scalaLi Haoyi2019-09-191-1/+3
| * Update WebsocketClientImpl.scalaLi Haoyi2019-09-191-1/+1
| * Update WebsocketClientImpl.scalaLi Haoyi2019-09-191-3/+7
| * Update WsClient.scalaLi Haoyi2019-09-191-2/+1
| * Update WebsocketClientImpl.scalaLi Haoyi2019-09-191-2/+4
|/
* 0.2.90.2.9Li Haoyi2019-09-162-2/+6
* fix-testsLi Haoyi2019-09-162-43/+19
* Merge pull request #14 from lihaoyi-databricks/masterLi Haoyi2019-09-1615-125/+262
|\
| * Provide a simple builtin websocket client in `cask.WsClient`Li Haoyi2019-09-1616-128/+263
* | 0.2.80.2.8Li Haoyi2019-09-1612-15/+126
|/
* 0.2.70.2.7Li Haoyi2019-09-162-2/+6
* fix artifact nameLi Haoyi2019-09-161-0/+1
* cross-build cask.util for Scala.jsLi Haoyi2019-09-163-12/+40
* 0.2.60.2.6Li Haoyi2019-09-164-3/+8
* tweak-readmeLi Haoyi2019-09-161-0/+25
* 0.2.50.2.5Li Haoyi2019-09-161-2/+2
* Break up `Router.scala` into a `router/` folder with multiple filesLi Haoyi2019-09-1619-416/+426
* 0.2.40.2.4Li Haoyi2019-09-161-2/+2
* re-expose handleNotFound and handleEndpointError, update docsLi Haoyi2019-09-153-27/+47
* Move logic from `Main` class into companion object, to clean up user-facing A...Li Haoyi2019-09-151-80/+92
* Move `internal.BatchActor` to `util.BatchActor`Li Haoyi2019-09-153-5/+8