summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* license, publishingLi Haoyi2018-08-132-2/+40
|
* trim unnecessary dependenciesLi Haoyi2018-08-134-6/+35
|
* Add `Router.Result#map` to DRY up repetitive pattern matchesLi Haoyi2018-08-134-47/+40
|
* fix-buildLi Haoyi2018-08-131-2/+2
|
* cleanup root dirLi Haoyi2018-08-134-2/+2
|
* add docs on writing custom endpointsLi Haoyi2018-08-135-3/+117
|
* Add scalatags exampleLi Haoyi2018-08-1322-18/+98
|
* add badgesLi Haoyi2018-08-123-5/+24
|
* tweak docgenLi Haoyi2018-08-125-611/+45
|
* support for java <9Li Haoyi2018-08-1210-15/+36
|
* auto publishing of docs w/ example downloads worksLi Haoyi2018-08-129-938/+624
|
* auto-upload examplesLi Haoyi2018-08-1257-252/+1907
|
* 0.0.10.0.1Li Haoyi2018-08-126-0/+86
|
* add readme for main configurationLi Haoyi2018-08-122-46/+109
|
* Allow for optional query paramsLi Haoyi2018-08-092-3/+9
|
* Remove `scopt` dependencyLi Haoyi2018-08-091-1/+0
|
* Add `@cask.decorators.compress` utilityLi Haoyi2018-08-0912-17/+272
| | | | Allow for decorators to be applied across `cask.Routes` or `cask.Main`
* add full stack todomvc example to readmeLi Haoyi2018-08-082-3/+198
|
* Full TodoMVC example basically worksLi Haoyi2018-08-084-231/+205
|
* Properly roll back transactions when endpoints fail in TodoMvcDbLi Haoyi2018-08-0815-125/+315
|
* Refactor decorators into a more traditional delegation model, and use that ↵Li Haoyi2018-08-0815-85/+204
| | | | to implement endpoint-scoped transactions using Quill
* Add simple TodoMvcApi server test caseLi Haoyi2018-08-083-1/+116
|
* wip more readmeLi Haoyi2018-07-2812-36/+93
|
* first pass at a readmeLi Haoyi2018-07-289-64/+387
|
* WIP get a todo example workingLi Haoyi2018-07-277-4/+668
|
* Alias Decorator, Endpoint and BaseDecorator onto cask.*Li Haoyi2018-07-269-62/+68
|
* Add more Decorated testsLi Haoyi2018-07-263-3/+37
|
* remove dead codeLi Haoyi2018-07-263-57/+25
|
* Avoid generating ArgSig instances twice in Router.scalaLi Haoyi2018-07-261-8/+20
|
* Allow Decorators to short-circuit request processing by bailing out earlyLi Haoyi2018-07-2610-34/+85
|
* CleanupLi Haoyi2018-07-268-30/+43
|
* Provide proper compilation error messages around mis-used decorators and add ↵Li Haoyi2018-07-263-10/+79
| | | | compileError tests
* Simplify public Decorator APILi Haoyi2018-07-2610-51/+59
|
* First decorator unit test worksLi Haoyi2018-07-265-9/+10
|
* WIP getting first decorator unit test workingLi Haoyi2018-07-265-11/+46
|
* big refactoring in preparation for allowing endpoint filtersLi Haoyi2018-07-2512-192/+179
|
* Split out `ErrorMsgs` from `Main`Li Haoyi2018-07-252-113/+126
|
* Fix testsLi Haoyi2018-07-254-16/+18
|
* HTTP method distinction now works, by generating parallel routing trees ↵Li Haoyi2018-07-256-11/+25
| | | | one-per-method
* Simplify MinimalApplication example, prepare for http method disambiguationLi Haoyi2018-07-252-14/+8
|
* FormJsonPost testLi Haoyi2018-07-251-1/+12
|
* MultipartFileUploads testLi Haoyi2018-07-252-1/+11
|
* StaticFiles and RedirectAbort testsLi Haoyi2018-07-254-5/+17
|
* Basic invocation error renderer copied from AmmoniteLi Haoyi2018-07-255-31/+175
|
* Basic example testsLi Haoyi2018-07-254-23/+85
|
* Create `requests: Requests` NilParam with convenience methods for common ↵Li Haoyi2018-07-258-23/+44
| | | | necessities
* Enforce `com.lihaoyi:acyclic` on the Cask codebaseLi Haoyi2018-07-2511-35/+31
|
* collapse `CookieParam` into `Cookie`Li Haoyi2018-07-255-68/+51
|
* `foo: CookieParam` arguments now workLi Haoyi2018-07-256-41/+39
|
* Extract out `model.ParamContext`Li Haoyi2018-07-2514-74/+102
|