Tyler Riddle [Sat, 10 Nov 2012 01:56:48 +0000]
reformat log message generation
Tyler Riddle [Sat, 10 Nov 2012 01:41:16 +0000]
change perl interpreter command line log message to verbose level and make it a single line
Tyler Riddle [Sat, 10 Nov 2012 01:40:34 +0000]
add comment about flaw with alarm in node startup; reduce log level of a message
Tyler Riddle [Sat, 10 Nov 2012 01:14:47 +0000]
logforwarder.pm does not cluck
Tyler Riddle [Sat, 10 Nov 2012 01:12:07 +0000]
better method of log forwarding
Tyler Riddle [Sat, 10 Nov 2012 00:19:44 +0000]
OBJECT_REMOTE_LOG_SELECTIONS can turn logging classes on and off
Tyler Riddle [Fri, 9 Nov 2012 19:41:04 +0000]
Log::Any can inject messages into log router and acts as full class citizen in logging framework including transparent forwarding across interpreters
Tyler Riddle [Fri, 9 Nov 2012 16:00:35 +0000]
logger class now supports instances with distinct log levels via autoload methods
Tyler Riddle [Fri, 9 Nov 2012 04:56:13 +0000]
make Flog_* safer; document ::Logger; rewrite section of ::Logging docs
Tyler Riddle [Fri, 9 Nov 2012 01:04:58 +0000]
add self to contributor list; document new env variables in Object::Remote POD; add documentation for logging system to Object::Remote::Logging POD
Tyler Riddle [Fri, 9 Nov 2012 01:04:12 +0000]
change from $ENV{OBJECT_REMOTE_PERL_PATH} to $ENV{OBJECT_REMOTE_PERL_BIN}
Tyler Riddle [Thu, 8 Nov 2012 22:50:25 +0000]
added in exception and fatal logging methods
Tyler Riddle [Thu, 8 Nov 2012 19:27:28 +0000]
set defaults for min and max levels in various loggers
Tyler Riddle [Thu, 8 Nov 2012 00:15:25 +0000]
add pid and hostname to logging metadata; setting OBJECT_REMOTE_LOG_FORWARDING env var turns on log forwarding which is disabled by default; make %% work in logger format string; update tests
Tyler Riddle [Wed, 7 Nov 2012 16:31:22 +0000]
env var OBJECT_REMOTE_LOG_SELECTIONS allows selection of 1 or more controller classes for logging output
Tyler Riddle [Wed, 7 Nov 2012 05:35:34 +0000]
example of warn logger
Tyler Riddle [Wed, 7 Nov 2012 03:48:01 +0000]
make weak reference to router connection optional
Tyler Riddle [Wed, 7 Nov 2012 03:38:33 +0000]
weaken connections to log router; fixes for no current method name
Tyler Riddle [Wed, 7 Nov 2012 02:48:43 +0000]
new env vars: OBJECT_REMOTE_PERL_PATH and OBJECT_REMOTE_LOG_FORMAT
Tyler Riddle [Wed, 7 Nov 2012 02:23:49 +0000]
added in file, line, and method info for log invocation
Tyler Riddle [Wed, 7 Nov 2012 01:53:27 +0000]
logger class supports printf style formats to control rendering
Tyler Riddle [Wed, 7 Nov 2012 00:56:55 +0000]
export router function in ::Logging; add time of log event to metadata and render time in logger output; put a space before lines that are part of a multi-line log message so that condition can be detected
Tyler Riddle [Tue, 6 Nov 2012 23:23:17 +0000]
alarm() in fatnode is now set to value of connection timeout and is always used even with out the watchdog enabled
Tyler Riddle [Mon, 5 Nov 2012 16:22:39 +0000]
comment what the log levels are for
Tyler Riddle [Mon, 5 Nov 2012 05:10:44 +0000]
cleanup whitespace
Tyler Riddle [Mon, 5 Nov 2012 04:33:02 +0000]
tweak _get_loggers so it can tolerate a logger that is not aware of the log level
Tyler Riddle [Mon, 5 Nov 2012 03:58:26 +0000]
replaced entire logging subsystem with one that is fully operational with the following features: log forwarding, log forwarding supression, stderr output for object-remote generated logs per env var, dynamic logger connections to log router, selection based on package, log-contextual subclass, or remote connection
Tyler Riddle [Tue, 16 Oct 2012 01:27:19 +0000]
revise log router api to match log::contextual router api change
Tyler Riddle [Mon, 15 Oct 2012 18:04:53 +0000]
fix incorrect indentation
Tyler Riddle [Mon, 15 Oct 2012 17:21:25 +0000]
remove old debugging code; fix ::ModuleSender not returning code from ::FromData
Tyler Riddle [Wed, 10 Oct 2012 23:48:49 +0000]
fix bad dep in makefile
Tyler Riddle [Wed, 10 Oct 2012 23:03:26 +0000]
adjust log levels to work better with debug level output
Tyler Riddle [Wed, 10 Oct 2012 13:46:16 +0000]
fix ssh arguments the correct way
Tyler Riddle [Wed, 10 Oct 2012 02:17:34 +0000]
all tests run at trace log level with a null log output; new tests for watchdog, tied objects, and perl execution options
Tyler Riddle [Tue, 9 Oct 2012 21:41:10 +0000]
fix that pesky problem with basic_data.t being broken
Tyler Riddle [Mon, 8 Oct 2012 19:13:02 +0000]
fix indentation levels; remove dead comments and code
Tyler Riddle [Wed, 3 Oct 2012 15:10:47 +0000]
remove incomplete non-blocking support; make select() timeout duration configurable via attribute; permanent on_done future handler setup fix; permanent SIGPIPE fix; remove old annotations
Tyler Riddle [Tue, 2 Oct 2012 23:07:25 +0000]
fix some non-blocking behavior but it's not right yet; log some signals
Tyler Riddle [Fri, 28 Sep 2012 21:59:53 +0000]
first attempt at fixing ssh/sh escaping problem with perl_command - works but isn't the right way to do it
Tyler Riddle [Fri, 28 Sep 2012 20:45:34 +0000]
implement optional watchdog for remote connections
Tyler Riddle [Thu, 27 Sep 2012 01:47:42 +0000]
fix bug where dead connections would not execute cleanup code; add in repeating timers; handle SIGPIPE more gracefully
Tyler Riddle [Tue, 25 Sep 2012 18:39:02 +0000]
add in support for tied objects, adjust a few log levels
Tyler Riddle [Fri, 21 Sep 2012 23:33:16 +0000]
reduce ulimit to 200 meg; reap children
Tyler Riddle [Fri, 21 Sep 2012 20:20:27 +0000]
add non-blocking file handle support for reading in miniloop and change miniloop to be safer under recursion; performing manual management of child process stderr
Tyler Riddle [Fri, 21 Sep 2012 02:45:40 +0000]
experimental move to non-blocking reads in ReadChannel; fix log bugs; annotate fixes for huge json and stuck process issues
Tyler Riddle [Thu, 20 Sep 2012 19:08:42 +0000]
got all general logging done, start of adding ids to objects and incorporating ids in the logs
Tyler Riddle [Sun, 16 Sep 2012 20:56:46 +0000]
found location of hang; make annotations; added more log lines
Tyler Riddle [Sat, 15 Sep 2012 20:58:02 +0000]
fix select timeout calculation error
Tyler Riddle [Sat, 15 Sep 2012 20:38:52 +0000]
more log lines - found deadlock where controller blocks on read seemingly outside of runloop
Tyler Riddle [Sat, 15 Sep 2012 04:45:43 +0000]
added logging to runloop
Tyler Riddle [Sat, 15 Sep 2012 02:34:47 +0000]
start adding logs and add support for routed logs and logging to stderr
Tyler Riddle [Fri, 14 Sep 2012 00:08:01 +0000]
hierarchical log routing is now implemented in object-remote instead of log-contextual
Tyler Riddle [Thu, 13 Sep 2012 00:23:04 +0000]
better log initialization
Matt S Trout [Mon, 15 Oct 2012 11:47:51 +0000]
add __local_object__
Jess Robinson [Sat, 13 Oct 2012 18:32:16 +0000]
Test attempt for passing objects around via O::R
Tyler Riddle [Thu, 18 Oct 2012 20:27:26 +0000]
make exclude list for unpacking work with filenames that have spaces; readability tweaks
Tyler Riddle [Thu, 18 Oct 2012 18:12:49 +0000]
configurable exclusion of modules; preparing for more complicated filtering of files if needed
Tyler Riddle [Thu, 18 Oct 2012 16:42:27 +0000]
testing non-core filter heuristic and XS loader fall-back exclusion
Tyler Riddle [Thu, 18 Oct 2012 02:57:30 +0000]
reject XSLoader at fatnode module loader if it made it through
Tyler Riddle [Wed, 17 Oct 2012 17:46:48 +0000]
test not shipping core modules in fatnode
Tyler Riddle [Mon, 15 Oct 2012 17:26:46 +0000]
fix bad indendation levels with last fix
Tyler Riddle [Mon, 15 Oct 2012 16:41:26 +0000]
fatnode modified to ship core but non-arch and non-core modules
Matt S Trout [Mon, 15 Oct 2012 11:13:45 +0000]
need to not fatnodify arch stuff to avoid PerlIO explosions
Matt S Trout [Mon, 15 Oct 2012 10:33:20 +0000]
remove IO::Prompter (xt/ - author side only)
Tyler Riddle [Tue, 11 Sep 2012 20:25:53 +0000]
removed filtering for arch specific files when dealing with remote nodes
Tyler Riddle [Tue, 4 Sep 2012 16:12:21 +0000]
missing build dependency on IO::Prompter
Dagfinn Ilmari Mannsåker [Wed, 8 Aug 2012 23:58:10 +0000]
Fix module name in Makefile.PL
Dagfinn Ilmari Mannsåker [Fri, 27 Jul 2012 13:26:54 +0000]
Fall back to core non-arch modules in FatNode
Dagfinn Ilmari Mannsåker [Thu, 26 Jul 2012 13:36:39 +0000]
Propagate errors from FatNode code
Matt S Trout [Wed, 25 Jul 2012 17:20:23 +0000]
Release commit for 0.002003
Matt S Trout [Wed, 25 Jul 2012 17:06:33 +0000]
bump version
Matt S Trout [Wed, 25 Jul 2012 17:06:19 +0000]
Exclude vendorarch and sitearch from FatNode and ModuleSender
Matt S Trout [Wed, 25 Jul 2012 17:03:14 +0000]
increase default timeout to 10 seconds
Matt S Trout [Wed, 25 Jul 2012 16:51:33 +0000]
Add Class::C3 as a dependency since it's required for 5.8 remote nodes
Matt S Trout [Wed, 25 Jul 2012 16:51:02 +0000]
SSH options as a separate argument for the SSH connector
Matt S Trout [Mon, 23 Jul 2012 17:24:19 +0000]
Release commit for 0.002002
Matt S Trout [Mon, 23 Jul 2012 17:22:10 +0000]
add data to manifest
Matt S Trout [Mon, 23 Jul 2012 17:18:37 +0000]
bump version
Matt S Trout [Fri, 20 Jul 2012 19:22:48 +0000]
timeout test
Matt S Trout [Fri, 20 Jul 2012 19:15:34 +0000]
parameterize more of the connector information
Matt S Trout [Thu, 19 Jul 2012 20:21:54 +0000]
parallelise connection setup
Matt S Trout [Thu, 19 Jul 2012 18:56:13 +0000]
create ReadChannel object to allow moving Shere logic into connect
Matt S Trout [Thu, 19 Jul 2012 17:55:45 +0000]
timer support in MiniLoop
Matt S Trout [Thu, 19 Jul 2012 14:40:54 +0000]
await_all shouldn't short circuit on an exception
Matt S Trout [Wed, 18 Jul 2012 18:49:34 +0000]
second release - moar awesome
Matt S Trout [Wed, 18 Jul 2012 18:49:04 +0000]
update Changes
Matt S Trout [Wed, 18 Jul 2012 18:39:35 +0000]
working automatic prompting
Matt S Trout [Tue, 17 Jul 2012 23:25:39 +0000]
maybe::start
Matt S Trout [Tue, 17 Jul 2012 23:23:12 +0000]
test without start
Matt S Trout [Tue, 17 Jul 2012 22:54:40 +0000]
fixup start, add then::
Robert 'phaylon' Sedlacek [Tue, 17 Jul 2012 22:13:34 +0000]
allow glob references to be transferred
Matt S Trout [Tue, 17 Jul 2012 15:29:53 +0000]
FromData
Robert 'phaylon' Sedlacek [Mon, 16 Jul 2012 22:07:17 +0000]
allow scalar refs to be transferred
Matt S Trout [Thu, 12 Jul 2012 21:56:21 +0000]
Release commit for 0.001001
Matt S Trout [Thu, 12 Jul 2012 21:55:45 +0000]
indent Changes
Matt S Trout [Thu, 12 Jul 2012 21:53:03 +0000]
fix version line
Matt S Trout [Thu, 12 Jul 2012 21:51:44 +0000]
add all scripts
Matt S Trout [Thu, 12 Jul 2012 21:50:42 +0000]
initial changes and version
Matt S Trout [Thu, 12 Jul 2012 21:49:15 +0000]
initial sucky documentation
Matt S Trout [Thu, 12 Jul 2012 21:48:50 +0000]
add can::on