Johan Andrén
61f566063b
named should not replace attributes #21068
...
Add attributes in named rather than replace, additionally: test coverage and missing method on RunnableGraph added
2016-08-09 15:11:59 +02:00
Adam Warski
033516b188
Adding ScalaDocs for FlowOps.async #21137
2016-08-08 16:11:59 +02:00
Endre Sándor Varga
5382014133
make Map a GraphStage
2016-08-01 11:31:07 +02:00
Tim Harper
1c6b38743b
make RunnableGraph.addAttributes return a RunnableGraph #20630
2016-07-29 15:04:26 +02:00
zhxiaog
9683e4bc58
migrate Fold, Sliding, Grouped to GraphStage ( #20914 )
2016-07-08 14:24:03 +02:00
Kam Kasravi
1d692daaad
Fixes #20543 GraphStage subtypes should not be private to akka
2016-07-05 17:12:35 -07:00
Michał Płachta
00c5f49c7a
Replace PushStage-based Log with GraphStage (part of #19834 ) ( #20788 )
...
* Replace PushStage-based Log with GraphStage (part of #19834 )
* Remove LogLogic and FilterLogic toStrings
2016-06-22 16:36:18 +02:00
Björn Antonsson
c66ce62d63
Update to a working version of Scalariform
2016-06-02 22:12:36 +02:00
Alexander Golubev
03395d5739
=str #20229 groupBy should be a Graph stage ( #20344 )
2016-05-23 10:31:49 +02:00
Samuel Tardieu
e0c64f59d8
=str #20550 only accept -1 for infinite retries in recoverWithRetries ( #20555 )
2016-05-19 11:45:31 +02:00
Robert Budźko
8534adf603
Introduced backpressure timeout ( #20131 ) stage.
2016-05-06 12:57:27 +02:00
Patrik Nordwall
dfbcd948bf
Merge pull request #20325 from akka/wip-convert-scan-to-graphstage-√
...
Converts the Scan-operation from PushPullStage to GraphStage
2016-04-20 15:37:16 +02:00
David Knapp
d7fe98e1c4
#20123 Added recoverWithRetries which adds a parameter to limit the ( #20137 )
...
number of attempts. Existing recoverWith method behavior remains unchanged.
2016-04-20 15:24:12 +02:00
zhxiaog
7207189d6a
convert Recover to GraphStage
2016-04-18 15:23:05 +08:00
Viktor Klang
455805cda9
Converts the Scan-operation from PushPullStage to GraphStage
2016-04-15 10:51:24 +02:00
Michał Płachta
8376fa8cfd
Replace PushStage-based Filter with GraphStage (part of #19834 ) ( #20269 )
2016-04-14 11:04:08 +02:00
Konrad Malawski
b9ab232cac
str #20262 reduce should fail explicitly on empty stream ( #20267 )
...
* str #20262 reduce should fail explicitly on empty stream
* str #20262 document reduce behaviour on empty stream
2016-04-11 15:36:10 +02:00
Evgeny Vanslov
f42ab58b05
Replaced PushStage based TakeWhile with GraphStage #19834
2016-04-01 11:34:30 +03:00
Tal Pressman
26c25c89ed
+str #19390 Add 'monitor' flow combinator and stage
2016-04-01 08:06:37 +02:00
Endre Sándor Varga
d815ed1b5e
19862 Token bucket reimplemented
2016-03-31 11:36:03 +02:00
Johan Andrén
cb91c60266
Merge pull request #19990 from agolubev/19834-replace-collect-with-GraphStage
...
19834 replace collect with graph stage
2016-03-29 18:46:52 +02:00
Roland Kuhn
8a3cf8145b
lift mapMaterializedValue to FlowOpsMat
2016-03-24 12:51:39 +01:00
Alexander Golubev
951afec88e
=str 19834 Migrating PushStages to GraphStage
...
Collect, DropWhile, LimitWeighted
2016-03-22 10:44:27 -04:00
Konrad Malawski
30e43d05aa
Merge pull request #19908 from trautonen/take-as-graphstage-trautonen
...
Replaced PushStage based Take with GraphStage #19834
2016-03-21 15:44:13 +01:00
Tapio Rautonen
1bcc1310d2
Replaced PushStage based Take with GraphStage #19834
...
Changes suggested by @viktorklang
Added take to binary compatibility exclude
Cleanup
2016-03-18 21:35:05 +02:00
Roland Kuhn
b255a19374
simplify materialized value computation tree, fixes #20015
...
- also fixes materialized value sources for graphs that import zero or
one graphs, with and without Fusing
2016-03-16 17:05:46 +01:00
Johan Andrén
1c40d64d62
Merge pull request #19886 from trautonen/drop-as-graphstage-trautonen
...
Replaced PushStage based Drop with GraphStage #19834
2016-02-28 17:55:18 +01:00
Tapio Rautonen
7856916e4d
Replaced PushStage based Drop with GraphStage #19834
2016-02-26 21:14:33 +02:00
Julian Tescher
af34554b19
Fix common typos
2016-02-25 09:42:10 -08:00
drewhk
664071afb6
Merge pull request #19835 from agolubev/19818-Flow.transform-deprected-agolubev
...
=str #19818 Flow.transform should be deprected too
2016-02-24 17:52:06 +01:00
Johannes Rudolph
b6cbc7f13a
=all remove unused imports
2016-02-23 20:29:22 +01:00
Johan Andrén
62e30b3c08
Update copyrights and links to the new company name #19851
2016-02-23 12:58:39 +01:00
Alexander Golubev
c7c4ced93a
=str #19818 Flow.transform should be deprected too
2016-02-22 15:48:14 -05:00
Alexander Golubev
f7d23b508b
=str #18890 fix throttle
2016-02-12 09:14:41 -05:00
drewhk
ebb915ae4d
Merge pull request #19750 from lolski/lolski-issue-19293-rebased
...
=str #19293 fix issues in Sink.seq + minor doc fixes + use Sink.seq
2016-02-12 11:36:56 +01:00
Roland Kuhn
7d0099e80a
Merge pull request #19634 from agolubev/agolubev-#19423-add-statefulMapConcat
...
=str #19423 add statefulMapConcat
2016-02-12 11:00:48 +01:00
Roland Kuhn
d42b84327c
Merge pull request #19754 from akka/wip-19732-async-RK
...
nicer declarative .async boundaries and remove Module.nest()
2016-02-12 10:46:32 +01:00
Roland Kuhn
7b7647435b
ensure that graph attributes are not lost
...
- this entails making Module.isSealed==true if attributes are set
- also removed Module.nest(), which implied fixing replaceShape to form
a CompositeModule where CopiedModule was used before (GraphModule and
TlsModule)
2016-02-12 10:07:55 +01:00
Alexander Golubev
2a36859578
=str #19423 add satefulMapConcat
2016-02-11 22:57:50 -05:00
drewhk
3d9ea4415f
Merge pull request #19648 from agolubev/agolubev-#18045-add-recoverWith(Source)
...
+str #18045 add recoverWith(Source)
2016-02-11 20:34:53 +01:00
lolski
21381d5710
=str #19293 fix issues in Sink.seq + minor doc fixes + use Sink.seq and limit in tests where appropriate
...
* Sink.seq (Scala DSL) now returns immutable.Seq rather than Seq
* Sink.seq will not silently truncate when incoming elements is > Int.MAX_VALUE
* minor doc fixes
* replacing various grouped(n) / Sink.head with limit(n) / Sink.seq in various tests
* fix inconsistent indentation in RequestParserSpec
2016-02-12 01:36:21 +08:00
Johan Andrén
4e49d75ad8
!str #19732 Concise and consistent way to mark async boundaries
2016-02-11 18:20:23 +01:00
Alexander Golubev
5a8f4135b7
+str #18045 add recoverWith(Source)
2016-02-11 10:36:40 -05:00
Alois Cochard
6c69fba61e
19452: Contramap and fromFunction
2016-02-11 15:32:48 +01:00
Konrad Malawski
b3b0dce9ad
Merge pull request #19528 from ataraxer/wip-http-response-cancellation
...
Http: HttpEntity stream cancellation
2016-02-10 10:41:27 +01:00
Eric Nelson
c61f5b32e1
spelling corrections
2016-02-09 08:38:13 -07:00
Anton Karamanov
6ef9ab3276
=htc #19528 OutgoingConnectionBlueprint: replace splitWhen/prefixAndTail with custom stage
2016-02-09 18:09:14 +03:00
Anton Karamanov
8cea39cdef
+str #19528 Add propagateSubstreamCancel flag to splitWhen and splitAfter
2016-02-09 18:09:14 +03:00
drewhk
602081c2e7
Merge pull request #19641 from akka/wip-19547-make-stages-overview-complete-johanandren
...
=doc #19547 Better overview of stages
2016-02-08 13:11:33 +01:00
Johan Andrén
62020f44a8
One small step for mankind but a pretty big one for the stage overview
2016-02-05 14:37:47 +01:00