Commit graph

1311 commits

Author SHA1 Message Date
Roland Kuhn
dc0c827ecf =htp move docs and create TOC structure 2014-12-20 14:27:48 +01:00
Roland Kuhn
2d140eee30 Merge pull request #16580 from spray/wip-16574-mathias
=htc #16574 fix large requests not being consumable on the server-side
2014-12-20 12:56:50 +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 Malawski
5f3aaf2f4f Merge pull request #16568 from ktoso/docs-streams-flows-basics-ktoso
Docs streams flows basics
2014-12-20 00:03:49 +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
Mathias
03362052dd =htc add one more test checking against #16574 2014-12-19 16:52:53 +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
Mathias
35d1855e08 =htc make server accept early incoming request stream close
This is the fix for #16510 on the server-side.
2014-12-19 15:24:18 +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
Mathias
166be32ce6 =htc #16574 fix large requests not being consumable on the server-side 2014-12-19 14:56:51 +01:00
Mathias
0f0ce513ff =htc small improvement in BodyPartParser 2014-12-19 14:42:37 +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
f2f2e0ff8a Merge pull request #16570 from akka/wip-16549-doc-integration-patriknw
=str #16549 doc: Integration with External Services
2014-12-19 13:06:11 +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
Mathias
968e9cc5a7 =htc refactor HttpClient stream setup, closes #16510 2014-12-18 17:14:55 +01:00
Mathias
4d907bfb50 =htc small refactoring in OneHundredContinue support 2014-12-18 17:12:17 +01:00
Mathias
44a684c390 !htc clean up and unify HTTP exception model 2014-12-18 17:12:17 +01:00
Mathias
cf7e62d9ee =str apply temporary work-around for #16571 2014-12-18 17:12:17 +01:00
Mathias
25dd541f29 =htc small improvements in DateTime 2014-12-18 17:12:17 +01:00
Mathias
12f05b0333 =htp mark Http.ServerBinding sealed 2014-12-18 17:12:17 +01:00
Patrik Nordwall
ef2835d60e Merge pull request #16550 from akka/wip-16400-javadsl-stream-io-patriknw
!str #16400 Add Java API for StreamTcp
2014-12-18 13:19:20 +01:00
Patrik Nordwall
042701efba Merge pull request #16562 from akka/wip-16484-removed-junction-name-patriknw
!str #16484 #16392 Remove String identifier of junctions
2014-12-18 13:18:11 +01:00
Patrik Nordwall
7034c60eb3 !str #16400 Add Java API for StreamTcp
* move io.StreamTcp to scaladsl.StreamTcp
* add javadsl.StreamTcp that delegates to scaladsl implementation
* move impl
* add java test
2014-12-18 12:40:41 +01:00
Patrik Nordwall
e85ba73af0 !str #16484 #16392 Remove String identifier of junctions
* descriptive name can still be defined with OperationAttributes.name
* revisit all factory methods (apply/create) and implement and document
  them in a consistent manner
2014-12-18 12:25:59 +01:00
Konrad Malawski
b67688dd59 Merge pull request #16555 from ktoso/docs-streams-graphs
akka streams docs: graphs
2014-12-17 16:15:34 +01:00
Konrad 'ktoso' Malawski
8274453549 +doc akka streams docs, flowGraphs 2014-12-17 15:47:12 +01:00
Patrik Nordwall
5892d49bed Merge pull request #16559 from akka/wip-16557-Source.single-patriknw
!str #16557 Rename Source.singleton to Source.single
2014-12-17 13:05:39 +01:00
Patrik Nordwall
05a0d39d26 Merge pull request #16556 from akka/wip-16455-cleanup-materializer-settings-patriknw
!str #16455 Remove unused fanout settings
2014-12-17 13:02:29 +01:00
Konrad Malawski
59f776b887 Merge pull request #16558 from akka/wip-16479-FreeDirective-patriknw
=str #16479 Make constructor of FreeDirective internal
2014-12-17 12:54:47 +01:00
Konrad Malawski
29f70d9d6b Merge pull request #16526 from ktoso/docs-streams-quickstart-ktoso
akka-streams docs - quickstart
2014-12-17 12:28:43 +01:00
Konrad 'ktoso' Malawski
463df34d7a +doc quickstart docs for akka streams, initial version 2014-12-17 12:08:22 +01:00
Patrik Nordwall
d6bd77cf05 =str #16479 Make constructor of FreeDirective internal 2014-12-17 12:02:42 +01:00
Patrik Nordwall
5bf2ab43bd !str #16557 Rename Source.singleton to Source.single 2014-12-16 17:02:27 +01:00
Roland Kuhn
b42124cbe4 Merge pull request #16489 from spray/w/16488-fix-http-tests
=htc #16488 add missing assertions in tests
2014-12-16 15:55:53 +01:00
Patrik Nordwall
601b67c8e7 !str #16455 Remove unused fanout settings 2014-12-16 15:07:41 +01:00
Konrad Malawski
9c47f35459 Merge pull request #16551 from ktoso/docs-dev-styling
+doc apply new docs design to akka-docs-dev
2014-12-16 14:44:55 +01:00
Patrik Nordwall
9db464f50a Merge pull request #16457 from spray/w/introduce-http-aggregate-project
+pro create akka-http-parent project as an anchor to run aggregate tasks on
2014-12-16 14:42:03 +01:00
Konrad 'ktoso' Malawski
d6062d9549 +doc apply new docs design to akka-docs-dev 2014-12-16 12:47:24 +01:00
Johannes Rudolph
75f262d047 =htc #16488 add missing assertions in tests
- replaced pure `===` by `shouldEqual`
 - fixed the backport of spray/spray#927 in ae8c47acc170907ee9c8dfbcb946b400035f6877
 - fixed HttpHeaderParserSpec
2014-12-16 10:39:10 +01:00