2023-11-13 10:25:50 +00:00
2013-09-05 15:07:01 +01:00
2021-07-07 17:17:25 +01:00
2017-06-23 21:49:35 +01:00
2018-05-25 13:27:58 +01:00
2016-04-07 21:51:12 +01:00
2021-07-07 15:40:09 +01:00
2023-11-09 15:46:44 +00:00
2023-11-09 15:46:44 +00:00

ServisBOT Node Red

To make a change to the node-red runtime being used by K4 avalanche:

  1. Checkout from this branch servisbot-branch
  2. Make changes
  3. PR into this branch
  4. Merge on approval
  5. Manually bump the package version
  6. Run npm run build - note you need to run node 10 to do this, you also need to have xcode installed
  7. Manually publish to NPM with npm publish - Request creds from ops for this

Dev Work

When doing dev work dont try to link into k4/k5 it just causes issue, instead just go into the node-modules of k4/k5 and make your changes in there

CHANGE-LOG

0.18.7-patch-12

2023-11-09

  • Added code file as an alternative to vm for function nodes

0.18.7-patch-11

2023-02-14

  • Added ability to do loop detection

0.18.7-patch-10.3

2023-01-03

  • Removed subflow ID auto-generation, now prefixes the nodeId with the subflow id

0.18.7-patch-10

2021-07-14

  • Updated logic to swap back org to correct value when possible

0.18.7-patch-9.1

2021-07-09

  • Bug fix for when retuning a array out of a function node

0.18.7-patch-8

2021-07-08

  • Added support to log out when organization variable was changed within function or change node
Description
No description provided
Readme Pixar 84 MiB
Languages
JavaScript 99.8%
HTML 0.2%