Commit graph

20524 commits

Author SHA1 Message Date
Konrad Malawski
b01ab24959 Merge pull request #19073 from ktoso/wip-jenkins-autobahn-ktoso
=htc #18563 small fixes to make autobahn tests nicer to Jenkins
2015-12-03 02:13:40 +01:00
Konrad Malawski
be500f9b68 =htc #18563 small fixes to make autobahn tests nicer to Jenkins 2015-12-03 02:09:18 +01:00
Alexander Golubev
5aa83594fa +str #18556 add delay combinator 2015-12-02 14:58:30 -05:00
Alexander Golubev
89d32f6f09 +str #18807 Source.range for Java DSL 2015-12-02 11:20:47 -05: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
Konrad Malawski
49f2360248 Merge pull request #19061 from spray/w/update-dependency-graph
=pro #19054 update to sbt-dependency-graph 0.8.0
2015-12-02 11:03:47 +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
3f3f5c8575 Merge pull request #19051 from akka/wip-19037-rename-FlowGraph-to-GraphDSL-RK
!str #19037 rename FlowGraph to GraphDSL
2015-12-01 18:30:39 +01:00
Roland Kuhn
f00da4daac !str #19037 rename FlowGraph to GraphDSL 2015-12-01 18:30:07 +01:00
Johannes Rudolph
55ff8e4af2 =pro put some global keys in Global scope to prevent per project reexecution 2015-12-01 16:57:35 +01:00
Johannes Rudolph
5a93d3c018 =pro #19054 use sbt-dependency-graph directly 2015-12-01 16:50:40 +01:00
Johannes Rudolph
017b061737 =pro #19054 update to sbt-dependency-graph 0.8.0 2015-12-01 16:15:23 +01:00
Tal Pressman
f610952ae7 PersistencePluginProxy
* Rename to PersistencePluginProxy.
* Watch target journal.
* Create PersistencePluginProxyExtension to enable eager initialization of
  the persistence plugin.
* Add initialization via configuration.
* Add tests and documentation.
* Clearer log messages.
2015-12-01 17:12:33 +02:00
Patrik Nordwall
d39b368cac +per #18839 Add better journal proxy
* JournalProxy works on the journal and snapshot store
  message protocol level and is therefore much simpler
  than the previous AsyncWriteProxy approach
* JournalProxy will work out of the box with any journal,
  I have tried with Cassandra
* should in the end phase out AsyncWriteProxy and
  SharedLeveldbJournal, we need deprecation phase
* rewrote the InmemJournal to remove the dependency to
  AsyncWriteProxy, which I can't see why it is needed
  for the InmemJournal
2015-12-01 17:12:30 +02:00
Konrad Malawski
5895834d98 Merge pull request #19057 from spray/w/stack-http-server
=htc slight renaming, refs #19052
2015-12-01 11:32:48 +01:00
Johannes Rudolph
936770d568 =htc slight renaming, refs #19052 2015-12-01 11:32:27 +01:00
Konrad Malawski
8c0c0de27c Merge pull request #19052 from spray/w/stack-http-server
=htc restructure HttpServerBlueprint as stack of BidiFlows for better readability
2015-12-01 11:15:21 +01:00
Johannes Rudolph
c37e396c41 =htc replace websocket support graph by simpler graph stage 2015-12-01 08:57:11 +01:00
Konrad Malawski
73a9bab7ca =docs style currently deployed 2015-11-30 22:21:48 +01:00
Johannes Rudolph
3d5a463998 =htc restructure HttpServerBlueprint as stack of BidiFlows for better readability 2015-11-30 15:57:01 +01:00
Konrad Malawski
fc3ba69b6d =str use Scala's ThreadLocalRandom, because Java 6 2015-11-30 14:54:03 +01:00
Konrad Malawski
f76061e7f7 Merge pull request #18973 from ktoso/wip-oom-connection-level-ktoso
Failing Connection handling fixes in Http Client
2015-11-30 14:35:18 +01:00
Konrad Malawski
177496333b =htc ignore test, to be fixed in #19049 2015-11-30 14:30:44 +01:00
Konrad Malawski
d5eb28d943 Merge branch 'johanandren-wip-18917-remove-old-api-from-docs-johanandren' into release-2.3-dev 2015-11-30 13:52:19 +01:00
Johan Andrén
457a17db84 =doc #18917 remove old API mentions from the docs 2015-11-30 13:52:01 +01:00
Konrad Malawski
71740f3fcd =str fix race condition in case of early termination of connections source 2015-11-30 13:39:41 +01:00
Konrad Malawski
f8fa5978d9 =str fix tests depending on supervisor name 2015-11-30 13:39:40 +01:00
Endre Sándor Varga
6d03eaa520 =str #18928 fix BidiStage reversed 2015-11-30 13:39:40 +01:00
Konrad Malawski
7afb750380 =str make StageActorRef "single" and watchable, fix some tests 2015-11-30 13:39:35 +01:00
Konrad Malawski
df93b2f883 =str Use SeqActorName in more places 2015-11-30 13:38:32 +01:00
Konrad Malawski
5b3c04572f =htp Fixes early error also being signalled as error via event 2015-11-30 13:38:32 +01:00
Konrad Malawski
f2003cfe23 -str remove DelayedInitProcessor, no longer needed 2015-11-30 13:38:32 +01:00
Endre Sándor Varga
18843de175 =str: Make TCP fusable (first attempts) 2015-11-30 13:38:32 +01:00
drewhk
248bad9ddd Merge pull request #19044 from drewhk/wip-graphstage-doc-fixes-drewhk
+str, doc: Fix small issues in GraphStage docs
2015-11-30 12:27:39 +01:00
Endre Sándor Varga
99d8773592 +str, doc: Fix small issues in GraphStage docs 2015-11-30 12:18:47 +01:00
Alexander Golubev
9597b00f70 +str #18807 add Source.range for Java DSL 2015-11-28 21:50:09 -05:00
Alexander Golubev
18f1bc73fe +str #18807 add Source.range for Java DSL 2015-11-27 22:24:24 -05:00
Alexander Golubev
d5cae10a67 +str #18556 add delay combinator 2015-11-27 15:46:35 -05: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
Konrad Malawski
93e5cc38f4 Merge pull request #18979 from spray/wip-16898-mathias
htp: remove server bypass, add early response detection
2015-11-27 14:02:18 +01:00
Konrad Malawski
19fe5ba87f Merge pull request #19022 from spray/wip-language-mathias
+htc add convenience helpers for language negotiation to `HttpRequest`
2015-11-27 13:39:29 +01:00
Mathias
8fc02dd799 +htp add selectPreferredLanguage directive incl. docs 2015-11-27 12:52:53 +01:00
Mathias
d036aee09f !htc #19023 improve/refactor Language and LanguageRange, add convenience helpers 2015-11-27 12:52:48 +01:00
Konrad Malawski
9e8d77133a Merge pull request #19030 from akka/ktoso-patch-1
=doc fix optimised away imports
2015-11-27 12:37:03 +01:00
Konrad Malawski
e17b02e245 =doc fix optimised away imports 2015-11-27 11:56:46 +01:00
Konrad Malawski
f1953f9ee6 Merge pull request #19011 from ktoso/wip-relax-journal-tck-ktoso
=per,tck #18639 makes testing for rejections optional
2015-11-27 11:22:18 +01:00
Patrik Nordwall
4de2751a2d Merge pull request #19027 from akka/wip-19016-BackoffSupervisor-passivation-patriknw
=act #19016 use the BackoffSupervisor as sender for parent msg
2015-11-27 10:48:30 +01:00
Patrik Nordwall
6668b0f3a1 Merge pull request #19010 from akka/wip-18978-lazy-shard-allocation-patriknw
=cls #18978 Lazy startup of shards when rememberEntities=false
2015-11-27 10:48:15 +01:00