Flat project hierarchy
[aquarium] / logic / src / main / scala / gr / grnet / aquarium / store / mongodb / MongoDBStore.scala
2011-12-21 Georgios GousiosFlat project hierarchy
2011-12-21 Georgios GousiosVarious changes:
2011-12-19 Georgios GousiosEmpty implementation of the IM event store
2011-12-16 Georgios GousiosHandle unlimited redeliveries of failed messages
2011-12-16 Christos KK LoverdosImplement MondoDB-based UserStore with basic queries.
2011-12-15 Georgios GousiosFix various bugs
2011-12-15 Georgios GousiosFixes to make it compile with the current version of...
2011-12-15 Christos KK LoverdosUnify store provisioning.
2011-12-15 Christos KK LoverdosWire-up the (mongodb-based for now) event store to...
2011-12-14 Georgios GousiosRevert to Java MongoDB driver, impl remaining methods
2011-12-14 Georgios GousiosCommit for posterity
2011-12-13 Georgios GousiosFix naming clashes with other traits
2011-12-12 Georgios GousiosImplementation of the EventStore interface in the Mongo...
2011-12-12 Georgios GousiosConfigure and use Mongo's connection pool
2011-11-25 Christos KK LoverdosMongoDB configuration, connecting, test
2011-11-22 Christos KK LoverdosIntroducing MongoDB functionality. Tests are still WIP