Commit graph

42 commits

Author SHA1 Message Date
Endre Sándor Varga
d7dc5bbc3b +doc: Changes to basics+flows part 2014-12-22 11:09:04 +01:00
Endre Sándor Varga
754d50abdb +doc: Changes to basics+flows part 2014-12-20 16:46:57 +01:00
drewhk
2438d7d034 Merge pull request #16587 from drewhk/wip-stream-doc-strucure-drewhk
!doc: Finish restructuring
2014-12-20 15:30:22 +01:00
Endre Sándor Varga
21830e8aa5 !doc: Finish restructuring 2014-12-20 15:29:34 +01:00
Roland Kuhn
20e14a3418 Merge pull request #16586 from akka/wip-move-http-docs
=htp move docs and create TOC structure
2014-12-20 14:55:54 +01:00
Roland Kuhn
dc0c827ecf =htp move docs and create TOC structure 2014-12-20 14:27:48 +01:00
Endre Sándor Varga
4da6e6d0bb !doc: Restructure document pages 2014-12-20 14:11:29 +01:00
drewhk
6445632a9d Merge pull request #16582 from akka/wip-16549-actor-integration-patriknw
=str #16549 doc: ActorPublisher and ActorSubscriber
2014-12-20 12:03:37 +01:00
Patrik Nordwall
4dcb0d9834 =str #16549 doc: ActorPublisher 2014-12-20 11:30:36 +01:00
Roland Kuhn
335a9cb45d Merge pull request #16569 from spray/w/migrate-documentation
Akka Http Documentation preview
2014-12-20 11:29:49 +01:00
drewhk
61c55ae0e3 Merge pull request #16576 from akka/wip-stream-docs-∂π
=str write intro to docs
2014-12-20 10:38:25 +01:00
Konrad 'ktoso' Malawski
98143e3c93 +doc explain backpressure / reactive streams a bit 2014-12-20 00:01:43 +01:00
Konrad 'ktoso' Malawski
1c722b8ae1 +doc flow / flowgraph docs, moved quickstart
+ moved quickstart
+ more info about simple materialization
2014-12-20 00:01:20 +01:00
drewhk
3b1bc67090 Merge pull request #16572 from drewhk/wip-stream-doc-graph-cycles-drewhk
+doc: Document graph cycles
2014-12-19 15:40:26 +01:00
Patrik Nordwall
872d5d10b0 Merge pull request #16579 from akka/wip-16549-doc-rs-integration-patriknw
=str #16549 doc: Integration with Reactive Streams
2014-12-19 15:17:13 +01:00
Endre Sándor Varga
8190790eb6 +doc: Document graph cycles 2014-12-19 15:16:14 +01:00
Johannes Rudolph
af14fd8243 =doc a first set of new and imported documentation for akka-http 2014-12-19 15:09:57 +01:00
Johannes Rudolph
6f11735765 =doc move http documentation around and setup high-level documentation structure 2014-12-19 15:09:42 +01:00
Roland Kuhn
662029e0ea =str #16549 write intro to docs 2014-12-19 13:59:04 +01:00
drewhk
cf46428627 Merge pull request #16498 from drewhk/wip-15239-stream-cookbook-drewhk
Stream cookbook
2014-12-19 13:30:33 +01:00
Patrik Nordwall
462ffe129f =str #16549 doc: Integration with Reactive Streams 2014-12-19 13:09:35 +01:00
Patrik Nordwall
fdbd19e302 =str #16549 doc: Integration with External Services 2014-12-19 13:05:01 +01:00
Endre Sándor Varga
7a75965270 fixed merge conflicts, fixed reducebykey 2014-12-19 11:39:41 +01:00
Endre Sándor Varga
2c01bed1a7 +doc #15239: Stream cookbook 2014-12-19 11:29:27 +01:00
Konrad 'ktoso' Malawski
8274453549 +doc akka streams docs, flowGraphs 2014-12-17 15:47:12 +01:00
Konrad 'ktoso' Malawski
463df34d7a +doc quickstart docs for akka streams, initial version 2014-12-17 12:08:22 +01:00
drewhk
a619e534b9 Merge pull request #16419 from akka/wip-stream-design-docs
=doc First draft of Streams design principles
2014-12-03 11:57:03 +01:00
Roland Kuhn
7e96ad881c =doc clarify that onError is for failures (d’oh) 2014-12-03 11:43:02 +01:00
Roland Kuhn
204fadbce5 =doc add section on three-phased stream materialization 2014-12-01 20:59:51 +01:00
Roland Kuhn
d57eaa2b24 =doc add section on Error vs. Failure for streams
… and some more clarifications after review.
2014-12-01 17:56:41 +01:00
Mathias
20f8db99fa !htc #16162 upgrade HTTP-level APIs to end-user style 2014-11-28 17:24:29 +01:00
Björn Antonsson
672d4ed091 +str,htc #16071, #16072 New Stream Tcp and Http API
* StreamTcp and Http extensions now return Flows and Sources that can be materialized later
* Flow can now be completed with another flow to be turned into a runnable flow
2014-11-28 10:41:57 +01:00
Roland Kuhn
e7cfaeeee8 =doc First draft of Streams design principles 2014-11-28 09:12:17 +01:00
Martynas Mickevičius
412003c11e !str #16066 rename connect to via/to
* add missing implicit conversions for ~>
* tests for all combinations when using ~>
2014-10-31 10:43:42 +02:00
Patrik Nordwall
7c0c618791 !str #16039 Remove old scaladsl, rename scaladsl2
* and impl2, testkit2
* keeping io2 for now
2014-10-28 14:20:19 +01:00
Konrad 'ktoso' Malawski
cc4fd5ca2c !str #15121 MaterializerSettings now uses a config object
Resolves #15121
2014-09-01 19:21:57 +02:00
Patrik Nordwall
1bb5d37780 !str #15551 Switch to implicit passing of FlowMaterializer
* implicit param
* change tests to use implicit materializer
* add ActorFlow trait that provides an implicit materializer inside an actor
  in the right way, i.e. encourage usage of that instead of
  implicit def mat(implicit arf: ActorRef): FlowMaterializer
* make http compile, but those who know the api better will have to adjust
  to take full advantage of the implicit materializer
2014-08-21 13:40:43 +02:00
Patrik Nordwall
fdc5532483 !str #15076 Make foreach a terminal operation, returning Future[Unit] 2014-08-15 17:32:46 +02:00
Viktor Klang
bb8ab0a925 = str - #15621 - Moving FlowMaterializer argument to the end of all Flow and Duct methods which uses it. 2014-08-05 11:36:07 +02:00
Björn Antonsson
ccf902ef86 +pro,doc Make sure that doc gets published during subproject release 2014-06-26 11:51:46 +02:00
Björn Antonsson
e32ba9c54a +pro,hco,par Make sure that things build on both 2.10 and 2.11 2014-06-26 11:51:45 +02:00
Johannes Rudolph
c6993dd279 =doc first parts of HTTP model documentation 2014-06-16 23:09:51 +02:00