mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:33:30 +02:00
Add HipChat notifier role.
This commit is contained in:
@@ -5,6 +5,7 @@ var uuid = require('node-uuid')
|
||||
module.exports = function(wire) {
|
||||
var wireutil = {
|
||||
global: '*ALL'
|
||||
, log: '*LOG'
|
||||
, makePrivateChannel: function() {
|
||||
return uuid.v4(null, new Buffer(16)).toString('base64')
|
||||
}
|
||||
@@ -63,6 +64,7 @@ module.exports = function(wire) {
|
||||
, entry.tag
|
||||
, entry.pid
|
||||
, entry.message
|
||||
, entry.identifier
|
||||
)
|
||||
|
||||
return wireutil.envelope(wire.MessageType.DEVICE_LOG, message)
|
||||
|
||||
Reference in New Issue
Block a user