aquarium
2012-09-13 Prodromos GerakiosSquash a few message initialization bugs
2012-09-13 Prodromos GerakiosAdded Copyright notice and removed unused imports
2012-09-13 Prodromos GerakiosAdded support for parsing JSON the old way
2012-09-12 Prodromos GerakiosSeveral fixes here and there => Removed all exceptions...
2012-09-10 Christos KK... Fix some casting errors that had never appeared during...
2012-09-10 Christos KK... Initialize resource type map in new user state
2012-09-10 Christos KK... Properly add userID in user agreement
2012-09-10 Christos KK... Tmp check for the existense of user state
2012-09-10 Christos KK... Initialize the proper var
2012-09-10 Christos KK... Fix initialization of user agreement list
2012-09-10 Christos KK... Fix initialization of userAgreementHistoryModel
2012-09-10 Prodromos GerakiosMerge branch 'master' of https://code.grnet.gr/git...
2012-09-10 Prodromos GerakiosFixed selectorValue
2012-09-10 Christos KK... Fix an NPE
2012-09-10 Christos KK... Fix a bug with mongodb cursor
2012-09-10 Christos KK... Update policy.json in test
2012-09-10 Prodromos GerakiosMinor fix in BillTest
2012-09-10 Christos KK... Merge branch 'master' of https://code.grnet.gr/git...
2012-09-10 Christos KK... Now using schema-based messages
2012-09-07 Prodromos GerakiosFixed BillEntry: milliseconds are rounded off. BillTest...
2012-09-06 Prodromos GerakiosFinished scenarios and minor fixes.
2012-09-06 Prodromos GerakiosMerge branch 'master' of https://code.grnet.gr/git...
2012-09-06 Prodromos GerakiosFixed RabbitMQProducer init delay. RabbitMQProducer...
2012-09-06 Christos KK... Custom handling of diskspace details in virtual events...
2012-09-06 Prodromos GerakiosReverted chagned to BillEntry.
2012-09-06 Prodromos GerakiosMerge branch 'master' of https://code.grnet.gr/git...
2012-09-06 Prodromos GerakiosMinor fix in BillEntry (Virtual Resource event have...
2012-09-06 Christos KK... Now astakos also publishes resource events (for addcredits)
2012-08-31 Christos KK... Fix json representation of numbers in the default policy
2012-08-31 Christos KK... WIP integrating Avro-style policy messages
2012-08-31 Christos KK... Change aliased to aliases in avro idl
2012-08-31 Christos KK... Rename all messages
2012-08-31 Christos KK... Rename conf to policy and make parentID optional (via...
2012-08-30 Prodromos GerakiosAdded documentation to CronSpec and TimeslotComputation...
2012-08-30 Christos KK... GenericPayloadHandler: one type less
2012-08-30 Christos KK... Simplify the types of stored things
2012-08-30 Christos KK... More Avro stuff
2012-08-30 Christos KK... Move Avro generated classes to gen subpackage
2012-08-29 Christos KK... Produce JSON policy configuration from Avro message
2012-08-29 Christos KK... Add utility methods for message generation
2012-08-29 Christos KK... Further additions to Avro messages
2012-08-29 Christos KK... Make unit name for addcredits uppercase
2012-08-29 Christos KK... @inline a few trivial methods
2012-08-29 Christos KK... Adjust the rest service to use the new json helpers
2012-08-29 Christos KK... Add Avro-related helpers
2012-08-29 Christos KK... Add some jackson-based json helpers
2012-08-29 Prodromos GerakiosAdded charging behavior for VMs and fixed BillEntry
2012-08-28 Christos KK... One more test case with avro + json
2012-08-28 Prodromos GerakiosMerge branch 'master' of https://code.grnet.gr/git...
2012-08-28 Prodromos GerakiosFixed RabbitMQProducer. Added BillTest.scala that simul...
2012-08-27 Christos KK... Add a test case for Avro-related message schema
2012-08-27 Christos KK... Temporarily prefixing avro message names with _
2012-08-27 Christos KK... Adding more Avro stuff
2012-08-27 Christos KK... Enable deprecation warnings for javac
2012-08-27 Christos KK... Remove simulation package
2012-08-27 Christos KK... Remove unused class
2012-08-27 Christos KK... First-cut of Avro messages
2012-08-24 Christos KK... Realtime calc for continuous charging behavior
2012-08-24 Christos KK... Specific API for realtime calculations and first-cut...
2012-08-24 Prodromos GerakiosFixed BillEntry
2012-08-24 Christos KK... Remove unused code
2012-08-23 Prodromos GerakiosBill and BillEntry
2012-08-23 Prodromos GerakiosMerge branch 'master' of https://code.grnet.gr/git...
2012-08-23 Prodromos GerakiosRefactored BillEntry and relevant classes.
2012-08-23 Christos KK... Implement Continuous behavior with the new scheme
2012-08-23 Christos KK... Another JSON-friendliness round
2012-08-23 Christos KK... Get rid of charging reason to make life easier with...
2012-08-22 Christos KK... Add rabbitmq.imevents.credit property
2012-08-22 Christos KK... Implement Once behavior with the new scheme. Refactor...
2012-08-21 Prodromos GerakiosFixed RabbitMQProducer. Now it is fully reliable.
2012-08-21 Prodromos GerakiosTowards a perfect RabbitMQProducer -> actor not receivi...
2012-08-20 Prodromos GerakiosFixed ping.sh
2012-08-20 Prodromos Gerakiosadded ping.sh
2012-08-17 Christos KK... Change var to val
2012-08-17 Christos KK... Adhere to existing naming conventions
2012-08-17 Christos KK... WIP 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... Merge selectors into master
2012-08-16 Christos KK... Hook selectors into the price computation path selectors
2012-08-16 Christos KK... Use full type hints for json
2012-08-16 Christos KK... Enable incremental compilation
2012-08-16 Christos KK... Upgrade scala-maven-plugin
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... Selector simplifications
2012-07-27 Christos KK... Merge 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... First cut of selectors.
2012-07-25 Prodromos GerakiosAdded RabbitMQProducer.scala. The code has been tests...
2012-07-23 Christos KK... Fix 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... Wallets go REST
2012-07-19 Christos KK... Add a UserStateModelSkeleton
2012-07-19 Christos KK... Unimplemented operations on PolicyStore return safe...
2012-07-19 Christos KK... Better handling of billing month info
next