Fix initialization order error for DefaultContext
[aquarium] / src / main / scala / gr / grnet / aquarium / connector /
2012-09-17 Christos KK LoverdosRemove erroneous import
2012-09-17 Christos KK LoverdosRemove payload executor
2012-09-17 Christos KK LoverdosMore flexible resource event parsing
2012-09-17 Christos KK LoverdosSet received millis
2012-09-13 Prodromos GerakiosAdded Copyright notice and removed unused imports
2012-09-13 Prodromos GerakiosAdded support for parsing JSON the old way
2012-09-10 Christos KK LoverdosMerge branch 'master' of https://code.grnet.gr/git...
2012-09-10 Christos KK LoverdosNow using schema-based messages
2012-09-06 Prodromos GerakiosFixed RabbitMQProducer init delay. RabbitMQProducer...
2012-08-31 Christos KK LoverdosWIP integrating Avro-style policy messages
2012-08-30 Christos KK LoverdosGenericPayloadHandler: one type less
2012-08-30 Christos KK LoverdosSimplify the types of stored things
2012-08-28 Prodromos GerakiosFixed RabbitMQProducer. Added BillTest.scala that simul...
2012-08-23 Prodromos GerakiosMerge branch 'master' of https://code.grnet.gr/git...
2012-08-23 Prodromos GerakiosRefactored BillEntry and relevant classes.
2012-08-22 Christos KK LoverdosImplement Once behavior with the new scheme. Refactor...
2012-08-21 Prodromos GerakiosFixed RabbitMQProducer. Now it is fully reliable.
2012-08-21 Prodromos GerakiosTowards a perfect RabbitMQProducer -> actor not receivi...
2012-08-17 Prodromos GerakiosMinor fixes in UserActor, BillEntry and RabbitMQProducer
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-27 Prodromos Gerakiosminor fix in JSON message (UserActor-->Astakos , user...
2012-07-27 Prodromos GerakiosRabbitMQ producer sends user balance >= 0 to astakos
2012-07-25 Prodromos GerakiosAdded RabbitMQProducer.scala. The code has been tests...
2012-07-19 Christos KK LoverdosApplying the new policy semantics everywhere
2012-06-28 Christos KK LoverdosUpgrade Akka to 2.0.2
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-11 Christos KK LoverdosWIP Resource event handling and API cleanup
2012-06-05 Christos KK LoverdosBeing devops-friendly until a user creation event arrives
2012-06-04 Christos KK LoverdosAdd one more logging utility method
2012-06-01 Christos KK LoverdosAdd comments for the functions needed in payload handlers
2012-06-01 Christos KK LoverdosHandlerResultPanic acquires a reason
2012-06-01 Christos KK LoverdosAdd doc in PayloadHandler
2012-06-01 Christos KK LoverdosBetter logging in generic payload handler
2012-05-30 Christos KK LoverdosSeparate rabbitmq configuration keys from the rabbitmq...
2012-05-25 Christos KK LoverdosFix compilation error due to API change in rabbitmq...
2012-05-25 Christos KK LoverdosRemove shutdown listener when stopping the rabbitmq...
2012-05-25 Christos KK LoverdosSet rabbitmq heartbeat
2012-05-24 Christos KK LoverdosDocument the constructor parameters
2012-05-24 Christos KK LoverdosUse acceptMessage as a symmetric response to rejectMessage
2012-05-24 Christos KK LoverdosNew logic on what to do with incoming im event
2012-05-24 Christos KK LoverdosPayload handler post notifier made into a class
2012-05-24 Christos KK LoverdosPayload handlers made into classes
2012-05-23 Christos KK LoverdosStart forwarding events to user actor
2012-05-23 Christos KK LoverdosCaught a typo
2012-05-23 Christos KK LoverdosIgnore logs/
2012-05-21 Christos KK LoverdosConditionally save events to events store folder
2012-05-21 Christos KK LoverdosChange result type of the json parser used in payload...
2012-05-21 Christos KK LoverdosLog errors during the payload handling sequence
2012-05-21 Christos KK LoverdosChange => Unit to => Any in payload handler api
2012-05-21 Christos KK LoverdosRefine event payload handling
2012-05-18 Christos KK LoverdosSmall doc fix
2012-05-18 Christos KK LoverdosFix compilation
2012-05-18 Christos KK LoverdosFix small doc typo
2012-05-18 Christos KK LoverdosAdd a FIXME for later
2012-05-18 Christos KK LoverdosAMQP stuff is now in good shape
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 LoverdosChange logStoppingF -> logStartingF
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