Format repeat entries as YAML lists
[aquarium] / logic / src / test /
2011-10-24 Georgios GousiosFormat repeat entries as YAML lists
2011-10-21 Georgios GousiosStart processing policy inheritance
2011-10-20 Georgios GousiosInitial data model and parsing code for CreditPolicy DSL
2011-10-20 Georgios GousiosChange policy format to be more composable
2011-10-17 Georgios GousiosInput events now have start and end date
2011-10-10 Georgios GousiosUnit test to test the entire charging framework
2011-10-10 Georgios GousiosFix algorithm for obtaining applicable pricing policy
2011-10-07 Georgios GousiosSimple test for the accounting system
2011-10-06 Georgios GousiosSeparate pricelist from charging policy
2011-10-05 Georgios GousiosRaw event processor working
2011-10-05 Georgios GousiosAdapt the data model to service events
2011-10-04 Georgios GousiosVarious fixes:
2011-10-04 Georgios GousiosMore sane namings, remove raw message processing
2011-10-03 Georgios GousiosRemove XML dataset, replaced by JSON
2011-09-29 Georgios GousiosFirst iteration of cost function working
2011-09-29 Georgios GousiosDefaults and more test data
2011-09-29 Georgios GousiosTake care of Date fields
2011-09-28 Georgios GousiosMore test data
2011-09-28 Georgios GousiosMake all internal methods private
2011-09-28 Georgios GousiosTake care of *ToMany relationsips
2011-09-28 Georgios GousiosUpdate fixtures as schema was restructured
2011-09-23 Georgios GousiosStart converting data to json from XML
2011-09-23 Georgios GousiosProcess complex object values
2011-09-22 Georgios GousiosDocumentation, check for Id field, appropr naming
2011-09-22 Georgios GousiosSet fixture id value by hand
2011-09-22 Georgios GousiosTake care of cases where field in object is not init'ed
2011-09-21 Georgios GousiosJSON fixture loader done (sort of)
2011-09-21 Georgios GousiosUse a DJango-like JSON fixture for initial data
2011-09-21 Georgios GousiosUnsuccesful attempt to load test data with DBUnit
2011-09-20 Georgios GousiosClass to auto load test data before tests run
2011-09-20 Georgios GousiosBasic test data to be autoloaded
2011-09-19 Georgios GousiosBill calculation algorithm
2011-09-14 Georgios GousiosBusiness logic skeletons
2011-09-13 Georgios GousiosLogic project to hold the Aquarium business logic