Commit graph

4690 commits

Author SHA1 Message Date
Ivan Atanasov dacd1907f3
extract workflow inputs to generic function 2024-12-04 17:36:47 +01:00
Ivan Atanasov 4ae18fa25f
group execute workflow node and trigger 2024-12-04 14:08:29 +01:00
Ivan Atanasov e0c9e9eb0d
add workflow loader 2024-12-04 13:19:24 +01:00
Ivan Atanasov 5efdde1f6d
rename workflow mappings inputs to local resource mappings 2024-12-04 12:00:57 +01:00
Ivan Atanasov 46b662fa03
addressing comments 2024-12-04 10:01:03 +01:00
Ivan Atanasov 2dd4096800
feat: add workflow input mapping fields to resource mapper 2024-12-02 22:21:53 +01:00
Ivan Atanasov 8c38bf2d0a
Merge branch 'feature-sub-workflow-inputs' of github.com:n8n-io/n8n into ado-2898-execute-workflow-node-add-workflow-inputs-parameter 2024-12-02 18:08:55 +01:00
Charlie Kolb e2b00a3ce3
fix(Workflow Trigger Node): Implement Product feedback (#12008) 2024-12-02 17:19:59 +01:00
Charlie Kolb dc400b73c6
fix(Workflow Trigger Node): Display dropdown for V1.1 and up only (#12002) 2024-12-02 15:54:38 +01:00
Ivan Atanasov 17d250edfd
Merge branch 'feature-sub-workflow-inputs' of github.com:n8n-io/n8n into ado-2898-execute-workflow-node-add-workflow-inputs-parameter 2024-12-02 10:06:47 +01:00
Ivan Atanasov 75a571e02b
Merge branch 'master' of github.com:n8n-io/n8n into feature-sub-workflow-inputs 2024-12-02 10:02:57 +01:00
Jon 1eb94bcaf5
fix(Webflow Node): Fix issue with pagination in v2 node (#11934) 2024-11-29 14:04:12 +00:00
Ivan Atanasov e83200b203
Merge remote-tracking branch 'origin/feature-sub-workflow-inputs' into ado-2898-execute-workflow-node-add-workflow-inputs-parameter 2024-11-28 19:00:09 +01:00
Ivan Atanasov 0ffc72a8a3
populate workflow Inputs 2024-11-28 18:59:01 +01:00
Charlie Kolb 001e3f931f
feat(Execute Workflow Trigger Node): Add JSON-based input modes and dropdown (#11946) 2024-11-28 16:29:36 +01:00
कारतोफ्फेलस्क्रिप्ट™ 461b39c5df
fix(HTTP Request Node): Use iconv-lite to decode http responses, to support more encoding types (#11930) 2024-11-28 14:31:54 +01:00
कारतोफ्फेलस्क्रिप्ट™ eccd924f5e
fix(n8n Form Node): Use https to load google fonts (#11948) 2024-11-28 14:14:00 +01:00
Justin Ellingwood 96e6be7fe7
docs(Google Drive Node): Replace the description of the 'Can Share' capability in Google Drive (no-changelog) (#11827) 2024-11-28 10:08:46 +00:00
Ivan Atanasov 0a924e0dd3
Merge remote-tracking branch 'origin/feature-sub-workflow-inputs' into ado-2898-execute-workflow-node-add-workflow-inputs-parameter 2024-11-28 09:56:34 +01:00
Michael Kret 3a5bd12945
feat(Code Node): Warning if pairedItem absent or could not be auto mapped (#11737)
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
Co-authored-by: Shireen Missi <shireen@n8n.io>
2024-11-27 16:31:36 +00:00
Jon af61dbf37f
docs: Update Excel node to use external template url (no-changelog) (#11846) 2024-11-27 16:31:07 +00:00
कारतोफ्फेलस्क्रिप्ट™ ddda0bde0b
refactor: Remove unnecessary console.log in nodes (no-changelog) (#11915)
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
2024-11-27 15:53:07 +01:00
github-actions[bot] 2d89f5cb64
🚀 Release 1.70.0 (#11927)
Co-authored-by: netroy <196144+netroy@users.noreply.github.com>
2024-11-27 14:36:59 +01:00
Charlie Kolb 698f7d0ae1
feat(Execute Workflow Trigger Node): Add types for input fields (#11922) 2024-11-27 14:32:31 +01:00
Ivan Atanasov 0c20b2c46d
we need to call it with load options too 2024-11-27 14:27:34 +01:00
कारतोफ्फेलस्क्रिप्ट™ f6c0d045e9
fix(core): Don't use unbound context methods in code sandboxes (#11914) 2024-11-27 12:08:16 +01:00
कारतोफ्फेलस्क्रिप्ट™ 97269a3703
chore: Upgrade mongodb and socks to address CVE-2024-29415 (no-changelog) (#11899) 2024-11-26 17:00:56 +01:00
Ivan Atanasov 7f436a91fb
take workflow inputs from child workflow workflow inputs 2024-11-26 15:48:48 +01:00
Ivan Atanasov 6f66faaabd
add workflow inputs parameters 2024-11-26 15:48:48 +01:00
Charlie Kolb 7012d9bb9c
feat(Execute Workflow Trigger Node): Add MVP for explicit input parameters (#11874) 2024-11-26 12:38:06 +01:00
Tomi Turtiainen e22d0f3877
perf(core): Batch items sent in runonceforeachitem mode (no-changelog) (#11870)
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2024-11-26 12:21:51 +02:00
feelgood-interface 05c61091db
feat: Add SharePoint credentials (#11570)
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
2024-11-22 11:37:03 +00:00
my-opencode bc0d51eed5
fix(MongoDB Node): Fix typo in variable name (no-changelog) (#11791) 2024-11-22 11:34:37 +00:00
AdinaTotorean fbd1ecfb29
feat: Add Zabbix credential only node (#11489) 2024-11-22 11:24:30 +00:00
Michael Kret 1a8fb7bdc4
fix(n8n Form Node): Redirect if completion page to trigger (#11822) 2024-11-21 15:41:48 +00:00
Ivan Atanasov ae08d70ac0
feat(Execute Workflow Node): Modify execute workflow parameters (#11830) 2024-11-21 16:26:15 +01:00
Jon 40dd02f360
feat(Slack Node): Update wait for approval to use markdown (#11754)
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
2024-11-20 20:57:27 +00:00
github-actions[bot] 4435b14424
🚀 Release 1.69.0 (#11812)
Co-authored-by: netroy <196144+netroy@users.noreply.github.com>
2024-11-20 16:22:11 +01:00
Michael Kret 285534e6d0
fix(Read/Write Files from Disk Node): Escape parenthesis when reading file (#11753) 2024-11-20 13:48:15 +00:00
Michael Kret d1bae1ace0
fix(HTTP Request Node): Continue using error (#11733) 2024-11-20 10:48:43 +00:00
Michael Kret 10991675fe
fix(n8n Form Node): Support expressions in completion page (#11781)
Co-authored-by: Shireen Missi <shireen@n8n.io>
2024-11-20 08:52:11 +00:00
Jon d5ba1a059b
fix(Google Sheets Trigger Node): Fix issue with regex showing correct sheet as invalid (#11770) 2024-11-18 11:54:20 +00:00
Mutasem Aldmour fd3254d587
feat(core): Improve debugging of sub-workflows (#11602)
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
Benchmark Docker Image CI / build (push) Waiting to run
2024-11-14 23:04:43 +01:00
Shireen Missi 7381c28af0
fix(YouTube Node): Issue in published before and after dates filters (#11741) 2024-11-14 16:02:26 +00:00
github-actions[bot] a91abeeff5
🚀 Release 1.68.0 (#11725)
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
Benchmark Docker Image CI / build (push) Waiting to run
Co-authored-by: ShireenMissi <94372015+ShireenMissi@users.noreply.github.com>
2024-11-13 19:06:31 +01:00
Jon 145d0921b2
fix(Google BigQuery Node): Add item index to insert error (#11702)
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
2024-11-13 15:40:00 +00:00
Jon 70d315b3d5
fix(Facebook Lead Ads Trigger Node): Fix issue with optional fields (#11692) 2024-11-13 14:43:25 +00:00
Michael Kret 3202e8c946
fix(Notion Node): Safe access in simplifyProperty (no-changelog) (#11712) 2024-11-13 12:16:49 +00:00
Elias Meire 770230fbfe
fix(Google Drive Node): Fix file upload for streams (#11698) 2024-11-13 11:44:16 +01:00
Michael Kret cbdd535fe0
fix(Notion Node): Extract page url (#11643)
Some checks are pending
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
Co-authored-by: Elias Meire <elias@meire.dev>
2024-11-11 15:03:12 +02:00