AquariumActor extends Loggable be default
[aquarium] / src / test /
2012-04-09 Christos KK LoverdosInitial support for the administrative cookie
2012-04-04 Christos KK LoverdosFix API breakage from previous upgrade
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 LoverdosIntroduce save.unparsed.event.im
2012-04-02 Christos KK LoverdosUsing SLF4J with logback-classic
2012-03-30 Christos KK LoverdosAdd folder to store incoming events
2012-03-29 Christos KK LoverdosCopyright
2012-03-27 Christos KK LoverdosDelete reference to non-existent constant
2012-03-27 Christos KK LoverdosFix how rest port is obtained (#2263)
2012-03-27 Christos KK LoverdosNew default port for the REST service
2012-03-27 Christos KK LoverdosCleanup akka.conf in test/ a bit
2012-03-26 Christos KK LoverdosModularize tests
2012-03-22 Georgios GousiosDeprecate the descriminator field for complex resources
2012-03-21 Christos KK LoverdosAdd a test for an orphan vmtime OFF
2012-03-21 Christos KK LoverdosAdd two billing month tests
2012-03-20 Christos KK LoverdosSimple test case with one ON-OFF sequence.
2012-03-20 Christos KK LoverdosRefactor test class to prepare for more test cases
2012-03-19 Christos KK LoverdosFurther modularization of user state change computation
2012-03-19 Christos KK LoverdosBuffer new wallet entries and update user state
2012-03-16 Georgios GousiosMinor changes
2012-03-16 Georgios GousiosRefils resource for handling credit refils
2012-03-16 Christos KK LoverdosMake better use of calculation reason and the stored _id
2012-03-16 Christos KK LoverdosReuse user creation time from user state
2012-03-16 Christos KK LoverdosAdd calculatin reason and simplify the API
2012-03-14 Christos KK LoverdosFix a test to comply with the new semantics for complex...
2012-03-13 Georgios GousiosAdmin guide, configuration and running
2012-03-13 Georgios GousiosCheck that default policies are applied
2012-03-13 Georgios GousiosCheck for existence of default role mapping
2012-03-13 Christos KK LoverdosChange the DSL for the billing test
2012-03-13 Christos KK LoverdosUnifying simple & complex resources (Part II)
2012-03-13 Christos KK LoverdosUnifying simple & complex resources.
2012-03-13 Georgios GousiosFix version of akka in test config, tests are run again
2012-03-13 Georgios GousiosTest and concequent fix for the roles-agreement mapping...
2012-03-12 Georgios Gousios(untested) support for role -> agreement mappings
2012-03-12 Georgios GousiosFix(?) align timeslots
2012-03-09 Christos KK LoverdosTimeslot alignment test
2012-03-09 Christos KK LoverdosRemove unused parameter (defaultPolicy)
2012-03-09 Christos KK LoverdosContinuous debugging sessions...
2012-03-08 Christos KK LoverdosRefactor
2012-03-08 Christos KK LoverdosReworked the simulation package
2012-03-08 Georgios GousiosRemove unused class, set config name for aquarium exchange
2012-03-08 Christos KK LoverdosAdd more simulation stuff
2012-03-07 Georgios GousiosDeclare multiple queues for reading events
2012-03-07 Georgios GousiosFixed tests and implementation of alignTimeslots
2012-03-06 Georgios GousiosAkka 1.3.1, x-ha-policy for queues, tests for alignTime...
2012-03-05 Christos KK LoverdosPreparing the move to master 1852_billing_period_calc
2012-03-05 Christos KK LoverdosEnhance default user state creation
2012-03-05 Christos KK LoverdosA day's worth of debugging enhancements. Back to square...
2012-03-05 Christos KK LoverdosSemantic changes and fixes on policy store.
2012-03-02 Christos KK LoverdosA day's worth of debugging enhancements. Back to square...
2012-03-02 Christos KK LoverdosSemantic changes and fixes on policy store.
2012-03-01 Christos KK LoverdosMerge branch 'master' into tmp_master_merger
2012-02-28 Christos KK LoverdosUse billing month info, according to the new API
2012-02-23 Christos KK LoverdosDate calculator is mutable
2012-02-20 Georgios GousiosChange timeslot.contains to include timeslot boundaries
2012-02-20 Georgios GousiosChange effective timeslot method sig to accept timeslots
2012-02-20 Georgios GousiosWarnings--
2012-02-20 Christos KK LoverdosMerge branch 'master'
2012-02-20 Christos KK Loverdoswip
2012-02-17 Georgios GousiosApplicability timeslots for policies and timeslots
2012-02-17 Georgios GousiosTrivial fixes, toString implementation
2012-02-17 Georgios GousiosMethod to align a list of timeslots to another timeslot...
2012-02-14 Christos KK LoverdosAdd bandwidth simulator
2012-02-13 Christos KK LoverdosAdd bandwidth simulator
2012-02-09 Christos KK LoverdosMerge branch '1852_billing_period_calc'
2012-02-09 Christos KK LoverdosAdjust logging output
2012-02-09 Georgios GousiosMerge branch '1852_billing_period_calc'
2012-02-08 Christos KK LoverdosTermination condition for billing month calculation
2012-02-08 Christos KK LoverdosRework data snapshots. Add one more to user state
2012-02-07 Christos KK LoverdosStart the real deal
2012-02-07 Georgios GousiosDon't attempt to clean up when not using mongo for...
2012-02-07 Georgios GousiosBetter implementation of the no gaps test
2012-02-07 Georgios GousiosRewrite policy file to trigger reparse in test
2012-02-07 Georgios GousiosMethod to check whether a (sorted) list of timeslots...
2012-02-07 Georgios GousiosSupport for setting a custom configurator for unit...
2012-02-07 Georgios GousiosUse in memory store by default for tests
2012-02-06 Christos KK LoverdosMerge branch '1852_billing_period_calc'
2012-02-06 Christos KK LoverdosPruning stuff from user state
2012-02-06 Georgios GousiosVarious test enhancements
2012-02-06 Christos KK LoverdosMake UID generators for simulations more flexible
2012-02-06 Christos KK LoverdosBetter implement one query on resource event store
2012-02-06 Christos KK LoverdosBetter names for mutable date calc methods
2012-02-03 Christos KK LoverdosEnriching the test case
2012-02-03 Christos KK LoverdosAugment and use resources map functionality
2012-02-02 Christos KK LoverdosAdd more simulation methods and enrich the test case
2012-02-02 Christos KK LoverdosAdd a simulations package
2012-02-01 Christos KK LoverdosMerge branch 'master' into 1852_billing_period_calc
2012-02-01 Christos KK LoverdosRename the mem store
2012-01-31 Christos KK LoverdosMerge branch 'master' into 1852_billing_period_calc
2012-01-31 Georgios GousiosIn memory store for tests, change property files search...
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 LoverdosWork in progress... Still in flux
2012-01-27 Georgios GousiosBasic support for serializing policies to YAML
2012-01-26 Christos KK LoverdosSome new billing stuff.
2012-01-17 Christos KK LoverdosGather billing computations in one file
2012-01-12 Georgios GousiosDon't remove all mongo records after test run :-)
2012-01-11 Georgios GousiosProperly shutdown user actors on Aquarium shutdown
next