Konrad Malawski
880d51b89b
Merge pull request #18503 from ktoso/wip-improvements-streamtestkit-ktoso
...
+str #18501 improvements and fixes in StreamTestKit (adds toStrict)
2015-09-28 19:29:17 +02:00
Konrad Malawski
dcfbaed206
=str #18501 make TestSink.probe consistent in style with Sink.head
...
Also known as, we do not use () for those
2015-09-28 18:44:54 +02:00
Konrad Malawski
239b4ca268
Merge pull request #18517 from agolubev/agolubev-#18378-small-typos-in-stream-docs
...
=str #18378 Small typos in Streams docs
2015-09-28 12:51:40 +02:00
Konrad Malawski
2569b3f92a
Merge pull request #18520 from ktoso/wip-csvParams-simpler
...
=htc #18518 make it simpler to unmarshal csv values from params
2015-09-28 12:08:52 +02:00
Roland Kuhn
8d72e30235
Merge pull request #18560 from akka/wip-fix-warnings-∂π
...
=str,htp clean up build warnings
2015-09-25 18:09:30 +02:00
Konrad Malawski
ab96ebfca0
+str #18501 improvements and fixes in StreamTestKit (adds toStrict)
2015-09-25 17:19:00 +02:00
Roland Kuhn
68ba0643d6
=str,htp clean up build warnings
...
- explicitly provide Unit values and place parens around tuple creation
- remove structural type usage in TestUtils
- fix Java double-casts
- use unused Java values by asserting their non-nullness
- work around inability to place case class in trait (scripted test)
The remaining warnings about using private types in public methods are
bogus as reported in https://issues.scala-lang.org/browse/SI-9490 .
2015-09-25 15:20:23 +02:00
drewhk
8bb8dc4f68
Merge pull request #18548 from drewhk/wip-interpreter-additions-and-fixes-drewhk
...
Fix various interpreter issues, add extensive port transition tests
2015-09-25 10:18:31 +02:00
Konrad Malawski
cf6a376d98
Merge pull request #18532 from akka/wip-missing-internalapi-marker-ktoso
...
=str add missing internal api marker
2015-09-25 10:18:07 +02:00
Endre Sándor Varga
ea03bb315d
Fix various interpreter issues, add extensive port transition tests
2015-09-24 16:00:04 +02:00
Konrad Malawski
8a889de08d
=str add missing internal api marker
...
Noticed during demo on scala.world ;)
2015-09-22 18:00:19 +01:00
drewhk
ae83053a64
Merge pull request #18516 from drewhk/wip-remove-timerpublisher-drewhk
...
=str: TickSource is now a GraphStage
2015-09-22 09:30:32 +02:00
Endre Sándor Varga
eec8bd689f
=str: TickSource is now a GraphStage
2015-09-21 10:30:14 +02:00
Konrad Malawski
c9adfcfbc7
=htc #18518 make it simpler to unmarshal csv values from params
2015-09-20 19:27:04 +01:00
Alexander Golubev
8070aa0b24
=str #18378 Small typos in Streams docs
...
very small fix
2015-09-18 12:30:34 -04:00
Alexander Golubev
c066ce4a8a
=str #18378 Small typos in Streams docs
2015-09-18 10:02:09 -04:00
drewhk
e713591e5f
Merge pull request #18467 from drewhk/wip-16597-16410-timeout-stages-drewhk
...
!str #16410 #16597 : Removed TimerTransform, added Timeout stages
2015-09-18 13:15:16 +02:00
Endre Sándor Varga
12c9abb8c9
!str #16410 #16597 : Removed TimerTransform, added Timeout stages
2015-09-18 12:38:36 +02:00
drewhk
a7cff4141c
Merge pull request #18481 from 2m/wip-interpreter-bench
...
=ben interpreter benchmarks
2015-09-18 10:19:05 +02:00
Konrad Malawski
d5b5e6f22d
Merge pull request #18495 from ktoso/wip-broken-references-ktoso
...
=doc #18104 fixes typo which made includecode2 not work in many places
2015-09-17 13:25:33 +02:00
drewhk
7a85508a5d
Merge pull request #18473 from drewhk/wip-graphstage-improvements-drewhk
...
=str: GraphStage improvements
2015-09-17 12:57:57 +02:00
Endre Sándor Varga
174589f2dc
=str: GraphStage improvements
2015-09-17 10:08:12 +02:00
Konrad Malawski
87f4447b23
=doc #18104 fixes typo which made includecode2 not work in many places
...
Note that some of the files don't exist, fixing this very soon.
2015-09-16 23:50:35 +02:00
Konrad Malawski
0706109890
Merge pull request #18491 from ktoso/wip-parser-limit-infinite-ktoso
...
=htc #18489 allow `infinite` value in max-content-length
2015-09-16 22:30:00 +02:00
Konrad Malawski
154bd23b85
=htc #18489 allow infinite value in max-content-length
2015-09-16 15:03:41 +02:00
Martynas Mickevičius
59e2494e36
=ben interpreter benchmarks
2015-09-15 17:45:50 +03:00
drewhk
090bad9d24
Merge pull request #18428 from agolubev/agolubev-#18072-concat-with-empty-source
...
+str #18072 fix concat with empty source
2015-09-15 10:30:16 +02:00
Alexander Golubev
0d1861cd2f
+str #18072 fix concat with empty source
2015-09-12 17:08:20 -04:00
drewhk
170f24eadc
Merge pull request #18450 from 2m/wip-graphstage-identity-bench
...
=ben add flag to benchmark GraphStage.Identity
2015-09-11 11:17:27 +02:00
Martynas Mickevičius
25cb97a1b2
=ben add flag to benchmark GraphStage.Identity
2015-09-11 11:33:29 +03:00
drewhk
f378e8266e
Merge pull request #18330 from spray/w/16438-java-side-rejection-support
...
+htp #16438 add Java-side rejection handling support
2015-09-09 11:27:58 +02:00
Johannes Rudolph
db1be86b02
+htp #16438 add Java-side rejection handling support
2015-09-09 10:31:00 +02:00
Johannes Rudolph
96ef8875c8
!htp use immutable collections in Rejections
2015-09-09 10:28:34 +02:00
Johannes Rudolph
a70e37d65c
=htc add missing Java model class for ContentTypeRange
2015-09-09 10:28:34 +02:00
drewhk
2eb6cea683
Merge pull request #18313 from drewhk/wip-octopus-drewhk
...
WIP Octopus
2015-09-08 16:50:56 +02:00
Endre Sándor Varga
19c20dfb20
+str: Support for arbitrary, fusable graph processing stages (octopus)
2015-09-08 15:34:10 +02:00
drewhk
530bd13d2a
Merge pull request #18271 from agolubev/agolubev-#17693-add-Source.queue
...
+str #17693 add Source.queue and Sink.queue
2015-09-07 16:33:23 +02:00
Alexander Golubev
38fe35d668
+str #17693 add Source.queue and Sink.queue
2015-09-04 12:50:05 -04:00
Konrad Malawski
8ea47c3d37
Merge pull request #18352 from 2m/wip-doc-api-update-stream-io
...
=doc update stream-io doc page to the latest API
2015-09-04 12:01:05 +02:00
Konrad Malawski
5ad22c1c14
Merge pull request #18393 from ktoso/wip-dropwhile-exists-ktoso
...
=str #17226 remove in-place DropWhile impl, it exists now
2015-09-03 16:50:38 +02:00
Konrad Malawski
dd0f59a94b
=str #17226 remove in-place DropWhile impl, it exists now
2015-09-03 15:07:24 +02:00
Martynas Mickevičius
84f8311e4c
Merge pull request #18382 from 2m/wip-bench-runner
...
=ben add benchmark runner and move stream benchmarks to dev project
2015-09-03 15:27:57 +03:00
Martynas Mickevičius
bab83e9d64
=ben add benchmark runner and move stream benchmarks to dev project
2015-09-03 15:26:49 +03:00
Konrad Malawski
522edf11b6
Merge pull request #18390 from fehmicansaglam/18389-fix-spray-json-unmarshaller-utf8-bug-fehmicansaglam
...
Fix spray-json unmarshaller utf8 encoding bug
2015-09-03 11:16:31 +02:00
Fehmi Can Saglam
5cfbfc63ea
=htp #18389 Fix spray-json unmarshaller utf8 encoding bug
2015-09-03 11:42:36 +03:00
Konrad Malawski
dfed97818f
Merge pull request #18381 from ktoso/wip-reenable-tests-ktoso
...
=htp #18361 reenable pending tests ported from spray
2015-09-03 10:23:26 +02:00
drewhk
cb52a9595e
Merge pull request #18388 from drewhk/wip-18189-absorbtermination-downstream-drewhk
...
Throwing error for onAbsorbTermination at the wrong place + doc improvements
2015-09-03 10:08:47 +02:00
drewhk
f70c8f3fe2
Merge pull request #18387 from drewhk/wip-18377-failed-recipe-droppy-bcast-drewhk
...
=str #18377 : Harden DroppyBroadcastSpec to not lose messages
2015-09-02 17:03:31 +02:00
Endre Sándor Varga
22a9c2703f
=str #17803 : Document that DetachedStage might "unhold" a token
2015-09-02 17:00:43 +02:00
Endre Sándor Varga
4c2747748d
=str #18136 : Document mapAsync invocation order
2015-09-02 16:51:14 +02:00