Refactored BillEntry and relevant classes.
[aquarium] / src / main / scala / gr / grnet / aquarium / actor / service /
2012-08-23 Prodromos GerakiosRefactored BillEntry and relevant classes.
2012-08-17 Christos KK LoverdosChange var to val
2012-08-17 Christos KK LoverdosWIP charging behavior
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-23 Christos KK LoverdosFix bad handling of IMEvent from the UserActor.
2012-07-20 Christos KK LoverdosWallets go REST
2012-07-19 Christos KK LoverdosSlash'em high
2012-07-19 Christos KK LoverdosApplying the new policy semantics everywhere
2012-07-06 Christos KK LoverdosSecond cut of the new policy configuration system
2012-07-02 Christos KK LoverdosProperly handle user actor eviction
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 LoverdosReturn 404 when no user state is found
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-11 Christos KK LoverdosOrganize a few rest paths
2012-06-08 Christos KK LoverdosAdd two more REST internal calls
2012-06-08 Christos KK LoverdosInternal REST calls go through a header check
2012-06-08 Christos KK LoverdosExpose via REST some useful info
2012-06-08 Christos KK LoverdosWIP Resource event handling
2012-06-07 Christos KK LoverdosWIP Resource event handling
2012-06-05 Christos KK LoverdosBeing devops-friendly until a user creation event arrives
2012-06-05 Christos KK LoverdosSmall doc: We ignore everything except serious errors
2012-06-01 Christos KK LoverdosWIP event handling: Initialization fixes
2012-05-31 Christos KK LoverdosWIP event handling
2012-05-30 Christos KK LoverdosWIP Resource event handling
2012-05-28 Christos KK LoverdosWIP Resource event handling
2012-05-25 Christos KK LoverdosAdd TODO for future optimization
2012-05-25 Christos KK LoverdosWork in progress on handling user state
2012-05-25 Christos KK LoverdosMore complete handling of IM events
2012-05-25 Christos KK LoverdosKeep LRU from guava libraries
2012-05-25 Christos KK LoverdosRemove supervisor of user actors
2012-05-24 Christos KK LoverdosDo not recheck stuff that should have been checked...
2012-05-18 Christos KK LoverdosAMQP stuff is now in good shape
2012-05-16 Christos KK LoverdosRename Configurator to Aquarium
2012-05-14 Christos KK LoverdosLogging facilities
2012-05-10 Christos KK LoverdosEvent refactoring
2012-05-07 Christos KK LoverdosRefactor charging computation + data
2012-05-07 Christos KK LoverdosWIP: ResourceEvent-related refactorings
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-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 LoverdosWIP: IMEventModel end-to-end chain
2012-04-26 Christos KK LoverdosRemodeling events
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 LoverdosWIP: Reshaping UserActor
2012-04-25 Christos KK LoverdosRework message routing
2012-04-25 Christos KK LoverdosFix compilation
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 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 LoverdosMore detailed handling of admin requests
2012-04-20 Christos KK LoverdosNew format for PING replies
2012-04-20 Christos KK LoverdosGather all services together
2012-04-20 Christos KK LoverdosAdd () to effect-full nowMillis()
2012-04-19 Christos KK LoverdosA few more renames due to the UserEvent -> IMEvent...
2012-04-19 Christos KK LoverdosRename UserEvent to IMEvent
2012-04-19 Christos KK LoverdosUse TimeHelpers.nowMillis
2012-04-10 Christos KK LoverdosMake UserActorManager reflective
2012-04-10 Christos KK LoverdosCode reorganization
2012-04-10 Christos KK LoverdosRemove unused message
2012-04-10 Christos KK LoverdosUser actor code reorganization
2012-04-09 Christos KK LoverdosCode reorganization