aquarium
2012-01-02 Christos KK... Calculate user state from resource events (wip).
2012-01-02 Christos KK... More consistent naming for resource(type)s
2012-01-02 Christos KK... Codify resource event types.
2012-01-02 Christos KK... Fix compilation error
2011-12-29 Christos KK... Document xml support
2011-12-29 Christos KK... Document json support
2011-12-29 Christos KK... Consolidating timestamps.
2011-12-29 Christos KK... Add one more timestamp to resource event that denotes...
2011-12-29 Christos KK... Refactor to accomodate MasterConf rename
2011-12-29 Christos KK... Rename the store to better reflect the domain objects
2011-12-29 Christos KK... Rename MongoDB collection to comply with the RabbitMQ...
2011-12-29 Christos KK... More MongoDB query refactoring
2011-12-29 Christos KK... Rename wallet store methods
2011-12-29 Christos KK... Refactor MongoDB quering to reusable methods
2011-12-29 Christos KK... Rename master conf
2011-12-29 Christos KK... Rename event store to catch semantics better
2011-12-29 Christos KK... Add min,max time calculations for user state
2011-12-29 Christos KK... Make vmId a symbolic name to avoid lurking strings
2011-12-29 Christos KK... Fix fromJson and delegate to JsonHelpers
2011-12-29 Christos KK... Use an immutable collection for source event IDs
2011-12-29 Christos KK... Capture timestamp semantics with a better name.
2011-12-29 Christos KK... Fix small typo and do another round of akka version...
2011-12-29 Christos KK... Forgot to upgrade akka version in SBT definition
2011-12-29 Georgios GousiosInitial implementation of accounting method
2011-12-29 Georgios GousiosStricted accounting test check
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-29 Christos KK... Upgrade akka to 1.3-RC5
2011-12-29 Christos KK... Add typesafe repo to pom.xml
2011-12-27 Christos KK... API change should have been committed earlier (II)
2011-12-27 Christos KK... API change should have been committed earlier
2011-12-27 Christos KK... Delegate json-related functionality to JsonHelpers...
2011-12-27 Christos KK... Use vals and not raw strings for JSON names
2011-12-27 Christos KK... Make better use of DBObjects
2011-12-27 Christos KK... Clearer code for UserActorManager
2011-12-27 Christos KK... Delegate json-related functionality to JsonHelpers
2011-12-27 Christos KK... Factor out long names by using a value and by importing...
2011-12-27 Christos KK... Use existing properties API and make MasterConf API...
2011-12-27 Christos KK... Use existing API for list-valued properties
2011-12-27 Christos KK... Add documentation
2011-12-23 Christos KK... Add one more query to event store.
2011-12-23 Christos KK... Close mongodb query cursors.
2011-12-23 Christos KK... Some more CryptoUtils love.
2011-12-23 Christos KK... Make CryptoUtils thread-safe
2011-12-23 Christos KK... Some more JsonHelpers love
2011-12-23 Christos KK... Augment JsonHelpers so that all clients call this in...
2011-12-23 Christos KK... Adding the owned resources snapshot
2011-12-23 Christos KK... Add owned resources to user state (provisionally)
2011-12-22 Georgios GousiosImplement and test method that aligns charge timeslots...
2011-12-22 Georgios Gousiosresolve* methods return maps sorted by timeslot start...
2011-12-22 Georgios GousiosMake Timeslots comparable by start date
2011-12-22 Georgios GousiosDefault baseline policy
2011-12-22 Georgios GousiosFix resource event validation
2011-12-22 Christos KK... Rename method WalletStore -> walletStore
2011-12-22 Christos KK... Use the time threshold for user state.
2011-12-22 Christos KK... Change Dispatcher response model.
2011-12-22 Christos KK... Introduce a time threshold for user state recomputations.
2011-12-22 Georgios GousiosMain properties file, accidentaly removed
2011-12-22 Georgios GousiosWe don't need no users, let the mf burn. Burn, mf,...
2011-12-22 Christos KK... Do not ingore the template aquarium.properties
2011-12-22 Christos KK... Add a dependency in sbt which was not pulled transitively.
2011-12-22 Christos KK... Add 'active' flag
2011-12-22 Christos KK... Trying to fix sbt build...
2011-12-21 Georgios GousiosKeep messaging names organized in one place
2011-12-21 Georgios GousiosCmd-line parsing for resource generation events
2011-12-21 Georgios GousiosRemove more dead code
2011-12-21 Georgios GousiosFix event generation and instertion test in imevens...
2011-12-21 Georgios GousiosFix failing Eventstore test
2011-12-21 Georgios GousiosUtility functions for working with Java's crypto libraries
2011-12-21 Georgios Gousiosuser id is a String
2011-12-21 Georgios Gousiostest idiocity--
2011-12-21 Georgios GousiosSupport for enabling all excluded tests at once
2011-12-21 Georgios GousiosStricter precondition to create a DSLTimeFrame object
2011-12-21 Christos KK... Reorganize sbt-related build files but not there yet
2011-12-21 Christos KK... Add a couple of missing repos
2011-12-21 Georgios GousiosFlat project hierarchy
2011-12-21 Georgios GousiosRemove dead code before migrating to single project...
2011-12-21 Georgios GousiosRemove some dead code
2011-12-21 Georgios GousiosMinor changes, to compile.
2011-12-21 Georgios GousiosVarious changes:
2011-12-21 Georgios GousiosInterface to the users' Wallet
2011-12-21 Georgios GousiosThe result from running an accounting process
2011-12-20 Christos KK... Add some code for better end-to-end testing.
2011-12-20 Christos KK... Add missing akka related dependency
2011-12-20 Christos KK... Simplify UserActor death logic
2011-12-20 Christos KK... Evicting LRU UserActors leads to their death ultimately.
2011-12-19 Christos KK... Work in progres towards handling UserRequestGetBalance...
2011-12-19 Christos KK... Remove unused dependency.
2011-12-19 Christos KK... Fix version in akka component.
2011-12-19 Georgios GousiosGenerate random users and user events
2011-12-19 Georgios GousiosUser state event, coming from IM (astakos)
2011-12-19 Georgios GousiosFormatting fixes
2011-12-19 Georgios GousiosEmpty implementation of the IM event store
2011-12-16 Georgios GousiosHandle unlimited redeliveries of failed messages
2011-12-16 Georgios GousiosBetter logging, better stopping of actors
2011-12-16 Georgios GousiosDon't share the same connection for all consumers ...
2011-12-16 Christos KK... Remove unused MongoDB configuration.
2011-12-16 Christos KK... Implement MondoDB-based UserStore with basic queries.
next