aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #94 from guymers/scalajs-2HEADmasterAdam Warski2018-05-2141-1046/+1187
|\ | | | | Move backend tests into their projects
| * Code review updatesSam Guymer2018-05-219-114/+80
| | | | | | | | Start the test server before each backend test
| * Code review updatesSam Guymer2018-05-2018-265/+90
| | | | | | | | | | | | Remove tests sub project, all tests are now in core. Remove TestStreamingBackend, StreamingTest now has the required abstract methods.
| * Move backend tests into their projectsSam Guymer2018-05-1939-968/+1318
|/ | | | | | | | | | | Instead of having a single project which tests all backends, each backend now implements a http test trait along with a streaming test trait if it supports streaming. The test http server has been moved into its own project and is started automatically before running a backends test. This allows each backend to be tested without the possibility of dependency eviction from another backend or the test http server. It also has the side effect of parallelizing the tests providing a speed up when run with multiple cores.
* Merge pull request #93 from guymers/scalajs-1Adam Warski2018-05-1823-267/+344
|\ | | | | Extract MonadAsyncError implementations
| * Code review updatesSam Guymer2018-05-188-17/+18
| |
| * Extract MonadAsyncError implementationsSam Guymer2018-05-1824-285/+361
|/ | | | | Extract MonadAsyncError implementations into their own projects to allow reuse by multiple backends.
* Merge pull request #92 from rider-yi/update_dependenciesAdam Warski2018-05-161-7/+7
|\ | | | | Update dependencies
| * Update brave to 4.19.2Yuki Ishikawa2018-05-161-1/+1
| |
| * Update scala-logging to 3.9.0Yuki Ishikawa2018-05-161-1/+1
| |
| * Update simpleclient to 0.4.0Yuki Ishikawa2018-05-161-1/+1
| |
| * Update akka-stream to 2.5.12Yuki Ishikawa2018-05-161-1/+1
| |
| * Update scalacheck to 1.14.0Yuki Ishikawa2018-05-161-1/+1
| |
| * Update async-http-client to 2.4.7Yuki Ishikawa2018-05-161-1/+1
| |
| * Update scalaz to 7.2.23Yuki Ishikawa2018-05-161-1/+1
|/
* Setting version to 1.1.15-SNAPSHOTadamw2018-05-131-1/+1
|
* Setting version to 1.1.14v1.1.14adamw2018-05-1310-21/+21
|
* Merge pull request #90 from rfkm/patchAdam Warski2018-05-131-1/+1
|\ | | | | Set read timeout properly for AsyncHttpClientBackend
| * Set read timeout properly for AsyncHttpClientBackendRyo Fukumuro2018-05-131-1/+1
|/
* Merge pull request #89 from rider-yi/update_dependenciesAdam Warski2018-05-112-3/+3
|\ | | | | Update dependencies
| * Update sbt to 1.1.5Yuki Ishikawa2018-05-111-1/+1
| |
| * Update .travis.ymlYuki Ishikawa2018-05-111-2/+2
|/
* Merge pull request #85 from rider-yi/update_scalaAdam Warski2018-05-011-1/+1
|\ | | | | Update Scala to 2.12.6
| * Update Scala to 2.12.6Yuki Ishikawa2018-05-011-1/+1
|/
* Setting version to 1.1.14-SNAPSHOTadamw2018-04-241-1/+1
|
* Setting version to 1.1.13v1.1.13adamw2018-04-2410-21/+21
|
* Merge pull request #82 from n4to4/config-max-redirectsAdam Warski2018-04-243-2/+26
|\ | | | | Make max redirects configurable
| * Set `followRedirects` explicitly, and disable redirects if `maxRedirects <= 0`n4to42018-04-242-1/+11
| |
| * Make max redirects configurablen4to42018-04-233-2/+16
|/
* Merge pull request #81 from rider-yi/bump_dependenciesAdam Warski2018-04-231-6/+6
|\ | | | | Bump Scala and dependencies
| * Bump ScalaYuki Ishikawa2018-04-231-1/+1
| |
| * Bump dependenciesYuki Ishikawa2018-04-231-5/+5
|/
* Merge pull request #79 from lancelet/docs-improvement-fs2-backendAdam Warski2018-04-191-2/+47
|\ | | | | Improve documentation for fs2
| * Improve documentation for fs2Jonathan Merritt2018-04-191-2/+47
|/ | | | | | - Add fs2 dependencies and implicit backend val. - Add fs2 streaming example. - Fix Monix request example to include the implicit backend val.
* Merge pull request #78 from jsw/patch-4Adam Warski2018-04-151-2/+2
|\ | | | | fix typo
| * fix typoJeff White2018-04-151-2/+2
|/
* Merge pull request #77 from jsw/patch-3Adam Warski2018-04-151-2/+2
|\ | | | | fix typo
| * fix typoJeff White2018-04-151-2/+2
| |
* | Merge pull request #76 from jsw/patch-1Adam Warski2018-04-151-1/+1
|\ \ | |/ |/| fix typo
| * Update basics.rstJeff White2018-04-151-1/+1
|/
* Setting version to 1.1.13-SNAPSHOTadamw2018-03-281-1/+1
|
* Setting version to 1.1.12v1.1.12adamw2018-03-2810-20/+20
|
* Update SBT, use shields.ioadamw2018-03-283-3/+4
|
* Merge pull request #75 from softwaremill/stub-response-from-requestAdam Warski2018-03-283-0/+26
|\ | | | | Added overloaded thenRespondWrapped which can return response monad but takes request as parameter
| * Added overloaded thenRespondWrapped which can return response monad but ↵stub-response-from-requestPaweł Stawicki2018-03-273-0/+26
|/ | | | takes request as parameter
* Setting version to 1.1.12-SNAPSHOTadamw2018-03-221-1/+1
|
* Setting version to 1.1.11v1.1.11adamw2018-03-2210-20/+20
|
* Updating async-http-clientadamw2018-03-217-12/+21
|
* Updating dependenciesadamw2018-03-211-3/+3
|
* Akka backend docsadamw2018-03-171-0/+4
|