aquarium
2011-11-14 Georgios Gousios[maven-release-plugin] prepare release aquarium-0.0.1 aquarium-0.0.1
2011-11-14 Georgios GousiosConfigure git access for SCM and release plug-ins
2011-11-14 Georgios GousiosRelease plug-in configuration
2011-11-14 Christos KK... Minor correction for the XML comment start
2011-11-14 Georgios GousiosDevelopment instructions
2011-11-14 Christos KK... Ignore all-deps folder used by commit fdb42836
2011-11-14 Georgios GousiosFix build, comment out failing test ftm
2011-11-14 Georgios GousiosDon't use pre-released versions
2011-11-14 Christos KK... Add handy script to gather all deps from mvn in one...
2011-11-14 Christos KK... Upgrade lift-json to 2.4-M5
2011-11-11 Georgios GousiosReally parse dates
2011-11-10 Georgios GousiosA couple of Map related util functions
2011-11-10 Georgios GousiosMerge commit 'f71b3498627dcef1f723dad4a7179ea338f223b7'
2011-11-10 Georgios GousiosMerge changes
2011-11-10 Georgios GousiosDocumentation, dead code removal
2011-11-10 Christos KK... Remove duplicate license header
2011-11-10 Christos KK... Use a separate test db
2011-11-10 Christos KK... Just a LazyLoggable
2011-11-10 Christos KK... Add license header to remaining files
2011-11-10 Georgios GousiosCopyright headers
2011-11-10 Georgios GousiosStart making the DSLParser code readable
2011-11-10 Georgios GousiosRemove duplicate case
2011-11-10 Georgios GousiosParse agreements
2011-11-10 Georgios GousiosMinor changes to last paragraph
2011-11-10 Georgios GousiosLots of case study text
2011-11-08 Christos KK... Add support for rabbitmq client
2011-11-07 Christos KK... Add credit use cases for a company
2011-11-04 Georgios GousiosNow with correct policy definition
2011-11-04 Georgios GousiosText for the university test case
2011-11-04 Georgios GousiosSkel for the university test case
2011-11-04 Georgios GousiosMinor text changes
2011-11-03 Georgios GousiosStaighten up accounting text
2011-11-02 Georgios GousiosSplit credit and debit DSLs
2011-11-02 Georgios Gousioscopyin() policy declaration stuff from the wiki
2011-11-02 Georgios GousiosDocument skeletons
2011-11-02 Georgios GousiosFix various compilation errors, dummy impl of missing...
2011-11-02 Georgios GousiosDocumentation template with sphinx
2011-11-02 Georgios GousiosRemove YAML references
2011-11-02 Georgios GousiosInitial parsing of agreements
2011-11-02 Georgios GousiosCorrect specification of cron strings
2011-10-31 Christos KK... Fix construction of YAMLDoubleNode
2011-10-31 Christos KK... Reorganize 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 GousiosA few assertions based on the example policy file
2011-10-27 Georgios GousiosDon't use "match anything" in Yaml parser matches
2011-10-27 Christos KK... Reorganize a bit the credit model
2011-10-27 Christos KK... Remove redundant credit type info from credit amount...
2011-10-26 Christos KK... A 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 GousiosMerge timeframes and policies tests
2011-10-26 Georgios GousiosMake to an optional field in DSLTimeFrame
2011-10-26 Georgios GousiosComment out to fix test ftm
2011-10-26 Christos KK... WIP. Introduce credit distribution type, credit origin...
2011-10-26 Christos KK... Merge branch 'master' of https://code.grnet.gr/git...
2011-10-26 Christos KK... Introduce credit type
2011-10-26 Georgios GousiosChange definitions to test inheritance
2011-10-26 Georgios GousiosDocumentation, merge effective periods skel
2011-10-26 Christos KK... Fix a typo in pom.xml
2011-10-26 Georgios GousiosMerge branch 'master' of https://code.grnet.gr/git...
2011-10-26 Christos KK... Take 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... Introduce 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-24 Georgios GousiosFormat repeat entries as YAML lists
2011-10-21 Georgios GousiosStart processing policy inheritance
2011-10-20 Georgios GousiosImport the snakeyaml parser
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-20 Georgios GousiosLog4j for logging and simple config file
2011-10-17 Georgios GousiosUMLGraph-based E-R for basic entities
2011-10-17 Georgios GousiosExample policy file
2011-10-17 Georgios GousiosInput events now have start and end date
2011-10-13 Georgios GousiosMake agreement and price list persistent
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 GousiosSimple test for the accounting system
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:
next