Commit Graph

3680 Commits

Author SHA1 Message Date
YumaMatsuura a5c00b5c81 add translate-user-settings (#1740) 2018-05-25 13:55:03 +01:00
Nick O'Leary 472bbdb59f
Fix typo in CHANGELOG 2018-05-25 13:27:58 +01:00
Nick O'Leary 7877093713
Bump 0.18.7 2018-05-25 13:23:18 +01:00
Nick O'Leary 8cb2e51407
Relax twitter node version ready for major version bump 2018-05-25 11:40:14 +01:00
Nick O'Leary d5cee81fb6
Merge branch 'pr_1739' 2018-05-25 11:37:37 +01:00
Nick O'Leary bca020bc4d
Tidy up default grunt task and fixup test break due to reorder
Fixes #1738
2018-05-25 11:36:17 +01:00
Nick O'Leary 5069f2844c
Bump jsonata version 2018-05-25 10:55:44 +01:00
Nick O'Leary 252df81f59
Pass Date into the Function node sandbox to fix instanceof tests 2018-05-25 10:55:44 +01:00
KatsuyaHoshii 7f89a4a26f Update .travis.yml 2018-05-25 11:48:33 +09:00
Dave Conway-Jones 40f4167894
let TCP in node report remote ip and port when in single packet mode 2018-05-24 21:39:46 +01:00
Nick O'Leary 0ef16989cd
Do not trim wires if node declares outputs in defaults but misses value
Fixes #1737
2018-05-24 20:27:07 +01:00
Dave Conway-Jones 3df3d6f516
add debug to trigger test to help work out fails 2018-05-24 10:02:51 +01:00
Edward Vielmetti 10395ef254 typo fix *hierarchy (#1735) 2018-05-24 09:48:05 +01:00
Hiroyasu Nishiyama 83854c28db fix test failure of icon scan on windows 2018-05-24 12:06:39 +09:00
Nick O'Leary fcbea2629c
Support flow.disabled and .info in /flow API 2018-05-23 22:41:39 +01:00
Nick O'Leary 26bc142cc2
Handle loading empty nodesDir 2018-05-23 10:59:08 +01:00
Nick O'Leary a4eb8e11c3
Collapse sidebar tabs 2018-05-23 10:25:47 +01:00
HirokiUchikawa 9fd5d1db56 Move to request module 2018-05-23 17:16:20 +09:00
Dave Conway-Jones 1d05b4c981
relax test spec slightly 2018-05-23 08:58:04 +01:00
HirokiUchikawa 61f6535be8 Add test case for preventing following redirect 2018-05-23 16:54:03 +09:00
Dave Conway-Jones 7dd329b5ee
Add basic loading tests for GPIO nodes 2018-05-22 17:26:52 +01:00
Dave Conway-Jones b761904424
let Pi nodes be visible/editable on all platforms
even where they are not physically available.
2018-05-22 15:48:24 +01:00
Nick O'Leary 36105412b1
Add 'private' property to userDir generated package.json
This stops the warnings from npm about missing repo and license fields.
As there's no expectation for a user to publish their userDir to npm, then
setting private is entirely appropriate.
2018-05-22 11:41:22 +01:00
Nick O'Leary 184b1b018c
Add missing resource file 2018-05-21 22:38:07 +01:00
Nick O'Leary f3e1b85d82
Add RED.require to allow nodes to access other modules 2018-05-21 22:08:04 +01:00
Nick O'Leary 626d012775
Do not disable the export-clipboard menu option with empty selection 2018-05-21 16:14:43 +01:00
Nick O'Leary 9ad9c0ec6a
Add $env function to JSONata expressions 2018-05-21 15:28:15 +01:00
Nick O'Leary e13fed9fc6
Widen support for env var to use ${} or $() syntax 2018-05-21 15:19:50 +01:00
Nick O'Leary eb6d093e56
Add env-var support to TypedInput 2018-05-21 15:10:06 +01:00
Hiroyasu Nishiyama af1ea610ea allow id and name reference in function node code (#1731) 2018-05-21 11:34:56 +01:00
Nick O'Leary d4d9190919
Bump version 2018-05-18 11:03:49 +01:00
Nick O'Leary 4d3d1a02a8
Add editorTheme.projects.enabled to default settings.js 2018-05-18 11:03:00 +01:00
Nick O'Leary 30c2aa96d6
Update changelog 2018-05-17 12:21:06 +01:00
Nick O'Leary 4edb1f80b0
Update mailing list references to new forum 2018-05-17 12:17:55 +01:00
Nick O'Leary 0a82459233
Handle a node having wires in the editor on ports it no longer has
Fixes #1724
2018-05-17 11:28:35 +01:00
Dave Conway-Jones db87b0dfa5
Add missing ACE snippet files
to stop 404 in console
2018-05-15 22:10:14 +01:00
Nick O'Leary cd42cf7583
Fix wireClippedNodes is not defined
Fixes #1726
2018-05-12 17:02:07 +01:00
Nick O'Leary 2d5980ff2a
Split node html to isolate bad nodes when loading 2018-05-11 22:30:57 +01:00
Nick O'Leary d49c7a3adb
Avoid unnecessary use of .html() where .text() will do 2018-05-11 14:05:52 +01:00
Nick O'Leary 4fdd09a262
Changelog tidy 2018-05-10 13:04:37 +01:00
Nick O'Leary d6878512c4
Bump version for 0.18.5 2018-05-10 13:02:59 +01:00
Nick O'Leary 8b1b8250ff
update changelog 2018-05-10 11:29:20 +01:00
Hiroyasu Nishiyama 9dccbf747e Japanese message catalogue update (#1723)
* update Japanese message catalogue for mqtt node

* update Japanese message catalogue for udp node

* update Japanese message catalogue for html node

* update Japanese message catalogue for rpi-gpio node
2018-05-10 11:26:56 +01:00
Nick O'Leary 08727e1938
Show node load errors in the palette manager 2018-05-10 11:21:59 +01:00
Nick O'Leary 7584820987
Filter req.user in /settings to prevent leaking info 2018-05-09 10:03:22 +01:00
Nick O'Leary d572356642
Update to latest test-helper module 2018-05-08 23:44:39 +01:00
Nick O'Leary 3b5a2815a9
Merge master 2018-05-08 23:27:27 +01:00
Nick O'Leary f3cf01df25
Update changelog 2018-05-08 22:06:32 +01:00
Nick O'Leary 63e6e64ad3
Merge branch 'pr_1719' 2018-05-08 17:23:57 +01:00
Nick O'Leary e8d7b48bff
Fix up sizing of mqtt message inputs 2018-05-08 17:23:28 +01:00