Hiroyasu Nishiyama
b9733e3dfa
add support of bin, data, and env to trigger node
2018-07-19 21:20:02 +09:00
Nick O'Leary
529b358c9b
Split out expandable editors and add JS editor
2018-07-15 21:06:51 +01:00
Nick O'Leary
5b76c91004
Merge pull request #1806 from node-red-hitachi/0.19-template-node-for-persistable-context
...
Add support of persistable context to template node
2018-07-14 22:40:50 +01:00
Hiroyasu Nishiyama
b44ecd8819
fix context access appearance of inject node in editor
2018-07-14 14:47:40 +09:00
Hiroyasu Nishiyama
c72961a52a
add support of persistable context to template node
2018-07-14 00:11:59 +09:00
Nick O'Leary
28402b0894
Add sidebar tab icons to drop-down menu
2018-07-11 14:15:31 +01:00
Nick O'Leary
d7adff9a65
Add async message handling to Trigger node
2018-07-09 14:12:44 +01:00
Nick O'Leary
afb566b6b4
Add async context support to Inject node
2018-07-09 11:31:10 +01:00
Nick O'Leary
c243481432
Add sub options to Inject node
2018-07-03 21:40:58 +01:00
Nick O'Leary
fe22cedc1d
Move debug encode/decode to utils for reuse
2018-06-25 22:32:34 +01:00
Nick O'Leary
0ff0f25aaf
Merge branch 'master' into 0.19
2018-05-25 13:58:15 +01:00
Nick O'Leary
c157960846
Change debug sidebar icon
2018-05-25 13:55:35 +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
Nick O'Leary
a4eb8e11c3
Collapse sidebar tabs
2018-05-23 10:25:47 +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
98546b6e6a
Fixup Function node error line reporting
2018-05-08 11:40:16 +01:00
Nick O'Leary
20cf91f1dc
Merge branch 'pr_1700'
2018-05-08 10:47:35 +01:00
Nick O'Leary
2efa78d590
Fix up function stack issues
2018-05-08 10:47:20 +01:00
Martin Guillon
27bf72372e
fix after comments
2018-05-01 14:00:05 +02:00
Martin Guillon
5967f4b0d4
fix error stack
2018-04-17 15:46:09 +02:00
Nick O'Leary
ff18618032
Highlight subflow node when log msg comes from inside
...
Fixes #1698
2018-04-17 12:44:58 +01:00
Martin Guillon
20f03c356c
better script error handling.
...
Also pass the error in msg so that it can handled later
2018-04-17 10:52:53 +02:00
Dave Conway-Jones
a327fd85e2
Fix template to default typed input field
...
to close #1697
2018-04-16 11:14:15 +01:00
Dave Conway-Jones
9d22a86ec8
fix typo in switch label, make function label consistent
2018-04-16 11:12:21 +01:00
Dave Conway-Jones
89bfc90f40
Make core nodes labels more consistent, to close #1673
...
and make them translateable
2018-03-30 14:31:59 +01:00
Nick O'Leary
f31f23ff07
Allow template node to be updated more than once
...
Fixes #1671
2018-03-27 10:14:39 +01:00
Nick O'Leary
98f7271ac8
Merge pull request #1657 from node-red-hitachi/move-i18n-info-text
...
move i18n info text of core nodes under nodes/core/locales directory
2018-03-20 20:44:54 +00:00
Dave Conway-Jones
087cd121b8
add debug and trace to function node ( #1654 )
2018-03-20 20:40:36 +00:00
Nick O'Leary
3b12076d4b
Ignore subflow debug nodes when building filter
...
Fixes #1660
As the editor doesn't know the ids of subflow instance debug nodes
there's no easy way to build a list of them as part of the filter
options. So for now, disable the filter option if we don't know
about the debug node.
2018-03-03 22:41:02 +00:00
Hiroyasu Nishiyama
341ff9bf5c
move i18n info text of core nodes under nodes/core/locales directory
2018-03-03 10:39:11 +09:00
Nick O'Leary
2029f6ea0a
Merge pull request #1638 from node-red-hitachi/i18n-info-jp
...
add Japanese info text of core nodes
2018-02-22 18:01:56 -08:00
Dave Conway-Jones
fdae75c99b
ensure trigger gets reset when 2nd output is null
...
to fix #1644
2018-02-21 21:56:03 +00:00
Hiroyasu Nishiyama
cad34742f6
merge i18n-info-jp-core
2018-02-15 22:46:18 +09:00
Hiroyasu Nishiyama
e147fbb1fa
add Japanese info text for core category nodes
2018-02-11 20:52:44 +09:00
Hiroyasu Nishiyama
3b7bf04e22
fix typo in info text of DELAY node
2018-02-11 02:07:51 +09:00
Dave Conway-Jones
a596a4551a
undo exec node change (investigate test fail)
2018-02-06 11:42:33 +00:00
Dave Conway-Jones
5931e13b9c
move node.send in exec and httprequest nodes
...
just in case
2018-02-06 11:36:13 +00:00
Dave Conway-Jones
08bd6d963c
Ensure send is last thing trigger does
2018-02-04 21:25:25 +00:00
Dave Conway-Jones
ff05fb14a6
ensure trigger doesn't set two simultaneous timeouts
2018-02-04 20:17:43 +00:00
Dave Conway-Jones
a52f195d41
undo dumb non-fix to trigger.
2018-02-02 10:28:22 +00:00
Dave Conway-Jones
419019a656
add check for property to trigger (temporary fix for debug)
2018-02-02 10:23:28 +00:00
Dave Conway-Jones
bf5d741f0d
Trigger node migration - ensure bytopic not blank
2018-02-01 09:21:16 +00:00
Dave Conway-Jones
57ebb93dc0
trigger node - add mention of per topic capability to info.
2018-01-30 11:16:04 +00:00
Nick O'Leary
2cea3b6435
Merge pull request #1557 from node-red/inject-node-spinner-and-hours-fixes
...
remove inject node at specific time spinner
2018-01-25 13:51:27 +00:00
Nick O'Leary
b7a0a9d7c2
Merge branch 'master' into 0.18
2018-01-24 23:08:14 +00:00
Nick O'Leary
84711beec0
Merge branch '0.18' into projects
2018-01-22 23:17:28 +00:00
Dave Conway-Jones
00dcb304c7
add default values as placeholders to trigger so no-one is suprised.
2018-01-21 11:49:06 +00:00
Dave Conway-Jones
9bc72c1a06
let trigger node be reset by boolean message ( #1554 )
...
* let trigger node be reset by boolean message
with test
* fix trigger node boolean reset check to work with false
and add test
2018-01-17 09:51:53 +00:00
Dave Conway-Jones
558a66fbe5
restrict inject interval to less that 2^31 millisecs
...
(596 hrs, 24 days) to stop overflow causing fast loop. (defaults to 0)
to close #1485
2018-01-17 09:35:47 +00:00