Martynas Mickevičius
fed1e95b84
Merge pull request #18043 from 2m/wip-18012-feedback-2m
...
=doc #18012 rate transformation doc improvements
2015-07-20 17:41:10 +03:00
Martynas Mickevičius
6b0cacb039
=doc #18012 rate transformation doc improvements
...
* use () when calling scala methods with side effects
* concat immutable lists instead of modifying mutable ones
* use Collections.singletonList instead of sublassing ArrayList
* and typo fixes
2015-07-20 15:21:16 +03:00
Martynas Mickevičius
e07f945f68
Merge pull request #18042 from netcomm/patch-2
...
Update stream-composition.rst
2015-07-20 14:00:46 +03:00
Konrad Malawski
e96e4bce7a
Merge pull request #18039 from netcomm/patch-1
...
Update stream-composition.rst
2015-07-20 09:32:01 +02:00
netcomm
1f9d0cf9e0
Update stream-composition.rst
2015-07-20 14:07:00 +08:00
Konrad Malawski
f48a69f01d
=doc fix typo in host-level http docs
2015-07-20 02:21:37 +02:00
Konrad Malawski
30bb717468
+str,doc #18012 adds missing docs on client-side http in java
2015-07-19 17:40:27 +02:00
netcomm
d2767495ac
Update stream-composition.rst
2015-07-19 21:25:16 +08:00
Konrad Malawski
30010374fa
Merge pull request #18024 from 2m/wip-18012-rate-transformation-docs-2m
...
=doc #18012 rate transformation docs
2015-07-18 00:48:54 +02:00
Konrad Malawski
e58dea7781
Merge pull request #18025 from spray/wip-18012-mathias
...
=docs #18012 complete remaining TODO sections in scala HTTP docs
2015-07-17 23:22:39 +02:00
Konrad Malawski
a32183d9f0
Merge pull request #18026 from 2beaucoup/fix-docs
...
minor doc fixes
2015-07-17 17:49:45 +02:00
Mathias
1441f201b1
=docs #18012 complete remaining TODO sections in scala HTTP docs
2015-07-17 17:08:26 +02:00
Johannes Rudolph
e47585d20e
=doc #18012 add placeholder documentation for #18027
2015-07-17 17:06:44 +02:00
2beaucoup
2012726f1b
=doc, htp minor fixes in docs and tests
2015-07-17 16:22:12 +02:00
Johannes Rudolph
d50c0e3426
=doc shuffle test files around to proper packages
2015-07-17 16:11:03 +02:00
Johannes Rudolph
b2c38444b3
+doc #18012 add handleWithAsync documentation + examples
2015-07-17 16:11:03 +02:00
Martynas Mickevičius
ada0d31ec7
=doc #18012 rate transformation docs
2015-07-17 17:03:48 +03:00
Johannes Rudolph
4c24b72b31
+doc add Java testkit documentation and scaladoc
2015-07-17 16:03:18 +02:00
2beaucoup
3e3454e617
=doc correct http-testkit and http-tests module names
2015-07-17 15:26:34 +02:00
Johannes Rudolph
f889112096
=doc rename ModelSpec => ModelTest to adapt to the convention
2015-07-17 12:04:22 +02:00
2beaucoup
c63d4fea29
=doc remove link to self
2015-07-17 11:25:16 +02:00
Konrad Malawski
77d3e693c5
Merge pull request #17988 from ktoso/wip-javadsl-handleWith-ktoso
...
!htp #17965 more consistent and 22-ified javadsl handleWith
2015-07-15 12:22:46 +02:00
Konrad Malawski
22a5217889
Merge pull request #17999 from ktoso/wip-docs-impr-stream-ktoso
...
=str,doc #17993 explain how to use pipeto and dispatcher in docs
2015-07-15 11:59:05 +02:00
Konrad Malawski
2c8919ce3f
Merge pull request #17998 from ktoso/agolubev-agolubev-#16965-UnzipWith-2.3-dev-based
...
Agolubev #16965 unzip with 2.3 dev based
2015-07-15 11:41:21 +02:00
Konrad Malawski
911e02bd40
=str #16965 use akka-actor provided tuples for gen UnzipWith
2015-07-15 11:40:55 +02:00
Konrad Malawski
def890506f
Merge pull request #17991 from ktoso/agolubev-agolubev-#16394-recover-operation
...
+str #16394 recover operation
2015-07-15 11:34:47 +02:00
Konrad Malawski
569c0bf079
!htp #17965 more consistent and 22-ified javadsl handleWith
2015-07-15 11:31:18 +02:00
Konrad Malawski
1c27e749b1
=str,doc #17993 explain how to use pipeto and dispatcher in docs
2015-07-15 11:23:22 +02:00
Alexander Golubev
50de39e886
+str #16965 add generalized UnzipWith
2015-07-15 10:58:45 +02:00
Alexander Golubev
630343e483
+str #16394 recover operation
2015-07-15 10:34:56 +02:00
Konrad Malawski
75229b0711
Merge pull request #17990 from spray/w/java-side-documentation
...
A few last minute Java-side changes + documentation
2015-07-14 19:38:43 +02:00
Konrad Malawski
0bcc996cc7
Merge pull request #17989 from 2m/wip-detached-docs-drewhk
...
Add documentation for DetachedStages
2015-07-14 19:34:22 +02:00
Johannes Rudolph
ed76b14447
+doc add more detailed PathDirectives documentation
2015-07-14 19:04:42 +02:00
Johannes Rudolph
7291d0ccab
+doc fix link to RFC 7234
2015-07-14 18:36:18 +02:00
Johannes Rudolph
50c78b4a7f
+doc add some java-side marshalling documentation
2015-07-14 18:36:18 +02:00
Johannes Rudolph
5eb0f1d3da
+doc add overview documentation for java-side directives (+ some cleanup)
2015-07-14 18:36:18 +02:00
Martynas Mickevičius
d9386c8cc5
+doc java sample code for detached stage
2015-07-14 17:45:57 +03:00
Konrad Malawski
c4d018d31a
Merge pull request #17961 from ktoso/wip-quickstart-impr-ktoso
...
=doc #17655 improvements in streams quickstart
2015-07-14 15:58:05 +02:00
Konrad Malawski
a191266d54
=doc #17655 improvements in streams quickstart
2015-07-14 15:57:53 +02:00
Konrad Malawski
ed343f7898
Merge pull request #17986 from 2m/wip-17093-missing-supervision-2m
...
=doc #17093 mention components that do not honour supervision attribute
2015-07-14 13:05:49 +02:00
Martynas Mickevičius
8e3cecb05c
=doc #17093 mention components that do not honour supervision attribute
2015-07-14 14:00:40 +03:00
Martynas Mickevičius
2a2088e06a
Merge pull request #17980 from 2m/wip-17337-composition-docs-drewhk
...
+doc #17337 : Document composability and modularity (with java code)
2015-07-14 13:56:54 +03:00
Martynas Mickevičius
eb74b3ec9d
+doc #17337 : java doc samples
2015-07-14 13:20:46 +03:00
Konrad Malawski
95e2640902
Merge pull request #17965 from spray/w/java-side-documentation
...
Java side documentation progress
2015-07-14 10:22:21 +02:00
Martynas Mickevičius
efc659b70a
Merge pull request #17953 from drewhk/wip-17891-processor-support-drewhk
...
+str #17891 : Add direct support for RS Processors
2015-07-13 17:21:10 +03:00
Endre Sándor Varga
f330e61a05
+doc #17337 : Document composability and modularity
2015-07-13 16:50:02 +03:00
Johannes Rudolph
6d80945be2
=doc document java-side handlers
2015-07-13 14:44:21 +02:00
Johannes Rudolph
f9b8125333
=doc add explanation about Route => Flow conversion
2015-07-13 14:40:23 +02:00
Endre Sándor Varga
0d8fd40b09
+doc: Add documentation for DetachedStages
...
also extend documentation with more diagrams
2015-07-12 10:28:49 +02:00
Johannes Rudolph
ab38c36cba
=doc add lots of documentation about java-side routing API, some detail and further examples still missing
2015-07-10 19:14:14 +02:00