Commit graph

37 commits

Author SHA1 Message Date
Peter Vlugter
e66d46671a Some more minor changes to documentation
- fix some links
- remove references to akka-modules
- remove python module information
2011-12-16 13:32:53 +13:00
Viktor Klang
73b79d6e3e Adding a Scala and a Java guide to Akka Extensions 2011-12-15 14:01:04 +01:00
Viktor Klang
866e47c97c Adding Scala documentation for Akka Extensions 2011-12-15 14:01:04 +01:00
Peter Vlugter
37efb72f22 Some documentation fixes
- microkernel information
- repository links
- akka download description
2011-12-15 15:39:30 +13:00
Patrik Nordwall
f4b8e9cfa6 DOC: added Henrik to team list 2011-12-12 14:23:34 +01:00
Patrik Nordwall
884dc43a7d DOC: Replace all akka.conf references. Fixes #1469
* Let us use :ref:`configuration` in all places to refer to the configuration.
2011-12-09 13:27:27 +01:00
Patrik Nordwall
7999c4c195 Docs: Changed organization id from se.scalablesolutions.akka to com.typesafe.akka 2011-11-18 13:21:23 +01:00
Jonas Bonér
af49b99d6f Completed RemoteActorRefProvider and parsing/management of 'remote' section akka.conf, now does provisioning and local instantiation of remote actor on its home node. Also changed command line option 'akka.cluster.port' to 'akka.remote.port'.
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-09-22 03:36:59 +02:00
Jonas Bonér
9a5b1a88e6 Added explicit call to Cluster.node.start() in various tests.
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-08-24 21:51:18 +02:00
Jonas Bonér
950ad21117 Fixed problem with node and test infrastructure initialization order causing multi-jvm test to fail randomly.
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-08-19 15:10:13 +02:00
Jonas Bonér
dfc1a68aac Fixed race condition in initial and dynamic management of node connections in Cluster
* Using CAS optimistic concurrency using versioning to fix initial and dynamic management of node connections in Cluster
* Fixed broken bootstrap of ClusterNode - reorganized booting and removed lazy from some fields
* Removed 'start' and 'isRunning' from Cluster
* Removed 'isStarted' Switch in Cluster which was sprinkled all-over cluster impl
* Added more and better logging
* Moved local Cluster ops from Cluster to LocalCluster
* Rewrote RoundRobinFailoverMultiJvmSpec to be correct
* RoundRobinFailoverMultiJvmSpec now passes
* Minor reformatting and edits

Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-08-18 11:35:14 +02:00
Patrik Nordwall
4e312fcc0f Instruction of how to write reference to ticket number in first line. 2011-08-15 20:48:21 +02:00
Jonas Bonér
3d77356005 Added policy about commit messages to the Developer Guidelines documentation 2011-08-10 07:51:52 +02:00
Peter Vlugter
a254fa6c19 Update multi-jvm docs 2011-08-01 16:11:59 +12:00
Peter Vlugter
2e8232f748 Update the multi-jvm testing docs 2011-07-13 11:03:49 +12:00
Peter Vlugter
2ec7c848b3 Update the building akka docs 2011-07-12 11:53:35 +12:00
Derek Williams
5747fb7e64 Added myself to the team 2011-06-18 22:32:40 -07:00
Jonas Bonér
6f89c6270e Renamed ReplicationSpec to TransactionLogSpec. + Added sections to the Developer Guidelines on process 2011-06-16 11:25:48 +02:00
Peter Vlugter
fb200b094a Fix warnings in docs 2011-05-26 17:22:13 +12:00
Jonas Bonér
ddb2a69c19 Moved ClusterNode interface, NodeAddress and ChangeListener into akka-actor as real Trait instead of using structural typing.
Refactored boot dependency in Cluster/Actor/Deployer.
Added multi-jvm test for testing clustered actor deployment, check out as LocalActorRef and ClusterActorRef.

Signed-off-by: Jonas Bonér <jonasremove@jonasboner.com>
2011-05-23 22:35:01 +02:00
Jonas Bonér
7778c93c1c Added docs about setting JVM options and override akka.conf options to multi-jvm-testing.rst 2011-05-23 10:45:53 +02:00
Jonas Bonér
88946889b4 Fixed wrong import in multi-jvm-test.rst. Plus added info about where the trait resides. 2011-05-19 03:15:39 -07:00
Jonas Bonér
76d9c3c33a 1. Added docs on how to run the multi-jvm tests
2. Fixed cyclic dependency in deployer/cluster boot up
3. Refactored actorOf for clustered actor deployment, all actorOf now works
2011-05-19 10:58:30 +02:00
Peter Vlugter
b1122c1d91 Bump docs version to 2.0-SNAPSHOT 2011-05-18 12:46:26 +12:00
Peter Vlugter
ae9a13d6b5 Update docs version to 1.2-SNAPSHOT 2011-05-11 15:10:41 +12:00
Patrik Nordwall
a3499bc535 Docs: Some minor corrections
(cherry picked from commit 52a0b2c6b89b4887f84f052dd85c458a8f4fb68a)
2011-05-10 15:55:16 +02:00
Patrik Nordwall
1051c077e8 Docs: fixed broken links 2011-05-10 09:53:58 +02:00
Patrik Nordwall
e1c5e2bfed Docs: Re-write of Getting Started page
(cherry picked from commit 55ef6998dd473f759803e9d6dc862af80b1cfceb)
2011-05-08 10:24:29 +02:00
Patrik Nordwall
a597915993 Docs: Restructured toc
(cherry picked from commit b6ea22e994ab900dad2661861cd90a7ab969ceb4)
2011-05-06 10:12:16 +02:00
Patrik Nordwall
e3189abe54 Docs: Added some missing links
(cherry picked from commit a70b7c027fba7f24ff1b7496cf8087bc2e9d5038)
2011-05-06 08:01:28 +02:00
Viktor Klang
4eddce0fe2 Porting licenses.rst and removing boldness in sponsors title 2011-05-02 19:38:10 +02:00
Viktor Klang
0d476c24d6 Converting team.rst, sponsors.rst and fixing some details in dev-guides 2011-05-02 19:28:00 +02:00
Viktor Klang
05db33ee97 Moving Developer guidelines to the Dev section 2011-05-02 18:50:56 +02:00
Patrik Nordwall
3b3f8d307a fixed typo 2011-05-01 21:47:50 +02:00
Patrik Nordwall
56acccf82e Added installation instructions for Sphinx etc 2011-05-01 21:33:16 +02:00
Peter Vlugter
83cac71aad Added a little to meta-docs 2011-04-21 13:34:26 +12:00
Peter Vlugter
df4ba5d3bd Add meta-docs 2011-04-20 19:49:06 +12:00