Refactored BillEntry and relevant classes.
[aquarium] / src / main / scala / gr / grnet /
2012-08-23 Prodromos GerakiosRefactored BillEntry and relevant classes.
2012-08-21 Prodromos GerakiosFixed RabbitMQProducer. Now it is fully reliable.
2012-08-21 Prodromos GerakiosTowards a perfect RabbitMQProducer -> actor not receivi...
2012-08-17 Christos KK LoverdosChange var to val
2012-08-17 Christos KK LoverdosAdhere to existing naming conventions
2012-08-17 Christos KK LoverdosWIP charging behavior
2012-08-17 Prodromos GerakiosMinor fixes in UserActor, BillEntry and RabbitMQProducer
2012-08-17 Prodromos GerakiosMerge branch 'master' of https://code.grnet.gr/git...
2012-08-17 Prodromos GerakiosFinished Bill implementation. Added bill.sh to automati...
2012-08-16 Christos KK LoverdosMerge selectors into master
2012-08-16 Christos KK LoverdosHook selectors into the price computation path selectors
2012-08-16 Christos KK LoverdosUse full type hints for json
2012-08-07 Prodromos GerakiosRabbitMQProducer handles Nacks. UserActor accepts user...
2012-08-06 Prodromos GerakiosReliable message passing for RabbitMQProducer
2012-08-03 Prodromos GerakiosAdded REST functionality for the Bill. RabbitMQProducer...
2012-07-27 Christos KK LoverdosSelector simplifications
2012-07-27 Christos KK LoverdosMerge branch 'master' into merged_master_selectors
2012-07-27 Prodromos Gerakiosminor fix in JSON message (UserActor-->Astakos , user...
2012-07-27 Prodromos GerakiosRabbitMQ producer sends user balance >= 0 to astakos
2012-07-26 Christos KK LoverdosFirst cut of selectors.
2012-07-25 Prodromos GerakiosAdded RabbitMQProducer.scala. The code has been tests...
2012-07-23 Christos KK LoverdosFix bad handling of IMEvent from the UserActor.
2012-07-23 Prodromos GerakiosRemoved timeslot computations print statements
2012-07-23 Prodromos GerakiosFixed data race in caching polict store. Restored some...
2012-07-20 Christos KK LoverdosWallets go REST
2012-07-19 Christos KK LoverdosAdd a UserStateModelSkeleton
2012-07-19 Christos KK LoverdosUnimplemented operations on PolicyStore return safe...
2012-07-19 Christos KK LoverdosBetter handling of billing month info
2012-07-19 Christos KK LoverdosEnsure the cache is loaded before inserting
2012-07-19 Christos KK LoverdosSlash'em high
2012-07-19 Christos KK LoverdosFix NPE with initial user state
2012-07-19 Christos KK LoverdosInitializing the policy store the very first time
2012-07-19 Christos KK LoverdosTimerService is concrete now
2012-07-19 Christos KK LoverdosApplying the new policy semantics everywhere
2012-07-19 Prodromos Gerakiosadded implementation for MemStoreProvider (PolicyStore...
2012-07-16 Prodromos GerakiosTest cases for EffectUnitPrice
2012-07-13 Prodromos GerakiospolicyStore is now a val ! Not a def
2012-07-13 Prodromos GerakiosImplemented PolicyHistory.scala (a cache that wraps...
2012-07-13 Christos KK LoverdosManually revert to ddd366d
2012-07-12 Prodromos Gerakiosmore test cases
2012-07-11 Christos KK LoverdosWIP: Keeping aquarum policies in memory
2012-07-11 Christos KK LoverdosStores are always retrieved from the store provider
2012-07-11 Christos KK LoverdosInitial aquarium policy is now in JSON
2012-07-11 Christos KK LoverdosTest case for new policy configuration
2012-07-09 Prodromos GerakiosMerge remote-tracking branch 'origin/master'
2012-07-09 Prodromos Gerakiosremoved deprecated DSL*.scala files
2012-07-09 Christos KK LoverdosFix imports
2012-07-09 Christos KK LoverdosRemove obsolete files
2012-07-09 Christos KK LoverdosFix a compilation error (did not implement a MemStore...
2012-07-09 Prodromos GerakiosDSLUtils is now deprecated. Implemented the functionali...
2012-07-09 Christos KK LoverdosWIP chargeslot computations
2012-07-09 Christos KK LoverdosRemove one redundant parameter in charging computations
2012-07-09 Christos KK LoverdosAdd correct prefix to a mongodb configuration parameter
2012-07-06 Christos KK LoverdosSecond cut of the new policy configuration system
2012-07-04 Christos KK LoverdosFirst cut of the new policy configuration system
2012-07-02 Prodromos GerakiosMerge remote-tracking branch 'origin/master'
2012-07-02 Prodromos GerakiosTimespecs should be working ok now!
2012-07-02 Christos KK LoverdosRemove redundant call to AquariumAware
2012-07-02 Christos KK LoverdosA bit more informative documentation
2012-07-02 Christos KK LoverdosRemove unused statement
2012-07-02 Christos KK LoverdosConsider a forgotten match case
2012-07-02 Christos KK LoverdosProperly handle user actor eviction
2012-07-02 Christos KK LoverdosRename the functional interface of AquariumAware
2012-07-02 Christos KK LoverdosMore internal info exposed via the protected REST api
2012-07-02 Christos KK LoverdosConfiguring all new instances that are AquariumAware
2012-07-02 Christos KK LoverdosShowing the available processors upon starting
2012-07-02 Christos KK LoverdosShowing the propertied prefix of the configured instance
2012-06-29 Christos KK LoverdosDo not throw exceptions at the browser's face
2012-06-29 Christos KK LoverdosFix a bug with class casting to the wrong future type
2012-06-28 Christos KK LoverdosUpgrade Akka to 2.0.2
2012-06-28 Christos KK LoverdosRemove unused pinger actor
2012-06-28 Christos KK LoverdosReturn 404 when no user state is found
2012-06-28 Christos KK LoverdosConfigure aquarium when creating the user actor
2012-06-27 Christos KK LoverdosUse finagle instead of spray for the REST functionality
2012-06-25 Christos KK LoverdosRemove imports that generate compilation warnings
2012-06-22 Christos KK LoverdosMerge commit '695c71e20f5a068757525453e76792914b15b2bd'
2012-06-22 Christos KK LoverdosRefactor Aquarium to make it more configurable
2012-06-21 Prodromos GerakiosSeveral fixes and refactorings ins package logic.acount...
2012-06-18 Christos KK LoverdosAlways calculate wallet entries
2012-06-18 Christos KK LoverdosCost policy generalizations
2012-06-18 Christos KK LoverdosTrimming down the interface of cost policy
2012-06-14 Christos KK LoverdosFix policy effectiveness period
2012-06-13 Christos KK LoverdosWIP Resource event handling
2012-06-11 Christos KK LoverdosWIP Resource event handling and API cleanup
2012-06-11 Christos KK LoverdosOrganize a few rest paths
2012-06-11 Christos KK LoverdosIntroduce error tags
2012-06-08 Christos KK LoverdosAdd two more REST internal calls
2012-06-08 Christos KK LoverdosInternal REST calls go through a header check
2012-06-08 Christos KK LoverdosExpose via REST some useful info
2012-06-08 Christos KK LoverdosWIP Resource event handling
2012-06-07 Christos KK LoverdosWIP Resource event handling
2012-06-06 Christos KK LoverdosWIP Resource event handling
2012-06-05 Christos KK LoverdosBeing devops-friendly until a user creation event arrives
2012-06-05 Christos KK LoverdosSmall doc: We ignore everything except serious errors
2012-06-05 Christos KK LoverdosRework billing month info
2012-06-04 Christos KK LoverdosAdd one more logging utility method
2012-06-04 Christos KK LoverdosSmall clarification regarding loading logging configuration
2012-06-01 Christos KK LoverdosReenable custom logging configurarion loading
2012-06-01 Christos KK LoverdosPrint more logging info while starting up
2012-06-01 Christos KK LoverdosMake sure UserStateChangeReasons are properly serialzed...
next