Support for expanding all timeslots for a timeframe
[aquarium] / logic / src / test / scala /
2011-11-28 Georgios GousiosSupport for expanding all timeslots for a timeframe
2011-11-25 Christos KK LoverdosMongoDB configuration, connecting, test
2011-11-25 Christos KK LoverdosAMQP consumer enhancement/fixes
2011-11-24 Christos KK LoverdosDisable (by default) tests for external systems (rabbit...
2011-11-24 Georgios GousiosRemove code to be re-written
2011-11-24 Christos KK LoverdosContinuing with rabbitmq tests
2011-11-24 Georgios GousiosParse credit plans and associate them with agreements
2011-11-24 Christos KK LoverdosMake the rabbit test grab the needed configuration...
2011-11-24 Christos KK LoverdosMake the mongodb test grab the needed configuration...
2011-11-23 Georgios GousiosTerm renaming in Aquarium policy DSL
2011-11-23 Georgios GousiosMore dead code removal
2011-11-23 Georgios GousiosDead code elimination
2011-11-23 Georgios GousiosMoved shared code to the util package
2011-11-23 Georgios GousiosMore tests on timeframe expansions
2011-11-23 Georgios GousiosLift stupid no-comma-in-cron restriction
2011-11-23 Georgios GousiosScaladoc fixes
2011-11-23 Christos KK LoverdosImplement property-based infrastructure to run tests...
2011-11-23 Georgios GousiosExpand timeframes, code and tests
2011-11-23 Georgios GousiosCatch certain types of exceptions only
2011-11-23 Georgios GousiosDefine the type of Exception to expect
2011-11-22 Christos KK LoverdosIntroducing MongoDB functionality. Tests are still WIP
2011-11-22 Christos KK LoverdosFinish testcase for amqp. Using a localhost installatio...
2011-11-21 Christos KK Loverdosamql cleanup and start of testing
2011-11-21 Christos KK LoverdosWIP.First cut of amqp-rabbit configuration-based api
2011-11-18 Georgios GousiosUtility trait for handling DSL conventions
2011-11-18 Georgios GousiosSimple utility funcions for working with dates
2011-11-18 Georgios GousiosCatch un-checked exceptions
2011-11-17 Georgios GousiosExtract some methods for use by other test cases
2011-11-15 Georgios GousiosActually store pricelists and agreements in policy
2011-11-14 Georgios GousiosFix build, comment out failing test ftm
2011-11-11 Georgios GousiosReally parse dates
2011-11-10 Georgios GousiosMerge changes
2011-11-10 Georgios GousiosDocumentation, dead code removal
2011-11-10 Christos KK LoverdosUse a separate test db
2011-11-10 Georgios GousiosCopyright headers
2011-11-10 Georgios GousiosStart making the DSLParser code readable
2011-11-02 Georgios GousiosCorrect specification of cron strings
2011-10-31 Christos KK LoverdosReorganize credit model and enhance the YAML nodes...
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