Commit graph

1347 commits

Author SHA1 Message Date
Roland Kuhn
3307b6ebce Merge pull request #742 from akka/wip-2411-describe-ActorDSL-∂π
Wip 2411 describe actor dsl ∂π
2012-09-25 03:24:48 -07:00
Roland
be877a6197 export supervision tools in Act trait, and other review fixes
- add more cross references to ActorDSL docs
- improve SBT command line for running the multi-node test
- correct small error in Restart Hooks section of actors.rst
2012-09-25 12:20:52 +02:00
Roland
0489c5daf1 document ActorDSL, see #2411 2012-09-25 08:25:24 +02:00
Viktor Klang
84af39f0dd Fixing version string in dataflow.rst 2012-09-24 20:19:37 +02:00
Viktor Klang (√)
4ca684881d Merge pull request #733 from akka/wip-2536-√
#2536 - Fixing docs and making sure test artifacts are published for Akk...
2012-09-24 05:38:25 -07:00
Viktor Klang
6a5c2d418c Docs reformatting for adding the durable mailbox test fixture 2012-09-24 14:37:24 +02:00
Viktor Klang
7875cbc759 Removing weird artifact id in durable mailbox.rst 2012-09-24 14:24:19 +02:00
Viktor Klang
de433d112b Fixing version string and crossVersion string and artifact id 2012-09-24 14:03:08 +02:00
Viktor Klang
956ec5990f #2536 - Fixing docs and making sure test artifacts are published for Akka Mailboxes Common 2012-09-24 12:07:22 +02:00
Roland
ca75bbc2a0 say "IO support" in docs (avoid "module") 2012-09-24 11:51:21 +02:00
Viktor Klang (√)
4e4acef959 Merge pull request #731 from akka/wip-2527-√
Removing warning about not touching instance fields in receive
2012-09-24 01:50:46 -07:00
Jonas Bonér
5cbc6d8f76 minor edits to cluster-usage doc 2012-09-23 12:55:31 +02:00
Viktor Klang
fe19318495 Removing warning about not touching instance fields in receive 2012-09-23 00:24:01 +02:00
Patrik Nordwall
aa5f6154c8 Adjust paths, see #2437 2012-09-22 09:21:21 +02:00
Patrik Nordwall
d2747df451 Merge branch 'master' into wip-2437-doc-cluster-test-patriknw
Conflicts:
	project/AkkaBuild.scala
2012-09-22 09:16:05 +02:00
Björn Antonsson
2574a4bda0 Merge pull request #725 from akka/wip-2349-multi-node-and-multi-jvm-doc-ban
WIP 2349 Multi Node Testing Docs and Sample
2012-09-21 10:59:28 -07:00
Björn Antonsson
dc5b377bb1 Cleanup after merge. 2012-09-21 17:26:22 +02:00
Patrik Nordwall
b21687dbf2 Hide Echo actor impl from docs, see #2537 2012-09-21 17:08:36 +02:00
Patrik Nordwall
5a2ebb172d Merge branch 'master' into wip-2537-doc-remote-deploy-java-patriknw
Conflicts:
	akka-docs/rst/java/code/docs/remoting/RemoteActorExample.java
2012-09-21 17:01:13 +02:00
Björn Antonsson
78597ed7c1 Merge branch 'master' into wip-2349-multi-node-and-multi-jvm-doc-ban
Conflicts:
	project/plugins.sbt
2012-09-21 17:00:34 +02:00
Patrik Nordwall
f38690de99 Minor correction, see #2437 2012-09-21 16:53:21 +02:00
Patrik Nordwall
158f32e99b Merge branch 'master' into wip-2437-doc-cluster-test-patriknw 2012-09-21 16:50:18 +02:00
Patrik Nordwall
f6f81d1fd0 Move phi images to new dir, see #2251 2012-09-21 16:40:17 +02:00
Patrik Nordwall
28e7b8af38 Merge branch 'master' into wip-2251-doc-cluster-fd-patriknw 2012-09-21 16:39:12 +02:00
Patrik Nordwall
3f200c9920 Improvements based on feedback, see #2251 2012-09-21 16:24:00 +02:00
Roland
03d968b10e add some comments, fix experimental status of cluster 2012-09-21 15:53:59 +02:00
Patrik Nordwall
ee65dbf184 Correction of Java doc Creating Actors Remotely, see #2537 2012-09-21 15:08:56 +02:00
Roland
9bc01ae265 add preprocessor for RST docs, see #2461 and #2431
The idea is to filter the sources, replacing @<var>@ occurrences with
the mapping for <var> (which is currently hard-coded). @@ -> @. In order
to make this work, I had to move the doc sources one directory down
(into akka-docs/rst) so that the filtered result could be in a sibling
directory so that relative links (to _sphinx plugins or real code) would
continue to work.

While I was at it I also changed it so that WARNINGs and ERRORs are not
swallowed into the debug dump anymore but printed at [warn] level
(minimum).

One piece of fallout is that the (online) html build is now run after
the normal one, not in parallel.
2012-09-21 13:58:47 +02:00
Viktor Klang
c0f60da8cc Unborkening DataflowDocSpec 2012-09-21 13:08:02 +02:00
Björn Antonsson
3d83a25d64 Changed order of sections and additions based on review . See #2349 2012-09-21 12:30:05 +02:00
Viktor Klang
ebf0bef64c Adding Caveat for Death Watch of Remoting into the Scala section as well. 2012-09-21 12:08:37 +02:00
Viktor Klang (√)
a323161b2f Merge pull request #719 from akka/wip-2530-deprecate-tell1-∂π
remove all but one occurrence of single-arg tell()
2012-09-21 03:05:00 -07:00
Viktor Klang (√)
77e24c022b Merge pull request #723 from akka/wip-2378-√
Wip 2378 √
2012-09-21 03:02:25 -07:00
Viktor Klang
412f84b6f3 Doc changes after review of PR 724 2012-09-21 12:00:35 +02:00
Viktor Klang
32b6557154 Fixing broken code include for Dataflow docs 2012-09-21 11:50:48 +02:00
Patrik Nordwall
7bb125385b Describe how to write cluster test, see #2437 2012-09-21 11:48:47 +02:00
Viktor Klang
e414c2a3b7 2378 review fixes 2012-09-21 11:21:55 +02:00
Björn Antonsson
67f0de87b1 Multi Node Testing Docs and Sample. See #2349 2012-09-20 21:55:09 +02:00
Viktor Klang
542b927bdb Merge branch 'master' into wip-doc-fixes-∂π 2012-09-20 16:48:35 +02:00
Viktor Klang
527771d249 Cleaning up dataflow docs a bit 2012-09-20 16:42:09 +02:00
Viktor Klang
45d0850e11 More work on Dataflow docs 2012-09-20 16:30:48 +02:00
Patrik Nordwall
5017ba1fda Describe cluster failure detector and phi, see #2251 2012-09-20 15:24:07 +02:00
Viktor Klang
1380abc807 DAtaflow doc start 2012-09-20 13:50:25 +02:00
Viktor Klang (√)
20c2daf74d Merge pull request #718 from akka/wip-remwarn-√
Removing compilation warnings.
2012-09-20 04:14:15 -07:00
Patrik Nordwall
08121e4ae3 Minor corr, fqcn of CARP 2012-09-20 13:02:24 +02:00
Patrik Nordwall
9423d37da9 Merge branch 'master' into wip-cluster-docs-patriknw
Conflicts:
	project/AkkaBuild.scala
2012-09-20 10:40:08 +02:00
Patrik Nordwall
7b06ee5705 Cluster doc of JMX and admin script, see #2014 2012-09-20 07:47:19 +02:00
Roland
ce49ffe3c6 remove all but one occurrence of single-arg tell() 2012-09-19 23:55:53 +02:00
Viktor Klang
d0c71d563e Removing compilation warnings. 2012-09-19 17:32:54 +02:00
Patrik Nordwall
888f81df8d Merge pull request #698 from akka/wip-944-consistent-hashing-patriknw
Consistent hashing router, see #944
2012-09-19 07:57:27 -07:00