Add utility methods for message generation
[aquarium] / src / main / scala / gr / grnet / aquarium / service /
2012-08-29 Christos KK LoverdosAdjust the rest service to use the new json helpers
2012-08-28 Prodromos GerakiosFixed RabbitMQProducer. Added BillTest.scala that simul...
2012-08-21 Prodromos GerakiosTowards a perfect RabbitMQProducer -> actor not receivi...
2012-08-17 Christos KK LoverdosAdhere to existing naming conventions
2012-08-17 Prodromos GerakiosFinished Bill implementation. Added bill.sh to automati...
2012-08-07 Prodromos GerakiosRabbitMQProducer handles Nacks. UserActor accepts user...
2012-08-06 Prodromos GerakiosReliable message passing for RabbitMQProducer
2012-08-03 Prodromos GerakiosAdded REST functionality for the Bill. RabbitMQProducer...
2012-07-20 Christos KK LoverdosWallets go REST
2012-07-19 Christos KK LoverdosAdd a UserStateModelSkeleton
2012-07-19 Christos KK LoverdosTimerService is concrete now
2012-07-19 Christos KK LoverdosApplying the new policy semantics everywhere
2012-07-13 Christos KK LoverdosManually revert to ddd366d
2012-07-11 Christos KK LoverdosStores are always retrieved from the store provider
2012-07-11 Christos KK LoverdosInitial aquarium policy is now in JSON
2012-07-11 Christos KK LoverdosTest case for new policy configuration
2012-07-06 Christos KK LoverdosSecond cut of the new policy configuration system
2012-07-02 Christos KK LoverdosRemove redundant call to AquariumAware
2012-07-02 Christos KK LoverdosA bit more informative documentation
2012-07-02 Christos KK LoverdosRemove unused statement
2012-07-02 Christos KK LoverdosConsider a forgotten match case
2012-07-02 Christos KK LoverdosProperly handle user actor eviction
2012-07-02 Christos KK LoverdosRename the functional interface of AquariumAware
2012-07-02 Christos KK LoverdosMore internal info exposed via the protected REST api
2012-06-29 Christos KK LoverdosDo not throw exceptions at the browser's face
2012-06-29 Christos KK LoverdosFix a bug with class casting to the wrong future type
2012-06-28 Christos KK LoverdosUpgrade Akka to 2.0.2
2012-06-28 Christos KK LoverdosRemove unused pinger actor
2012-06-28 Christos KK LoverdosConfigure aquarium when creating the user actor
2012-06-27 Christos KK LoverdosUse finagle instead of spray for the REST functionality
2012-06-22 Christos KK LoverdosRefactor Aquarium to make it more configurable
2012-06-01 Christos KK LoverdosUse SynchronousPayloadHandlerExecutor. For now
2012-05-30 Christos KK LoverdosSeparate rabbitmq configuration keys from the rabbitmq...
2012-05-23 Christos KK LoverdosCaught a typo
2012-05-23 Christos KK LoverdosThe bus service uses an executor instead of actors
2012-05-21 Christos KK LoverdosRemove redundant safeUnit() calls
2012-05-21 Christos KK LoverdosRefine event payload handling
2012-05-18 Christos KK LoverdosRead store ping period from configuration (anystore...
2012-05-18 Christos KK LoverdosAMQP stuff is now in good shape
2012-05-17 Christos KK LoverdosCancel timer on stop()
2012-05-16 Christos KK LoverdosRename Configurator to Aquarium
2012-05-16 Christos KK LoverdosWIP Rework AMQP stuff: Automatic reconnection to RabbitMQ
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
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 LoverdosEvent refactoring
2012-05-03 Christos KK LoverdosRefactor actor messages
2012-05-03 Christos KK LoverdosUse stop() instead of PoisonPill
2012-04-27 Christos KK LoverdosPersister is now reflective
2012-04-27 Christos KK LoverdosRemove unused code
2012-04-27 Christos KK LoverdosReflective actor is a bit more decoupled now
2012-04-27 Christos KK LoverdosUsing isDefined, since we no longer have a maybe
2012-04-26 Christos KK LoverdosRemodeling events
2012-04-25 Christos KK LoverdosFix compilation
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 LoverdosRename package and make-dist with maven offline mode
2012-04-23 Christos KK LoverdosWIP: Remodeling events
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-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 LoverdosAkka as an Aquarium service
2012-04-19 Christos KK LoverdosException -> AquariumException
2012-04-19 Christos KK LoverdosCommon treatment of Start/Stop logging
2012-04-19 Christos KK LoverdosRename UserEvent to IMEvent
2012-04-19 Christos KK LoverdosUse TimeHelpers.nowMillis
2012-04-10 Christos KK LoverdosRemove workaround for int conversion bug
2012-04-10 Christos KK LoverdosFix error reporting if event cannot be saved
2012-04-10 Christos KK LoverdosCode reorganization
2012-04-09 Christos KK LoverdosCode reorganization