Commit graph

2212 commits

Author SHA1 Message Date
Konrad Malawski
2838c8a512 Merge pull request #18614 from akka/wip-no-newInstance-√
Removes newInstance from StageModule and reduces the noise for implem…
2015-09-30 15:28:13 +02:00
Viktor Klang
5baae964a8 =str removes newInstance from StageModule and reduces the noise for implementing it 2015-09-30 15:27:38 +02:00
Konrad Malawski
ed5102fa49 Merge pull request #18594 from spray/wip-upgrade-pb2
Upgrade parboiled 2 internalization to 2.1.0 release
2015-09-29 22:27:25 +02:00
Konrad Malawski
9dbea14972 Merge pull request #18438 from agolubev/agolubev-#18111-SubscriberEvent_in_stream-testkit
+str #18111 SubscriberEvent in stream-testkit is not visible
2015-09-29 16:42:16 +02:00
Mathias
2bb777778d =htc upgrade to updated akka.parboiled internalization 2015-09-29 16:33:54 +02:00
Mathias
aed50bc07d !par upgrade akka.parboiled internal copy to parboiled 2.1.0 2015-09-29 16:33:50 +02:00
Alexander Golubev
e51b2e4aeb +str #18111 SubscriberEvent in stream-testkit is not visible 2015-09-29 10:09:13 -04:00
Konrad Malawski
cc661409f9 Merge pull request #18585 from akka/wip-fix-double-dilation-ktoso
=str fix double-dilation in StreamTestKit
2015-09-29 11:21:06 +02:00
Konrad Malawski
a534e9bddc Merge pull request #17643 from pjan/revision/http/generalised-authentication
!htp #17384 - Generalised Security Directives to accept Bearer Token Authentication
2015-09-29 10:52:52 +02:00
Konrad Malawski
f416e89edb =str fix double-dilation in StreamTestKit 2015-09-29 10:26:18 +02:00
Konrad Malawski
880d51b89b Merge pull request #18503 from ktoso/wip-improvements-streamtestkit-ktoso
+str #18501 improvements and fixes in StreamTestKit (adds toStrict)
2015-09-28 19:29:17 +02:00
Konrad Malawski
dcfbaed206 =str #18501 make TestSink.probe consistent in style with Sink.head
Also known as, we do not use () for those
2015-09-28 18:44:54 +02:00
Konrad Malawski
239b4ca268 Merge pull request #18517 from agolubev/agolubev-#18378-small-typos-in-stream-docs
=str #18378 Small typos in Streams docs
2015-09-28 12:51:40 +02:00
Konrad Malawski
2569b3f92a Merge pull request #18520 from ktoso/wip-csvParams-simpler
=htc #18518 make it simpler to unmarshal csv values from params
2015-09-28 12:08:52 +02:00
pjan vandaele
4dde089d82 Generalised Authentication Directives to accept Bearer Tokens
Make type of credential authentication explicit

Cleanup
2015-09-26 09:40:29 +09:00
Roland Kuhn
8d72e30235 Merge pull request #18560 from akka/wip-fix-warnings-∂π
=str,htp clean up build warnings
2015-09-25 18:09:30 +02:00
Konrad Malawski
ab96ebfca0 +str #18501 improvements and fixes in StreamTestKit (adds toStrict) 2015-09-25 17:19:00 +02:00
Roland Kuhn
68ba0643d6 =str,htp clean up build warnings
- explicitly provide Unit values and place parens around tuple creation
- remove structural type usage in TestUtils
- fix Java double-casts
- use unused Java values by asserting their non-nullness
- work around inability to place case class in trait (scripted test)

The remaining warnings about using private types in public methods are
bogus as reported in https://issues.scala-lang.org/browse/SI-9490.
2015-09-25 15:20:23 +02:00
drewhk
8bb8dc4f68 Merge pull request #18548 from drewhk/wip-interpreter-additions-and-fixes-drewhk
Fix various interpreter issues, add extensive port transition tests
2015-09-25 10:18:31 +02:00
Konrad Malawski
cf6a376d98 Merge pull request #18532 from akka/wip-missing-internalapi-marker-ktoso
=str add missing internal api marker
2015-09-25 10:18:07 +02:00
Endre Sándor Varga
ea03bb315d Fix various interpreter issues, add extensive port transition tests 2015-09-24 16:00:04 +02:00
Konrad Malawski
8a889de08d =str add missing internal api marker
Noticed during demo on scala.world ;)
2015-09-22 18:00:19 +01:00
drewhk
ae83053a64 Merge pull request #18516 from drewhk/wip-remove-timerpublisher-drewhk
=str: TickSource is now a GraphStage
2015-09-22 09:30:32 +02:00
Endre Sándor Varga
eec8bd689f =str: TickSource is now a GraphStage 2015-09-21 10:30:14 +02:00
Konrad Malawski
c9adfcfbc7 =htc #18518 make it simpler to unmarshal csv values from params 2015-09-20 19:27:04 +01:00
Alexander Golubev
8070aa0b24 =str #18378 Small typos in Streams docs
very small fix
2015-09-18 12:30:34 -04:00
Alexander Golubev
c066ce4a8a =str #18378 Small typos in Streams docs 2015-09-18 10:02:09 -04:00
drewhk
e713591e5f Merge pull request #18467 from drewhk/wip-16597-16410-timeout-stages-drewhk
!str #16410 #16597: Removed TimerTransform, added Timeout stages
2015-09-18 13:15:16 +02:00
Endre Sándor Varga
12c9abb8c9 !str #16410 #16597: Removed TimerTransform, added Timeout stages 2015-09-18 12:38:36 +02:00
drewhk
a7cff4141c Merge pull request #18481 from 2m/wip-interpreter-bench
=ben interpreter benchmarks
2015-09-18 10:19:05 +02:00
Konrad Malawski
d5b5e6f22d Merge pull request #18495 from ktoso/wip-broken-references-ktoso
=doc #18104 fixes typo which made includecode2 not work in many places
2015-09-17 13:25:33 +02:00
drewhk
7a85508a5d Merge pull request #18473 from drewhk/wip-graphstage-improvements-drewhk
=str: GraphStage improvements
2015-09-17 12:57:57 +02:00
Endre Sándor Varga
174589f2dc =str: GraphStage improvements 2015-09-17 10:08:12 +02:00
Konrad Malawski
87f4447b23 =doc #18104 fixes typo which made includecode2 not work in many places
Note that some of the files don't exist, fixing this very soon.
2015-09-16 23:50:35 +02:00
Konrad Malawski
0706109890 Merge pull request #18491 from ktoso/wip-parser-limit-infinite-ktoso
=htc #18489 allow `infinite` value in max-content-length
2015-09-16 22:30:00 +02:00
Konrad Malawski
154bd23b85 =htc #18489 allow infinite value in max-content-length 2015-09-16 15:03:41 +02:00
Martynas Mickevičius
59e2494e36 =ben interpreter benchmarks 2015-09-15 17:45:50 +03:00
drewhk
090bad9d24 Merge pull request #18428 from agolubev/agolubev-#18072-concat-with-empty-source
+str #18072 fix concat with empty source
2015-09-15 10:30:16 +02:00
Alexander Golubev
0d1861cd2f +str #18072 fix concat with empty source 2015-09-12 17:08:20 -04:00
drewhk
170f24eadc Merge pull request #18450 from 2m/wip-graphstage-identity-bench
=ben add flag to benchmark GraphStage.Identity
2015-09-11 11:17:27 +02:00
Martynas Mickevičius
25cb97a1b2 =ben add flag to benchmark GraphStage.Identity 2015-09-11 11:33:29 +03:00
drewhk
f378e8266e Merge pull request #18330 from spray/w/16438-java-side-rejection-support
+htp #16438 add Java-side rejection handling support
2015-09-09 11:27:58 +02:00
Johannes Rudolph
db1be86b02 +htp #16438 add Java-side rejection handling support 2015-09-09 10:31:00 +02:00
Johannes Rudolph
96ef8875c8 !htp use immutable collections in Rejections 2015-09-09 10:28:34 +02:00
Johannes Rudolph
a70e37d65c =htc add missing Java model class for ContentTypeRange 2015-09-09 10:28:34 +02:00
drewhk
2eb6cea683 Merge pull request #18313 from drewhk/wip-octopus-drewhk
WIP Octopus
2015-09-08 16:50:56 +02:00
Endre Sándor Varga
19c20dfb20 +str: Support for arbitrary, fusable graph processing stages (octopus) 2015-09-08 15:34:10 +02:00
drewhk
530bd13d2a Merge pull request #18271 from agolubev/agolubev-#17693-add-Source.queue
+str #17693 add Source.queue and Sink.queue
2015-09-07 16:33:23 +02:00
Alexander Golubev
38fe35d668 +str #17693 add Source.queue and Sink.queue 2015-09-04 12:50:05 -04:00
Konrad Malawski
8ea47c3d37 Merge pull request #18352 from 2m/wip-doc-api-update-stream-io
=doc update stream-io doc page to the latest API
2015-09-04 12:01:05 +02:00