aquarium
2012-05-23 Christos KK... Ignore logs/
2012-05-21 Christos KK... Conditionally save events to events store folder
2012-05-21 Christos KK... Change result type of the json parser used in payload...
2012-05-21 Christos KK... Log errors during the payload handling sequence
2012-05-21 Christos KK... Change => Unit to => Any in payload handler api
2012-05-21 Christos KK... Add one more conversion and refactor others
2012-05-21 Christos KK... Simplify MongoDBStoreProvider state
2012-05-21 Christos KK... Remove redundant safeUnit() calls
2012-05-21 Christos KK... Refine event payload handling
2012-05-18 Christos KK... Small doc fix
2012-05-18 Christos KK... Fix compilation
2012-05-18 Christos KK... Read store ping period from configuration (anystore...
2012-05-18 Christos KK... Fix small doc typo
2012-05-18 Christos KK... Force VM exit if Aquarium cannot startup properly
2012-05-18 Christos KK... Add a FIXME for later
2012-05-18 Christos KK... AMQP stuff is now in good shape
2012-05-18 Christos KK... Pad logger name to right when logging
2012-05-17 Christos KK... Enhance logging helpers
2012-05-17 Christos KK... Refactor aquarium startup sequence
2012-05-17 Christos KK... Cancel timer on stop()
2012-05-17 Christos KK... Add ping functionality to two of the stores
2012-05-17 Christos KK... Make Aquarium a service. Move startup functionality...
2012-05-16 Christos KK... Rename Configurator to Aquarium
2012-05-16 Christos KK... Improved error reporting if failed to start
2012-05-16 Christos KK... WIP Rework AMQP stuff: Automatic reconnection to RabbitMQ
2012-05-16 Christos KK... Set aquarium.properties on default case (home=.)
2012-05-16 Christos KK... Ignore yet another dummy folder created by logback
2012-05-16 Christos KK... Ignore dummy folder created by logback
2012-05-16 Christos KK... Obtain Aquarium Home in a cleaner and more flexible way
2012-05-16 Christos KK... Restructure configuration resources (code & data)
2012-05-15 Christos KK... Change logStoppingF -> logStartingF
2012-05-15 Christos KK... Small fix to make it compile
2012-05-14 Christos KK... Logging facilities
2012-05-14 Christos KK... WIP Rework AMQP stuff: Working on reconnect
2012-05-14 Christos KK... WIP Rework AMQP stuff: Aquarium starts OK even if queue...
2012-05-14 Christos KK... WIP Rework AMQP stuff
2012-05-14 Christos KK... WIP Rework AMQP stuff
2012-05-11 Christos KK... WIP Rework AMQP stuff
2012-05-11 Christos KK... WIP Rework AMQP stuff
2012-05-11 Christos KK... WIP Reowrk AMQP stuff and introduce the event bus
2012-05-11 Christos KK... Upgrade google guava libraries
2012-05-10 Christos KK... WIP Reowrk AMQP stuff
2012-05-10 Christos KK... Add some dangerous reflection helpers
2012-05-10 Christos KK... WIP Reowrk AMQP stuff.
2012-05-10 Christos KK... Introduce local configuration
2012-05-10 Christos KK... Remove unused property
2012-05-10 Christos KK... Event refactoring
2012-05-09 Christos KK... Tweeking configuration
2012-05-09 Christos KK... Echo changes
2012-05-09 Christos KK... Use PID_FILE
2012-05-09 Christos KK... Add forcekill script option
2012-05-07 Christos KK... Refactor charging computation + data
2012-05-07 Christos KK... Make class final
2012-05-07 Christos KK... WIP: ResourceEvent-related refactorings
2012-05-07 Christos KK... Change API for contextual logger usage
2012-05-07 Christos KK... Discover if running junit tests
2012-05-07 Christos KK... One more use of AquariumInternalError
2012-05-07 Christos KK... Rename logback test configuration
2012-05-07 Christos KK... Simplify startup with one parameter less
2012-05-07 Christos KK... Use newest Maybe API
2012-05-07 Christos KK... Use file.encoding from library
2012-05-05 Christos KK... Use AquariumInternalError
2012-05-04 Christos KK... Add ps command to aquarium script
2012-05-04 Christos KK... Add helper script for locally running setup
2012-05-04 Christos KK... Remove unused file
2012-05-03 Christos KK... Refactor actor messages
2012-05-03 Christos KK... Make the parameterized actor constructor private
2012-05-03 Christos KK... WIP: IMEventModel end-to-end chain
2012-05-03 Christos KK... Aquarium internal error
2012-05-03 Christos KK... WIP: IMEventModel end-to-end chain
2012-05-03 Christos KK... Use stop() instead of PoisonPill
2012-05-03 Christos KK... Parametrerized trace index for logging chain of causes
2012-04-27 Christos KK... Logging enhancements
2012-04-27 Christos KK... Persister is now reflective
2012-04-27 Christos KK... Remove unused code
2012-04-27 Christos KK... Reflective actor uses simple class names to decide...
2012-04-27 Christos KK... Logging enhancements
2012-04-27 Christos KK... Fix stack overflow exception
2012-04-27 Christos KK... String and class-name utilities
2012-04-27 Christos KK... Enhance [Lazy]Loggable
2012-04-27 Christos KK... Reflective actor is a bit more decoupled now
2012-04-27 Christos KK... WIP: IMEventModel end-to-end chain
2012-04-27 Christos KK... Using isDefined, since we no longer have a maybe
2012-04-26 Christos KK... Remodeling events
2012-04-26 Christos KK... Include servicing message in exception handling
2012-04-25 Christos KK... Ooops... Multistatement bug?
2012-04-25 Christos KK... Reflective actor handles exceptions in an extensible way
2012-04-25 Christos KK... WIP: Remodeling UserState store mechanics
2012-04-25 Christos KK... Delete unused IMEvent (old model)
2012-04-25 Christos KK... Add resource-handling utility method
2012-04-25 Christos KK... WIP: Reshaping UserActor
2012-04-25 Christos KK... Add rabbitmq helper script (for running locally)
2012-04-25 Christos KK... Rework message routing
2012-04-25 Christos KK... Fix compilation
2012-04-25 Christos KK... Exceptions are raised anyway given the JOURNAL_SAFE...
2012-04-25 Christos KK... Remove unused code
2012-04-25 Christos KK... Shaving off UserActorManager. Router does the work
2012-04-25 Christos KK... Dispatcher -> Router (II)
2012-04-25 Christos KK... Dispatcher -> Router
2012-04-24 Christos KK... Remove code
next