Commit graph

591 commits

Author SHA1 Message Date
Martynas Mickevičius
02a933bd87 #19271 Eager Zip and Merge Preferred 2016-01-14 09:56:11 +02:00
Roland Kuhn
e92429dab9 Merge pull request #19424 from drewhk/wip-19338-fwd-port-drewhk
str #19338: NPE in ActorGraphInterpreter (fwd port)
2016-01-14 08:09:33 +01:00
Roland Kuhn
3583e21066 Merge pull request #19406 from akka/wip-improve-unfoldInf-√
Wip improve unfold inf √
2016-01-14 08:08:43 +01:00
Konrad Malawski
2a2da4a4a7 =str #19431 fixes remaining usage in FlowSlidingSpec 2016-01-13 18:35:49 +01:00
Endre Sándor Varga
fc6f2a1bfb str #19338: NPE in ActorGraphInterpreter due to race with publisher shutdown and subscription
(cherry picked from commit 161e01e)
2016-01-13 11:51:04 +01:00
Konrad Malawski
f6147972d7 +pro add Akka Streams HTTP to master build
> merged akka-bench-jmh-dev with akka-bench-jmh
> renamed akka-stream-tck to more correctly named akka-stream-tests-tck
> merged java8 tests with normal tests in http
2016-01-13 01:25:04 +01:00
Viktor Klang
d65efc35c7 -str - Removes Source.unfoldInf
Motivation: Since it can be easily implemented inline on top of unfold
2016-01-12 10:22:19 +01:00
Roland Kuhn
ed6fbdfd3c Merge pull request #19375 from akka/revert-19250-wip-fix-multipart-model-java6-ktoso
Revert "!htc fix multipart model (java6 had trouble)"
2016-01-11 13:40:36 +01:00
Roland Kuhn
fc5f72e59e Merge pull request #19317 from akka/wip-fix-reprFlatten-RK
make FlowOps.reprFlatten safe and precise
2016-01-11 13:22:11 +01:00
Konrad Malawski
5b5474d8aa Revert "!htc fix multipart model (java6 had trouble)" 2016-01-07 14:20:26 +01:00
Roland Kuhn
ec3858e893 make FlowOps(Mat).Repr(Mat) safe and precise 2016-01-05 11:58:15 +01:00
Viktor Klang
fc4cdcdf53 =str - 19327 - Fixes race condition in InputStreamSinkSpec
+ Cleanup of that spec
2016-01-02 21:28:17 +01:00
Alexander Golubev
a16f87153e =str #18967 Source.actorRef really take name from the stage
test added
2015-12-28 22:32:07 -05:00
Konrad Malawski
f29bb746c5 =str add missing copyright comment 2015-12-28 13:54:30 +01:00
Konrad Malawski
984740198e Merge pull request #19268 from akka/wip-2.0-fixes-RK
Wip 2.0 fixes rk
2015-12-22 23:43:04 +01:00
Roland Kuhn
a733096564 #19267 add .viaAsync combinator 2015-12-22 22:27:51 +01:00
Roland Kuhn
8a5a420108 #19261 override and test addAttributes compilation 2015-12-22 20:56:02 +01:00
Konrad Malawski
cc0445f900 =htc,str #19256 InputStreamPublisher could emit without pending demand, bug 2015-12-22 20:23:41 +01:00
Viktor Klang
0f3d3c21e1 =str - Adds minor touchups to Unfold & UnfoldAsync
* Makes the classes final
* Sprinkles pixiedust
* Switches to ScalaFutures in the test
2015-12-22 18:34:02 +01:00
Konrad Malawski
1de057b892 !htc fix multipart model (java6 had trouble) 2015-12-21 16:16:27 +01:00
Roland Kuhn
469e15581f fusable SplitWhen and reusable HTTP blueprint
plus further optimizations

Lots of contributions from drewhk (Endre Varga).
2015-12-21 12:28:21 +01:00
Roland Kuhn
3c3545020b Merge pull request #19244 from akka/wip-17849-reenable-ActorMaterializerSpec-test-RK
merging: this test should run henceforth

/cc @drewhk
2015-12-20 22:35:31 +01:00
Roland Kuhn
5b8c6f161c #17849 reenable ActorMaterializerSpec test 2015-12-20 21:51:14 +01:00
Alexander Golubev
5835e2fa6e =str #19215 Sink.inputStream OutOfBoundsException 2015-12-20 15:50:10 -05:00
Roland Kuhn
16b4c8ebe6 Merge pull request #19208 from 2m/wip-19193-input-stream-pub-no-buffer
=str #19193 remove buffer from InputStreamSource
2015-12-20 20:50:11 +01:00
Roland Kuhn
b0b03176ae #19238 add detach operator and fix Detach stage 2015-12-20 11:25:53 +01:00
lolski
aadaf15b89 #18021 Sink.seq and FlowOps.limit and .limitWeighted 2015-12-20 11:00:06 +01:00
Iain Monro
52655f2836 +str #19069 Add FlowOp.prepend for prepending Sources to Flows 2015-12-20 09:55:45 +01:00
Martynas Mickevičius
ed7ea755bb =str #19193 remove buffer from InputStreamSource 2015-12-18 16:56:28 +02:00
Roland Kuhn
dcfa56e547 Merge remote-tracking branch 'pr/19097' into release-2.3-dev 2015-12-18 12:22:02 +01:00
Johan Andrén
09a79f45e4 !str #19129 New homes for file and java.io stream factories 2015-12-17 14:41:02 +01:00
Roland Kuhn
5041d3825d Merge pull request #19203 from akka/wip-19197-fusing-substreams-RK
Wip 19197 fusing substreams rk
2015-12-17 13:36:50 +01:00
Roland Kuhn
af99b1eae8 #19197 implement SubFusingActorMaterializer
and use it in FlattenMerge
2015-12-17 13:35:37 +01:00
Martynas Mickevičius
e6e476d82a =str #19128 #19127 rename Source/Sink factory apply overloads 2015-12-17 11:48:30 +02:00
Alexander Golubev
64387583ad =str #18821 fix Sink.queue termination 2015-12-16 17:53:36 -05:00
Endre Sándor Varga
a5d29f2459 +str: Implement PrefixAndTail as a GraphStage 2015-12-16 10:46:57 +01:00
Roland Kuhn
72e3dc84de Merge pull request #19189 from akka/wip-fusing-fused-RK
make fused graphs fusable
2015-12-16 10:19:28 +01:00
drewhk
caa7e68893 Merge pull request #19175 from drewhk/wip-19067-interpreter-double-fault-drewhk
=str #19067: Fixed error reporting after stage is closed.
2015-12-16 09:10:50 +01:00
Roland Kuhn
e4f31b66c3 make fused graphs fusable 2015-12-15 22:02:34 +01:00
Endre Sándor Varga
6b4a4848c9 =str #19067: Fixed error reporting after stage is closed. 2015-12-15 17:15:28 +01:00
Endre Sándor Varga
b478d70964 !str #19137: Rename inlet and outlet to in and out on Flow/Source/SinkShape 2015-12-15 16:49:52 +01:00
Roland Kuhn
a20bbce433 add fusing 2015-12-15 09:24:52 +01:00
Konrad Malawski
0fb6654f4f Merge pull request #19157 from johanandren/wip-19156-remove-sink-sorce-flow-stage-johanandren
!str #19156 Source/Flow/Sink-Stage removed
2015-12-14 15:18:36 +00:00
Johan Andrén
bcc3525bd9 !str #19156 Source/Flow/Sink-Stage removed 2015-12-14 15:29:04 +01:00
Roland Kuhn
ff351338d2 Merge pull request #19155 from akka/wip-18962-MergeSorted-RK
#18962 MergeSorted and read() completion handling
2015-12-14 12:21:52 +01:00
Roland Kuhn
ac83b1965c #18962 MergeSorted and read() completion handling 2015-12-14 12:21:30 +01:00
Roland Kuhn
5c55180327 Merge pull request #19143 from hochgi/hochgi-19021-unfold
+str #19021 Add unfold (and variants) generators to Source
2015-12-14 11:43:49 +01:00
Gilad Hoch
5f748e3711 +str #19021 Add unfold (and variants) generators to Source 2015-12-14 11:57:01 +02:00
Konrad Malawski
e4d4fe34bf Merge pull request #19163 from agolubev/agolubev-#17967-Sink.actorRef-with-Acking
Agolubev #17967 sink.actor ref with acking 2
2015-12-14 09:27:30 +00:00
Roland Kuhn
ef5b8843e9 Merge pull request #19164 from akka/wip-fix-GraphConcatSpec-RK
fix GraphConcatSpec
2015-12-14 08:13:18 +01:00