Fix initialization order error for DefaultContext
[aquarium] / src / main / scala / gr / grnet / aquarium / store /
2012-09-28 Christos KK LoverdosOne state to rule them all
2012-09-24 Christos KK LoverdosWIP: New state machine for message processing
2012-09-19 Christos KK LoverdosWIP: New state machine for message processing
2012-09-17 Christos KK LoverdosBetter pings for MongoDB
2012-09-10 Christos KK LoverdosFix a bug with mongodb cursor
2012-09-10 Christos KK LoverdosNow using schema-based messages
2012-08-31 Christos KK LoverdosWIP integrating Avro-style policy messages
2012-08-30 Christos KK LoverdosSimplify the types of stored things
2012-08-27 Christos KK LoverdosRemove unused class
2012-08-23 Christos KK LoverdosGet rid of charging reason to make life easier with...
2012-08-22 Christos KK LoverdosImplement Once behavior with the new scheme. Refactor...
2012-07-20 Christos KK LoverdosWallets go REST
2012-07-19 Christos KK LoverdosAdd a UserStateModelSkeleton
2012-07-19 Christos KK LoverdosUnimplemented operations on PolicyStore return safe...
2012-07-19 Christos KK LoverdosBetter handling of billing month info
2012-07-19 Christos KK LoverdosSlash'em high
2012-07-19 Christos KK LoverdosFix NPE with initial user state
2012-07-19 Christos KK LoverdosApplying the new policy semantics everywhere
2012-07-19 Prodromos Gerakiosadded implementation for MemStoreProvider (PolicyStore...
2012-07-13 Prodromos GerakiosImplemented PolicyHistory.scala (a cache that wraps...
2012-07-13 Christos KK LoverdosManually revert to ddd366d
2012-07-11 Christos KK LoverdosTest case for new policy configuration
2012-07-09 Christos KK LoverdosFix a compilation error (did not implement a MemStore...
2012-07-09 Christos KK LoverdosAdd correct prefix to a mongodb configuration parameter
2012-07-06 Christos KK LoverdosSecond cut of the new policy configuration system
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-08 Christos KK LoverdosAdd two more REST internal calls
2012-06-08 Christos KK LoverdosWIP Resource event handling
2012-06-07 Christos KK LoverdosWIP Resource event handling
2012-06-06 Christos KK LoverdosWIP Resource event handling
2012-06-05 Christos KK LoverdosBeing devops-friendly until a user creation event arrives
2012-06-01 Christos KK LoverdosBetter formatting in localfs evetn store
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 LoverdosMore complete handling of IM events
2012-05-24 Christos KK LoverdosAdd API to IMEventStore
2012-05-23 Christos KK LoverdosCategorize store folders based on date
2012-05-21 Christos KK LoverdosConditionally save events to events store folder
2012-05-21 Christos KK LoverdosSimplify MongoDBStoreProvider state
2012-05-18 Christos KK LoverdosRead store ping period from configuration (anystore...
2012-05-17 Christos KK LoverdosAdd ping functionality to two of the stores
2012-05-16 Christos KK LoverdosRename Configurator to Aquarium
2012-05-10 Christos KK LoverdosIntroduce local configuration
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-27 Christos KK LoverdosWIP: IMEventModel end-to-end chain
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-25 Christos KK LoverdosRework message routing
2012-04-25 Christos KK LoverdosExceptions are raised anyway given the JOURNAL_SAFE...
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 LoverdosWIP: Remodeling events
2012-04-20 Christos KK LoverdosAdd () to effect-full nowMillis()
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 LoverdosException -> AquariumException
2012-04-19 Christos KK LoverdosGeneralize UID generators
2012-04-19 Christos KK LoverdosRename UserEvent to IMEvent
2012-04-10 Christos KK LoverdosCode reorganization
2012-04-10 Christos KK LoverdosUser actor code reorganization
2012-04-09 Christos KK LoverdosCode reorganization
2012-04-09 Christos KK LoverdosFiner-grained control over saving unparsed events
2012-04-04 Christos KK LoverdosID as a suffix is ID and not Id
2012-04-04 Christos KK LoverdosLocal fs store for events must be outside AQUARIUM_HOME...
2012-04-03 Christos KK LoverdosProperly save to local fs store (for debugging)
2012-04-02 Christos KK LoverdosUser events that cannot be parsed to objects are just...
2012-04-02 Christos KK LoverdosMake an array of bytes (UTF-8) from a String
2012-04-02 Christos KK LoverdosRemove unused code
2012-04-02 Christos KK LoverdosStore received events in local fs (debug mode) even...
2012-03-30 Christos KK LoverdosEhhmm... Do not lie about guarantees
2012-03-30 Christos KK LoverdosAlso storing events in the filesystem (for debugging)
2012-03-29 Christos KK LoverdosCopyright
2012-03-21 Christos KK LoverdosChange _id to id
2012-03-16 Georgios GousiosCorrectly store and send user events
2012-03-16 Christos KK LoverdosProperly update user state with db _id
2012-03-16 Christos KK LoverdosAdd one convenient method to user state store
2012-03-16 Christos KK LoverdosSlight doc modification
2012-03-15 Georgios GousiosChanged user event format
2012-03-13 Christos KK LoverdosUnifying simple & complex resources.
2012-03-05 Christos KK LoverdosMove more API to PolicyStore (from Policy)
2012-03-05 Christos KK LoverdosMerge branch '1852_billing_period_calc'
2012-03-05 Christos KK LoverdosStart moving stuff from Policy to PolicyStore
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'
next