aquarium
12 years agoEvent refactoring
Christos KK Loverdos [Thu, 10 May 2012 10:15:29 +0000 (13:15 +0300)]
Event refactoring

12 years agoTweeking configuration
Christos KK Loverdos [Wed, 9 May 2012 13:47:22 +0000 (16:47 +0300)]
Tweeking configuration

Use classpath for logback.xml, (re?)introduce akka.conf.

12 years agoEcho changes
Christos KK Loverdos [Wed, 9 May 2012 10:17:21 +0000 (13:17 +0300)]
Echo changes

12 years agoUse PID_FILE
Christos KK Loverdos [Wed, 9 May 2012 09:30:13 +0000 (12:30 +0300)]
Use PID_FILE

12 years agoAdd forcekill script option
Christos KK Loverdos [Wed, 9 May 2012 09:26:59 +0000 (12:26 +0300)]
Add forcekill script option

12 years agoRefactor charging computation + data
Christos KK Loverdos [Mon, 7 May 2012 15:21:58 +0000 (18:21 +0300)]
Refactor charging computation + data

12 years agoMake class final
Christos KK Loverdos [Mon, 7 May 2012 12:34:56 +0000 (15:34 +0300)]
Make class final

12 years agoWIP: ResourceEvent-related refactorings
Christos KK Loverdos [Mon, 7 May 2012 12:20:37 +0000 (15:20 +0300)]
WIP: ResourceEvent-related refactorings

12 years agoChange API for contextual logger usage
Christos KK Loverdos [Mon, 7 May 2012 11:37:16 +0000 (14:37 +0300)]
Change API for contextual logger usage

12 years agoDiscover if running junit tests
Christos KK Loverdos [Mon, 7 May 2012 11:04:31 +0000 (14:04 +0300)]
Discover if running junit tests

12 years agoOne more use of AquariumInternalError
Christos KK Loverdos [Mon, 7 May 2012 11:03:26 +0000 (14:03 +0300)]
One more use of AquariumInternalError

12 years agoRename logback test configuration
Christos KK Loverdos [Mon, 7 May 2012 11:02:46 +0000 (14:02 +0300)]
Rename logback test configuration

12 years agoSimplify startup with one parameter less
Christos KK Loverdos [Mon, 7 May 2012 10:47:22 +0000 (13:47 +0300)]
Simplify startup with one parameter less

12 years agoUse newest Maybe API
Christos KK Loverdos [Mon, 7 May 2012 10:10:25 +0000 (13:10 +0300)]
Use newest Maybe API

12 years agoUse file.encoding from library
Christos KK Loverdos [Mon, 7 May 2012 10:00:14 +0000 (13:00 +0300)]
Use file.encoding from library

12 years agoUse AquariumInternalError
Christos KK Loverdos [Sat, 5 May 2012 19:39:29 +0000 (22:39 +0300)]
Use AquariumInternalError

12 years agoAdd ps command to aquarium script
Christos KK Loverdos [Fri, 4 May 2012 14:42:06 +0000 (17:42 +0300)]
Add ps command to aquarium script

12 years agoAdd helper script for locally running setup
Christos KK Loverdos [Fri, 4 May 2012 14:09:03 +0000 (17:09 +0300)]
Add helper script for locally running setup

12 years agoRemove unused file
Christos KK Loverdos [Fri, 4 May 2012 12:16:27 +0000 (15:16 +0300)]
Remove unused file

12 years agoRefactor actor messages
Christos KK Loverdos [Thu, 3 May 2012 14:39:23 +0000 (17:39 +0300)]
Refactor actor messages

12 years agoMake the parameterized actor constructor private
Christos KK Loverdos [Thu, 3 May 2012 13:12:00 +0000 (16:12 +0300)]
Make the parameterized actor constructor private

12 years agoWIP: IMEventModel end-to-end chain
Christos KK Loverdos [Thu, 3 May 2012 12:57:45 +0000 (15:57 +0300)]
WIP: IMEventModel end-to-end chain

Keeping IMState locally in the UserActor.

12 years agoAquarium internal error
Christos KK Loverdos [Thu, 3 May 2012 10:31:36 +0000 (13:31 +0300)]
Aquarium internal error

12 years agoWIP: IMEventModel end-to-end chain
Christos KK Loverdos [Thu, 3 May 2012 10:22:56 +0000 (13:22 +0300)]
WIP: IMEventModel end-to-end chain

12 years agoUse stop() instead of PoisonPill
Christos KK Loverdos [Thu, 3 May 2012 09:21:54 +0000 (12:21 +0300)]
Use stop() instead of PoisonPill

12 years agoParametrerized trace index for logging chain of causes
Christos KK Loverdos [Thu, 3 May 2012 08:38:12 +0000 (11:38 +0300)]
Parametrerized trace index for logging chain of causes

12 years agoLogging enhancements
Christos KK Loverdos [Fri, 27 Apr 2012 14:07:54 +0000 (17:07 +0300)]
Logging enhancements

12 years agoPersister is now reflective
Christos KK Loverdos [Fri, 27 Apr 2012 13:38:16 +0000 (16:38 +0300)]
Persister is now reflective

It seems I have better controls on what is going on right now.
The overall architecture of persisting still needs reviewing though.

12 years agoRemove unused code
Christos KK Loverdos [Fri, 27 Apr 2012 13:36:56 +0000 (16:36 +0300)]
Remove unused code

12 years agoReflective actor uses simple class names to decide on the methods
Christos KK Loverdos [Fri, 27 Apr 2012 13:35:23 +0000 (16:35 +0300)]
Reflective actor uses simple class names to decide on the methods

12 years agoLogging enhancements
Christos KK Loverdos [Fri, 27 Apr 2012 13:20:56 +0000 (16:20 +0300)]
Logging enhancements

12 years agoFix stack overflow exception
Christos KK Loverdos [Fri, 27 Apr 2012 11:51:34 +0000 (14:51 +0300)]
Fix stack overflow exception

12 years agoString and class-name utilities
Christos KK Loverdos [Fri, 27 Apr 2012 11:38:50 +0000 (14:38 +0300)]
String and class-name utilities

12 years agoEnhance [Lazy]Loggable
Christos KK Loverdos [Fri, 27 Apr 2012 11:28:01 +0000 (14:28 +0300)]
Enhance [Lazy]Loggable

12 years agoReflective actor is a bit more decoupled now
Christos KK Loverdos [Fri, 27 Apr 2012 11:16:35 +0000 (14:16 +0300)]
Reflective actor is a bit more decoupled now

12 years agoWIP: IMEventModel end-to-end chain
Christos KK Loverdos [Fri, 27 Apr 2012 11:03:05 +0000 (14:03 +0300)]
WIP: IMEventModel end-to-end chain

12 years agoUsing isDefined, since we no longer have a maybe
Christos KK Loverdos [Fri, 27 Apr 2012 10:58:59 +0000 (13:58 +0300)]
Using isDefined, since we no longer have a maybe

12 years agoRemodeling events
Christos KK Loverdos [Thu, 26 Apr 2012 14:43:36 +0000 (17:43 +0300)]
Remodeling events

12 years agoInclude servicing message in exception handling
Christos KK Loverdos [Thu, 26 Apr 2012 10:19:03 +0000 (13:19 +0300)]
Include servicing message in exception handling

12 years agoOoops... Multistatement bug?
Christos KK Loverdos [Wed, 25 Apr 2012 14:40:08 +0000 (17:40 +0300)]
Ooops... Multistatement bug?

12 years agoReflective actor handles exceptions in an extensible way
Christos KK Loverdos [Wed, 25 Apr 2012 14:36:56 +0000 (17:36 +0300)]
Reflective actor handles exceptions in an extensible way

12 years agoWIP: Remodeling UserState store mechanics
Christos KK Loverdos [Wed, 25 Apr 2012 14:05:07 +0000 (17:05 +0300)]
WIP: Remodeling UserState store mechanics

12 years agoDelete unused IMEvent (old model)
Christos KK Loverdos [Wed, 25 Apr 2012 13:30:43 +0000 (16:30 +0300)]
Delete unused IMEvent (old model)

12 years agoAdd resource-handling utility method
Christos KK Loverdos [Wed, 25 Apr 2012 13:27:35 +0000 (16:27 +0300)]
Add resource-handling utility method

12 years agoWIP: Reshaping UserActor
Christos KK Loverdos [Wed, 25 Apr 2012 12:18:10 +0000 (15:18 +0300)]
WIP: Reshaping UserActor

12 years agoAdd rabbitmq helper script (for running locally)
Christos KK Loverdos [Wed, 25 Apr 2012 12:06:57 +0000 (15:06 +0300)]
Add rabbitmq helper script (for running locally)

12 years agoRework message routing
Christos KK Loverdos [Wed, 25 Apr 2012 12:02:58 +0000 (15:02 +0300)]
Rework message routing

12 years agoFix compilation
Christos KK Loverdos [Wed, 25 Apr 2012 10:59:22 +0000 (13:59 +0300)]
Fix compilation

12 years agoExceptions are raised anyway given the JOURNAL_SAFE write level
Christos KK Loverdos [Wed, 25 Apr 2012 10:13:34 +0000 (13:13 +0300)]
Exceptions are raised anyway given the JOURNAL_SAFE write level

12 years agoRemove unused code
Christos KK Loverdos [Wed, 25 Apr 2012 09:14:18 +0000 (12:14 +0300)]
Remove unused code

12 years agoShaving off UserActorManager. Router does the work
Christos KK Loverdos [Wed, 25 Apr 2012 05:40:35 +0000 (08:40 +0300)]
Shaving off UserActorManager. Router does the work

12 years agoDispatcher -> Router (II)
Christos KK Loverdos [Wed, 25 Apr 2012 05:35:17 +0000 (08:35 +0300)]
Dispatcher -> Router (II)

12 years agoDispatcher -> Router
Christos KK Loverdos [Wed, 25 Apr 2012 05:26:15 +0000 (08:26 +0300)]
Dispatcher -> Router

12 years agoRemove code
Christos KK Loverdos [Tue, 24 Apr 2012 12:46:39 +0000 (15:46 +0300)]
Remove code

12 years agoWIP: IMEventModel end-to-end chain
Christos KK Loverdos [Tue, 24 Apr 2012 11:39:16 +0000 (14:39 +0300)]
WIP: IMEventModel end-to-end chain

12 years agoXmlSupport uses the converter backend
Christos KK Loverdos [Tue, 24 Apr 2012 10:39:32 +0000 (13:39 +0300)]
XmlSupport uses the converter backend

12 years agoAdd one more converter
Christos KK Loverdos [Tue, 24 Apr 2012 10:39:03 +0000 (13:39 +0300)]
Add one more converter

12 years agoFix conversion JsonSupport -> DBObject
Christos KK Loverdos [Tue, 24 Apr 2012 09:02:02 +0000 (12:02 +0300)]
Fix conversion JsonSupport -> DBObject

12 years agoRename package and make-dist with maven offline mode
Christos KK Loverdos [Tue, 24 Apr 2012 08:53:04 +0000 (11:53 +0300)]
Rename package and make-dist with maven offline mode

12 years agoWIP: Remodeling events
Christos KK Loverdos [Mon, 23 Apr 2012 15:29:34 +0000 (18:29 +0300)]
WIP: Remodeling events

Start coding a few tests

12 years agoWIP: Remodeling events
Christos KK Loverdos [Mon, 23 Apr 2012 15:00:15 +0000 (18:00 +0300)]
WIP: Remodeling events

12 years agoWIP: Remodeling events
Christos KK Loverdos [Fri, 20 Apr 2012 12:29:50 +0000 (15:29 +0300)]
WIP: Remodeling events

12 years agoMore detailed handling of admin requests
Christos KK Loverdos [Fri, 20 Apr 2012 10:40:40 +0000 (13:40 +0300)]
More detailed handling of admin requests

12 years agoNew format for PING replies
Christos KK Loverdos [Fri, 20 Apr 2012 10:10:43 +0000 (13:10 +0300)]
New format for PING replies

12 years agoDo not reveal the exact properties in the logs
Christos KK Loverdos [Fri, 20 Apr 2012 09:53:41 +0000 (12:53 +0300)]
Do not reveal the exact properties in the logs

12 years agoDo not configure twice
Christos KK Loverdos [Fri, 20 Apr 2012 09:52:16 +0000 (12:52 +0300)]
Do not configure twice

12 years agoSave a val
Christos KK Loverdos [Fri, 20 Apr 2012 09:44:06 +0000 (12:44 +0300)]
Save a val

12 years agoGather all services together
Christos KK Loverdos [Fri, 20 Apr 2012 09:37:34 +0000 (12:37 +0300)]
Gather all services together

12 years agoAdd () to effect-full nowMillis()
Christos KK Loverdos [Fri, 20 Apr 2012 09:17:06 +0000 (12:17 +0300)]
Add () to effect-full nowMillis()

12 years agoDo not re-evaluate parameter
Christos KK Loverdos [Fri, 20 Apr 2012 09:04:33 +0000 (12:04 +0300)]
Do not re-evaluate parameter

12 years agoTesting assumptions simpler and more flexible
Christos KK Loverdos [Fri, 20 Apr 2012 08:47:50 +0000 (11:47 +0300)]
Testing assumptions simpler and more flexible

12 years agoClearer error handling when peristing ResourceEvent
Christos KK Loverdos [Thu, 19 Apr 2012 14:49:33 +0000 (17:49 +0300)]
Clearer error handling when peristing ResourceEvent

12 years agoNo more coffee stains on paper
Christos KK Loverdos [Thu, 19 Apr 2012 14:35:12 +0000 (17:35 +0300)]
No more coffee stains on paper

12 years agoClearer error handling when peristing IMEvent
Christos KK Loverdos [Thu, 19 Apr 2012 14:02:57 +0000 (17:02 +0300)]
Clearer error handling when peristing IMEvent

12 years agoA few more renames due to the UserEvent -> IMEvent change
Christos KK Loverdos [Thu, 19 Apr 2012 13:11:35 +0000 (16:11 +0300)]
A few more renames due to the UserEvent -> IMEvent change

12 years agoNoted potential FIXMEs
Christos KK Loverdos [Thu, 19 Apr 2012 13:05:25 +0000 (16:05 +0300)]
Noted potential FIXMEs

12 years agoLogging and scripting fine-tuning
Christos KK Loverdos [Thu, 19 Apr 2012 13:01:39 +0000 (16:01 +0300)]
Logging and scripting fine-tuning

12 years agoMove package
Christos KK Loverdos [Thu, 19 Apr 2012 12:15:16 +0000 (15:15 +0300)]
Move package

12 years agoRefactored Main startup code
Christos KK Loverdos [Thu, 19 Apr 2012 11:33:52 +0000 (14:33 +0300)]
Refactored Main startup code

12 years agoAkka as an Aquarium service
Christos KK Loverdos [Thu, 19 Apr 2012 11:33:08 +0000 (14:33 +0300)]
Akka as an Aquarium service

12 years agoA few more logging methods
Christos KK Loverdos [Thu, 19 Apr 2012 11:32:36 +0000 (14:32 +0300)]
A few more logging methods

12 years agoGather all lifecycle-oriented services
Christos KK Loverdos [Thu, 19 Apr 2012 11:17:05 +0000 (14:17 +0300)]
Gather all lifecycle-oriented services

12 years agoFix compilation of tests
Christos KK Loverdos [Thu, 19 Apr 2012 11:12:54 +0000 (14:12 +0300)]
Fix compilation of tests

12 years agoException -> AquariumException
Christos KK Loverdos [Thu, 19 Apr 2012 11:07:06 +0000 (14:07 +0300)]
Exception -> AquariumException

12 years agoCommon treatment of Start/Stop logging
Christos KK Loverdos [Thu, 19 Apr 2012 11:00:31 +0000 (14:00 +0300)]
Common treatment of Start/Stop logging

12 years agoAdd utility methods for timing stuff
Christos KK Loverdos [Thu, 19 Apr 2012 10:59:48 +0000 (13:59 +0300)]
Add utility methods for timing stuff

12 years agoExtending the *Loggable implementations with utility methods
Christos KK Loverdos [Thu, 19 Apr 2012 10:59:04 +0000 (13:59 +0300)]
Extending the *Loggable implementations with utility methods

12 years agoAdd utility methods for logging
Christos KK Loverdos [Thu, 19 Apr 2012 10:58:15 +0000 (13:58 +0300)]
Add utility methods for logging

12 years agoAdd a UID generator based on Mongo ObjectId
Christos KK Loverdos [Thu, 19 Apr 2012 09:50:15 +0000 (12:50 +0300)]
Add a UID generator based on Mongo ObjectId

12 years agoGeneralize UID generators
Christos KK Loverdos [Thu, 19 Apr 2012 09:49:40 +0000 (12:49 +0300)]
Generalize UID generators

12 years agoRename UserEvent to IMEvent
Christos KK Loverdos [Thu, 19 Apr 2012 09:06:43 +0000 (12:06 +0300)]
Rename UserEvent to IMEvent

12 years agoUse TimeHelpers.nowMillis
Christos KK Loverdos [Thu, 19 Apr 2012 08:45:07 +0000 (11:45 +0300)]
Use TimeHelpers.nowMillis

12 years agoRemove workaround for int conversion bug
Christos KK Loverdos [Tue, 10 Apr 2012 15:01:34 +0000 (18:01 +0300)]
Remove workaround for int conversion bug

12 years agoFix error reporting if event cannot be saved
Christos KK Loverdos [Tue, 10 Apr 2012 14:52:19 +0000 (17:52 +0300)]
Fix error reporting if event cannot be saved

12 years agoJson conversion refinements and goodies
Christos KK Loverdos [Tue, 10 Apr 2012 14:33:49 +0000 (17:33 +0300)]
Json conversion refinements and goodies

12 years agoJson conversions now go via standard converters
Christos KK Loverdos [Tue, 10 Apr 2012 12:57:43 +0000 (15:57 +0300)]
Json conversions now go via standard converters

12 years agoStart using converters
Christos KK Loverdos [Tue, 10 Apr 2012 12:31:01 +0000 (15:31 +0300)]
Start using converters

12 years agoMake UserActorManager reflective
Christos KK Loverdos [Tue, 10 Apr 2012 10:10:47 +0000 (13:10 +0300)]
Make UserActorManager reflective

12 years agoCode reorganization
Christos KK Loverdos [Tue, 10 Apr 2012 09:53:16 +0000 (12:53 +0300)]
Code reorganization

12 years agoRemove unused message
Christos KK Loverdos [Tue, 10 Apr 2012 09:12:24 +0000 (12:12 +0300)]
Remove unused message