summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Create FUNDING.ymlHEADmasterLi Haoyi2019-11-161-0/+3
|
* 0.3.60.3.6Li Haoyi2019-11-0716-1349/+25
|
* 0.3.50.3.5Li Haoyi2019-11-051-1/+3
|
* 0.3.40.3.4Li Haoyi2019-11-052-3/+9
|
* tweak docsLi Haoyi2019-11-041-0/+7
|
* split out definition and usage examples in actor readmeLi Haoyi2019-11-041-43/+59
|
* add BatchActor unit test and docsLi Haoyi2019-11-042-4/+160
|
* actor readmeLi Haoyi2019-11-041-1/+8
|
* actor readmeLi Haoyi2019-11-041-5/+8
|
* actor readme pipelineLogLi Haoyi2019-11-032-1/+121
|
* actor log readmeLi Haoyi2019-11-032-1/+145
|
* actor readmeLi Haoyi2019-11-031-0/+7
|
* actor readmeLi Haoyi2019-11-031-0/+6
|
* actor readmeLi Haoyi2019-11-031-0/+8
|
* add debouncing state machine to docs and unit testsLi Haoyi2019-11-032-1/+166
|
* 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 ↵Li Haoyi2019-11-0314-82/+482
| | | | first unit test for an asynchronous logging actor
* Fix StateMachine to properly inherit from BatchActorLi Haoyi2019-10-136-9/+7
| | | | Remove WsClient.close
* 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 ↵Li Haoyi2019-10-097-6/+106
| | | | irrelevant results
* Allow `staticFiles` and `staticFiles` to specify headers to respond with ↵Li Haoyi2019-10-092-20/+17
| | | | (e.g. for caching and expiration)
* 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 ↵Li Haoyi2019-10-093-6/+6
| | | | other non-http-response results
* 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 version
| | * 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
|\ | | | | Tighten behavior of WebsocketClientImpl
| * 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
|