Commit graph

716 commits

Author SHA1 Message Date
Patrik Nordwall
8e2dfe835d Merge pull request #15386 from spray/w/fix-15347
=str #15347 in `concat` propagate errors in secondary upstream properly
2014-06-10 17:06:28 +02:00
Johannes Rudolph
3b77234eb8 =str #15347 in concat propagate errors in secondary upstream properly 2014-06-10 14:09:08 +02:00
Björn Antonsson
ce8bdf7454 Merge pull request #15354 from spray/w/fix-15353
=str propagate error if TimerTransformer.onTimer throws exception, fixes #15353
2014-06-09 15:51:53 +02:00
Roland Kuhn
614e6e2ae0 scalariform ActorProducer 2014-06-07 20:50:42 +02:00
Patrik Nordwall
0d9f43b5aa Merge pull request #15297 from akka/wip-15288-actor-producer-patriknw
+str #15288 Add user support for Producer backed by an actor
2014-06-05 13:15:02 +02:00
Patrik Nordwall
8c1654504f +str #15288 Add user support for Producer backed by an actor 2014-06-05 11:42:11 +02:00
Johannes Rudolph
fd462bb194 =str #15353 propagate error if TimerTransformer.onTimer throws exception 2014-06-05 10:21:35 +02:00
Patrik Nordwall
de22fa4b02 Merge pull request #15281 from akka/wip-15218-mapFuture-patriknw
+str #15218 Add mapFuture operator
2014-06-04 08:25:28 +02:00
Patrik Nordwall
e1bd39bf7d +str #15218 Add mapFuture operator 2014-05-30 14:00:41 +02:00
Patrik Nordwall
68555cde17 Merge pull request #15245 from akka/wip-15091-stream-time-driven-patriknw
+str #15091 Add time driven operators
2014-05-30 13:53:30 +02:00
Konrad Malawski
6dd7537aef Merge pull request #15311 from ktoso/pro-silence-curl-2-3-dev
=pro silence github tagging curl (pr validation)
2014-05-30 13:30:04 +02:00
Patrik Nordwall
1a96c23070 +str #15091 Add time driven operators
* TimerTransformer with support for named timers
* dropWithin
* takeWithin
* groupedWithin
2014-05-30 12:06:52 +02:00
Patrik Nordwall
4351601fc2 Merge pull request #15274 from akka/wip-15080-tick-producer-patriknw
+str #15080 Add tick producer
2014-05-30 11:55:17 +02:00
Patrik Nordwall
2493a3fc91 +str #15080 Add tick producer 2014-05-30 10:06:07 +02:00
Patrik Nordwall
94e99c03e1 Merge pull request #15282 from akka/wip-testkit-dep-patriknw
=str Change to testkit jar dependency
2014-05-27 14:57:27 +02:00
Patrik Nordwall
6b6fa1b82b Merge pull request #15259 from akka/wip-15250-blackhole-consumer-patriknw
=str #15250 Use BlackholeConsumer for Flow.consume()
2014-05-27 14:44:45 +02:00
Patrik Nordwall
10083a9c92 Merge pull request #15267 from akka/wip-15242-onComplete-onError-patriknw
=str #15242 Add test for converting onComplete to onError
2014-05-27 14:24:43 +02:00
Patrik Nordwall
583c03386b =str #15242 Add test for converting onComplete to onError 2014-05-27 14:24:04 +02:00
Patrik Nordwall
8a97349f3a Merge pull request #15260 from akka/wip-15253-npe-patrikw
=str #15253 Check for null exposed pub in stop
2014-05-27 14:17:17 +02:00
Patrik Nordwall
e1e9021063 =str #15253 Check for null exposed pub in stop 2014-05-27 14:16:44 +02:00
Patrik Nordwall
1a448ed3ba Merge pull request #15258 from akka/wip-15252-dsl-consistency-patriknw
str =15252 Add dsl consistency spec
2014-05-27 14:15:31 +02:00
Patrik Nordwall
30d50dc2d3 incorporate feedback 2014-05-27 14:13:36 +02:00
Patrik Nordwall
db5b27c17e str =15252 Add dsl consistency spec 2014-05-27 13:50:16 +02:00
Björn Antonsson
e46319fa79 Merge pull request #15294 from akka/wip-15290-split-up-doc-projects-ban
+pro,doc #15290 Add separate doc project for release-2.3-dev
2014-05-27 11:21:04 +02:00
Björn Antonsson
8dec2664fc +pro,doc #15290 Add separate doc project for release-2.3-dev
* Create sepaate project for stream and http docs.
* Make validatePullRequest run the relevant tests only.
2014-05-27 08:18:12 +02:00
Patrik Nordwall
61ed889353 =str Change to testkit jar dependency 2014-05-23 17:13:32 +02:00
drewhk
e0b217fe21 Merge pull request #15244 from drewhk/wip-15081-rate-detach-ops-drewhk
+str #15081 Rate detached ops
2014-05-23 15:18:53 +02:00
Endre Sándor Varga
50ab214d25 +str #15081: Implement conflate, expand and buffer 2014-05-23 12:07:25 +02:00
Björn Antonsson
6cd2f7d5d8 Merge pull request #15268 from akka/wip-upgrade-stream-dependencies-to-akka-2.3.3-ban
=pro Upgrade akka-stream dependencies to akka 2.3.3
2014-05-23 09:53:20 +02:00
drewhk
37449745e0 Merge pull request #15226 from drewhk/wip-15088-concatall-take-tail-drewhk
ConcatAll and TakeAndTail
2014-05-23 09:48:16 +02:00
Endre Sándor Varga
a99902077e +str #15088, #15200: Add takeAndTail and concatAll 2014-05-22 15:19:18 +02:00
Björn Antonsson
4f55b0d2e1 =pro Upgrade akka-stream dependencies to akka 2.3.3
* Upgrade dependency to akka 2.3.3
* Remove javadsl.Pair and javadsl.Predicate in favor of akka.japi.*
2014-05-22 14:39:57 +02:00
Konrad Malawski
6e1cec9211 Merge pull request #15247 from ktoso/port-graphite-client-rewrite-metricskit-ktoso
=tes #15228 backport - metricskit fix for racy graphite client (for validation)
2014-05-22 12:36:21 +02:00
Konrad Malawski
7d2186c73d Merge pull request #15261 from ktoso/update-jmh-plugin
=proj update jmh plugin to 0.1.2
2014-05-22 09:51:11 +02:00
Patrik Nordwall
ecd469e539 =str #15250 Use BlackholeConsumer for Flow.consume()
* last operator in front of consume() was treated specially, running
  in impl.ActorConsumer instead of the ordinary processors
2014-05-22 09:09:11 +02:00
Patrik Nordwall
f93e3c21c0 Merge pull request #15214 from akka/wip-15173-actor-consumer-patriknw
+str #15173 Add user support for actor consumer endpoint
2014-05-22 08:47:42 +02:00
Patrik Nordwall
902e6ee6f8 +str #15173 Add user support for actor consumer endpoint
* with full control over back pressure
* and pluggable request strategy
2014-05-22 08:44:25 +02:00
Patrik Nordwall
f1a483929b Merge pull request #15204 from akka/wip-15197-flow-append-duct-patriknw
+str #15197 Add flow.append(duct)
2014-05-22 08:41:51 +02:00
Patrik Nordwall
9ec436caca Merge pull request #15202 from akka/wip-15195-producer-interable-patriknw
+str #15195 Add internal SynchronousProducerFromIterable
2014-05-22 08:41:31 +02:00
Patrik Nordwall
f7f0fc437a +str #15197 Add flow.append(duct)
* and duct.append(duct), and missing javadsl flow.produceTo
2014-05-21 17:22:49 +02:00
Patrik Nordwall
f5cc1be3f9 +str #15195 Add internal SynchronousProducerFromIterable 2014-05-21 16:51:09 +02:00
Patrik Nordwall
d1b1a241dd Merge pull request #15210 from akka/wip-15193-test-producers-patrikwn
+str #15193 Expose some test producers in StreamTestKit
2014-05-21 15:12:41 +02:00
Konrad Malawski
1b23c13648 Merge pull request #15225 from ktoso/wip-timed-duct-ktoso
+str Timed ops for Duct[I, O]
2014-05-20 15:08:32 +02:00
Konrad 'ktoso' Malawski
c3ed5902af +str #15223 timed extra combinators for Duct
Note: not too happy about duplication of impl, but is required due to
the Flow and Duct not sharing any types (could use structural, not going there though).

Resolves #15223
2014-05-20 15:07:08 +02:00
Konrad Malawski
a23700969b Merge pull request #15182 from ktoso/wip-timed-ktoso
+str #15098 timed on streams
2014-05-20 14:56:26 +02:00
drewhk
46c299f838 Merge pull request #15194 from drewhk/wip-stream-cleanups-drewhk
+str Various cleanups of internal streams architecture
Fixes #15158
2014-05-19 16:53:38 +02:00
Konrad 'ktoso' Malawski
0863cb7698 +str #15142 Initial support for timing streams
This PR includes most notably:
* `timed(_.streamops)` wrapper that measures time between start of
   processing and end of it.
* `timedIntervalBetween(T => Boolean)` which measures time between
  matching elements appearing in the stream
* DSL is enabled by importing from `extra.Implicits`
* Methods can be used without implicit by Importing extra.Timed.timed()
2014-05-19 14:54:32 +02:00
Endre Sándor Varga
646b376333 +str : Various cleanups of internal streams architecture
- factor out receive blocks for inputs and outputs
 - pump uses TransferPhases and become
 - Unification of Transformer and RecoveryTransformer
2014-05-19 14:26:41 +02:00
Martynas
81f8309847 Merge pull request #15221 from guersam/wip-fix-typo
=str #15221 fix typo in scaladoc
2014-05-19 14:24:26 +02:00
Jisoo Park
0606a5566f =str #15221 Fix typo in scaladoc 2014-05-19 21:22:47 +09:00