Introducing MongoDB functionality. Tests are still WIP
[aquarium] / logic / src / main /
2011-11-22 Christos KK LoverdosIntroducing MongoDB functionality. Tests are still WIP
2011-11-22 Christos KK LoverdosRemove unused trait
2011-11-22 Christos KK LoverdosFinish testcase for amqp. Using a localhost installatio...
2011-11-21 Christos KK LoverdosUse configuration to initialize rabbit conection factory
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 GousiosConsistency check for non-initialized hr/min fields...
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 GousiosPreconditions and compatibility layer for java.util...
2011-11-16 Georgios GousiosSkeleton for the DSL semantic checker
2011-11-15 Georgios GousiosSemantic analyser for the credit DSL
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 GousiosA couple of Map related util functions
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 Christos KK LoverdosJust a LazyLoggable
2011-11-10 Georgios GousiosCopyright headers
2011-11-10 Georgios GousiosStart making the DSLParser code readable
2011-11-10 Georgios GousiosParse agreements
2011-11-02 Georgios GousiosFix various compilation errors, dummy impl of missing...
2011-11-02 Georgios GousiosInitial parsing of agreements
2011-11-02 Georgios GousiosCorrect specification of cron strings
2011-10-31 Christos KK LoverdosFix construction of YAMLDoubleNode
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-31 Georgios GousiosParse double nodes
2011-10-27 Georgios GousiosDon't use "match anything" in Yaml parser matches
2011-10-27 Christos KK LoverdosReorganize a bit the credit model
2011-10-27 Christos KK LoverdosRemove redundant credit type info from credit amount...
2011-10-26 Christos KK LoverdosA few modifications in the credits dsl and a minor...
2011-10-26 Georgios GousiosOverride algorithms and effectivity periods with super...
2011-10-26 Georgios GousiosPolicy inheritance
2011-10-26 Georgios GousiosMake to an optional field in DSLTimeFrame
2011-10-26 Christos KK LoverdosWIP. Introduce credit distribution type, credit origin...
2011-10-26 Christos KK LoverdosMerge branch 'master' of https://code.grnet.gr/git...
2011-10-26 Christos KK LoverdosIntroduce credit type
2011-10-26 Georgios GousiosDocumentation, merge effective periods skel
2011-10-26 Georgios GousiosMerge branch 'master' of https://code.grnet.gr/git...
2011-10-26 Christos KK LoverdosTake a safer head of a YAMLListNode
2011-10-26 Georgios GousiosFully parse non-inherited policies
2011-10-26 Georgios GousiosConstruct YAML node from YAML node, isEmpty a la List
2011-10-25 Georgios GousiosCode beautification, better error handling
2011-10-25 Georgios GousiosInteger node for the YAML tree
2011-10-25 Georgios GousiosUse the YAML types introduced yesterday, docs
2011-10-25 Georgios GousiosHead and tail list operations
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-24 Georgios GousiosRemove var qualifiers from case class arguments
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 GousiosSwitch amounts to double precision numbers
2011-10-07 Georgios GousiosImplementations for several method stubs
2011-10-07 Georgios GousiosAccessors for class members
2011-10-07 Georgios GousiosDefault charging policy is to multiply price with volume
2011-10-07 Georgios GousiosA list whose pricing scales with volume
2011-10-07 Georgios GousiosVery simple price list
2011-10-07 Georgios GousiosMake it compile
2011-10-07 Georgios GousiosMake sure that events are valid before forwarding
2011-10-07 Georgios GousiosKeep track of existing agreements
2011-10-06 Georgios GousiosSeparate pricelist from charging policy
2011-10-05 Georgios GousiosKeep track of original events when calculating accounts
2011-10-05 Georgios GousiosRaw event processor working
2011-10-05 Georgios GousiosAdapt the data model to service events
2011-10-04 Georgios GousiosBasic event conversion code
2011-10-04 Georgios GousiosUse abstract class intread of trait for modelling base...
2011-10-04 Georgios GousiosVarious fixes:
2011-10-04 Georgios GousiosMore sane namings, remove raw message processing
2011-10-04 Georgios GousiosMove raw events processing to new package.
2011-10-03 Georgios GousiosUpdated, since accounting was moved
2011-10-03 Georgios GousiosSkeleton accounting system
2011-09-29 Georgios GousiosFirst iteration of cost function working
2011-09-28 Georgios GousiosMake Organization a proper entity
2011-09-20 Georgios GousiosMinor compilation fixes after refactoring the model
2011-09-20 Georgios GousiosRemoved duplicate object declaration.
2011-09-19 Georgios GousiosFix no return type definition error
2011-09-19 Georgios GousiosBill calculation algorithm
2011-09-16 Georgios GousiosAdded a few more entities. Untested yet.
2011-09-16 Georgios GousiosPreparing to push repo to Grnet's server
2011-09-14 Georgios GousiosMore entities, make logic code compile
2011-09-14 Georgios GousiosBusiness logic skeletons
2011-09-13 Georgios GousiosLogic project to hold the Aquarium business logic