Commit graph

2189 commits

Author SHA1 Message Date
Yung-Luen Lan
abb7edf5aa Copied the actor spec from mongo and voldemort. 2010-10-06 17:31:36 +08:00
Yung-Luen Lan
18b2e29af3 clean up db for actor test. 2010-10-06 16:03:20 +08:00
Yung-Luen Lan
f3b42cb015 Add actor spec (but didn't pass) 2010-10-06 15:57:05 +08:00
Yung-Luen Lan
9819222091 Add tags to gitignore. 2010-10-06 15:21:44 +08:00
Yung-Luen Lan
71e7de46ec Merge branch 'master' of http://github.com/jboner/akka into couchdb 2010-10-06 10:31:43 +08:00
Viktor Klang
de7582434b Removed pointless check for N/A as Actor ID 2010-10-05 16:41:43 +02:00
Viktor Klang
441387bd21 Added some more methods to Index, as well as added return-types for put and remove as well as restructured some of the code 2010-10-05 16:41:15 +02:00
Viktor Klang
30712c6ba4 Removing more boilerplate from AkkaServlet 2010-10-05 14:42:17 +02:00
Yung-Luen Lan
a158e4944b Merge branch 'couchdb' of http://github.com/Kahlen/akka into couchdb
Conflicts:
	akka-persistence/akka-persistence-couchdb/src/main/scala/CouchDBStorageBackend.scala
	project/build/AkkaProject.scala
2010-10-05 20:04:09 +08:00
Yung-Luen Lan
4eb17b1090 Add couchdb support 2010-10-05 19:55:39 +08:00
Viktor Klang
92c1f165c4 Merge branch 'master' of github.com:jboner/akka 2010-10-05 13:54:16 +02:00
Kahlen Lin
b1df66092a my first commit 2010-10-05 19:31:28 +08:00
Viktor Klang
6988b10df0 Cleaned up code and added more comments 2010-10-05 12:06:30 +02:00
ticktock
26ab1c6f4c porting a ticket 450 change over 2010-10-04 19:47:23 -04:00
ticktock
b6c8e68a94 Merge branch 'master' of github.com:jboner/akka into ticket-443 2010-10-04 19:27:23 -04:00
Viktor Klang
11532a4227 Fixing ReceiveTimeout as per #446, now need to do: self.receiveTimeout = None to shut it off 2010-10-04 20:45:33 +02:00
Viktor Klang
641657fa92 Ensure that at most 1 CometSupport is created per servlet. and remove boiler 2010-10-04 19:27:44 +02:00
Viktor Klang
592fe44784 Creating a Main object for Akka-http 2010-10-04 14:42:40 +02:00
Viktor Klang
6fd880bcca Moving EmbeddedAppServer to akka-http and closing #451 2010-10-04 14:08:55 +02:00
Viktor Klang
3efb427ca1 Fixing ticket #450, lifeCycle = Permanent => boilerplate reduction 2010-10-04 11:18:10 +02:00
Yung-Luen Lan
ef2d7cce72 Merge branch 'master' of http://github.com/jboner/akka 2010-10-04 14:52:02 +08:00
Yung-Luen Lan
9c3da5a083 Add couch db plugable persistence module scheme. 2010-10-04 14:51:28 +08:00
ticktock
09c2fb87a1 Merge branch 'master' of github.com:jboner/akka into ticket-443 2010-10-03 19:03:14 -04:00
Viktor Klang
099820a258 Merge branch 'master' of github.com:jboner/akka 2010-10-02 21:34:03 +02:00
Viktor Klang
b5ba69a313 Minor code cleanup of config file load 2010-10-02 21:33:43 +02:00
Jonas Bonér
166f9a0af3 Merge branch 'master' of git@github.com:jboner/akka 2010-10-02 20:07:17 +02:00
Jonas Bonér
51e3e6768b Added hasListener 2010-10-02 19:58:21 +02:00
Viktor Klang
03f13bd3e6 Merge branch 'master' of github.com:jboner/akka 2010-10-02 17:47:23 +02:00
Viktor Klang
d87436e2ce Changing order of priority for akka.config and adding option to specify a mode 2010-10-02 17:38:09 +02:00
Viktor Klang
6f11ce032d Updating Atmosphere to 0.6.2 and switching to using SimpleBroadcaster 2010-10-02 17:32:44 +02:00
ticktock
ef14ead4b3 Added tests of proper null handling for Ref,Vector,Map,Queue and voldemort impl/tweak 2010-10-01 16:04:22 -04:00
ticktock
820f8abf4e two more stub tests in Vector Spec 2010-09-30 19:35:10 -04:00
ticktock
7175e464fe More VectorStorageBackend tests plus an abstract Ticket343Test with a working VoldemortImpl 2010-09-30 19:13:59 -04:00
ticktock
3d6c1f2e2d Map Spec 2010-09-30 19:13:19 -04:00
ticktock
3a0e1810a0 Moved implicit Ordering(ArraySeq[Byte]) to a new PersistentMapBinary companion object
and created an implicit Ordering(Array[Byte]) that can be used on the backends too

Finished Map Backend Spec that tests proper ordering of retrieved k->v pairs and fixed Voldemort to work properly
2010-09-30 15:33:31 -04:00
ticktock
fd7b6d3028 Merge branch 'master' of github.com:jboner/akka into ticket-443 2010-09-30 11:35:31 -04:00
Jonas Bonér
f47f3191da Merge branch 'master' of git@github.com:jboner/akka
Conflicts:
	akka-remote/src/main/scala/remote/RemoteServer.scala
2010-09-30 16:10:39 +02:00
Michael Kober
2bc500cfbd merged ticket444 2010-09-30 10:24:34 +02:00
Jonas Bonér
5f67d4b829 Merge branch 'master' of git@github.com:jboner/akka 2010-09-30 10:13:52 +02:00
Jonas Bonér
0a7ba9de7e minor edit 2010-09-30 10:13:35 +02:00
Michael Kober
719a054968 fixed test 2010-09-30 08:40:42 +02:00
Michael Kober
34e92b7cb0 merged master 2010-09-30 08:20:10 +02:00
Martin Krasser
0dae3b1cbd CamelService can now be turned off by configuration. Closes #447 2010-09-30 07:21:31 +02:00
ticktock
2809157b51 Initial QueueStorageBackend Spec 2010-09-29 20:26:30 -04:00
ticktock
31a2f15810 Merge branch 'master' of github.com:jboner/akka into ticket-443 2010-09-29 20:14:06 -04:00
ticktock
57a856a96a Initial QueueStorageBackend Spec 2010-09-29 20:12:55 -04:00
Michael Kober
844bc921b5 Merge branch 'ticket440' 2010-09-29 20:39:45 +02:00
Michael Kober
84955348e2 added Java API 2010-09-29 20:37:01 +02:00
Michael Kober
1bbdfe9061 closing ticket440, implemented typed actor with constructor args 2010-09-29 20:36:42 +02:00
Viktor Klang
21c2f85c36 Changing impl of ReflectiveAccess to log to debug 2010-09-29 15:04:11 +02:00