Commit Graph

5222 Commits

Author SHA1 Message Date
Ahsan Virani
57016624b8 ⚡ Improve telemetry (#2604)
* add node positions in node graph

* add hover events

* add tag count in save event

* populate properties when default

* fix delete and enable node events

* add node and workflow exec events

* lint

* add node graph

* add node id
2022-01-07 17:14:59 +01:00
Jan Oberhauser
df412e9523 🔖 Release n8n@0.157.1 2022-01-03 22:54:36 +01:00
Jan Oberhauser
9b520e77ff ⬆️ Set n8n-nodes-base@0.155.1 on n8n 2022-01-03 22:53:45 +01:00
Jan Oberhauser
75411212b2 🔖 Release n8n-nodes-base@0.155.1 2022-01-03 22:52:54 +01:00
Omar Ajoue
baa43c1e33 🐛 Fix execute commands after binary data release (#2628) 2022-01-03 22:49:44 +01:00
Ahsan Virani
224ef736de 🐛 Binary data handling fixes (#2629)
* Update node airtable

* Update nodenextcloud

* Update node spreadsheet

* Update node cortex, dropbox, editImage nodes

* Update node emailSend

* Update node ftp

* Update node googleDrive

* Update node googleDrive fix

* Update node youtube

* Update node htmlExtract

* Update node linkedIn

* Update node mailgun

* Update node matrix

* Update node pipedrive

* Update node readPdf

* Update node facebookGraphApi

* Update node httpRequest

* Update node nocoDB

* Update node httpRequest, respondToWebhook

* Update node signi4

* Update node slack

* Update node zulip

* cleanup

* fix generic funcs

* 🐛 Fix EditImage Node

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2022-01-03 22:42:42 +01:00
Jan Oberhauser
aff93480d4 🔖 Release n8n@0.157.0 2022-01-02 09:47:14 +00:00
Jan Oberhauser
86578cf32f ⬆️ Set n8n-core@0.99.0, n8n-editor-ui@0.124.0 and n8n-nodes-base@0.155.0 on n8n 2022-01-02 09:47:13 +00:00
Jan Oberhauser
a3dae4e640 🔖 Release n8n-editor-ui@0.124.0 2022-01-02 09:46:01 +00:00
Jan Oberhauser
0ef77bae98 🔖 Release n8n-nodes-base@0.155.0 2022-01-02 09:45:20 +00:00
Jan Oberhauser
7861883afb ⬆️ Set n8n-core@0.99.0 on n8n-nodes-base 2022-01-02 09:45:19 +00:00
Jan Oberhauser
cf1173da10 🔖 Release n8n-node-dev@0.38.0 2022-01-02 09:45:09 +00:00
Jan Oberhauser
0a7693d050 ⬆️ Set n8n-core@0.99.0 on n8n-node-dev 2022-01-02 09:45:09 +00:00
Jan Oberhauser
ca0ccad578 🔖 Release n8n-core@0.99.0 2022-01-02 09:45:00 +00:00
Jan Oberhauser
1d4da56ffa ⬆️ Update package-lock.json file 2022-01-02 10:44:33 +01:00
Jan Oberhauser
6d0a4d2132 ⚡ Always stringify data of Function-Nodes (#2606)
* ⚡ Always stringify data of Function-Nodes

* ⚡ Fix lint issue and fix data
2022-01-02 10:33:15 +01:00
Iván Ovejero
815e405148 🐛 Fix number suffix in duplicate node (#2602)
* 🐛 Fix number suffix in duplicate node

* 🔥 Remove logging
2022-01-02 10:31:06 +01:00
Harshil Agrawal
77970d85f0 ⚡ Add codex files for Figma and Workable (#2623) 2022-01-02 10:21:49 +01:00
Jan Oberhauser
2d33848637 🔀 Merge branch 'pemontto-ignore-bots' 2022-01-02 10:20:39 +01:00
Jan Oberhauser
4cb52c710f ⚡ Fix parameter "Ignore Bots" parameter order 2022-01-02 10:20:12 +01:00
Jan Oberhauser
eeccc69b4f 🔀 Merge branch 'ignore-bots' of https://github.com/pemontto/n8n into pemontto-ignore-bots 2022-01-01 23:15:10 +01:00
Anuj Kapoor
5c11eb5230 🐛 Fix digest-auth (#2577)
* 🚢 Added digest-header package to get auth

* ⚡ Fix type issue and digest auth header request

* ⚡ Removed auth details from first request

* Added diest to authorization header

* ⚡ fixed typo in url

* ⚡ Removed broken package and addded auth implimentation

* ⚡ Added check for www header

* 👕 Moved digestAuth to a specific function

* 👕 Code restructuring

* ⚡ Added seperate promise for digest-auth

* 👕 Fix formatting

* 👕 renamed digestPromise to axiosPromise

* 👕 Removed redundant silce function
2021-12-30 07:58:45 +01:00
Ricardo Espinoza
755af2e41f ✨ Add engagement resource - Hubspot Node (#2615)
* ⚡ Add engagement resource

* ⚡ Improvements

* 🐛 Fix forObjectType:contact

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-12-29 23:36:25 +01:00
Ricardo Espinoza
7a8425a152 ✨ Add Notion node V2 (#2437)
* ⚡ Add versioning

* ⚡ Add credentials verification

* ⚡ Add folmula filtering

* ⚡ Add file support

* ⚡ Apply internal review

* ⚡ Improvements

* ⚡ Add page updated event to trigger

* ⚡ Use name instead of id when setting expression in select type

* ⚡ improvements

* ⚡ Improvements

* ⚡ Improvement to descriptions

* ⚡ Add filter to databasePage:getAll

* ⚡ Improvements

* ⚡ Add database:search operation

* ⚡ Add page:archive operation

* ⚡ Allow clearing fields date type

* ⚡ Allow setting single value in people type field

* asasas

* asasas

* aaaaa

* ⚡ Improvements

* ⚡ Fix merging issues

* 🐛 Fix filename

* ⚡ Minor fix

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-12-29 23:23:22 +01:00
Jan Oberhauser
aab5f5ddab 🔖 Release n8n@0.156.0 2021-12-25 13:19:52 +00:00
Jan Oberhauser
e2a44770b8 ⬆️ Set n8n-core@0.98.0, n8n-editor-ui@0.123.0, n8n-nodes-base@0.154.0 and n8n-workflow@0.81.0 on n8n 2021-12-25 13:19:52 +00:00
Jan Oberhauser
bef05d2c9d 🔖 Release n8n-editor-ui@0.123.0 2021-12-25 13:18:31 +00:00
Jan Oberhauser
b7be337933 ⬆️ Set n8n-workflow@0.81.0 on n8n-editor-ui 2021-12-25 13:18:31 +00:00
Jan Oberhauser
f25af2a7bd 🔖 Release n8n-nodes-base@0.154.0 2021-12-25 13:17:56 +00:00
Jan Oberhauser
1612549d13 ⬆️ Set n8n-core@0.98.0 and n8n-workflow@0.81.0 on n8n-nodes-base 2021-12-25 13:17:56 +00:00
Jan Oberhauser
4c8772e0ea 🔖 Release n8n-node-dev@0.37.0 2021-12-25 13:17:45 +00:00
Jan Oberhauser
64ff8f9697 ⬆️ Set n8n-core@0.98.0 and n8n-workflow@0.81.0 on n8n-node-dev 2021-12-25 13:17:45 +00:00
Jan Oberhauser
9a8e0d0dd7 🔖 Release n8n-core@0.98.0 2021-12-25 13:17:36 +00:00
Jan Oberhauser
18599323eb ⬆️ Set n8n-workflow@0.81.0 on n8n-core 2021-12-25 13:17:36 +00:00
Jan Oberhauser
63de319035 🔖 Release n8n-workflow@0.81.0 2021-12-25 13:17:26 +00:00
Jan Oberhauser
4af8a5c24d ⬆️ Update package-lock.json file 2021-12-25 14:12:21 +01:00
Jan Oberhauser
2996d5d1e8 👕 Fix lint issue 2021-12-25 13:51:42 +01:00
Vahid Sebto
8f9dbb7163 ⚡ Add executionId workflow.postExecute external hook (#2569)
Co-authored-by: Jan Oberhauser <janober@users.noreply.github.com>
2021-12-25 13:42:17 +01:00
Jan Oberhauser
522de66583 🔀 Merge branch 'toadle-patch-1' 2021-12-25 11:36:36 +01:00
Jan Oberhauser
9493d72c21 ⚡ Minor improvement 2021-12-25 11:35:53 +01:00
Jan Oberhauser
79dd8c1adf 🔀 Merge branch 'patch-1' of https://github.com/toadle/n8n into toadle-patch-1 2021-12-25 11:27:50 +01:00
Iván Ovejero
26eac80d49 ⚡ Parse single-line private key for Google service account (#2132)
* ⚡ Parse single-line private key

* ✏️ Update description and placeholder

* ⚡ Some improvements

Co-authored-by: Jan Oberhauser <janober@users.noreply.github.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-12-24 16:12:18 +01:00
Manuel
231c760ef5 ⚡ Add missing gitlab trigger event types (#2591)
See issue #2590
2021-12-24 11:37:24 +01:00
Jan Oberhauser
185bc04436 ⚡ Automatically remove new lines from Google credentials 2021-12-24 10:48:23 +01:00
Jan Oberhauser
205ae0986f 🐛 Display correct expression result for not first output data 2021-12-24 10:10:13 +01:00
Jan Oberhauser
48f0f71f95 ✨ Make it possible to disable the UI 2021-12-24 07:59:14 +01:00
Ahsan Virani
1e42effc3a ✨ Introduce binary data management (#2059)
* introduce binary data management

* merge fixes

* fixes

* init binary data manager for other modes

* improve binary manager

* improve binary manager

* delete binary data on executions delete

* lazy delete non-saved executions binary data

* merge fixes + error handing

* improve structure

* leftovers and cleanups

* formatting

* fix config description

* fixes

* fix races

* duplicate binary data for execute workflow node

* clean up and cr

* update mode name, add binary mode to diagnostics

* update mode name, add prefix to filename

* update filename

* allow multiple modes, backward compatibility

* improve file and id naming

* use execution id for binary data storage

* delete binary data by execution id

* add meta for persisted binary data

* delete marked persisted files

* mark deletion by executionid

* add env var for persisted binary data ttl

* improvements

* lint fix

* fix env var description

* cleanup

* cleanup

* ⚡ Minor improvements

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-12-23 22:29:04 +01:00
Omar Ajoue
416e15cdb6 ⚡ Improve axios output to be more identical to request (#2588) 2021-12-23 21:20:50 +01:00
Jan Oberhauser
aecb30dfa8 🔀 Merge branch 'arpadgabor-feat/monaco' 2021-12-23 21:00:54 +01:00
Jan Oberhauser
b4f2251bcb ⚡ Improvements 2021-12-23 21:00:08 +01:00