Commit Graph

678 Commits

Author SHA1 Message Date
Nick O'Leary b7a83383c9 Merge pull request #268 from hbeeken/test-coverage
Adding unit test for credentials.clean
2014-07-16 10:53:25 +01:00
Nick O'Leary d4919e27bd Merge pull request #251 from Belphemur/credentials-pr
Rewrite credentials API to work with save on deploy.
2014-07-16 10:41:01 +01:00
Antoine Aflalo 4d97d9d300 Rewrite credentials API to work with save on deploy. 2014-07-16 11:25:40 +03:00
hbeeken 1419a79933 Adding unit test for credentials.clean 2014-07-16 09:25:08 +01:00
Nick O'Leary cfd590a397 Merge pull request #267 from hindessm/flows-tests
Flows tests
2014-07-15 17:03:16 +01:00
Nick O'Leary d67074f4b7 Merge pull request #269 from zobalogh/master
Removing orphaned function: localfilesystem.writeFile(root,path,meta,body,res)
2014-07-15 17:01:27 +01:00
zobalogh 4a514b9060 Removing orphaned function. 2014-07-15 15:32:56 +01:00
Mark Hindess 8e32427109 Add setFlows test. 2014-07-14 22:00:09 +01:00
Mark Hindess fe9ff0a297 Fix jshint complaints. 2014-07-14 21:46:36 +01:00
Mark Hindess 7281d273a1 Remove unused code. 2014-07-14 21:45:03 +01:00
Mark Hindess d4548deeb3 Add node flows tests. 2014-07-14 21:44:34 +01:00
Dave Conway-Jones debd5c4496 Spelling correctin http node info, close #266 2014-07-14 09:26:09 +01:00
Dave C-J 62496d80d5 tray/catch error in Websocket node to close #264 2014-07-13 17:39:56 +01:00
Dave C-J bc53d302ff and add fa icons to websocket 2014-07-11 21:32:51 +01:00
Dave C-J 1a1c6a73b6 Update icon to fa icons for parser nodes and sentiment 2014-07-11 21:01:16 +01:00
Dave Conway-Jones 9158766297 Merge pull request #262 from hindessm/improve-node-coverage
Improve red/nodes/Node.js coverage and minor refactoring
2014-07-11 14:04:27 +01:00
Dave Conway-Jones b84aba5c98 minor spelling correction 2014-07-11 08:20:47 +01:00
Mark Hindess 66459f1bd6 Short circuit the null message case. 2014-07-10 14:25:32 +01:00
Mark Hindess 74335990e3 Add test for the null message case. 2014-07-10 14:25:32 +01:00
Mark Hindess d371511d1d Refactor common log code. 2014-07-10 14:25:32 +01:00
Mark Hindess 0a7bd848c6 Add more Node tests. 2014-07-10 14:25:32 +01:00
Dave C-J de352dcdc2 Change template node to allow templating of any property of msg 2014-07-10 08:23:44 +01:00
Nick O'Leary 242fe1ef86 Merge pull request #260 from hindessm/test-coverage
Test coverage on coveralls.io
2014-07-09 10:00:10 +01:00
Nick O'Leary 3db84d5bf1 HTTP Out payload: relax null checking 2014-07-09 09:51:43 +01:00
Nick O'Leary 4d031891e5 Http Out: remove excess debug 2014-07-09 09:48:09 +01:00
Nick O'Leary a7e7254317 Handle null response payloads 2014-07-09 09:46:10 +01:00
Nick O'Leary 8e24a958b7 HTTP Out - stringed the wrong bit 2014-07-09 09:43:02 +01:00
Nick O'Leary bd80cf4f83 HTTP Out - header properties must be strings 2014-07-09 09:08:43 +01:00
Mark Hindess abf5944316 Report coverage to build log and coveralls. 2014-07-09 07:45:58 +01:00
Mark Hindess 85a8e7283f Have travis generate test coverage using istanbul. 2014-07-09 07:45:58 +01:00
Dave C-J ac7448759b Revert Alt zoom change as it doesn't work in FF... 2014-07-08 14:17:37 +01:00
Dave C-J c10c687653 Add TCP request node to TCP node "family" 2014-07-08 13:45:00 +01:00
Dave C-J 2c5d5148b8 tweak tail node to use -F (thanks to tip from Mike Smerekov)
pending other changes
2014-07-08 12:28:02 +01:00
Dave C-J 6fb9739245 Add strict to function node 2014-07-08 12:27:09 +01:00
Dave C-J 9bc9994354 Fix for missingType(s) - to close #259
(thanks to toksea for spotting it)
2014-07-08 08:49:48 +01:00
Dave C-J 35965e55b5 Add on error method to exec node... (should have been there before :-) 2014-07-08 08:48:46 +01:00
Dave C-J 4532cadb14 Add Alt zoom to help page (to be complete) 2014-07-08 08:47:44 +01:00
Nick O'Leary 6e956ef03a Merge pull request #254 from TJKoury/master
Added dynamic category capability
2014-07-02 22:23:52 +01:00
tjkoury 4afda2f53b Added deprecated to exclusion list 2014-07-02 17:20:16 -04:00
Nick O'Leary 9db1166ce0 Fix logHandler array handling
Fixes #257
2014-07-02 16:31:02 +01:00
Nick O'Leary 3de2f3d1da Add jshint:core to default build 2014-07-01 23:50:17 +01:00
Nick O'Leary 9f3233175b Fix node html generation 2014-07-01 23:48:26 +01:00
Nick O'Leary 649c82f7d7 Fix all jshint warnings in core code 2014-07-01 23:46:25 +01:00
Nick O'Leary c18119f26e Debug pane should use local timezone 2014-07-01 23:14:44 +01:00
tjkoury ef6a0e5947 Added default sub-categories to the core categories; 2014-06-30 23:31:06 -04:00
Dave C-J 045f658ef9 More defensive handling of missing filename in file node.
(in line with jshint)
2014-06-30 23:23:01 +01:00
Dave C-J c7f0f9639a tidy up jsHint errors in exec and trigger nodes
Add "use strict" to the sample node
2014-06-30 20:44:35 +01:00
Dave C-J 52779ac518 Tidy up jsHinst errors in parser nodes 2014-06-30 20:44:01 +01:00
Dave C-J 790ad8eb68 Tidy up jsHint errors in parser nodes 2014-06-30 20:43:31 +01:00
tjkoury e43b342048 Removed unnecessary console.log 2014-06-30 11:33:46 -04:00