Konrad Malawski
8a1f8f27dc
=htc fix JsonFraming completion bug, exposed by new Interpreter
2016-08-02 15:58:34 +02:00
Konrad Malawski
3c2d021742
=htc improve patience on FramingSpec because Jenkins
2016-08-02 15:27:21 +02:00
Konrad Malawski
9cc32c3aba
+htp #18837 completely rewrite EntityStreamingSupport
...
added CSV examples
updated docs
EntityStreamingSupport is now an entry point, to all streaming things
both read and write side use it
it's easy to extend as well
2016-08-02 15:27:21 +02:00
Konrad Malawski
6562ddd2df
=htp address review feedback on JSON streaming
2016-08-02 15:27:21 +02:00
Konrad Malawski
bc536be32c
=htp introduce ToByteStringMarshaller alias and fix fixme
2016-08-02 15:27:21 +02:00
Konrad Malawski
f2419f5a08
=htp framed entity streaming cleanup, renames
2016-08-02 15:27:21 +02:00
Konrad Malawski
c3308149be
+htp #18837 allow as[Source[Tweet, NotUsed]]
2016-08-02 15:27:21 +02:00
Konrad Malawski
c76ec2ac15
+htp #18837 more docs and final cleanups, complete java docs
2016-08-02 15:27:21 +02:00
Konrad Malawski
db880a3db0
+htp #18837 implemented JavaDSL for Source streaming
2016-08-02 15:27:21 +02:00
Konrad Malawski
24454f7f09
+htp #18837 JSON framing and framed entity streaming directives
2016-08-02 15:27:21 +02:00
Łukasz Dubiel
8e71346295
=htp #21029 Move redirect to RequestContext. ( #21071 )
2016-08-02 11:30:32 +02:00
Johan Andrén
5dc0db2112
=htc Http server latency multi node spec array and source routes unmixed ( #21086 )
2016-08-01 18:34:30 +02:00
drewhk
acc5223d38
Merge pull request #21002 from drewhk/wip-interpreter-improvements-drewhk
...
WIP - Interpreter improvements
2016-08-01 17:10:40 +02:00
Endre Sándor Varga
083bfb6692
Fixed bug in Chunker, exposed by interpreter changes
2016-08-01 16:09:50 +02:00
Konrad Malawski
59b54575f3
=rem #21077 explicitly set used SSL protocol ( #21078 )
2016-08-01 12:25:48 +02:00
Endre Sándor Varga
b8ceb863c9
reducing array load pressure by making connections an explicit object
2016-08-01 11:59:39 +02:00
Endre Sándor Varga
3a1a0cc4c4
Event chasing implemented
2016-08-01 11:31:14 +02:00
Endre Sándor Varga
b01acfd8d6
Microoptimizaitons in the interpreter
2016-08-01 11:31:13 +02:00
Endre Sándor Varga
a6cf6c646e
Optimize Fold supervision
2016-08-01 11:31:12 +02:00
Endre Sándor Varga
5382014133
make Map a GraphStage
2016-08-01 11:31:07 +02:00
Endre Sándor Varga
b498347933
baseline benchmark
2016-08-01 11:30:30 +02:00
Konrad Malawski
ba8f0ad038
Merge pull request #21083 from johanandren/wip-complete-rechunker-rewrite-johanandren
...
Convert Rechunker to GraphStage
2016-08-01 11:16:59 +02:00
Yaroslav Klymko
88b83f60de
=per-tck Fix CapabilityFlag.off ( #21082 )
2016-08-01 11:06:09 +02:00
Peter Barron
1f9c374bd9
Cluster Sharding with remember-entity enabled fails to recover after restart #20744
2016-08-01 10:46:09 +02:00
priyanka
7ff95b4b16
Convert Rechunker to GraphStage
2016-08-01 10:28:22 +02:00
Hawstein
65d9676164
=doc fix typo for migration guide ( #21075 )
2016-07-30 20:06:25 +02:00
Stefano Bonetti
4e36541350
+doc stages-overview entry for partition stage #21020 ( #21073 )
2016-07-30 11:04:56 +02:00
Konrad Malawski
57b77d15af
Merge pull request #21066 from johanandren/wip-runnable-graph-from-add-attributes-johanandren
...
make RunnableGraph.addAttributes return a RunnableGraph
2016-07-29 16:44:47 +02:00
Johan Andrén
f8a810317f
Link to migration guide from java docs, minor corrections for #20945
2016-07-29 16:42:44 +02:00
Johan Andrén
74243a28f8
Additional JavaDSL package structure and docs #20945
2016-07-29 16:42:40 +02:00
Hawstein
3cfb6f9d91
align package structure in http javadsl
2016-07-29 16:42:28 +02:00
Tim Harper
1c6b38743b
make RunnableGraph.addAttributes return a RunnableGraph #20630
2016-07-29 15:04:26 +02:00
Konrad Malawski
bb701d1725
HTTP: Optimise response rendering and response parsing ( #21046 )
...
* +htp,ben HttpBlueprint benchmark
* +act bring OptionVal from artery-dev
+htc raw benchmarks
* =htc request parsing benchmark
* +htc,ben add benchmark for longer (raw) json response
* =htc optimise renderHeaders, less Option allocs
* -htc remove FastClock, not quite worth it
2016-07-28 22:32:40 +02:00
Johan Andrén
9372087464
=htc #21051 WebsocketResponse future now fails if the connection failed ( #21054 )
...
* WebsocketResponse future now fails if the connection failed #21051
2016-07-28 17:48:06 +02:00
Alexander Golubev
d0bf45fe68
=str 20711 IllegalMonitorStateException in Source.queue
2016-07-28 14:23:47 +02:00
Ian Clegg
f33f2197b6
=htc #20786 Fix for RFC 7235 so HttpChallenge only renders the realm when it has a value ( #21043 )
2016-07-28 13:32:50 +02:00
Johan Andrén
95280bf16f
=readme Updated the contributing doc with sbt memory heap config ( #21055 )
...
* Updated the contributing doc with sbt memory heap config
* huge -> large
2016-07-28 13:18:14 +02:00
Hawstein
39008dc58a
replace AkkaSpec with StreamSpec for stream tests #21011
2016-07-28 10:43:08 +02:00
Konrad Malawski
c520df3210
=doc fix spray-json included snippet ( #21045 )
2016-07-27 20:05:30 +02:00
Johan Andrén
c0861cb7d5
=htc #21008 , controller stage misbehaving on early response ( #21033 )
...
* Bugfix #21008 , controller stage misbehaving on early response
* Test coverage and only fix the actual bug
2016-07-27 17:48:48 +02:00
Konrad Malawski
5479276b64
=htc migrate Masker to graph stage ( #21048 )
2016-07-27 12:38:51 +02:00
Konrad Malawski
42b27b58c0
=ben fix compilation due to stale PR being merged ( #21044 )
...
* =ben fix compilation due to stale PR being merged
* Update HttpRequestParsingBenchmark.scala
2016-07-26 22:17:14 +02:00
Konrad Malawski
5d8dcc8ebc
=htc #20921 mima filters and scaladoc for discardBytes ( #21042 )
2016-07-26 13:44:05 +02:00
Nafer Sanabria
da79af329f
=htc #20921 add discardBytes method to HttpEntity ( #20925 )
...
add DiscardedEntity interface inside HttpEntity
2016-07-26 13:42:56 +02:00
Richard S. Imaoka
15c77e3392
Document HTTP custom method ( #20508 )
2016-07-26 12:33:45 +02:00
Stefano Bonetti
fb1905870c
=doc graphstage sink example ( #20955 ) ( #21030 )
2016-07-26 12:20:08 +02:00
Hawstein
867131f626
+doc add unit tests for extractDataBytes and extractRequestEntity directives ( #21022 )
2016-07-26 12:02:04 +02:00
Johan Andrén
150511a44b
=htc Byte string parser input for request target parsing ( #21018 )
...
* Avoid byte array allocation in request target parsing
* Request parsing benchmark added
* Missing copyright added
2016-07-26 12:00:24 +02:00
Konrad Malawski
f63a0cea8f
+pro Update sbt-JMH (includes JMH 1.13) ( #21026 )
...
* +pro Update sbt-JMH (includes JMH 1.13)
* Update plugins.sbt
2016-07-25 19:32:10 +02:00
Konrad Malawski
5fd0654000
Jenkins benchmarking improvements ( #21034 )
...
* +htp,ben HttpBlueprint benchmark
* =htp hide http perf test behind a flag
* =htp report requests per second as well as bytes per second in perfspec
2016-07-25 18:39:52 +02:00