Johan Andrén
62e30b3c08
Update copyrights and links to the new company name #19851
2016-02-23 12:58:39 +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
Wojciech Jurczyk
5a7a48824e
=doc Move formField directives' docs to a correct directory
2016-01-19 23:38:35 +01:00
Wojciech Jurczyk
edf0d6cb21
+htp: #16651 Add formFieldMap, formFieldMultiMap & formFieldSeq Directives
2016-01-14 23:16:00 +01:00
Konrad Malawski
5a18d43435
+doc #19429 initial merge of docs-dev and docs
2016-01-14 00:31:03 +01:00
Konrad Malawski
098ef546d7
=pro fix unidoc/javadoc settings
2016-01-13 14:36:58 +01:00
Roland Kuhn
72eb3f539d
Merge pull request #19396 from akka/wip-18948-eagerComplete-RK
...
#18948 add eagerComplete parameter to FlowOps.merge
2016-01-11 15:42:59 +01:00
Tal Pressman
a44d78e3d0
=htc #19361 Rewrite Duplicator/Duplicator2 to use GraphStage instead of StatefulStage
2016-01-11 14:29:25 +02:00
Roland Ferenczy
144875a665
#18948 add eagerComplete parameter to FlowOps.merge
2016-01-11 10:58:01 +01:00
2beaucoup
db353504ab
=doc minor fixes in stream quickstart
2016-01-07 14:17:42 +01:00
Konrad Malawski
e5b2695c5e
=doc make missing snippets errors again
2015-12-23 18:41:35 +01:00
Konrad Malawski
ff152b816d
=doc,htc #19252 fix docs where occasionally broken
2015-12-23 18:30:34 +01:00
Konrad Malawski
2f762c995b
=htc #19276 explain draining of entities is needed
2015-12-23 16:26:27 +01:00
Roland Kuhn
939319e84d
#19235 document fusing
2015-12-22 22:27:59 +01:00
Konrad Malawski
f83bb19496
Merge pull request #19247 from 2beaucoup/handle-rejection-sample
...
=doc add custom ValidationRejection handling to samples
2015-12-21 16:29:59 +01:00
2beaucoup
565b480b2e
=doc add custom ValidationRejection handling to samples
2015-12-21 15:34:35 +01:00
Konrad Malawski
59a079d1f2
Merge pull request #19219 from ktoso/wip-sslconfig-ktoso
...
Apply ssl-config and include hostname validation
2015-12-21 14:41:40 +01:00
Roland Kuhn
4f5bba04a9
add fusing to migration guide
2015-12-21 14:26:44 +01:00
Konrad Malawski
d71c55174c
=doc explain hostname verification, recommend upgrading
2015-12-21 13:51:39 +01:00
Roland Kuhn
79f7fabed7
Merge pull request #19242 from akka/wip-19222-stream-deadletters-RK
...
#19222 describe why stream elements may be dropped silently
2015-12-21 13:44:04 +01:00
Roland Kuhn
7132e8130c
Merge remote-tracking branch 'pr/19106' into release-2.3-dev
2015-12-20 21:14:54 +01:00
Roland Kuhn
6eb8b0e906
#19222 describe why stream elements may be dropped silently
2015-12-20 11:54:47 +01:00
Roland Kuhn
b0b03176ae
#19238 add detach operator and fix Detach stage
2015-12-20 11:25:53 +01:00
Iain Monro
52655f2836
+str #19069 Add FlowOp.prepend for prepending Sources to Flows
2015-12-20 09:55:45 +01:00
Johan Andrén
9961495fad
+str #19032 Docs for graph stage and Java API
...
Including fix for #19205
2015-12-18 22:29:06 +01:00
Roland Kuhn
dcfa56e547
Merge remote-tracking branch 'pr/19097' into release-2.3-dev
2015-12-18 12:22:02 +01:00
Mathias
902bcbaa10
!htc restructure HttpEntity model on the Java side for consistency in modelling approach
2015-12-17 23:02:07 +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
Martynas Mickevičius
e6e476d82a
=str #19128 #19127 rename Source/Sink factory apply overloads
2015-12-17 11:48:30 +02:00
Konrad Malawski
d7b45e0fc3
Merge pull request #19187 from 2beaucoup/generic-csv-form-fields
...
!htp #19185 generic CSV form field unmarshallers
2015-12-16 16:08:40 +01:00
2beaucoup
4e86bf0cd6
!htp #19185 generic CSV form field unmarshallers
2015-12-16 13:52:06 +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
Konrad Malawski
000630c036
Merge pull request #19158 from ktoso/wip-more-docs-on-entitylimit-ktoso
...
=htc,doc more docs on EntityStreamSizeException
2015-12-14 12:05:10 +00:00
Roland Kuhn
ac83b1965c
#18962 MergeSorted and read() completion handling
2015-12-14 12:21:30 +01:00
Roland Kuhn
0f74a0e02b
Merge pull request #19118 from Softwire/wip-18567-unmarshallers-for-csv-number-sequences
...
!htp #18567 Added unmarshallers for CSV integer sequences
2015-12-13 17:48:27 +01:00
Konrad Malawski
9d5fcabbd6
=htc,doc more docs on EntityStreamSizeException
2015-12-13 16:27:07 +00:00
Viktor Klang
33a9257a3b
=str&http - 19142 - Renames all occurrences of mat with materializer
...
(When referring to a Materializer)
2015-12-11 14:45:24 +01:00
Roland Kuhn
1500d1f36d
!str #19005 make groupBy et al return a SubFlow
...
A SubFlow (or SubSource) is not a Graph, it is an unfinished builder
that accepts transformations. This allows us to capture the substreams’
transformations before materializing the flow, which will be very
helpful in fully fusing all operators.
Another change is that groupBy now requires a maxSubstreams parameter in
order to bound its resource usage. In exchange the matching merge can be
unbounded. This trades silent deadlock for explicit stream failure.
This commit also changes all uses of Predef.identity to use `conforms`
and removes the HTTP impl.util.identityFunc.
2015-12-10 12:27:16 +01:00
Catalin Ursachi
62afd94a47
!htp #18567 Added unmarshallers for CSV integer sequences
2015-12-07 17:49:22 +00:00
Mathias
899b92faf2
!htp #19034 refactor content negotiation, upgrade to new MediaType / ContentType model
2015-12-04 13:32:01 +01:00
Harit Himanshu
3c62888776
=doc add curl example to fileUpload docs
2015-12-03 12:57:37 +01:00
Konrad Malawski
cf6592f5c1
Merge pull request #19063 from akka/wip-fusable-stream-of-streams-RK
...
!str #15089 add flatMapMerge
2015-12-02 15:42:26 +01:00
Roland Kuhn
073e7058dc
!str #15089 add flatMapMerge
2015-12-02 09:01:20 +01:00
Konrad Malawski
eca43cb195
Merge pull request #19055 from ktoso/wip-css
...
=docs style currently deployed
2015-12-01 20:41:43 +01:00
Roland Kuhn
f00da4daac
!str #19037 rename FlowGraph to GraphDSL
2015-12-01 18:30:07 +01:00
Konrad Malawski
73a9bab7ca
=docs style currently deployed
2015-11-30 22:21:48 +01:00
Johan Andrén
457a17db84
=doc #18917 remove old API mentions from the docs
2015-11-30 13:52:01 +01:00
Endre Sándor Varga
99d8773592
+str, doc: Fix small issues in GraphStage docs
2015-11-30 12:18:47 +01:00
drewhk
b4fc3c11d8
Merge pull request #19026 from drewhk/wip-document-graphstage-drewhk
...
+str, doc: Documentation for GraphStage
2015-11-27 15:46:33 +01:00
Endre Sándor Varga
7acdda1d1f
+str, doc: Documentation for GraphStage
2015-11-27 14:21:48 +01:00