summaryrefslogtreecommitdiff
path: root/build.sc
Commit message (Collapse)AuthorAgeFilesLines
* 0.3.60.3.6Li Haoyi2019-11-071-42/+2
|
* Flesh out `BatchActor.scala` into its own module, `cask.Actor`. Add the ↵Li Haoyi2019-11-031-5/+45
| | | | first unit test for an asynchronous logging actor
* bump Scala to 2.13.1Li Haoyi2019-10-101-1/+1
|
* Add example of setting static file headers, compressing static filesLi Haoyi2019-10-091-0/+3
|
* Add test to verify `compress` decorator is properly passing through ↵Li Haoyi2019-10-091-1/+4
| | | | irrelevant results
* Merge branch 'master' of github.com:lihaoyi/caskLi Haoyi2019-10-091-1/+1
|\
| * Bump uPickle versionlihaoyi-patch-2Li Haoyi2019-09-251-1/+1
| |
* | upgrade to quill 3.4.10, re-enable database examplesLi Haoyi2019-10-091-5/+5
|/
* Merge pull request #14 from lihaoyi-databricks/masterLi Haoyi2019-09-161-0/+6
|\ | | | | Provide a simple builtin websocket client in `cask.WsClient`
| * Provide a simple builtin websocket client in `cask.WsClient`Li Haoyi2019-09-161-0/+6
| | | | | | | | | | | | Harmonize the actor-based APIs of `cask.WsClient`/`cask.WsHandler`/`cask.WsActor`, letting them share the same set of `cask.Ws` events The default implementation of `cask.WsClient` on the JVM spawns one thread per connection, and doesn't really scale to large numbers of connections. For now we just continue using AsyncHttpClient in the load tests. Wrapping AsyncHttpClient in a nice API is TBD
* | 0.2.80.2.8Li Haoyi2019-09-161-0/+3
|/
* fix artifact nameLi Haoyi2019-09-161-0/+1
|
* cross-build cask.util for Scala.jsLi Haoyi2019-09-161-12/+40
|
* Sketch out a standard `cask.Logger` interface and standardize dependency ↵Li Haoyi2019-09-151-0/+2
| | | | injection via case class implicits
* First pass at providing a convenient API for handling websocketsLi Haoyi2019-09-141-0/+3
|
* .Li Haoyi2019-09-141-1/+1
|
* tweak example generationLi Haoyi2019-06-301-5/+3
|
* fix-publishLi Haoyi2019-06-301-1/+1
|
* upgrade Mill to latest versionLi Haoyi2019-06-301-24/+19
|
* 0.2.1: support for Scala 2.13.0. Some tests using Quill disabled until they ↵0.2.1Li Haoyi2019-06-151-24/+23
| | | | | | | | | | get on 2.13 as well Small typos There were pair of really inconsequential typos in the documentation. .
* Upgrade upickle -> 0.7.1Grant Gavares2018-11-211-3/+3
| | | | | | | Upgrade: * upickle -> 0.7.1 * quill-jdbc -> 2.6.0 * utest -> 0.6.6
* 0.1.90.1.9Li Haoyi2018-08-261-2/+2
|
* 0.1.80.1.8Li Haoyi2018-08-261-1/+1
|
* 0.1.7: micro-optimizations to remove trivially unnecessary bottlenecks0.1.7Li Haoyi2018-08-261-1/+1
|
* bump to latest version of MillLi Haoyi2018-08-261-1/+1
|
* 0.1.30.1.3Li Haoyi2018-08-221-2/+5
|
* Robustify, speed up and scale up the websocket example testsLi Haoyi2018-08-181-1/+1
|
* 0.1.10.1.1Li Haoyi2018-08-181-1/+1
|
* 0.1.00.1.0Li Haoyi2018-08-131-2/+2
|
* 0.0.90.0.9Li Haoyi2018-08-131-3/+4
|
* 0.0.80.0.8Li Haoyi2018-08-131-2/+2
|
* 0.0.70.0.7Li Haoyi2018-08-131-8/+9
|
* 0.0.60.0.6Li Haoyi2018-08-131-1/+16
|
* 0.0.50.0.5Li Haoyi2018-08-131-2/+2
|
* 0.0.40.0.4Li Haoyi2018-08-131-1/+1
|
* 0.0.30.0.3Li Haoyi2018-08-131-1/+1
|
* 0.0.20.0.2Li Haoyi2018-08-131-1/+1
|
* tweak publishingLi Haoyi2018-08-131-1/+1
|
* Basic websocket support worksLi Haoyi2018-08-131-0/+3
|
* license, publishingLi Haoyi2018-08-131-2/+15
|
* trim unnecessary dependenciesLi Haoyi2018-08-131-3/+0
|
* fix-buildLi Haoyi2018-08-131-2/+2
|
* cleanup root dirLi Haoyi2018-08-131-1/+1
|
* add docs on writing custom endpointsLi Haoyi2018-08-131-3/+3
|
* Add scalatags exampleLi Haoyi2018-08-131-1/+7
|
* auto publishing of docs w/ example downloads worksLi Haoyi2018-08-121-37/+4
|
* auto-upload examplesLi Haoyi2018-08-121-6/+123
|
* Remove `scopt` dependencyLi Haoyi2018-08-091-1/+0
|
* Full TodoMVC example basically worksLi Haoyi2018-08-081-0/+4
|
* Refactor decorators into a more traditional delegation model, and use that ↵Li Haoyi2018-08-081-1/+3
| | | | to implement endpoint-scoped transactions using Quill