Commit graph

1064 commits

Author SHA1 Message Date
Patrik Nordwall
34363374b6 Merge pull request #16189 from akka/wip-16188-rm-equalityValue-patriknw
!str #16188 Remove value equality of iterable flow
2014-10-31 11:05:26 +01:00
Martynas Mickevičius
f91acb1534 Merge pull request #16177 from 2m/wip-16066-via-and-to
!str #16066 rename connect to via/to
2014-10-31 12:04:45 +02:00
Martynas Mickevičius
412003c11e !str #16066 rename connect to via/to
* add missing implicit conversions for ~>
* tests for all combinations when using ~>
2014-10-31 10:43:42 +02:00
Patrik Nordwall
d3a343579c !str #16188 Remove value equality of iterable flow 2014-10-31 08:53:27 +01:00
Roland Kuhn
c61d35d68b Merge branch 'fix-type-typos-javadsl-ktoso' into release-2.3-dev 2014-10-30 19:44:48 +01:00
Roland Kuhn
0dbe266dfd add Future case to javadsl.SinkTest 2014-10-30 19:43:37 +01:00
Björn Antonsson
f04ed7f8a9 Merge pull request #16157 from spray/w/RequestContext-withChangedSettings
http: make RoutingSettings a property of the RequestContext
2014-10-30 17:30:38 +01:00
Konrad 'ktoso' Malawski
122daaa88d =str typos in returned types in javadsl
sadly a reflection based spec cannot easily test this
2014-10-30 16:32:08 +01:00
Konrad Malawski
be93e7eb71 Merge pull request #16156 from ktoso/wip-graph-checks-ktoso
!str #16069 disallows using one Keyed sink/source ambiguously (many times)
2014-10-29 16:14:15 +01:00
Konrad 'ktoso' Malawski
083436dc91 !str #16069 disallows using one Keyed sink/source ambiguously (many times) 2014-10-29 15:09:11 +01:00
Johannes Rudolph
85ca3e6853 !htp consistently prefix simple extraction directives with extract 2014-10-28 14:33:26 +01:00
Johannes Rudolph
1a8f4381d8 +htp provide RoutingSettings through RequestContext 2014-10-28 14:31:10 +01:00
Patrik Nordwall
81bc5c76bc Merge pull request #16154 from akka/wip-16039-rm-old-dsl-patriknw
!str #16039 Remove old scaladsl, rename scaladsl2
2014-10-28 14:23:01 +01:00
Patrik Nordwall
7c0c618791 !str #16039 Remove old scaladsl, rename scaladsl2
* and impl2, testkit2
* keeping io2 for now
2014-10-28 14:20:19 +01:00
Johannes Rudolph
bca5626fbd =htc improve error messages 2014-10-28 12:03:01 +01:00
Konrad Malawski
5562ceb94b Merge pull request #16116 from ktoso/wip-consistency-dsl-ktoso
+str #16114 DSL consistency (factories)
2014-10-27 11:46:03 +01:00
Konrad 'ktoso' Malawski
92810e39bc +str #16114 better consistency specs and missing methods added - javadsl 2014-10-27 11:44:42 +01:00
Martynas Mickevičius
1552ea7b0c Merge pull request #16133 from 2m/wip-persistent-source-16041
=str #16041 Move PersistentSource to the latest Stream DSL
2014-10-27 12:33:57 +02:00
Martynas Mickevičius
cdfd739778 Merge pull request #16119 from 2m/wip-actor-pub-sub-source-sink-16095
=str #16095 make Actor{Publisher,Subscriber} as {Source,Sink}
2014-10-27 12:33:16 +02:00
Martynas Mickevičius
3fbb6e6f87 =str #16041 Move PersistentSource to the latest Stream DSL
* implemented as an extension of KeyedActorFlowSource
2014-10-27 10:05:53 +02:00
Martynas Mickevičius
98523a847c =str #16095 make Actor{Publisher,Subscriber} as {Source,Sink}
* Props{Source,Sink} creates an actor from props as a child
of StreamSupervisor actor and wraps it into {Publisher,Subscriber}.
Actor should be one of akka.stream.actor.Actor{Publisher,Subscriber}
2014-10-27 09:48:54 +02:00
Patrik Nordwall
98452ef4c3 Merge pull request #16120 from akka/wip-16109-workaround-patriknw
=str #16109 Workaround scalax.graph reflection issue
2014-10-24 10:54:19 +02:00
Konrad Malawski
55c0074d33 Merge pull request #16110 from ktoso/wip-fan-ops-javadsl-ktoso
+str #16077 implement Zip/Unzip/Concat for javadsl
2014-10-23 17:55:09 +02:00
Konrad Malawski
1a7230ddb1 Merge pull request #16118 from ktoso/wip-error-overflowstrategy-ktoso
+str #16046 implemented OverflowStrategy.error
2014-10-23 15:00:13 +02:00
Konrad 'ktoso' Malawski
bb635a522c +str #16046 implemented OverflowStrategy.error 2014-10-23 14:58:39 +02:00
Konrad 'ktoso' Malawski
fd8a158d89 +str #16077 implement Zip/Unzip/Concat for javadsl, while reusing all impl 2014-10-23 10:50:27 +02:00
Patrik Nordwall
9b961bdb52 =str #16109 Workaround scalax.graph reflection issue 2014-10-22 16:52:50 +02:00
Martynas Mickevičius
a5ecb93d7a Merge pull request #16107 from ktoso/wip-cleanup-javadsl-ktoso
=str #16103 Flattening FlowOps into Flow (same for Sink / Source)
2014-10-22 12:12:06 +03:00
Konrad 'ktoso' Malawski
9dd3685a2a =str #16103 Flattened javadsl class structure - no adapters, no ops 2014-10-22 01:09:43 +02:00
Björn Antonsson
0261a6da48 Merge pull request #16111 from 2m/wip-unsingle-publisher-drain
=str #16085 PublisherSink is no longer a singleton
2014-10-21 17:28:44 +02:00
Björn Antonsson
789b7c843d Merge pull request #16108 from spray/w/port-more-directives
Fixes for 15931, 15918, 15919
2014-10-21 17:28:36 +02:00
Johannes Rudolph
689e7eb56a +htp add RequestContext/BasicDirectives.withLog/extractLog 2014-10-21 15:56:31 +02:00
Johannes Rudolph
cfcb88cf91 !htp rename conflicting withExecutionContext directive to extractExecutionContext 2014-10-21 15:56:31 +02:00
Johannes Rudolph
8116d2b9bb +htp #15919 import CookieDirectives 2014-10-21 15:56:31 +02:00
Johannes Rudolph
37da572d2d +htp #15918 import CacheConditions from spray 2014-10-21 15:56:30 +02:00
Benjamin Thuillier
c6f8eb95a1 +htp #15931 Import RespondWithDirectives from spray 2014-10-21 15:56:30 +02:00
Björn Antonsson
763dd640cd Merge pull request #16094 from spray/wip-15929-mathias
Import ParameterDirectives from spray
2014-10-21 15:41:16 +02:00
Mathias
0033e74cae !htp #16101 improve basic directive infrastructure, add more scaladoc, fix smaller problems 2014-10-21 14:12:01 +02:00
Mathias
9211b71c99 +htp #15929 port ParameterDirectives from spray 2014-10-21 14:12:01 +02:00
Mathias
33ddabbc9f =htp refactor tuple join to foldLeft-based implementation, unify tuple operations 2014-10-21 14:12:01 +02:00
Mathias
93c6a90e4e !htp #15935 clean up and extend unmarshalling infrastructure 2014-10-21 14:12:01 +02:00
Mathias
284a0fe61d =htp small improvement to Marshaller 2014-10-21 14:12:01 +02:00
Mathias
3fbe736960 =htp enable tests that were erroneously disabled due to specs2 -> scalatest copy-pasta 2014-10-21 14:12:01 +02:00
Mathias
129958d039 =htp add support infrastructure for folding over tuples with a binary poly-function 2014-10-21 14:12:00 +02:00
Mathias
416bb16aad =htc smaller improvements in FastFuture 2014-10-21 14:12:00 +02:00
Björn Antonsson
bca586a7dd Merge pull request #16091 from spray/w/15924-future-directives
+htp #15924 import FutureDirectives from spray
2014-10-21 13:42:49 +02:00
Johannes Rudolph
5870c4ab90 +htp #15924 import FutureDirectives from spray 2014-10-21 11:12:10 +02:00
Martynas Mickevičius
2df9c05d7c =str #16085 PublisherSink is no longer a singleton
* rename existing Source/Sink tests to the latest names
* uncomment TickSource test with Zip
2014-10-21 11:17:50 +03:00
Konrad Malawski
7053295de9 Merge pull request #16100 from spray/wip-16099-mathias
=htc,htp #16099 remove all special treatment for ISO-8859-1, switch to U...
2014-10-17 15:38:30 +02:00
Björn Antonsson
21b3410995 Merge pull request #16092 from akka/wip-remove-tap-and-drain-from-view-ban
!str #16102 Fold Tap/Drain into Sink/Source
2014-10-17 14:09:29 +02:00