aquarium
2012-01-31 Georgios GousiosUpdate available policies when on configuration file...
2012-01-31 Georgios GousiosWrapper for stored DSLPolicy YAML dumps
2012-01-31 Georgios GousiosLicense headers
2012-01-30 Georgios GousiosLogic to load/store policies from Policy store
2012-01-30 Georgios GousiosUser agreement history in user store
2012-01-30 Georgios GousiosAPI methods for policies
2012-01-30 Georgios GousiosImplement custom Policy entry and policy storage ops
2012-01-30 Georgios GousiosFix failing tests after merge
2012-01-30 Georgios GousiosMerge branch '1852_billing_period_calc'
2012-01-30 Georgios GousiosFix all serialization to YAML issues
2012-01-27 Christos KK... Work in progress... Still in flux
2012-01-27 Georgios GousiostoMap() method for remaining DSL classes.
2012-01-27 Georgios GousiosMethod to parse YAML from a String
2012-01-27 Georgios GousiosOne fact in one place commit
2012-01-27 Christos KK... Upgrade Akka to 1.3 and refactor SBT build file
2012-01-27 Georgios GousiosBasic support for serializing policies to YAML
2012-01-26 Christos KK... Prune unused functionality.
2012-01-26 Christos KK... Some new billing stuff.
2012-01-24 Christos KK... Add some dependencies stuff
2012-01-20 Christos KK... Do some pom.xml micromanagement
2012-01-19 Georgios GousiosSupport policy retrieval for a date
2012-01-19 Georgios GousiosPolicy store operations
2012-01-19 Georgios GousiosJson support
2012-01-17 Christos KK... Stylistic change
2012-01-17 Christos KK... Cleanup some code before the coming changes
2012-01-17 Christos KK... Avoid a compilation warning (-deprecation)
2012-01-17 Christos KK... Doc cleanup in user actor
2012-01-17 Christos KK... Gather billing computations in one file
2012-01-17 Christos KK... Use receivedMillis for queries
2012-01-17 Christos KK... Use wallet-specific json field names
2012-01-17 Christos KK... Do some effectful composition instead of try/catch
2012-01-16 Christos KK... WIP #1852 Periodic billing calculation
2012-01-16 Christos KK... Change equals to ==
2012-01-16 Christos KK... [maven-release-plugin] prepare for next development...
2012-01-16 Christos KK... [maven-release-plugin] prepare release aquarium-0.1 aquarium-0.1
2012-01-16 Christos KK... Hack to make a release.
2012-01-16 Christos KK... Merge stuff from benchmark branch
2012-01-16 Georgios GousiosSubmitted version
2012-01-16 Christos KK... Editing...
2012-01-16 Georgios GousiosReview changes round 1
2012-01-16 Christos KK... Charging formulas, state change, sporadic micro-editing
2012-01-15 Georgios GousiosConclusions
2012-01-15 Georgios GousiosRelated work
2012-01-15 Georgios GousiosIntroduction
2012-01-15 Georgios GousiosPerformance
2012-01-15 Georgios GousiosA bit about performance
2012-01-14 Georgios GousiosArchitecture diagram
2012-01-14 Georgios GousiosFinish architecture
2012-01-14 Georgios GousiosScript to generate rate limited (msg/sec) load
2012-01-14 Christos KK... Continuation of T/dT, U/dU reasoning
2012-01-13 Christos KK... Describing charging dimensions
2012-01-13 Christos KK... Rename Billing to Computational aspects and move after...
2012-01-13 Christos KK... Finishing (for now) the description of events
2012-01-13 Christos KK... Add events modeling.
2012-01-13 Christos KK... Start describing events
2012-01-13 Christos KK... Slight reorg (Implementation -> Domain Modeling).
2012-01-13 Georgios GousiosMore on architecture
2012-01-12 Georgios GousiosInitial architecture blurb
2012-01-12 Christos KK... Start describing billing-related stuff.
2012-01-12 Georgios GousiosSplit arhitecture in another file to avoid conflicts
2012-01-12 Georgios GousiosAlternative way to calculate state, with entry points...
2012-01-12 Georgios GousiosQuery to retrieve all events that comprise the history...
2012-01-12 Georgios GousiosNames for event store fields
2012-01-12 Georgios GousiosConfigurable number of users to init (up to 1000)
2012-01-12 Georgios GousiosDon't remove all mongo records after test run :-)
2012-01-12 Georgios GousiosLog verbosity--
2012-01-12 Georgios GousiosParametrise number of actors to spawn, more threads...
2012-01-11 Georgios GousiosEvents are now replayed correctly
2012-01-11 Georgios GousiosThe correct name of the field is occuredMillis
2012-01-11 Georgios GousiosCompilation fixes
2012-01-11 Georgios GousiosSupport for replaying event logs to construct the user...
2012-01-11 Georgios GousiosProperly shutdown user actors on Aquarium shutdown
2012-01-11 Georgios GousiosSave user state on shutdown
2012-01-11 Georgios GousiosMethod to delete user state from store
2012-01-11 Georgios GousiosTake care of first time state changes
2012-01-10 Christos KK... WIP on the algos documentation camp
2012-01-10 Christos KK... Simplify resources snapshot to make our lives easier...
2012-01-10 Christos KK... Give the option of pretty or non-pretty json printing
2012-01-10 Georgios GousiosMore on billing
2012-01-10 Georgios GousiosBit of text rearrangement, billing descriptions
2012-01-10 Georgios GousiosStore the last update timestamp per resource and instan...
2012-01-10 Georgios GousiosSimple test to try serialization of the complex user...
2012-01-10 Georgios GousiosMethod to assert that an exception is not thrown
2012-01-10 Christos KK... A great contribution to the paper.
2012-01-10 Christos KK... Super documenter. Work in progress.
2012-01-10 Christos KK... Add 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... Do not use default global value parameter and take...
2012-01-10 Christos KK... Augment DSLCostPolicy with utility methods
2012-01-10 Christos KK... Refactor getInstanceId to not rely on global variables
2012-01-10 Christos KK... Equality is always a possibility
2012-01-10 Christos KK... Catch a message that is sent anyway
2012-01-10 Christos KK... Ignore some auxilary latex files (emacs)
2012-01-10 Georgios GousiosImplementation experience
2012-01-09 Christos KK... Consistent `Id` naming (II)
2012-01-09 Christos KK... Consistent `Id` naming
next