Commit graph

54 commits

Author SHA1 Message Date
Roland Kuhn
7ea8f59527 =doc add clarification on ActorSelection vs. ActorRef 2015-03-09 15:09:56 +01:00
Eric Le Goff
b6ff45dd45 Update building-akka.rst
sbt Has moved thus some loink are deprecated
2015-02-17 13:51:57 +01:00
Patrik Nordwall
35cf4da860 =doc Link to CONTRIBUTING.md and remove obsolete dev guidelines
(cherry picked from commit 84382f06494e908a2fa5e1ab452ba0fe770ba239)
2014-10-24 12:37:19 +02:00
Ben McCann
36943a5444 Security: use https to fetch repo artifacts. See http://blog.ontoillogical.com/blog/2014/07/28/how-to-take-over-any-java-developer/ 2014-08-19 07:21:14 -07:00
Csongor Somogyi
f11ce9fda1 Updates in the Building Akka documentation page in
accordance with the discussion with @bantonsson
2014-04-15 14:37:12 +02:00
Csongor Somogyi
9230f9710f Fixes #13983
Two changes have been made:
- In AkkaBuild, forced using UTF-8 to verify HTML files containing
  diagrams
- In the documentation chapter Building Akka, added a section clarifying
  the Graphviz dependency of generating Scaladoc Content Hierarchies

These fixes eliminates the issues I faced while building Akka on Windows
with NetBeans. The first issue is a Windows specific issue where the
default charset cannot be UTF-8. The second is Windows related in the
sense that Graphviz, the optional dependency of Scaladoc, had to be
manually resolved.
2014-04-15 11:40:51 +02:00
Roland Kuhn
6947f15084 =doc switch to GitHub Issues
also remove the `experimental` marker from multi-node-testing’s docs
2014-04-13 18:38:11 +02:00
Konrad Malawski
3179a02044 Fix task keys to fit sbt 0.13 style (and reality) 2014-04-12 23:51:37 +02:00
Roland Kuhn
d6b33d15a8 add links to reference.conf to docs 2014-03-24 12:02:47 +01:00
Roland Kuhn
98c282f115 =doc clean up what-is-akka.rst and switch to www.typesafe.com
the latter is necessary because of broken DNS requirements which make
apex domains brittle (since they must resolve to an A record with a
single IP)
2014-03-13 12:42:47 +01:00
Patrik Nordwall
9da838a24d =sam Switch to build.sbt in activator templates 2014-02-21 11:53:00 +01:00
Patrik Nordwall
1a3080b7a6 +sam #3689 Make activator template of the multi-node sample 2014-02-13 12:43:04 +01:00
Patrik Nordwall
947b49c5b7 Merge pull request #1993 from akka/wip-2922-event-bus-sample-patriknw
!act,doc #2922 Doc event bus and fix Java API
2014-02-13 12:24:24 +01:00
Patrik Nordwall
a247365b57 !act,doc #2922 Doc event bus and fix Java API 2014-02-13 12:23:51 +01:00
Patrik Nordwall
1a7249de00 Merge pull request #1987 from akka/wip-3568-doc-multi-jvm-options-patriknw
=doc #3568 Clarify JVM options of sbt-multi-jvm
2014-02-13 12:12:30 +01:00
Eugene Platonov
7339b6818c =doc Fix some typos and update sample output on multi-jvm-testing page 2014-02-07 22:31:45 -05:00
Patrik Nordwall
198f8a8d80 =doc #3568 Clarify JVM options of sbt-multi-jvm 2014-02-05 09:46:42 +01:00
Patrik Nordwall
fa4c859342 =doc Update Sphinx installation instructions 2013-11-01 11:46:44 +01:00
Björn Antonsson
1bda2a43d5 Merge pull request #1743 from akka/wip-upgrade-sbt-multijvm-ban
=pro,doc Update sbt-multi-jvm plugin to 0.3.8 and add sbt 0.13 docs
2013-10-08 02:10:55 -07:00
Martin Krasser
842ac672f7 !per #3631 Snapshotting
- capture and save snapshots of processor state
- start processor recovery from saved snapshots
- snapshot storage on local filesystem
- snapshot store completely isolated from journal
- LevelDB journal modularized (and completely re-rwritten)
- In-memory journal removed
2013-09-30 17:31:08 +02:00
Björn Antonsson
62d2c17268 =pro,doc Update sbt-multi-jvm plugin to 0.3.8 and add sbt 0.13 docs 2013-09-20 09:59:12 +02:00
Björn Antonsson
4a2b6effb3 =pro #3552 Upgrade ScalaTest to 1.9.2-SNAP2 for dbuild
* This can't go into 2.2.x since ScalaTest 1.9.2-SNAP2 has source incompatible changes and the dependecy in akka-multi-node-node-testkit would force people to upgrade.
2013-08-19 15:08:29 +02:00
Endre Sándor Varga
01d5579a83 =doc: Document code block style difference from style guide #3106 2013-07-02 12:25:06 +02:00
Björn Antonsson
5ba40a19e8 Split Akka PDF into a Java and Scala version. See #3400 2013-05-30 21:53:02 +02:00
Roland
63c6bc7d88 restructure ToC of reST docs
- completely decouple Java/Scala and remove heading suffixes
- move all images into images/
- move cluster docs into “official” place
2013-04-19 13:40:37 +02:00
Roland Kuhn
12de575139 Merge pull request #1129 from akka/wip-IO
Wip io
2013-02-13 08:29:51 -08:00
Roland
c3b363c9b3 move multi-node-testkit into its own module, see #2981 2013-02-11 14:37:37 +01:00
Björn Antonsson
c94ef5c66e Adding implicits and diagrams to scaladoc. See #2880 2013-02-01 11:55:08 +01:00
Mathias
ab228c0941 update/improve design docs as background info for IO layer, see #2890 2013-01-11 14:19:50 +01:00
Roland
f47f973f3c add design docs as background info for IO layer, see #2890 2013-01-10 12:20:17 +01:00
Patrik Nordwall
48c6374721 Clean shutdown of ReliableProxySpec, see #2846
* Solved by adding missing Dequeue in throttler
* Changed to FSM timers in throttler
* Some boy scouting
2013-01-04 12:54:54 +01:00
Roland
8c547aa2e6 update multi-jvm docs for scalatest 1.9.1 2012-12-23 20:18:19 +01:00
Roland
f48bdbecf2 update to CrossVersion.binary deps
- scala-stm_2.10 % 0.7
- scalatest_2.10 % 1.9.1
- scalacheck_2.10 % 1.10.0
2012-12-23 10:24:07 +01:00
Roland
ea08994d24 update to staged 2.10.0 release, CrossVersion.binary, see #2684 2012-12-21 17:18:03 +01:00
Rich Dougherty
a5778cbc70 Updated instructions for Sphinx install on Mac OS. Fixes #2735
* Updated dir name for texlive install
* Removed unneeded instructions for symlinking pygments style
2012-11-25 10:09:35 +01:00
Björn Antonsson
c2bf33afbf Update doc with correct version of ScalaTest 2012-11-15 08:16:19 +01:00
Björn Antonsson
58c0b2beae Correct and update the SbtMultiJvm documentation. #2671 2012-11-01 15:17:44 +01:00
Viktor Klang (√)
b862ec97f5 Merge pull request #836 from akka/wip-2669-√
#2669 - Fixing the docs about how to generate the docs
2012-10-31 14:31:46 -07:00
Viktor Klang
0615ba7897 #2669 - Fixing the docs about how to generate the docs 2012-10-31 14:51:24 +01:00
Viktor Klang
7be1f4b55e #2658 - Fixing todo sections of the documentation documentation ;-) 2012-10-29 15:38:22 +01:00
Viktor Klang
e6d54b59ac #2623 - Adding a @github@ substitution for links to github, as well as adding a pointer as to where to find the example code for the docs. 2012-10-22 11:14:22 +02:00
Viktor Klang (√)
b6e4c74886 Update akka-docs/rst/dev/developer-guidelines.rst
Tidying up developer guidelines link
2012-10-16 10:59:11 +03:00
Viktor Klang
ef80428b02 #2619 - make read first in the developer guidelines a ..note:: 2012-10-15 20:00:12 +02:00
Viktor Klang
7fa58f735a Adding link to CONTRIBUTING.md in developer-guidelines.rst 2012-10-15 12:02:08 +02:00
Patrik Nordwall
495ace37f4 Avoid TestConductorTransport unless needed, see #2586
* Due to the shutdown issues the TestConductorTransport is by
  default not active, but it's easy to activate it and exception
  will be thrown if trying to use the featues that require it, i.e
  blackhole, passThrow and throttle
* Documented
2012-10-05 14:52:18 +02:00
Björn Antonsson
5cfb79aef5 Minor doc and API cleanup for Test Conductor. See #2049 2012-10-04 11:03:07 +02:00
Björn Antonsson
6d8d4b4ec9 Correct sbt example usage of MultiJvm plugin in docs. 2012-10-03 10:49:06 +02:00
Björn Antonsson
08ef942242 Reformating configuration and examples for PDF (Scala, and leftovers). See #2413 2012-10-01 20:35:46 +02:00
Helena Edelson
3a3af8f3fb #2576 Correct usage of alumni to alumnus on Team docs page 2012-09-28 13:06:26 -06:00
Patrik Nordwall
6014559df3 Typo corr, add Helena to the list of committers 2012-09-28 08:50:02 +02:00