dependencies Unique node names Includes examples Has known license Provides bugs/repo url Packaging naming Identifies min NR version Identifies min Node.js version Scorecard results % of nodes with scorecards passing the check
dependencies Unique node names Includes examples Has known license Provides bugs/repo url Packaging naming Identifies min NR version Identifies min Node.js version Scorecard results % of nodes with scorecards passing the check
to prevent it being modified. Prevent accidental changes to critical parts of your application. Will also allow a better user-experience for read-only users. Discussion: https://github.com/node-red/designs/discussions/78 Status: In development - target 3.1.0
within the editor Removes the need to edit settings.js to add new env vars to the whole application Adds a new global-config configuration node. This could become home to other global configuration options that become exportable with the flows. Global Environment Variables Discussion: https://github.com/node-red/designs/discussions/76 Status: In development
the backlog for a long time. Increasing amount of feedback on challenges of managing Flow File in git and handling merges. Lots of custom solutions developed by the community - but something we should look at ourselves. Discussion: TBD Status: TBD
https://github.com/node-red/designs/discussions/79 Status: PR #3870 merged - will be in 3.1.0 Node-RED already supports linking to a flow/subflow This adds ability to link to individual node or group You can also link to the edit dialog.
PR #3870 merged - will be in 3.1.0 Node-RED already supports linking to a flow/subflow This adds ability to link to individual node or group You can also link to the edit dialog. Button in Info Sidebar copies link for the current selected object to the clipboard
• Testing Sidebar lets you define test suites and test cases • Individual node behaviour can then be customised per-test case, letting you simulate different behaviours - for example, faking the response of an HTTP Request to test edge cases • Run tests from the sidebar, or on the command-line Node-RED Flow Testing Framework coming soon-ish… Initial design sketches from January 2020