aquarium
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
2012-03-30 Christos KK... Add folder to store incoming events
2012-03-30 Christos KK... Introduce AquariumException
2012-03-29 Christos KK... We drink coffee
2012-03-29 Christos KK... Set AQUARIUM_HOME and print a bunch of useful properties
2012-03-29 Christos KK... Export AQUARIUM_HOME
2012-03-29 Christos KK... FIXME notice
2012-03-29 Christos KK... Copyright
2012-03-29 Christos KK... Introduce the resource locator
2012-03-29 Christos KK... Use jbootstrap to boot Aquarium. At last.
2012-03-29 Christos KK... More docs and modularization to make-dist
2012-03-29 Christos KK... Fix noclean handling
2012-03-29 Christos KK... Use SHA part
2012-03-29 Christos KK... Ditch debugger attachment. There will be other ways...
2012-03-29 Christos KK... Start using jbootstrap
2012-03-29 Christos KK... ignore local properties
2012-03-28 Christos KK... Possible override of project cleaning for faster builds
2012-03-28 Christos KK... Save the originating commit SHA in the distribution...
2012-03-27 Christos KK... make-dist.sh is less destructive now
2012-03-27 Christos KK... Delete reference to non-existent constant
2012-03-27 Christos KK... Removing the executable flag from original make-dist.sh
2012-03-27 Christos KK... Get aquarium.properties from former dist/ folder
2012-03-27 Christos KK... Gather only the scripts (ref #2265)
2012-03-27 Christos KK... Remove duplicate files (ref #2265)
2012-03-27 Christos KK... Fix how rest port is obtained (#2263)
2012-03-27 Christos KK... New default port for the REST service
2012-03-27 Christos KK... Cleanup akka.conf in test/ a bit
2012-03-27 Christos KK... Take care of a bug in the Props library
2012-03-27 Christos KK... Take care of SBT build file
2012-03-27 Christos KK... Comment on dependency tracking/sorting
2012-03-27 Christos KK... Selectively configure actors
2012-03-27 Christos KK... Mark configuration messages
2012-03-27 Christos KK... Upgrade spray lib
2012-03-26 Christos KK... Modularize tests
2012-03-26 Christos KK... Notes from George
2012-03-26 Christos KK... Update SBT project file
2012-03-26 Christos KK... Do not create a super fat jar
2012-03-26 Christos KK... Pass a few more helpful parameters to the compiler
next