Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1022 Bytes

CONTRIBUTING.md

File metadata and controls

43 lines (28 loc) · 1022 Bytes

Contributing

Setup

Install dependencies:

yarn install

Update dependencies and dev dependencies to latest versions

yarn run update

Run

Use demo/run_demo.sh to run n8n with n8n-nodes-updates installed.

./demo/run_demo.sh
# or
yarn run demo
# or
yarn run demo:build

Release

To release a new version, create a new release (with tag) on GitHub.

To cancel a release, delete the release on GitHub, remove the tag on GitHub and un-publish the version from npm.

Overview

This n8n-node calculate the hash of the input (the json of items) and persist data using workflow staticData.

The staticData persist and retrieve data from the workflow only on triggermode. In manualmode it will not persist nor retrieve data. In manualmode, every item will be considered as a new item (always).

After each execution, we compare the hash of each item with the hash of the item from the previous execution with the same ID and create the groups based on that.