Roland
33c588d3fc
ignore automatically assembled files in akka-osgi resources dir
2013-01-29 12:34:33 +01:00
Björn Antonsson
0dbeb471b8
Load build time system properties from a file. See #2791
2012-12-20 08:20:52 +01:00
Patrik Nordwall
8dfb9434fa
Merge pull request #787 from akka/wip-2284-heartbeat-scalability-patriknw
...
Use consistent hash to heartbeat to a few nodes instead of all, see #2284
2012-10-15 02:52:28 -07:00
Viktor Klang
f5895ba64c
Adding SBT transient project config classes to .gitignore
2012-10-14 04:06:40 +02:00
Patrik Nordwall
3f73705abc
Use consistent hash to heartbeat to a few nodes instead of all, see #2284
...
* Previously heartbeat messages was sent to all other members, i.e.
each member was monitored by all other members in the cluster.
* This was the number one know scalability bottleneck, due to the
number of interconnections.
* Limit sending of heartbeats to a few (5) members. Select and
re-balance with consistent hashing algorithm when new members
are added or removed.
* Send a few EndHeartbeat when ending send of Heartbeat messages.
2012-10-08 08:41:28 +02:00
Roland
cc669c3838
integrate akka-contrib docs into akka-docs build
...
using the awesomized sbt-site plugin!
2012-10-02 11:37:31 +02:00
Peter Vlugter
4ca5cf88f3
Use sbt-site plugin to generate sphinx docs
2012-10-02 11:37:31 +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
Roland
d41160f4bf
automatically reference right scalaVersion in RST
...
using epilog_rst configuration variable in sphinx, which reads
akka-docs/epilog_rst, which is written in sphinx-scala-version task by
SBT, which is referenced by the other docs tasks as a dependency
2012-08-17 00:07:56 +02:00
Roland
be74eb835b
stashin commit so Iulian can play with it
2012-06-25 19:30:13 +02:00
Jonas Bonér
2e248e4b49
Removed code for tutorial, already removed in docs since duplicate in Typesafe/Akka getting started guide and template
2012-05-15 09:19:02 +02:00
Patrik Nordwall
bcc208819a
Added .scalastyle to .gitignore
2012-05-14 09:34:59 +02:00
Jonas Bonér
da5a5d1316
Added ensime files to .gitignore. Plus fixed error from merge.
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2012-02-28 11:39:10 +01:00
Roland
b3dd85f6dd
switch to dispatcher-scoped settings for durable mailboxes, see #1836
...
- also switch SBT settings to enable testing of durable mailboxes
centrally (if so desired, just uncomment testMailbox line in build.sbt)
- automatically start mongod, beanstalkd or redis-server when running
the respective tests (assumes that the binaries are in PATH)
- unify settings extraction from dispatcher config, sub-scoping by
mailbox type name
2012-02-25 22:41:48 +01:00
Eugene Vigdorchik
edc1d8046f
Integrate schoir for distributed testing.
2012-01-12 12:47:11 +04:00
Peter Vlugter
7ff362c9c6
Improve the distribution download
...
- add a simple readme
- create a gzipped tar file of the download
- add a dry-run option to the release script
2011-12-24 17:39:48 +13:00
Peter Vlugter
a624c74045
Remove .tags_sorted_by_file
2011-12-21 14:53:17 +13:00
Jonas Bonér
9c18b8cb49
Merge branch 'wip-remove-timeout-jboner'
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-12-15 08:47:52 +01:00
Patrik Nordwall
b500f4af3a
DOC: Removed stability-matrix
2011-12-13 08:09:54 +01:00
Jonas Bonér
15c0462db3
Added sbteclipse plugin to the build (version 1.5.0)
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-12-09 18:28:43 +01:00
Jonas Bonér
abf4b52f3e
Added *.vim to .gitignore
2011-11-28 17:07:31 +01:00
Peter Vlugter
d9e0088f3c
Get remoting working under the remote actor ref provider
2011-10-13 18:08:09 +02:00
Peter Vlugter
317b8bc03b
Merge master into tame-globals branch
2011-10-13 13:41:44 +02:00
Patrik Nordwall
045b9d96c6
Added .cached to .gitignore
2011-10-12 20:39:59 +02:00
Roland
ccb429df13
add Eclipse .cache directories to .gitignore
2011-10-06 21:17:15 +02:00
Jonas Bonér
a4c74f1ed9
Added akka.sublime-workspace to .gitignore.
...
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
2011-09-09 14:34:31 +02:00
Jonas Bonér
3d77356005
Added policy about commit messages to the Developer Guidelines documentation
2011-08-10 07:51:52 +02:00
Jonas Bonér
2655d44ee9
Merged wip-2.0 branch with latest master
2011-05-16 12:32:00 +02:00
Jonas Bonér
6c6089e081
Misc fixes everywhere; deployment, serialization etc.
2011-05-16 09:47:23 +02:00
Peter Vlugter
8303c4545b
Don't git ignore project/build
2011-05-05 15:20:22 +12:00
Jonas Bonér
13abf0592f
Added outline on how to implement clustered deployment
2011-04-30 15:44:46 +02:00
Jonas Bonér
868ec62ee7
Rebased from master branch
2011-04-27 01:06:08 +02:00
Jonas Bonér
d1bdddd588
mid address refactoring
2011-04-20 09:04:57 +02:00
Peter Vlugter
c179cbf623
Add includecode directive for akka-docs
2011-04-19 13:03:15 +12:00
Jonas Bonér
ef95a1bef5
completed first iteration of first getting started guide
2011-04-06 16:01:32 +02:00
Jonas Bonér
e58aae5f59
Added alt foldLeft algo for Pi calculation in tutorial
2011-04-06 09:53:30 +02:00
Jonas Bonér
d97b8fbd9c
Added Routing.Broadcast message and handling to be able to broadcast a message to all the actors a load-balancer represents
2011-04-01 15:33:46 +02:00
Roland Kuhn
d20d85ca26
ignore VIM swap files (and clean up previous accident)
2011-03-17 17:59:22 +01:00
Yung-Luen Lan
abe5f64fac
Add tags to gitignore.
2010-10-06 15:21:44 +08:00
Jonas Bonér
ac0a9e84e9
Introduced uniquely identifiable, loggable base exception: AkkaException and made use of it throught the project
2010-08-19 07:01:09 +02:00
Jonas Bonér
275ce9277f
removed codefellow plugin
2010-08-18 15:15:22 +02:00
Jonas Boner
663e79d55c
Added UntypedActor and UntypedActorRef (+ tests) to work with untyped MDB-style actors in Java.
2010-07-30 00:18:43 +02:00
Jonas Bonér
c802d2e0ac
Fixed bug in using STM together with Active Objects
2010-07-18 07:13:43 +02:00
Jonas Bonér
9580c85058
Merge branch 'master' of git@github.com:jboner/akka
2010-07-15 15:49:45 +02:00
Jonas Bonér
1d13528fef
Merge commit ' 02b816b893'
2010-07-01 23:58:01 +02:00
Jonas Bonér
7745db9778
Added CodeFellow to gitignore
2010-07-01 17:22:05 +02:00
Jonas Bonér
d229a0f80a
CodeFellow integration
2010-07-01 12:33:58 +02:00
Jonas Bonér
87c336b258
Added activemq-data to .gitignore
2010-06-01 18:11:55 +02:00
Jonas Bonér
c9481daeb6
Added akka-sample-ants as a sample showcasing STM and Transactors
2010-05-24 15:59:32 +02:00
Jonas Bonér
8605b85ab0
Added StmConfigurationException
2010-04-22 09:53:45 +02:00