aquarium
2012-04-20 Christos KK... New format for PING replies
2012-04-20 Christos KK... Do not reveal the exact properties in the logs
2012-04-20 Christos KK... Do not configure twice
2012-04-20 Christos KK... Save a val
2012-04-20 Christos KK... Gather all services together
2012-04-20 Christos KK... Add () to effect-full nowMillis()
2012-04-20 Christos KK... Do not re-evaluate parameter
2012-04-20 Christos KK... Testing assumptions simpler and more flexible
2012-04-19 Christos KK... Clearer error handling when peristing ResourceEvent
2012-04-19 Christos KK... No more coffee stains on paper
2012-04-19 Christos KK... Clearer error handling when peristing IMEvent
2012-04-19 Christos KK... A few more renames due to the UserEvent -> IMEvent...
2012-04-19 Christos KK... Noted potential FIXMEs
2012-04-19 Christos KK... Logging and scripting fine-tuning
2012-04-19 Christos KK... Move package
2012-04-19 Christos KK... Refactored Main startup code
2012-04-19 Christos KK... Akka as an Aquarium service
2012-04-19 Christos KK... A few more logging methods
2012-04-19 Christos KK... Gather all lifecycle-oriented services
2012-04-19 Christos KK... Fix compilation of tests
2012-04-19 Christos KK... Exception -> AquariumException
2012-04-19 Christos KK... Common treatment of Start/Stop logging
2012-04-19 Christos KK... Add utility methods for timing stuff
2012-04-19 Christos KK... Extending the *Loggable implementations with utility...
2012-04-19 Christos KK... Add utility methods for logging
2012-04-19 Christos KK... Add a UID generator based on Mongo ObjectId
2012-04-19 Christos KK... Generalize UID generators
2012-04-19 Christos KK... Rename UserEvent to IMEvent
2012-04-19 Christos KK... Use TimeHelpers.nowMillis
2012-04-10 Christos KK... Remove workaround for int conversion bug
2012-04-10 Christos KK... Fix error reporting if event cannot be saved
2012-04-10 Christos KK... Json conversion refinements and goodies
2012-04-10 Christos KK... Json conversions now go via standard converters
2012-04-10 Christos KK... Start using converters
2012-04-10 Christos KK... Make UserActorManager reflective
2012-04-10 Christos KK... Code reorganization
2012-04-10 Christos KK... Remove unused message
2012-04-10 Christos KK... User actor code reorganization
2012-04-09 Christos KK... Code reorganization
2012-04-09 Christos KK... Rename the null receiver and throw an NPE on null reception
2012-04-09 Christos KK... ReflectiveAquariumActor extends AquariumActor
2012-04-09 Christos KK... AquariumActor extends Loggable be default
2012-04-09 Christos KK... Simpify actor creation and configuration
2012-04-09 Christos KK... Send configuration message for those roles that want it
2012-04-09 Christos KK... Simplify reflective method matches
2012-04-09 Christos KK... Initial support for the administrative cookie
2012-04-09 Christos KK... Finer-grained control over saving unparsed events
2012-04-09 Christos KK... Add utility method for stack trace
2012-04-06 Christos KK... [doc] Fixes and additions
2012-04-05 Christos KK... Add two json-related utility methods
2012-04-05 Christos KK... Remove unused dependency jsr311-api
2012-04-05 Christos KK... Use full path for rolling log file
2012-04-04 Christos KK... Rename HERE to CONF_HERE
2012-04-04 Christos KK... Remove unused code
2012-04-04 Christos KK... Fix API breakage from previous upgrade
2012-04-04 Christos KK... Upgrade a few utilities
2012-04-04 Christos KK... Use a file appender for logging
2012-04-04 Christos KK... Proper logging configuration
2012-04-04 Christos KK... Simplify resource locator. Use AQUARIUM_HOME
2012-04-04 Christos KK... ID as a suffix is ID and not Id
2012-04-04 Christos KK... Local fs store for events must be outside AQUARIUM_HOME...
2012-04-03 Christos KK... Properly save to local fs store (for debugging)
2012-04-03 Christos KK... Handle ACK/NACK for unparsed event
2012-04-03 Christos KK... Add filename-friendly versions of formatting methods
2012-04-03 Christos KK... TODO: ResourceEvents: Save unparsed ones to DB
2012-04-03 Christos KK... Introduce save.unparsed.event.im
2012-04-03 Christos KK... Forward only not-null events (ie parsed)
2012-04-03 Christos KK... Keep the boolean character of persist and combine it...
2012-04-03 Christos KK... Forward only not-null events (ie parsed)
2012-04-03 Christos KK... Remove suspicious code
2012-04-03 Christos KK... Do not get dependencies in fast mode
2012-04-03 Christos KK... eventVersion is a String now (Fixes #2290)
2012-04-03 Christos KK... Rename since they are the local scripts anyway
2012-04-03 Christos KK... Sync proeprties
2012-04-03 Christos KK... Add local dev scripts.
2012-04-03 Christos KK... Do not startup if AKKA_HOME is set.
2012-04-03 Christos KK... Add dev build script (helper)
2012-04-03 Christos KK... Add local build script (helper)
2012-04-02 Christos KK... TODO: Use AQUARIUM_HOME in the resource context
2012-04-02 Christos KK... Lazy vals to the rescue (Beware of NPEs)
2012-04-02 Christos KK... make-dist accepts the archive name
2012-04-02 Christos KK... Doc for AQUARIUM_HOME and move HERE to resource locator
2012-04-02 Christos KK... Make local fs store relative to AQUARIUM_HOME
2012-04-02 Christos KK... Mome AQUARIUM_HOME to ResourceLocator
2012-04-02 Christos KK... Get canonical file of home
2012-04-02 Christos KK... User events that cannot be parsed to objects are just...
2012-04-02 Christos KK... Remove previous archive before generating new one
2012-04-02 Christos KK... Add script shortcuts
2012-04-02 Christos KK... Make an array of bytes (UTF-8) from a String
2012-04-02 Christos KK... Make a UTF-8 string from an array of bytes
2012-04-02 Christos KK... Move effectful handling from definition site to use...
2012-04-02 Christos KK... Remove unused code
2012-04-02 Christos KK... Store received events in local fs (debug mode) even...
2012-04-02 Christos KK... Using SLF4J with logback-classic
2012-04-02 Christos KK... Better make-dist. Can use custom props
2012-04-02 Christos KK... Ignore sshfs local folder
2012-03-30 Christos KK... Ehhmm... Do not lie about guarantees
2012-03-30 Christos KK... Also storing events in the filesystem (for debugging)
2012-03-30 Christos KK... Disabling incompatible assertions
2012-03-30 Christos KK... Carry along the initial event payload
next