Nick O'Leary
|
52fc497412
|
Properly escape html strings passed to debug
|
2016-11-27 21:51:34 +00:00 |
|
Nick O'Leary
|
f2797a4153
|
Fix package.json conflict
|
2016-11-24 20:52:48 +00:00 |
|
Nick O'Leary
|
95b2675f03
|
Support query and search paths in url when opening debug sub window
|
2016-11-22 13:14:52 +00:00 |
|
Nick O'Leary
|
1fd87bf664
|
Improve debug message meta data contrast and legibility
|
2016-11-16 15:05:04 +00:00 |
|
Adam Hořčica
|
be18cc9f2d
|
Add support for flow and global context in Template node (#1048)
* Enable tests for flow and global context
* Add support for flow and global context in Template node
* Handle missing node context
|
2016-11-16 14:08:14 +00:00 |
|
Nick O'Leary
|
bf90509526
|
Add jsonata support to Change/Switch nodes
|
2016-11-10 23:58:34 +00:00 |
|
Dave Conway-Jones
|
d63996eea1
|
slight tidy of YAML PR (remove excess console.log in test)
and improve XML test coverage slightly
|
2016-11-10 21:29:07 +00:00 |
|
Nathanaël Lécaudé
|
9bbc8eda9d
|
Added YAML parser node (#1034)
Thanks @natcl -
(sorry pressed closed by mistake !)
* Added YAML parser node
* Added YAML error strings in messages.json
* Change location of YAML library import
* Remove copyright
* Remove copyright
* Change order of yaml in Template node
* Add YAML test
* Add working test
|
2016-11-10 21:22:05 +00:00 |
|
Nick O'Leary
|
6042395b81
|
Allow a node to reorder its outputs and maintain links
Fixes #1031
|
2016-11-08 17:00:47 +00:00 |
|
Nick O'Leary
|
196d6e79e2
|
Don't pin change node input widths
|
2016-11-08 13:29:01 +00:00 |
|
Dave Conway-Jones
|
d5f3ba8d8a
|
remove unnecessary require from JSON node
|
2016-11-04 19:55:02 +00:00 |
|
Nick O'Leary
|
6c36778cac
|
Move debug message utils into core
|
2016-11-03 14:34:38 +00:00 |
|
Nick O'Leary
|
3489fe0cf4
|
Better toggling between raw/string views of buffers
|
2016-11-03 14:34:37 +00:00 |
|
Nick O'Leary
|
74b6d9dff9
|
Provide string view of buffers in debug messages
|
2016-11-03 14:34:37 +00:00 |
|
Nick O'Leary
|
06ee9aa05c
|
Make strings expandable in debug
|
2016-11-03 14:34:37 +00:00 |
|
Nick O'Leary
|
f0f40a8606
|
Restore object keys values in debug sidebar
|
2016-11-03 14:34:37 +00:00 |
|
Nick O'Leary
|
1f2c9879bd
|
Handle big arrays/buffers better in debug sidebar
|
2016-11-03 14:34:37 +00:00 |
|
Nick O'Leary
|
d1eb82bdf6
|
Show newlines/tabs in debug output
|
2016-11-03 14:34:37 +00:00 |
|
Nick O'Leary
|
9555e296a2
|
Close debug window when main window unloads
|
2016-11-03 14:34:37 +00:00 |
|
Nick O'Leary
|
f460283fa1
|
Full event passing between debug window and main window
|
2016-11-03 14:34:37 +00:00 |
|
Nick O'Leary
|
79da8e5a37
|
Move all common debug list code to its own library
|
2016-11-03 14:34:37 +00:00 |
|
Nick O'Leary
|
a35ce22218
|
Make debug message node id clickable
|
2016-11-03 14:34:36 +00:00 |
|
Nick O'Leary
|
1c905da8c2
|
Handle long strings in debug
|
2016-11-03 14:34:36 +00:00 |
|
Nick O'Leary
|
2b558768f1
|
Add debug filter box
|
2016-11-03 14:34:36 +00:00 |
|
Nick O'Leary
|
7607c4c882
|
Make inbuilt debug messages navigable
|
2016-11-03 14:34:36 +00:00 |
|
Nick O'Leary
|
c9f4813ce1
|
Fix debug path
|
2016-11-03 14:34:36 +00:00 |
|
Nick O'Leary
|
0428e27039
|
Improved type styling
|
2016-11-03 14:34:36 +00:00 |
|
Nick O'Leary
|
e30da2168d
|
Make Debug object explorable
|
2016-11-03 14:34:36 +00:00 |
|
Nick O'Leary
|
0cd20768f4
|
Style the debug window to match the sidebar
|
2016-11-03 14:34:36 +00:00 |
|
Nick O'Leary
|
ab31f34862
|
Initial debug pop-out window
|
2016-11-03 14:34:36 +00:00 |
|
Dave Conway-Jones
|
a235745be7
|
Fix missing 0 handling for css node with array input
|
2016-11-02 15:49:51 +00:00 |
|
Nick O'Leary
|
0adcea9e7c
|
Revert bidi changes to nodes and hide menu option until fixed
Fixes #1024
|
2016-10-28 08:37:33 +01:00 |
|
Dave Conway-Jones
|
aa8ad60083
|
Let xml node set options both ways
to close #1022 to close #975
Thanks @martin-doyle and @nikhildx
|
2016-10-26 22:06:35 +01:00 |
|
Dave Conway-Jones
|
4418fdaed6
|
gpio node handle multiple bits of data returned in one go
|
2016-10-25 21:42:27 +01:00 |
|
Nick O'Leary
|
c58c45c917
|
HTTP In should pass application/octet-stream as buffer not string
Fixes #1023
|
2016-10-25 21:19:49 +01:00 |
|
Dave Conway-Jones
|
45eba5cabd
|
tidy up udp node - repeat setting of var
|
2016-10-25 20:40:11 +01:00 |
|
Dave Conway-Jones
|
dbceef2581
|
fix spelling in join node info
Manual fix for #1014
Thanks @rogovski
|
2016-10-17 21:40:12 +01:00 |
|
Dave Conway-Jones
|
8a2ae6c480
|
Change html link refs from _new to _blank to be standards compliant
|
2016-10-12 17:53:27 +01:00 |
|
Nick O'Leary
|
325c6135cf
|
Defeat the exec node test dragons
|
2016-10-11 20:31:42 +01:00 |
|
Dave Conway-Jones
|
fdea19a45b
|
leave Pi GPIO pins in a sensible state on error
|
2016-10-11 15:37:34 +01:00 |
|
Nick O'Leary
|
f002560616
|
Exec node spawn mode should clone messages it reuses
|
2016-10-11 14:49:48 +01:00 |
|
Dave Conway-Jones
|
9704fb04d9
|
inject node label - show topic for timestamp mode if short
|
2016-10-11 09:27:02 +01:00 |
|
Dave Conway-Jones
|
4d19f881e9
|
Let change node set type if total match
remove unnecessary 2 step move when not required.
add test for moving sub property up to main property
|
2016-10-10 11:10:36 +01:00 |
|
Dave Conway-Jones
|
3a8820397b
|
clean up status on close for several core nodes.
|
2016-10-10 11:08:06 +01:00 |
|
Nick O'Leary
|
0dd2c7fe24
|
Change node: reparse JSON set value each time to avoid pass-by-ref
|
2016-10-09 23:14:52 +01:00 |
|
Nick O'Leary
|
f22c3b549e
|
Merge branch '0.15.0'
|
2016-10-09 23:00:28 +01:00 |
|
Dave Conway-Jones
|
2da9572a45
|
Better handle httprequest header capitalisation
|
2016-10-02 17:44:48 +01:00 |
|
Nick O'Leary
|
7ed9e7cdd4
|
Update debug sidebar to use RED.view.reveal to show debug nodes
|
2016-09-29 23:49:58 +01:00 |
|
Dave Conway-Jones
|
a89c7b1a70
|
Add full path tip to file node, And tidy up Pi node tips
|
2016-09-23 23:37:56 +01:00 |
|
Dave Conway-Jones
|
ded1376957
|
remove websocket node maxlistener warning
|
2016-09-23 23:36:58 +01:00 |
|