Commit graph

2181 commits

Author SHA1 Message Date
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
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
Endre Sándor Varga
62a299f3a5 =str #18189: Explicitly disallow absorbTermination() from onDownstreamFinish() 2015-09-02 16:46:37 +02:00
Endre Sándor Varga
1a3e1403d7 =str #18377: Harden DroppyBroadcastSpec to not lose messages 2015-09-02 14:09:21 +02:00
drewhk
02a9058a7a Merge pull request #18386 from drewhk/wip-18091-take-zero-complete-early-drewhk
=str #18091: Take should eagerly complete if arguments are zero or less
2015-09-02 14:00:38 +02:00
Endre Sándor Varga
071f3c183f =str #18091: Take should eagerly complete if arguments are zero or less 2015-09-02 13:23:32 +02:00
drewhk
7bdfd4e50f Merge pull request #17865 from agolubev/agolubev-#17399-add-boilerplate-remover-for-fan-in-junctions
+str #17399 add boilerplate remover for fan-in junctions
2015-09-02 12:13:48 +02:00
drewhk
36b4ae0efc Merge pull request #18369 from agolubev/agolubev-#18099-FAILED-TcpSpec
+str #18099 FAILED: TcpSpec
2015-09-02 11:34:40 +02:00
drewhk
208759e886 Merge pull request #18385 from jroper/18384-broadcast-eager-cancel
=str #18384 Fix javadsl.Broadcast eagerCancel
2015-09-02 10:09:26 +02:00
James Roper
d0f0f7308f =str #18384 Fix javadsl.Broadcast eagerCancel
* The javadsl for Broadcast should not ignore eagerCancel
2015-09-02 17:06:37 +10:00
Alexander Golubev
7620014358 +str #17399 add boilerplate remover for fan-in junctions 2015-09-01 09:51:23 -04:00
Alexander Golubev
73db387100 +str #18099 FAILED: TcpSpec 2015-09-01 09:49:58 -04:00
Konrad Malawski
4e1b812828 =htp #18361 enable pending test in RouteDirectivesSpec 2015-09-01 15:24:28 +02:00
Konrad Malawski
1c3defc6dc =htp #18361 bump spray-json version and enable pending spec 2015-09-01 12:56:51 +02:00
Konrad Malawski
15d9a1eed4 Merge pull request #18362 from spray/w/17419-fix-GzipSpec
Fix coding related bugs (#17068 + #17419)
2015-09-01 11:57:25 +02:00
drewhk
59a1099848 Merge pull request #18300 from agolubev/agolubev-#18275_Java_DSL_flow_of_via
+str #18275 Java DSL: Flow.of(MyClass.class).via(otherFlow) throws CCE
2015-08-31 17:42:43 +02:00
Alexander Golubev
e0a430dc14 +str #18275 Java DSL: Flow.of(MyClass.class).via(otherFlow) throws ClassCastException 2015-08-31 10:27:07 -04:00
Martynas Mickevičius
a5496bfd57 Merge pull request #18095 from 2m/wip-http-bench
=ben http microbech
2015-08-31 14:06:02 +03:00
Johannes Rudolph
3ef074d1ec =htp #17068 decodeRequestWith(NoEncoding) should not touch request entity 2015-08-31 12:08:05 +02:00
Johannes Rudolph
689ff45382 =htp #17419 fix Decoder.decode to collect all output data 2015-08-31 11:02:33 +02:00
Martynas Mickevičius
ccfbc390b9 =doc update stream-io doc page to the latest API
* style changes remove double border from inline code blocks
2015-08-28 09:35:23 +03:00
drewhk
3ba3de55b6 Merge pull request #18282 from spray/w/17726-improve-routing-websocket-support
akka-http-testkit websocket support (#17914) + WS subprotocols in WebsocketDirectives (#17726)
2015-08-26 16:18:00 +02:00