aquarium
2011-12-12 Georgios GousiosUse the event store in the event processor to persist...
2011-12-12 Georgios GousiosCompilation fixes
2011-12-12 Georgios GousiosImplementation of the EventStore interface in the Mongo...
2011-12-12 Georgios GousiosRenames to more meaningfull names
2011-12-12 Georgios GousiosAll Aquarium events have a client defined unique id
2011-12-12 Georgios GousiosThe persistence database schema as a configurable option
2011-12-12 Georgios GousiosFactory for getting MessageStores based on configuration
2011-12-12 Georgios GousiosConfigure and use Mongo's connection pool
2011-12-12 Georgios GousiosOptions for connecting to a persistence provider
2011-12-12 Christos KK... Some more service orientation to master conf
2011-12-12 Christos KK... Add a test for RESTActor.
2011-12-12 Christos KK... Add RESTRole (and, hence, RESTActor) to known roles...
2011-12-12 Christos KK... Properly (?) quote field name in JSON response for...
2011-12-12 Christos KK... Make default constructor for RESTActor.
2011-12-12 Christos KK... Add rest service port configuration and respective...
2011-12-12 Christos KK... Make props visible to outer world.
2011-12-12 Christos KK... Rename package akka and main REST actor.
2011-12-12 Georgios GousiosSend an appropriate event key
2011-12-12 Georgios GousiosRestrict exchange declarations from clients
2011-12-09 Christos KK... Thought untested, the REST service now sends to Dispatcher.
2011-12-09 Christos KK... Introduce the Dispatcher-related messages, all given...
2011-12-09 Georgios GousiosConfiguration params for the AMQP queue
2011-12-09 Georgios GousiosSupport for statically getting config param value
2011-12-09 Georgios GousiosActors for resource event processing
2011-12-09 Christos KK... Add missing ActorProxy, so that tests compile
2011-12-09 Christos KK... Add more tests for MasterConf loading.
2011-12-09 Christos KK... Now loading the default actor provider from properties.
2011-12-09 Christos KK... Move SimpleLocalActorProvider
2011-12-09 Christos KK... Setting the stage for actor provision and wiring. WIP.
2011-12-09 Christos KK... Introduce MasterConf, assuming an aquarium.properties
2011-12-08 Georgios GousiosCorrect parameters for producer/consumer construction
2011-12-07 Georgios GousiosMessaging implementation based on akka-amqp
2011-12-06 Georgios GousiosFix failing test (forgot to init the DSL parser)
2011-12-06 Georgios GousiosLoad generator for the accounting service
2011-12-06 Georgios GousiosFix test: forgot to define an agreement
2011-12-06 Georgios GousiosMethod to align charge chunks between algorithm/pricelist
2011-12-06 Georgios GousiosFix expected result in test case
2011-12-06 Christos KK... Move the messaging API one package up.
2011-12-06 Christos KK... Remove unused camel tests (see previous commit)
2011-12-06 Christos KK... Add Camel tests just to be there in history
2011-12-06 Christos KK... Checkin to fix compilation
2011-12-06 Christos KK... Remove finagle dependency
2011-12-06 Christos KK... Remove camel dependencies
2011-12-06 Christos KK... The ping test is actually a modification of the spray...
2011-12-06 Christos KK... Spray REST test plays OK
2011-12-05 Georgios GousiosFix overlap timeframe definition.
2011-12-05 Georgios GousiosFix non-overlap timeframe value
2011-12-05 Georgios GousiosFix test pricelist definition
2011-12-05 Georgios GousiosExpand timeframe with no repetition defined
2011-12-05 Georgios GousiosStricter tests and consequent bugfixes
2011-12-05 Christos KK... Introduce the REST module.
2011-12-05 Georgios GousiosMethod to calculate non-overlapping time sections
2011-12-02 Georgios GousiosRewrite of policy eval algorithm as result of Timeslot...
2011-12-02 Georgios GousiosPartial implementation of the nonOverlappingTimeslots...
2011-12-02 Georgios GousiosCalculate timeslot overlaps or lack thereof
2011-12-02 Georgios GousiosRemove unused
2011-12-01 Georgios GousiosCode + tests to merge overlapping timeslots
2011-12-01 Georgios GousiosMerge returns a List. scaladoc++
2011-12-01 Christos KK... Add some akka test code for remotes
2011-12-01 Georgios GousiosOnly start performance tests on request
2011-12-01 Georgios GousiosA bit stricted timeslot expansion boundaries
2011-12-01 Georgios GousiosMethods moved to Timeslot
2011-12-01 Georgios GousiosUse the new Timeslot type
2011-12-01 Georgios GousiosTimeslot type instead of using (Date, Date)
2011-12-01 Georgios GousiosRemove logging from the DSL parser
2011-12-01 Georgios GousiosUse library method instead of custom computation
2011-12-01 Georgios GousiosCommon dates used in time expansions
2011-12-01 Georgios GousiosCommon time expansion functions
2011-11-30 Georgios GousiosPefromance tests to justify selections
2011-11-30 Georgios Gousios(Failing) test for the findEffective algorithm
2011-11-30 Georgios GousiosBase class for various tests that use the test DSL
2011-11-30 Georgios GousiosFirst round of tests on the timeframe resolution algorithm
2011-11-29 Georgios GousiosType checking magic by @loverdos.
2011-11-29 Georgios GousiosRemove the JPA data model
2011-11-29 Georgios GousiosFirst attempt towards resolving policy effectivity
2011-11-29 Georgios GousiosMethods to check whether a timeslot is contained within...
2011-11-29 Georgios GousiosCorrect type for overiding field
2011-11-29 Georgios GousiosFix inheritance declarations
2011-11-29 Georgios GousiosInheritance by default in time bounded items
2011-11-29 Christos KK... Akka has landed
2011-11-29 Christos KK... Make timestamp a property and add an eventType method
2011-11-29 Georgios GousiosBase class to treat time bounded items uniformly
2011-11-28 Georgios GousiosMethods and tests for reversing effectivity periods
2011-11-28 Georgios GousiosStricter test of succesiveness for computed timeslots
2011-11-28 Georgios GousiosPreliminary code for event charging
2011-11-28 Georgios GousiosSupport for expanding all timeslots for a timeframe
2011-11-28 Georgios GousiosSelf-validation support for messages
2011-11-28 Georgios GousiosIt's enough to have an empty list instead of an Option...
2011-11-28 Georgios GousiosSingle point of reference for the effective charging...
2011-11-28 Georgios GousiosConvert to a generic msg dispatcher
2011-11-28 Georgios GousiosBase event for all Aquarium events, with serialization...
2011-11-28 Georgios GousiosRemove dead code
2011-11-25 Christos KK... MongoDB configuration, connecting, test
2011-11-25 Christos KK... Small fix to make it compile
2011-11-25 Christos KK... AMQP consumer enhancement/fixes
2011-11-25 Georgios GousiosNew resource event format
2011-11-24 Georgios GousiosSpecify resource characteristics and implement parser
2011-11-24 Christos KK... Disable (by default) tests for external systems (rabbit...
2011-11-24 Christos KK... Do not reveal passwords from logging
2011-11-24 Georgios GousiosRemove code to be re-written
next