Nick O'Leary
|
62471e4531
|
Handle null error object in Flow.handleError
Fixes #1721
|
2018-05-08 10:37:41 +01:00 |
|
Nick O'Leary
|
27fdc9e56e
|
Remove credential props after diffing flow to prevent future false positives
Fixes #1359
|
2018-04-16 15:36:23 +01:00 |
|
Ted
|
29e0b194dd
|
Handle and display for invalid flow credentials when project is disabled #1689 (#1694)
* Handle and display for invalid flow credentials when project is disabled #1689
* fixed extra character
* fixed whitespace
|
2018-04-15 11:51:26 +01:00 |
|
Nick O'Leary
|
95589307cd
|
Better reporting of project-not-found
|
2018-01-24 21:54:18 +00:00 |
|
Nick O'Leary
|
f7f795f58a
|
Fixup SSH key auth for project repos
|
2018-01-18 22:17:48 +00:00 |
|
Nick O'Leary
|
3d6468326a
|
Allow a project's flow file to be changed
|
2017-10-19 21:38:53 +01:00 |
|
Nick O'Leary
|
4569cb432d
|
Add Project object in runtime
|
2017-10-16 23:23:50 +01:00 |
|
Nick O'Leary
|
6a06142e1e
|
Allow credSecret to be managed via project settings
|
2017-09-26 22:51:08 +01:00 |
|
Nick O'Leary
|
b1cd13d629
|
Initial projects implementation
|
2017-09-20 10:30:07 +01:00 |
|
Nick O'Leary
|
f0373cd789
|
Add flow stopping trace messages
|
2017-07-21 11:15:40 +01:00 |
|
Nick O'Leary
|
f9769a73fe
|
Retry auto-install of modules that fail
- introduces autoInstallModulesRetry - default 30000
- backs off interval if repeated failures
- fixes notification to the editor of an auto-reinstall
|
2017-07-08 17:30:17 +01:00 |
|
Nick O'Leary
|
d4135e80a6
|
Timeout a node that fails to close - default 15s timeout
|
2017-05-15 13:05:33 +01:00 |
|
btsimonh
|
c0eabf0438
|
Add note of removed flows in diffConfig (#1253)
|
2017-05-11 15:39:41 +01:00 |
|
Nick O'Leary
|
8f92a3e875
|
Do not log node errors if handled by a Catch node
|
2017-05-03 13:42:38 +01:00 |
|
Nick O'Leary
|
4ea33ea482
|
Pass a 'removed' parameter to node close handler
|
2017-04-21 23:36:21 +01:00 |
|
Nick O'Leary
|
b9379f2ddf
|
Provide notification when new flows deployed in the background
|
2017-03-17 21:29:03 +00:00 |
|
Nick O'Leary
|
7698990e37
|
Allows flows to be enabled/disabled in the runtime
|
2017-03-06 15:29:05 +00:00 |
|
Nick O'Leary
|
0a96259ddf
|
Update copyright header for JS Foundation
|
2017-01-11 15:24:33 +00:00 |
|
Nick O'Leary
|
28678acf74
|
Add debug logging around flow revision ids
|
2017-01-10 14:20:51 +00:00 |
|
Nick O'Leary
|
e45cb7fac1
|
Ensure flows exist before delegating status/error events
Fixes #1069
|
2017-01-09 16:39:41 +00:00 |
|
Nick O'Leary
|
e73216d4c1
|
Merge branch 'master' into 0.16
|
2017-01-06 14:30:13 +00:00 |
|
Nick O'Leary
|
c720d78c39
|
Ensure runtime event notification gets cleared on restart
|
2016-12-05 14:39:34 +00:00 |
|
Nick O'Leary
|
8d21e441a0
|
Add notification when runtime stopped due to missing types
Part of #832
|
2016-12-05 13:24:24 +00:00 |
|
Dave Conway-Jones
|
8d5286703f
|
reimplement $(env var) replace to share common code.
and add test to utils
|
2016-11-17 13:56:17 +00:00 |
|
Nick O'Leary
|
67d5b39c96
|
Status messages from nodes in subflows not delegated properly
Fixes #1016
|
2016-10-19 21:06:45 +01:00 |
|
Nick O'Leary
|
b4be1184fd
|
Add v2 /flows api and deploy-overwrite protection
|
2016-10-09 22:02:40 +01:00 |
|
Nick O'Leary
|
f9b972349d
|
Move credential load/save storage functions under get/setFlows
|
2016-09-21 21:58:50 +01:00 |
|
Nick O'Leary
|
e06cadd761
|
Pass full runtime object to storage and flow sub-components
|
2016-09-21 10:22:04 +01:00 |
|
Dave Conway-Jones
|
e360e57a5b
|
Fix node.status to check hasOwnProperty("text")
|
2016-07-06 17:22:45 +01:00 |
|
Nick O'Leary
|
c05e9da9c5
|
Allow node properties to be same as existing object functions
Fixes #880
|
2016-07-03 23:00:48 +01:00 |
|
Nick O'Leary
|
0441c83fd7
|
Fix use of hasOwnProperty in Flow
Closes #907
|
2016-06-14 20:30:37 +01:00 |
|
Nick O'Leary
|
945fbbc065
|
Capture error stack on node.error
Closes #879
|
2016-06-12 11:07:05 +01:00 |
|
Nick O'Leary
|
db433efbef
|
Link nodes show hidden wires when selected
☕️
|
2016-05-17 09:18:32 +01:00 |
|
Nick O'Leary
|
337f5f9b98
|
Handle missing tab nodes in a loaded flow config
|
2016-05-04 22:09:11 +01:00 |
|
Nick O'Leary
|
41445a1b48
|
Merge branch 'config' into 0.14.0
explain why this merge is necessary,
|
2016-05-04 15:44:48 +01:00 |
|
Nick O'Leary
|
0c53b5310a
|
Protect against node types with reserved names such as toString
Fixes #880
|
2016-04-28 14:17:48 +01:00 |
|
Nick O'Leary
|
8080ebceb4
|
Fix linting error on Flow.js
|
2016-04-27 12:37:20 +01:00 |
|
Nick O'Leary
|
b744491dd2
|
Ensure config nodes are instantiated in the right order
|
2016-04-27 12:33:02 +01:00 |
|
Nick O'Leary
|
2a089f7d90
|
Ensure parent nodes marked as changed due to child config node changes
|
2016-04-27 12:33:02 +01:00 |
|
Nick O'Leary
|
428fbb8622
|
Fix uncaught exception on deploy whilst node sending messages
|
2016-03-16 15:37:44 +00:00 |
|
Nick O'Leary
|
17e3b71d9c
|
Allow update of global flow
|
2016-01-14 14:57:13 +00:00 |
|
Nick O'Leary
|
5ead3342cc
|
Add node context/flow/global
|
2016-01-06 17:01:13 +00:00 |
|
Nick O'Leary
|
4d0950215f
|
Don't allow tabs or subflows to be added with new flow
|
2016-01-06 17:01:13 +00:00 |
|
Nick O'Leary
|
da0ce9fe0d
|
Simplify flow api implementation and add logging messages
|
2016-01-06 17:01:13 +00:00 |
|
Nick O'Leary
|
c4b1795396
|
Add add/update/delete flow apis
|
2016-01-06 17:01:13 +00:00 |
|
Nick O'Leary
|
fd2e47ed73
|
WIP: add flow api
|
2016-01-06 17:01:12 +00:00 |
|
Nick O'Leary
|
f03aff7006
|
Tidy up API passed to node modules
|
2016-01-06 17:01:12 +00:00 |
|
Nick O'Leary
|
35c4a41d7b
|
Node id generation should only be done in runtime/util
|
2016-01-06 17:01:11 +00:00 |
|
Nick O'Leary
|
8fb955e182
|
Move comms from runtime to api component
|
2016-01-06 17:01:11 +00:00 |
|
Nick O'Leary
|
f43738446e
|
WIP: separate runtime and api components
|
2016-01-06 17:01:11 +00:00 |
|