aquarium
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
2012-04-24 Christos KK... WIP: IMEventModel end-to-end chain
2012-04-24 Christos KK... XmlSupport uses the converter backend
2012-04-24 Christos KK... Add one more converter
2012-04-24 Christos KK... Fix conversion JsonSupport -> DBObject
2012-04-24 Christos KK... Rename package and make-dist with maven offline mode
2012-04-23 Christos KK... WIP: Remodeling events
2012-04-23 Christos KK... WIP: Remodeling events
2012-04-20 Christos KK... WIP: Remodeling events
2012-04-20 Christos KK... More detailed handling of admin requests
2012-04-20 Christos KK... New format for PING replies
2012-04-20 Christos KK... Do not reveal the exact properties in the logs
2012-04-20 Christos KK... Do not configure twice
2012-04-20 Christos KK... Save a val
2012-04-20 Christos KK... Gather all services together
2012-04-20 Christos KK... Add () to effect-full nowMillis()
2012-04-20 Christos KK... Do not re-evaluate parameter
2012-04-20 Christos KK... Testing assumptions simpler and more flexible
2012-04-19 Christos KK... Clearer error handling when peristing ResourceEvent
2012-04-19 Christos KK... No more coffee stains on paper
2012-04-19 Christos KK... Clearer error handling when peristing IMEvent
2012-04-19 Christos KK... A few more renames due to the UserEvent -> IMEvent...
2012-04-19 Christos KK... Noted potential FIXMEs
2012-04-19 Christos KK... Logging and scripting fine-tuning
2012-04-19 Christos KK... Move package
2012-04-19 Christos KK... Refactored Main startup code
2012-04-19 Christos KK... Akka as an Aquarium service
2012-04-19 Christos KK... A few more logging methods
2012-04-19 Christos KK... Gather all lifecycle-oriented services
2012-04-19 Christos KK... Fix compilation of tests
2012-04-19 Christos KK... Exception -> AquariumException
2012-04-19 Christos KK... Common treatment of Start/Stop logging
2012-04-19 Christos KK... Add utility methods for timing stuff
2012-04-19 Christos KK... Extending the *Loggable implementations with utility...
2012-04-19 Christos KK... Add utility methods for logging
2012-04-19 Christos KK... Add a UID generator based on Mongo ObjectId
2012-04-19 Christos KK... Generalize UID generators
2012-04-19 Christos KK... Rename UserEvent to IMEvent
2012-04-19 Christos KK... Use TimeHelpers.nowMillis
2012-04-10 Christos KK... Remove workaround for int conversion bug
2012-04-10 Christos KK... Fix error reporting if event cannot be saved
2012-04-10 Christos KK... Json conversion refinements and goodies
2012-04-10 Christos KK... Json conversions now go via standard converters
2012-04-10 Christos KK... Start using converters
2012-04-10 Christos KK... Make UserActorManager reflective
2012-04-10 Christos KK... Code reorganization
2012-04-10 Christos KK... Remove unused message
next