Simple test to try serialization of the complex user state class
[aquarium] / src / main /
2012-01-10 Christos KK LoverdosSuper documenter. Work in progress.
2012-01-10 Christos KK LoverdosAdd a few helper methods to resource event
2012-01-10 Georgios GousiosDon't store the whole agreement to the user state
2012-01-10 Georgios GousiosCase objects instead of objects for cost policy definitions
2012-01-10 Georgios GousiosThe log string has 2 args, not 3
2012-01-10 Georgios GousiosStore the newly created user actor in the LRU cache
2012-01-10 Georgios GousiosUse the list of resources defined in the policy
2012-01-10 Christos KK LoverdosDo not use default global value parameter and take...
2012-01-10 Christos KK LoverdosAugment DSLCostPolicy with utility methods
2012-01-10 Christos KK LoverdosRefactor getInstanceId to not rely on global variables
2012-01-10 Christos KK LoverdosEquality is always a possibility
2012-01-10 Christos KK LoverdosCatch a message that is sent anyway
2012-01-09 Christos KK LoverdosConsistent `Id` naming (II)
2012-01-09 Christos KK LoverdosConsistent `Id` naming
2012-01-09 Christos KK LoverdosStyle: do not use return
2012-01-09 Christos KK LoverdosFix a couple of compilation warnings.
2012-01-09 Christos KK LoverdosWIP on user get balance request.
2012-01-09 Georgios GousiosFind previous wallet entries for this event
2012-01-09 Georgios GousiosNames for fields in the Json representation of the msg
2012-01-09 Georgios GousiosSpice up WalletEntries with resource and instance info
2012-01-09 Christos KK LoverdosEliminate pattern matching since I am not doing anythin...
2012-01-09 Christos KK LoverdosSmall refactoring to ensure user state
2012-01-09 Christos KK LoverdosFill in and use UserState snapshots from DB.
2012-01-09 Christos KK LoverdosAdd documentation for store-related collections, give...
2012-01-09 Christos KK LoverdosTake into account active snapshot for timestamp computa...
2012-01-09 Christos KK LoverdosUse DEBUG shortcuts
2012-01-09 Christos KK LoverdosHandle UserEvent in UserActor
2012-01-09 Christos KK LoverdosSmall doc addition for UserEvent
2012-01-09 Christos KK LoverdosRemove unused subclasses of UserDataSnapshot
2012-01-09 Christos KK LoverdosCollection renaming a bug fix in UserState query
2012-01-09 Christos KK LoverdosMake UserState roles immutable
2012-01-09 Christos KK LoverdosAdd a few queries to UserEvent
2012-01-09 Christos KK LoverdosForward UserState events to dispatcher
2012-01-09 Georgios GousiosMore tests => several errors fixed
2012-01-09 Georgios GousiosMore precise error message
2012-01-09 Georgios GousiosCalculate hours, not minutes
2012-01-09 Christos KK LoverdosGenerify EventProcessorService to avoid too many casts
2012-01-09 Christos KK LoverdosUse UserDataSnapshotException
2012-01-09 Christos KK LoverdosRefactor user state change code
2012-01-05 Georgios GousiosAccounting changes, too many to commit individually:
2012-01-05 Georgios GousiosRemove wrong test
2012-01-05 Georgios GousiosCorrect unit names
2012-01-05 Georgios GousiosConvert a timeslot to its duration in hours
2012-01-05 Georgios GousiosStates for discrete cost policy events
2012-01-05 Georgios GousiosStricted definitions and explantations for cost policies
2012-01-04 Georgios GousiosRemove the resource state API, start using the new...
2012-01-04 Georgios GousiosPurify the accounting code
2012-01-04 Georgios GousiosSupport for user configurable accounting policy locations
2012-01-04 Georgios GousiosMake the number of MongoDB connections a configurable...
2012-01-03 Georgios GousiosVarious performance related changes
2012-01-03 Georgios GousiosCreate a new connection per store request
2012-01-03 Georgios GousiosLogging format similar to Akka's default
2012-01-03 Georgios GousiosImplement the remaining bits of the user event processo...
2012-01-03 Georgios GousiosImplement the user event store
2012-01-03 Georgios GousiosMake the load balancing managers regular objects. Docs++
2012-01-03 Georgios GousiosFirst attempt to make the resource processor service...
2012-01-03 Georgios GousiosHelper method to immutably set the receive timestamp
2012-01-03 Georgios GousiosForward messages to the dispatcher after ACK
2012-01-02 Christos KK LoverdosChange update style to use copy on immutable data
2012-01-02 Christos KK LoverdosCorrect documentation
2012-01-02 Christos KK LoverdosMerge with my changes for user state handling.
2012-01-02 Christos KK LoverdosCalculate user state from resource events (wip).
2012-01-02 Georgios GousiosMessages and API for accessing resource state per actor
2012-01-02 Georgios GousiosValidate presence of descriminator field in complex...
2012-01-02 Georgios GousiosResource names should only be specified in the DSL
2012-01-02 Georgios GousiosAdd DSL field to describe different instances for compl...
2012-01-02 Christos KK LoverdosMore consistent naming for resource(type)s
2012-01-02 Christos KK LoverdosCodify resource event types.
2012-01-02 Christos KK LoverdosFix compilation error
2011-12-29 Christos KK LoverdosDocument xml support
2011-12-29 Christos KK LoverdosDocument json support
2011-12-29 Christos KK LoverdosConsolidating timestamps.
2011-12-29 Christos KK LoverdosAdd one more timestamp to resource event that denotes...
2011-12-29 Christos KK LoverdosRefactor to accomodate MasterConf rename
2011-12-29 Christos KK LoverdosRename the store to better reflect the domain objects
2011-12-29 Christos KK LoverdosRename MongoDB collection to comply with the RabbitMQ...
2011-12-29 Christos KK LoverdosMore MongoDB query refactoring
2011-12-29 Christos KK LoverdosRename wallet store methods
2011-12-29 Christos KK LoverdosRefactor MongoDB quering to reusable methods
2011-12-29 Christos KK LoverdosRename master conf
2011-12-29 Christos KK LoverdosRename event store to catch semantics better
2011-12-29 Christos KK LoverdosAdd min,max time calculations for user state
2011-12-29 Christos KK LoverdosMake vmId a symbolic name to avoid lurking strings
2011-12-29 Christos KK LoverdosFix fromJson and delegate to JsonHelpers
2011-12-29 Christos KK LoverdosUse an immutable collection for source event IDs
2011-12-29 Christos KK LoverdosCapture timestamp semantics with a better name.
2011-12-29 Christos KK LoverdosFix small typo and do another round of akka version...
2011-12-29 Georgios GousiosInitial implementation of accounting method
2011-12-29 Georgios GousiosMore verbose debug logging, save custom timestamp
2011-12-29 Georgios GousiosFix problem with duplicate sha-1 ids being produced
2011-12-29 Georgios GousiosAdd custom timestamp, to fill in when msg is first...
2011-12-29 Georgios GousiosDon't serialize the logger
2011-12-27 Christos KK LoverdosAPI change should have been committed earlier (II)
2011-12-27 Christos KK LoverdosAPI change should have been committed earlier
2011-12-27 Christos KK LoverdosDelegate json-related functionality to JsonHelpers...
2011-12-27 Christos KK LoverdosUse vals and not raw strings for JSON names
2011-12-27 Christos KK LoverdosMake better use of DBObjects
2011-12-27 Christos KK LoverdosClearer code for UserActorManager
2011-12-27 Christos KK LoverdosDelegate json-related functionality to JsonHelpers
2011-12-27 Christos KK LoverdosFactor out long names by using a value and by importing...
next