Parse policies and correct cron string definition
[aquarium] / logic / src / test / scala /
2011-10-31 Georgios GousiosParse policies and correct cron string definition
2011-10-27 Georgios GousiosA few assertions based on the example policy file
2011-10-27 Christos KK LoverdosReorganize a bit the credit model
2011-10-26 Georgios GousiosMerge timeframes and policies tests
2011-10-26 Georgios GousiosComment out to fix test ftm
2011-10-26 Christos KK LoverdosIntroduce credit type
2011-10-25 Georgios GousiosCode beautification, better error handling
2011-10-25 Georgios GousiosUse the YAML types introduced yesterday, docs
2011-10-24 Christos KK LoverdosIntroduce some helper classes for manipulating YAML...
2011-10-24 Georgios GousiosParse cron strings as time duration specifications
2011-10-21 Georgios GousiosStart processing policy inheritance
2011-10-20 Georgios GousiosInitial data model and parsing code for CreditPolicy DSL
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-09-29 Georgios GousiosFirst iteration of cost function working
2011-09-29 Georgios GousiosTake care of Date fields
2011-09-28 Georgios GousiosMake all internal methods private
2011-09-28 Georgios GousiosTake care of *ToMany relationsips
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-19 Georgios GousiosBill calculation algorithm
2011-09-14 Georgios GousiosBusiness logic skeletons
2011-09-13 Georgios GousiosLogic project to hold the Aquarium business logic