Cancel timer on stop()
[aquarium] / src / main /
2012-05-17 Christos KK LoverdosCancel timer on stop()
2012-05-17 Christos KK LoverdosAdd ping functionality to two of the stores
2012-05-17 Christos KK LoverdosMake Aquarium a service. Move startup functionality...
2012-05-16 Christos KK LoverdosRename Configurator to Aquarium
2012-05-16 Christos KK LoverdosImproved error reporting if failed to start
2012-05-16 Christos KK LoverdosWIP Rework AMQP stuff: Automatic reconnection to RabbitMQ
2012-05-16 Christos KK LoverdosSet aquarium.properties on default case (home=.)
2012-05-16 Christos KK LoverdosObtain Aquarium Home in a cleaner and more flexible way
2012-05-16 Christos KK LoverdosRestructure configuration resources (code & data)
2012-05-15 Christos KK LoverdosChange logStoppingF -> logStartingF
2012-05-15 Christos KK LoverdosSmall fix to make it compile
2012-05-14 Christos KK LoverdosLogging facilities
2012-05-14 Christos KK LoverdosWIP Rework AMQP stuff: Working on reconnect
2012-05-14 Christos KK LoverdosWIP Rework AMQP stuff: Aquarium starts OK even if queue...
2012-05-14 Christos KK LoverdosWIP Rework AMQP stuff
2012-05-14 Christos KK LoverdosWIP Rework AMQP stuff
2012-05-11 Christos KK LoverdosWIP Rework AMQP stuff
2012-05-11 Christos KK LoverdosWIP Rework AMQP stuff
2012-05-11 Christos KK LoverdosWIP Reowrk AMQP stuff and introduce the event bus
2012-05-10 Christos KK LoverdosWIP Reowrk AMQP stuff
2012-05-10 Christos KK LoverdosAdd some dangerous reflection helpers
2012-05-10 Christos KK LoverdosWIP Reowrk AMQP stuff.
2012-05-10 Christos KK LoverdosIntroduce local configuration
2012-05-10 Christos KK LoverdosRemove unused property
2012-05-10 Christos KK LoverdosEvent refactoring
2012-05-09 Christos KK LoverdosTweeking configuration
2012-05-07 Christos KK LoverdosRefactor charging computation + data
2012-05-07 Christos KK LoverdosMake class final
2012-05-07 Christos KK LoverdosWIP: ResourceEvent-related refactorings
2012-05-07 Christos KK LoverdosChange API for contextual logger usage
2012-05-07 Christos KK LoverdosDiscover if running junit tests
2012-05-07 Christos KK LoverdosOne more use of AquariumInternalError
2012-05-07 Christos KK LoverdosSimplify startup with one parameter less
2012-05-07 Christos KK LoverdosUse newest Maybe API
2012-05-07 Christos KK LoverdosUse file.encoding from library
2012-05-05 Christos KK LoverdosUse AquariumInternalError
2012-05-04 Christos KK LoverdosRemove unused file
2012-05-03 Christos KK LoverdosRefactor actor messages
2012-05-03 Christos KK LoverdosMake the parameterized actor constructor private
2012-05-03 Christos KK LoverdosWIP: IMEventModel end-to-end chain
2012-05-03 Christos KK LoverdosAquarium internal error
2012-05-03 Christos KK LoverdosWIP: IMEventModel end-to-end chain
2012-05-03 Christos KK LoverdosUse stop() instead of PoisonPill
2012-05-03 Christos KK LoverdosParametrerized trace index for logging chain of causes
2012-04-27 Christos KK LoverdosLogging enhancements
2012-04-27 Christos KK LoverdosPersister is now reflective
2012-04-27 Christos KK LoverdosRemove unused code
2012-04-27 Christos KK LoverdosReflective actor uses simple class names to decide...
2012-04-27 Christos KK LoverdosLogging enhancements
2012-04-27 Christos KK LoverdosFix stack overflow exception
2012-04-27 Christos KK LoverdosString and class-name utilities
2012-04-27 Christos KK LoverdosEnhance [Lazy]Loggable
2012-04-27 Christos KK LoverdosReflective actor is a bit more decoupled now
2012-04-27 Christos KK LoverdosWIP: IMEventModel end-to-end chain
2012-04-27 Christos KK LoverdosUsing isDefined, since we no longer have a maybe
2012-04-26 Christos KK LoverdosRemodeling events
2012-04-26 Christos KK LoverdosInclude servicing message in exception handling
2012-04-25 Christos KK LoverdosOoops... Multistatement bug?
2012-04-25 Christos KK LoverdosReflective actor handles exceptions in an extensible way
2012-04-25 Christos KK LoverdosWIP: Remodeling UserState store mechanics
2012-04-25 Christos KK LoverdosDelete unused IMEvent (old model)
2012-04-25 Christos KK LoverdosAdd resource-handling utility method
2012-04-25 Christos KK LoverdosWIP: Reshaping UserActor
2012-04-25 Christos KK LoverdosRework message routing
2012-04-25 Christos KK LoverdosFix compilation
2012-04-25 Christos KK LoverdosExceptions are raised anyway given the JOURNAL_SAFE...
2012-04-25 Christos KK LoverdosRemove unused code
2012-04-25 Christos KK LoverdosShaving off UserActorManager. Router does the work
2012-04-25 Christos KK LoverdosDispatcher -> Router (II)
2012-04-25 Christos KK LoverdosDispatcher -> Router
2012-04-24 Christos KK LoverdosRemove code
2012-04-24 Christos KK LoverdosWIP: IMEventModel end-to-end chain
2012-04-24 Christos KK LoverdosXmlSupport uses the converter backend
2012-04-24 Christos KK LoverdosAdd one more converter
2012-04-24 Christos KK LoverdosFix conversion JsonSupport -> DBObject
2012-04-24 Christos KK LoverdosRename package and make-dist with maven offline mode
2012-04-23 Christos KK LoverdosWIP: Remodeling events
2012-04-23 Christos KK LoverdosWIP: Remodeling events
2012-04-20 Christos KK LoverdosWIP: Remodeling events
2012-04-20 Christos KK LoverdosMore detailed handling of admin requests
2012-04-20 Christos KK LoverdosNew format for PING replies
2012-04-20 Christos KK LoverdosDo not reveal the exact properties in the logs
2012-04-20 Christos KK LoverdosDo not configure twice
2012-04-20 Christos KK LoverdosSave a val
2012-04-20 Christos KK LoverdosGather all services together
2012-04-20 Christos KK LoverdosAdd () to effect-full nowMillis()
2012-04-20 Christos KK LoverdosDo not re-evaluate parameter
2012-04-19 Christos KK LoverdosClearer error handling when peristing ResourceEvent
2012-04-19 Christos KK LoverdosClearer error handling when peristing IMEvent
2012-04-19 Christos KK LoverdosA few more renames due to the UserEvent -> IMEvent...
2012-04-19 Christos KK LoverdosNoted potential FIXMEs
2012-04-19 Christos KK LoverdosLogging and scripting fine-tuning
2012-04-19 Christos KK LoverdosMove package
2012-04-19 Christos KK LoverdosRefactored Main startup code
2012-04-19 Christos KK LoverdosAkka as an Aquarium service
2012-04-19 Christos KK LoverdosA few more logging methods
2012-04-19 Christos KK LoverdosGather all lifecycle-oriented services
2012-04-19 Christos KK LoverdosException -> AquariumException
2012-04-19 Christos KK LoverdosCommon treatment of Start/Stop logging
2012-04-19 Christos KK LoverdosAdd utility methods for timing stuff
next