Commit graph

64 commits

Author SHA1 Message Date
Piotr Krzemiński
735060da20 +doc updated Sphinx install guide (#20743)
* updated path to texlive basic 2016
 * added few missing packages
2016-06-07 20:53:22 +02:00
Patrik Nordwall
43dafff152 =cls #19917 Clarify docs about sharding ddata 2016-03-16 09:13:53 +01:00
Roland Kuhn
37c63f6232 #12772 recommend at least 2GB for running the build 2016-03-09 17:48:28 +01:00
Konrad Malawski
ac1888fd66 Merge pull request #19871 from ktoso/wip-timeout-http-error-ktoso
=htc #19827 avoid double-push when request timeout triggers
2016-03-08 19:29:35 +01:00
Konrad Malawski
2d7d24dee6 +doc,htp #19896 directives for RequestTimeout and docs 2016-03-08 18:17:35 +01:00
Konrad Malawski
311d9920ed -doc remove team.rst as we have a team page on the site
and contributions can be checked on github with full stats
2016-03-08 12:33:36 +01:00
Johan Andrén
62e30b3c08 Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
kukido
f52ee58cc8 =doc #17752 Compatibility with latest version of Sphinx 2015-07-09 08:14:53 +03:00
kukido
ab0c60eca7 =doc Fixed and normalized spellings 2015-05-23 19:16:41 -07:00
Patrik Nordwall
a3642f7365 =doc #17320 Remove typesafe repo from docs
(cherry picked from commit c25baa5ca0aab26c9a830f46b00e0bb84576b00a)
2015-05-08 11:36:34 +02:00
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