User actor code reorganization
[aquarium] / src / main / scala / gr / grnet /
2012-04-10 Christos KK LoverdosUser actor code reorganization
2012-04-09 Christos KK LoverdosCode reorganization
2012-04-09 Christos KK LoverdosRename the null receiver and throw an NPE on null reception
2012-04-09 Christos KK LoverdosReflectiveAquariumActor extends AquariumActor
2012-04-09 Christos KK LoverdosAquariumActor extends Loggable be default
2012-04-09 Christos KK LoverdosSimpify actor creation and configuration
2012-04-09 Christos KK LoverdosSend configuration message for those roles that want it
2012-04-09 Christos KK LoverdosSimplify reflective method matches
2012-04-09 Christos KK LoverdosInitial support for the administrative cookie
2012-04-09 Christos KK LoverdosFiner-grained control over saving unparsed events
2012-04-09 Christos KK LoverdosAdd utility method for stack trace
2012-04-05 Christos KK LoverdosAdd two json-related utility methods
2012-04-04 Christos KK LoverdosRename HERE to CONF_HERE
2012-04-04 Christos KK LoverdosRemove unused code
2012-04-04 Christos KK LoverdosFix API breakage from previous upgrade
2012-04-04 Christos KK LoverdosUse a file appender for logging
2012-04-04 Christos KK LoverdosProper logging configuration
2012-04-04 Christos KK LoverdosSimplify resource locator. Use AQUARIUM_HOME
2012-04-04 Christos KK LoverdosID as a suffix is ID and not Id
2012-04-04 Christos KK LoverdosLocal fs store for events must be outside AQUARIUM_HOME...
2012-04-03 Christos KK LoverdosProperly save to local fs store (for debugging)
2012-04-03 Christos KK LoverdosHandle ACK/NACK for unparsed event
2012-04-03 Christos KK LoverdosAdd filename-friendly versions of formatting methods
2012-04-03 Christos KK LoverdosTODO: ResourceEvents: Save unparsed ones to DB
2012-04-03 Christos KK LoverdosIntroduce save.unparsed.event.im
2012-04-03 Christos KK LoverdosForward only not-null events (ie parsed)
2012-04-03 Christos KK LoverdosKeep the boolean character of persist and combine it...
2012-04-03 Christos KK LoverdosForward only not-null events (ie parsed)
2012-04-03 Christos KK LoverdosRemove suspicious code
2012-04-03 Christos KK LoverdoseventVersion is a String now (Fixes #2290)
2012-04-03 Christos KK LoverdosDo not startup if AKKA_HOME is set.
2012-04-02 Christos KK LoverdosTODO: Use AQUARIUM_HOME in the resource context
2012-04-02 Christos KK LoverdosLazy vals to the rescue (Beware of NPEs)
2012-04-02 Christos KK LoverdosDoc for AQUARIUM_HOME and move HERE to resource locator
2012-04-02 Christos KK LoverdosMake local fs store relative to AQUARIUM_HOME
2012-04-02 Christos KK LoverdosMome AQUARIUM_HOME to ResourceLocator
2012-04-02 Christos KK LoverdosGet canonical file of home
2012-04-02 Christos KK LoverdosUser events that cannot be parsed to objects are just...
2012-04-02 Christos KK LoverdosMake an array of bytes (UTF-8) from a String
2012-04-02 Christos KK LoverdosMake a UTF-8 string from an array of bytes
2012-04-02 Christos KK LoverdosMove effectful handling from definition site to use...
2012-04-02 Christos KK LoverdosRemove unused code
2012-04-02 Christos KK LoverdosStore received events in local fs (debug mode) even...
2012-03-30 Christos KK LoverdosEhhmm... Do not lie about guarantees
2012-03-30 Christos KK LoverdosAlso storing events in the filesystem (for debugging)
2012-03-30 Christos KK LoverdosDisabling incompatible assertions
2012-03-30 Christos KK LoverdosCarry along the initial event payload
2012-03-30 Christos KK LoverdosAdd folder to store incoming events
2012-03-30 Christos KK LoverdosIntroduce AquariumException
2012-03-29 Christos KK LoverdosSet AQUARIUM_HOME and print a bunch of useful properties
2012-03-29 Christos KK LoverdosFIXME notice
2012-03-29 Christos KK LoverdosCopyright
2012-03-29 Christos KK LoverdosIntroduce the resource locator
2012-03-27 Christos KK LoverdosFix how rest port is obtained (#2263)
2012-03-27 Christos KK LoverdosTake care of a bug in the Props library
2012-03-27 Christos KK LoverdosComment on dependency tracking/sorting
2012-03-27 Christos KK LoverdosSelectively configure actors
2012-03-27 Christos KK LoverdosMark configuration messages
2012-03-26 Christos KK LoverdosNotes from George
2012-03-22 Georgios GousiosDeprecate the descriminator field for complex resources
2012-03-22 Georgios GousiosAllow more than 1 threads to access the cache concurrently
2012-03-22 Georgios GousiosSet queue prefetch size to 1.
2012-03-22 Georgios GousiosSupport for sending messages from user actors
2012-03-21 Christos KK LoverdosAdd a test for an orphan vmtime OFF
2012-03-21 Christos KK LoverdosUpdate the latest resource event in user state when...
2012-03-21 Christos KK LoverdosShow size even when printing in one line (for Seq)
2012-03-21 Christos KK LoverdosChange _id to id
2012-03-21 Christos KK LoverdosCost policy name is already known
2012-03-20 Christos KK LoverdosSimple test case with one ON-OFF sequence.
2012-03-20 Christos KK LoverdosRefactor test class to prepare for more test cases
2012-03-20 Christos KK LoverdosCalculations for synthetic stuff
2012-03-20 Christos KK LoverdosSynthetic resource events and wallet entries
2012-03-20 Christos KK LoverdosStart hooking implicitly issued events
2012-03-20 Christos KK LoverdosFiner-grained handling of implictly issued events
2012-03-20 Georgios GousiosUser actor supervisor, actor cache based on Guava
2012-03-19 Christos KK LoverdosThe map is already immutable now
2012-03-19 Christos KK LoverdosUse an immutable map for the variables
2012-03-19 Christos KK LoverdosRename a couple of methods
2012-03-19 Christos KK LoverdosUser state change computation modularization Part III
2012-03-19 Christos KK LoverdosFurther modularization of user state change computation
2012-03-19 Christos KK LoverdosIntroduce user state worker in order to modularize...
2012-03-19 Christos KK LoverdosBuffer new wallet entries and update user state
2012-03-19 Christos KK LoverdosLower the logging noise
2012-03-19 Christos KK LoverdosEnhance user state. Refactor state change reason
2012-03-19 Christos KK LoverdosStart a better documentation for the user state attributes
2012-03-19 Christos KK LoverdosAdd a debugging method
2012-03-19 Christos KK LoverdosRefactor the saved resource events to a list
2012-03-19 Christos KK LoverdosAdd the reference timeslot to new wallet entry
2012-03-16 Georgios GousiosCreate user on new user event arrival
2012-03-16 Georgios GousiosSearch for user specified config file first
2012-03-16 Georgios GousiosForward all events to the dispatcher
2012-03-16 Georgios GousiosMake event type comparisons ignore case
2012-03-16 Georgios GousiosMethod to look for a configuration file
2012-03-16 Georgios GousiosCorrectly store and send user events
2012-03-16 Christos KK LoverdosMake better use of calculation reason and the stored _id
2012-03-16 Christos KK LoverdosProperly update user state with db _id
2012-03-16 Christos KK LoverdosAdd one more calculation reason
2012-03-16 Christos KK LoverdosAdd support for DB _id
2012-03-16 Christos KK LoverdosAdd one convenient method to user state store
2012-03-16 Christos KK LoverdosSlight doc modification
next