[ARVADOS] updated: 708772bcec89c9abe02ceb3ed977a0f15091033d
git at public.curoverse.com
git at public.curoverse.com
Wed Nov 12 12:37:27 EST 2014
Summary of changes:
services/api/lib/simulate_job_log.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 708772bcec89c9abe02ceb3ed977a0f15091033d (commit)
from 73c02220c31cd631b75b707d93709c8a60c21207 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 708772bcec89c9abe02ceb3ed977a0f15091033d
Author: Phil Hodgson <bitbucket at philhodgson.net>
Date: Wed Nov 12 18:37:18 2014 +0100
4233: correction: the 'text' in the properties hash when simulating a logged event should be the entire log file line verbatim
diff --git a/services/api/lib/simulate_job_log.rb b/services/api/lib/simulate_job_log.rb
index cfcc8ab..1202a99 100644
--- a/services/api/lib/simulate_job_log.rb
+++ b/services/api/lib/simulate_job_log.rb
@@ -31,7 +31,7 @@ module SimulateJobLog
event_at: Time.zone.local_to_utc(cols[:timestamp]),
object_uuid: cols[:job_uuid],
event_type: cols[:event_type],
- properties: { 'text' => cols[:message] }
+ properties: { 'text' => line }
}).save!
end
end
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list