Statistics
| Branch: | Tag: | Revision:

root / src / test / scala / gr / grnet / aquarium / user @ 491934d4

# Date Author Comment
491934d4 02/14/2012 11:42 am Christos KK Loverdos

Add bandwidth simulator

e9b44c33 02/08/2012 07:41 pm Christos KK Loverdos

Termination condition for billing month calculation

41c8984b 02/08/2012 06:51 pm Christos KK Loverdos

Rework data snapshots. Add one more to user state

d98e3891 02/07/2012 05:25 pm Christos KK Loverdos

Start the real deal

28bb45ec 02/06/2012 06:16 pm Christos KK Loverdos

Pruning stuff from user state

167cc453 02/06/2012 03:28 pm Christos KK Loverdos

Make UID generators for simulations more flexible

7d2b35d7 02/06/2012 01:37 pm Christos KK Loverdos

Better implement one query on resource event store

ed87e235 02/06/2012 12:48 pm Christos KK Loverdos

Better names for mutable date calc methods

ff717051 02/03/2012 05:26 pm Christos KK Loverdos

Enriching the test case

7bf88790 02/03/2012 02:02 pm Christos KK Loverdos

Augment and use resources map functionality

4731798b 02/02/2012 06:43 pm Christos KK Loverdos

Add more simulation methods and enrich the test case

Cannot load the policy file from the test env though...

6e83ec73 02/02/2012 04:39 pm Christos KK Loverdos

Add a simulations package

This will be handy when creating test cases for the new billing code.

b875d52e 01/31/2012 04:39 pm Christos KK Loverdos

Merge branch 'master' into 1852_billing_period_calc

Conflicts:
src/main/scala/gr/grnet/aquarium/user/UserDataSnapshot.scala
src/main/scala/gr/grnet/aquarium/user/UserStateComputations.scala
src/main/scala/gr/grnet/aquarium/user/actor/UserActor.scala

368e39a1 01/30/2012 02:21 pm Georgios Gousios

Fix failing tests after merge

4050a3c9 01/26/2012 04:52 pm Christos KK Loverdos

Some new billing stuff.

Also using doubles everywhere instead of floats

250dd1c1 01/17/2012 03:44 pm Christos KK Loverdos

Gather billing computations in one file

1981de11 01/11/2012 01:45 am Christos KK Loverdos

Simplify resources snapshot to make our lives easier with the lift-json library.

After a few failed attempts with lift-json, I sacrifice the Map for a List.

d51f30e2 01/10/2012 06:17 pm Georgios Gousios

Simple test to try serialization of the complex user state class

3c8efc71 01/10/2012 06:17 pm Georgios Gousios

Store the last update timestamp per resource and instance id

This code has some errors with JSON serialization