aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* circuit open testhystrix-another-takeszimano2018-03-202-11/+91
|
* reformattingszimano2018-03-201-27/+33
|
* fix the package nameszimano2018-03-201-6/+15
|
* sync and async calls on hystrixszimano2018-03-192-32/+59
|
* async calls with hystrixszimano2018-03-195-16/+52
|
* hystrix take 2szimano2018-03-193-0/+77
|
* Akka backend docsadamw2018-03-171-0/+4
|
* Merge pull request #71 from rider-yi/remove_unused_importAdam Warski2018-03-131-1/+1
|\ | | | | Remove unused import
| * Remove unused importYuki Ishikawa2018-03-141-1/+1
| |
* | Merge pull request #70 from rider-yi/update_dependenciesAdam Warski2018-03-131-1/+1
|\ \ | |/ |/| Update circe to 0.9.2
| * Update circe to 0.9.2Yuki Ishikawa2018-03-141-1/+1
|/
* Setting version to 1.1.11-SNAPSHOTadamw2018-03-111-1/+1
|
* Setting version to 1.1.10v1.1.10adamw2018-03-1110-20/+20
|
* #69: updating dependenciesadamw2018-03-102-11/+16
|
* Setting version to 1.1.10-SNAPSHOTadamw2018-03-081-1/+1
|
* Setting version to 1.1.9v1.1.9adamw2018-03-0810-20/+20
|
* Adding https.proxyHost as a fallback when looking for proxy settingsadamw2018-03-082-1/+3
|
* Setting version to 1.1.9-SNAPSHOTadamw2018-03-061-1/+1
|
* Setting version to 1.1.8v1.1.8adamw2018-03-0610-20/+20
|
* Add a "RelaxedWithBrackets" query fragment encodingadamw2018-03-062-2/+17
|
* #66: docs on response replacing the whole specificationadamw2018-03-051-0/+5
|
* Setting version to 1.1.8-SNAPSHOTadamw2018-03-041-1/+1
|
* Setting version to 1.1.7v1.1.7adamw2018-03-0410-20/+20
|
* Merge pull request #67 from mmatloka/feature/prometheusAdam Warski2018-03-026-2/+261
|\ | | | | Prometheus backend
| * fixMichal Matloka2018-03-021-1/+1
| |
| * Code review improvements & gauges for in-progress requestsMichal Matloka2018-03-023-28/+160
| |
| * Prometheus backendMichal Matloka2018-03-026-2/+129
| |
* | Remove the problematic constructoradamw2018-03-021-3/+0
| |
* | Additional asFile() constructoradamw2018-03-012-1/+6
|/
* Fixing docsadamw2018-02-202-2/+2
|
* Add missing toc entryadamw2018-02-201-0/+1
|
* Setting version to 1.1.7-SNAPSHOTadamw2018-02-201-1/+1
|
* Setting version to 1.1.6v1.1.6adamw2018-02-209-19/+19
|
* De-sugar for 2.11adamw2018-02-204-6/+35
|
* New scalafmt settingsadamw2018-02-2040-892/+404
|
* Update fs2-reactive-streamsadamw2018-02-201-1/+1
|
* Docs on backend wrappers & redirectsadamw2018-02-201-0/+22
|
* Renaming brave artifact & project directoryadamw2018-02-203-4/+5
|
* Brave backend docsadamw2018-02-203-2/+36
|
* Brave backendadamw2018-02-204-3/+295
|
* Update fs2-reactive-streams and monixadamw2018-02-083-19/+10
|
* Setting version to 1.1.6-SNAPSHOTadamw2018-01-291-1/+1
|
* Setting version to 1.1.5v1.1.5adamw2018-01-298-18/+18
|
* Updating pluginsadamw2018-01-291-1/+1
|
* Reformatadamw2018-01-291-1/+3
|
* Renaming the new stub methodadamw2018-01-293-15/+11
|
* Merge pull request #61 from softwaremill/then-respond-futureAdam Warski2018-01-293-12/+71
|\ | | | | Allow SttpBackendStub to accept monad with response
| * Added test for respondWithMonad happy paththen-respond-futurePaweł Stawicki2018-01-291-0/+10
| |
| * Added back the thenRespond(resp: => Response) methodPaweł Stawicki2018-01-282-5/+10
| |
| * Docs for thenResponseWithMonad, and a little code cleanup in testPaweł Stawicki2018-01-242-10/+19
| |