Event refactoring
[aquarium] / src / main / scala / gr / grnet / aquarium / store / memory / MemStore.scala
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-04-26 Christos KK LoverdosRemodeling events
2012-04-25 Christos KK LoverdosWIP: Remodeling UserState store mechanics
2012-04-25 Christos KK LoverdosWIP: Reshaping UserActor
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-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 LoverdosRename UserEvent to IMEvent
2012-04-10 Christos KK LoverdosCode reorganization
2012-04-04 Christos KK LoverdosID as a suffix is ID and not Id
2012-04-02 Christos KK LoverdosUser events that cannot be parsed to objects are just...
2012-03-29 Christos KK LoverdosCopyright
2012-03-21 Christos KK LoverdosChange _id to id
2012-03-16 Christos KK LoverdosProperly update user state with db _id
2012-03-15 Georgios GousiosChanged user event format
2012-03-05 Christos KK LoverdosSemantic changes and fixes on policy store.
2012-03-05 Christos KK LoverdosReorganize mem store. Add clear() for resource events
2012-03-02 Christos KK LoverdosSemantic changes and fixes on policy store.
2012-03-02 Christos KK LoverdosReorganize mem store. Add clear() for resource events
2012-02-24 Christos KK LoverdosFind all relevant resource event for billing period
2012-02-24 Christos KK LoverdosUsing billing month info
2012-02-23 Christos KK LoverdosChange the impl of mem store
2012-02-14 Georgios GousiosFix name for policy sotre
2012-02-09 Christos KK LoverdosMerge branch '1852_billing_period_calc'
2012-02-09 Christos KK LoverdosIgnoring non-billable events
2012-02-09 Christos KK LoverdosOh, I like contextual loggers.
2012-02-09 Georgios GousiosMerge branch '1852_billing_period_calc'
2012-02-07 Christos KK LoverdosStart the real deal
2012-02-07 Georgios GousiosNew method for retrieving a policy by its id
2012-02-06 Christos KK LoverdosMerge branch '1852_billing_period_calc'
2012-02-06 Georgios GousiosConform to the specification, return results sorted
2012-02-06 Christos KK LoverdosBetter implement one query on resource event store
2012-02-06 Christos KK LoverdosUse copy() for mutable date calcs
2012-02-06 Christos KK LoverdosBetter names for mutable date calc methods
2012-02-06 Georgios GousiosShut up a few compiler warnings
2012-02-02 Christos KK LoverdosMemStore is a provider of itself
2012-02-01 Christos KK LoverdosRename the mem store