Commit graph

1268 commits

Author SHA1 Message Date
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
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
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
Konrad Malawski
02313342fc Merge pull request #16544 from akka/wip-15964-remove-persistence-dependency-patriknw
!str #15964 Remove dependency to persistence
2014-12-15 16:50:22 +01:00
Patrik Nordwall
e730f04a85 !str #15964 Remove dependency to persistence
* It will show up again in the right place, in enhanced form, by #16541
2014-12-15 16:27:43 +01:00
Konrad Malawski
73e2891502 Merge pull request #16485 from 2beaucoup/header-order-fix
=htc #16482 preserve header order during parse
2014-12-11 15:01:25 +01:00
Konrad Malawski
314040b95e Merge pull request #16481 from 2beaucoup/minor-fixes
Minor changes to the Java API of the HTTP core model
2014-12-10 14:18:50 +01:00
Konrad Malawski
b570a5bff4 Merge pull request #16509 from spray/w/16508-fix-StatefulStage-emit
=str #16508 in StatefulStage.emit don't lose state change for single-element iterator
2014-12-10 14:05:06 +01:00
Konrad Malawski
2fee14f7bb Merge pull request #16471 from akka/wip-noclose-optimization-√
=str - Addresses so that the optimizer for collect does not close over t...
2014-12-10 13:52:18 +01:00
Johannes Rudolph
2b3bb2246f =str #16508 in StatefulStage.emit don't lose state change for single-element iterator 2014-12-10 12:28:24 +01:00
Konrad Malawski
689abd8ee7 Merge pull request #16490 from akka/wip-16467-rs-1m2-√
Updates Akka Streams to Reactive Streams 1.0.0.M3
2014-12-10 00:58:22 +01:00
Viktor Klang
bea8a46dee =str - 16467 - Updates Akka Streams to Reactive Streams 1.0.0.M3
Only failing test is for the SynchronousIterablePublisher since the TCK doesn't handle sync
publishers well (@ktoso is working to fix this for the 1.0.0.RC1)

Adds a lot of FIXMEs to make sure we fix them before we ship the final version of Akka Streams.
2014-12-09 23:58:55 +01:00
2beaucoup
f0c83631e1 =htc #16482 preserve header order during parse 2014-12-09 11:09:26 +01:00
2beaucoup
0b3120d690 !htc replace Parameter interface with ju.Map.Entry in japi.Uri 2014-12-08 14:39:28 +01:00
2beaucoup
a9dc7e0449 !htc use japi.Option 2014-12-08 14:34:33 +01:00
2beaucoup
8049558713 =htc use forall 2014-12-08 14:33:56 +01:00
Viktor Klang
15f1e7cfd9 =str - Addresses so that the optimizer for collect does not close over the previous AstNodes 2014-12-06 11:23:44 +01:00
Konrad Malawski
bd3ee6b54f Merge pull request #16353 from akka/wip-zipwith-√
+str - adds ZipWith and makes Zip use that to create tuples/pairs
2014-12-05 13:09:19 +01:00
Viktor Klang
2bd1230ca9 +str - adds ZipWith and makes Zip use that to create tuples/pairs 2014-12-03 21:30:17 +01:00
drewhk
428a3d61ae Merge pull request #16449 from 2m/wip-fix-project-versions
=pro add missing versions
2014-12-03 12:05:35 +01:00
drewhk
11871a310d Merge pull request #16447 from akka/wip-ensure-visibility-of-dealyed-init-processor-impl-ban
=str Ensure the visibility of the DelayedInitProcessor implementation var
2014-12-03 12:02:01 +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
drewhk
26571c50b5 Merge pull request #16446 from akka/wip-16259-stream-javadsl-tests-ban
=str #16259 Added more redface testing of the stream Java DSL
2014-12-03 11:56:26 +01:00
Roland Kuhn
7e96ad881c =doc clarify that onError is for failures (d’oh) 2014-12-03 11:43:02 +01:00
Björn Antonsson
4cd48fc1dd =str Ensure the visibility of the DelayedInitProcessor implementation var 2014-12-03 11:35:45 +01:00
Björn Antonsson
91d29cbb3a =str #16259 Added more red-face testing of the stream Java DSL 2014-12-03 10:33:21 +01:00
Konrad Malawski
773379e748 Merge pull request #16424 from ktoso/harden-concat-spec
=str #16314 harden GraphConcatSpec, it can error as soon as possible
2014-12-03 09:37:34 +01:00
Björn Antonsson
665d46a38d Merge pull request #16420 from akka/wip-16380-sink-source-key-ban
=str #16380 Cleaned up Source/Sink/Key overlap
2014-12-03 09:32:06 +01:00
Björn Antonsson
3e14cd05a9 =str #16380 Cleaned up Source/Sink/Key overlap 2014-12-02 16:38:14 +01:00
Konrad Malawski
fb7fc2054d Merge pull request #16443 from ktoso/improve-consistency-spec-ktoso
+str dsl consistency spec also investigates return types now
2014-12-02 05:25:03 +01:00
Roland Kuhn
204fadbce5 =doc add section on three-phased stream materialization 2014-12-01 20:59:51 +01:00
Roland Kuhn
3ee2898ba8 Merge pull request #16357 from 2m/wip-15152-ast-transformations
=str #15152 ast transformations
2014-12-01 20:17:12 +01:00
Martynas Mickevicius
64feb041be =str #15152 operation transformations 2014-12-01 20:07:55 +02:00
Roland Kuhn
92432cc8b3 Merge pull request #16308 from spray/w/15911-java-routing-dsl
Http: First step of Java Routing API
2014-12-01 17:58:50 +01:00
Roland Kuhn
998f261f51 Merge pull request #16414 from spray/wip-16162-mathias
!htp #16162 Upgrade server- and client-side HTTP APIs to "final style"
2014-12-01 17:57:27 +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
drewhk
9ce116c18b Merge pull request #16403 from drewhk/wip-15802-ticksource-cancellable-drewhk
=str: #15802: TickSource cancellable
2014-12-01 17:45:02 +01:00
Konrad 'ktoso' Malawski
6b70bb35e2 +str dsl consistency spec also investigates return types now 2014-12-01 16:43:40 +01:00
Johannes Rudolph
1389c59196 +htp add ToNameReceptacleEnhancements companion object 2014-12-01 16:19:32 +01:00
Johannes Rudolph
c3d741c07d +htp smaller improvements in FileAndResourceDirectives
- in getFromResourceDirectory allow specification of classLoader
 - quick constructor for ContentTypeResolver
 - allow overriding of `defaultClassLoader` choice
2014-12-01 16:19:32 +01:00
Johannes Rudolph
78d34538e8 !htc remove unused ExecutionContext implicit on HttpEntity.toStrict 2014-12-01 16:19:32 +01:00
Johannes Rudolph
2a37831937 +htp add shortcuts for quick encoding / decoding 2014-12-01 16:19:32 +01:00
Johannes Rudolph
0b1dd68eaf +htc add missing HttpEncodings constants and related helpers 2014-12-01 16:19:32 +01:00
Johannes Rudolph
532abc340e !htc small fixes to the japi.Authorization/HttpCredentials model 2014-12-01 16:19:32 +01:00
Johannes Rudolph
80d8c9ad05 +htc add japi.MediaType.toContentType helper 2014-12-01 16:19:32 +01:00
Johannes Rudolph
0859c5cadc +htc add starting points for requests with a certain HTTP method 2014-12-01 16:19:32 +01:00