Commit graph

5158 commits

Author SHA1 Message Date
Jan Oberhauser a7acc201be ⬆️ Set n8n-core@0.112.0, n8n-editor-ui@0.138.0, n8n-nodes-base@0.169.0 and n8n-workflow@0.94.0 on n8n 2022-04-03 08:00:41 +00:00
Jan Oberhauser 92fa5b27f2 🔖 Release n8n-editor-ui@0.138.0 2022-04-03 07:59:16 +00:00
Jan Oberhauser affc1fbeb1 ⬆️ Set n8n-workflow@0.94.0 on n8n-editor-ui 2022-04-03 07:59:16 +00:00
Jan Oberhauser b4de377b8d 🔖 Release n8n-nodes-base@0.169.0 2022-04-03 07:58:38 +00:00
Jan Oberhauser 5036b30d7f ⬆️ Set n8n-core@0.112.0 and n8n-workflow@0.94.0 on n8n-nodes-base 2022-04-03 07:58:37 +00:00
Jan Oberhauser 175de94425 🔖 Release n8n-node-dev@0.51.0 2022-04-03 07:58:30 +00:00
Jan Oberhauser 1b8e4db930 ⬆️ Set n8n-core@0.112.0 and n8n-workflow@0.94.0 on n8n-node-dev 2022-04-03 07:58:30 +00:00
Jan Oberhauser f4aebd5ea4 🔖 Release n8n-core@0.112.0 2022-04-03 07:58:22 +00:00
Jan Oberhauser 755adecea5 ⬆️ Set n8n-workflow@0.94.0 on n8n-core 2022-04-03 07:58:22 +00:00
Jan Oberhauser d5c901f110 🔖 Release n8n-workflow@0.94.0 2022-04-03 07:58:13 +00:00
Jan Oberhauser 7dacdf119a 👕 Fix lint issue 2022-04-03 09:48:09 +02:00
Snyk bot 2070357e38
⬆️ Set simple-git@3.5.0 on n8n-nodes-base
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-SIMPLEGIT-2434306
2022-04-03 09:45:22 +02:00
Jan Oberhauser 85f15d4989
fix(EmailReadImap Node): Fix issue that crashed process if node was configured wrong (#3079)
* 🐛 Fix issue that IMAP node can crash n8n

* 👕 Fix lint issue
2022-04-02 17:33:31 +02:00
pemontto 2c72584b55
feat(ServiceNow Node): Add basicAuth support and fix getColumns loadOptions (#2712)
*  Support basic auth for ServiceNow

* 🐛 Support ServiceNow sysparm_fields as string

*  credential test for basic auth

* fix(Google Tasks Node): Fix "Show Completed" option and hide title field where not needed (#2741)

* 🐛 Google Tasks: Fix showCompleted

*  Improvements

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>

* feat(Mocean Node): Add "Delivery Report URL" option and credential tests (#3075)

* add dlr url column

add dlr url(delivery report URl) column. Allow user set the
endpoint
to receive the report

* update

update delivery report url description

*  fixed nodelinter issues, added credential test, replaced icon

*  Improvements

Co-authored-by: d3no <d3no520@gmail.com>
Co-authored-by: Michael Kret <michael.k@radency.com>

* feat(Emelia Node): Add Campaign > Duplicate functionality (#3000)

* feat(Emelia Node): Add campaign duplication feature

*  small ui fixes, added credential test, fixed nodelinter issues

*  Improvements

*  Updated wording for Number operations on IF-Node (#3065)

* fix(Google Tasks Node): Fix "Show Completed" option and hide title field where not needed (#2741)

* 🐛 Google Tasks: Fix showCompleted

*  Improvements

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>

* feat(Mocean Node): Add "Delivery Report URL" option and credential tests (#3075)

* add dlr url column

add dlr url(delivery report URl) column. Allow user set the
endpoint
to receive the report

* update

update delivery report url description

*  fixed nodelinter issues, added credential test, replaced icon

*  Improvements

Co-authored-by: d3no <d3no520@gmail.com>
Co-authored-by: Michael Kret <michael.k@radency.com>

*  Normalize name

Co-authored-by: Michael Kret <michael.k@radency.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: Tom <19203795+that-one-tom@users.noreply.github.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: d3no <d3no520@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>

*  fix nodelinter issues, added hint to field option

* fix(GraphQL Node)!: Correctly report errors returned by the API (#3071)

* upstream merge

*  graphql node will throw error when response has errors property

* 🔨 updated changelog

*  Improvements

*  Improvements

*  Add package-lock.json back

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>

* feat(FTP Node): Add option to recursively create directories on rename (#3001)

* Recursively Make Directories on SFTP Rename

* Linting

*  Improvement

*  Rename "Move" to "Create Directories"

* Change "Create Directories" description

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>

* feat(Microsoft Teams Node): Add chat message support (#2635)

*  Add chat messages to MS Teams node

* Updated credentials to include missing scope

*  Small improvements

Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>

* feat(Mautic Node): Add credential test and allow trailing slash in host (#3080)

* Updated Mautic to stop trailing slashes from causing an issue

* Fixed oauth failing when there is a trailing slash in the mautic host

* Added credential test

* test: Fix randomly failing UM tests (#3061)

*  Declutter test logs

* 🐛 Fix random passwords length

* 🐛 Fix password hashing in test user creation

* 🐛 Hash leftover password

*  Improve error message for `compare`

*  Restore `randomInvalidPassword` contant

*  Mock Telemetry module to prevent `--forceExit`

*  Silence logger

*  Simplify condition

*  Unhash password in payload

* fix(NocoDB Node): Fix pagination (#3081)

* feat(Strava Node): Add "Get Streams" operation (#2582)

* Strava node: adding getStreams operation

* Changed the keys to use multiOptions

Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>

*  Improvements

* fix(core): Fix crash on webhook when last node did not return data

* fix(Salesforce Node): Fix issue that "status" did not get used for Case => Create & Update (#2212)

* bugfix for salesforce case create and update case not picking status

* 🐛 Fix issue with package-lock.json

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>

* 🐛 Fix issue with credentials

*  Fix basicAuth

*  Reset default

Co-authored-by: Michael Kret <michael.k@radency.com>
Co-authored-by: Tom <19203795+that-one-tom@users.noreply.github.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: d3no <d3no520@gmail.com>
Co-authored-by: Charles Lecalier <charles.lecalier@gmail.com>
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Michael Kret <88898367+michael-radency@users.noreply.github.com>
Co-authored-by: Rhys Williams <me@rhyswilliams.co.za>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Luis Cipriani <37157+lfcipriani@users.noreply.github.com>
Co-authored-by: Ketan Somvanshi <ketan.somvanshi@plivo.com>
2022-04-02 17:22:13 +02:00
Ketan Somvanshi 1018146f21
fix(Salesforce Node): Fix issue that "status" did not get used for Case => Create & Update (#2212)
* bugfix for salesforce case create and update case not picking status

* 🐛 Fix issue with package-lock.json

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2022-04-02 10:45:20 +02:00
Jan Oberhauser c50d04af9e fix(core): Fix crash on webhook when last node did not return data 2022-04-02 09:43:51 +02:00
Luis Cipriani 6bbb4df059
feat(Strava Node): Add "Get Streams" operation (#2582)
* Strava node: adding getStreams operation

* Changed the keys to use multiOptions

Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
2022-04-01 18:24:47 +02:00
Jonathan Bennetts 5f44b0dad5
fix(NocoDB Node): Fix pagination (#3081) 2022-04-01 18:11:18 +02:00
Iván Ovejero 7625421b81
test: Fix randomly failing UM tests (#3061)
*  Declutter test logs

* 🐛 Fix random passwords length

* 🐛 Fix password hashing in test user creation

* 🐛 Hash leftover password

*  Improve error message for `compare`

*  Restore `randomInvalidPassword` contant

*  Mock Telemetry module to prevent `--forceExit`

*  Silence logger

*  Simplify condition

*  Unhash password in payload
2022-04-01 17:48:02 +02:00
Jonathan Bennetts 0a75539cc3
feat(Mautic Node): Add credential test and allow trailing slash in host (#3080)
* Updated Mautic to stop trailing slashes from causing an issue

* Fixed oauth failing when there is a trailing slash in the mautic host

* Added credential test
2022-04-01 17:31:43 +02:00
pemontto 984f62df9e
feat(Microsoft Teams Node): Add chat message support (#2635)
*  Add chat messages to MS Teams node

* Updated credentials to include missing scope

*  Small improvements

Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2022-04-01 17:21:25 +02:00
Mutasem 2c6dac6886 update styles of pagination 2022-04-01 14:53:37 +02:00
Rhys Williams 39a6f41720
feat(FTP Node): Add option to recursively create directories on rename (#3001)
* Recursively Make Directories on SFTP Rename

* Linting

*  Improvement

*  Rename "Move" to "Create Directories"

* Change "Create Directories" description

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2022-04-01 14:48:45 +02:00
Michael Kret 8a94f1e361
fix(GraphQL Node)!: Correctly report errors returned by the API (#3071)
* upstream merge

*  graphql node will throw error when response has errors property

* 🔨 updated changelog

*  Improvements

*  Improvements

*  Add package-lock.json back

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2022-04-01 14:38:26 +02:00
Charles Lecalier 0b08be1c0b
feat(Emelia Node): Add Campaign > Duplicate functionality (#3000)
* feat(Emelia Node): Add campaign duplication feature

*  small ui fixes, added credential test, fixed nodelinter issues

*  Improvements

*  Updated wording for Number operations on IF-Node (#3065)

* fix(Google Tasks Node): Fix "Show Completed" option and hide title field where not needed (#2741)

* 🐛 Google Tasks: Fix showCompleted

*  Improvements

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>

* feat(Mocean Node): Add "Delivery Report URL" option and credential tests (#3075)

* add dlr url column

add dlr url(delivery report URl) column. Allow user set the
endpoint
to receive the report

* update

update delivery report url description

*  fixed nodelinter issues, added credential test, replaced icon

*  Improvements

Co-authored-by: d3no <d3no520@gmail.com>
Co-authored-by: Michael Kret <michael.k@radency.com>

*  Normalize name

Co-authored-by: Michael Kret <michael.k@radency.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jonathan Bennetts <jonathan.bennetts@gmail.com>
Co-authored-by: Tom <19203795+that-one-tom@users.noreply.github.com>
Co-authored-by: Ricardo Espinoza <ricardo@n8n.io>
Co-authored-by: d3no <d3no520@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2022-04-01 10:12:47 +02:00
Ricardo Espinoza c89d2b10f2
feat(Mocean Node): Add "Delivery Report URL" option and credential tests (#3075)
* add dlr url column

add dlr url(delivery report URl) column. Allow user set the
endpoint
to receive the report

* update

update delivery report url description

*  fixed nodelinter issues, added credential test, replaced icon

*  Improvements

Co-authored-by: d3no <d3no520@gmail.com>
Co-authored-by: Michael Kret <michael.k@radency.com>
2022-04-01 09:03:45 +02:00
Tom 9d703e366b
fix(Google Tasks Node): Fix "Show Completed" option and hide title field where not needed (#2741)
* 🐛 Google Tasks: Fix showCompleted

*  Improvements

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2022-04-01 08:32:41 +02:00
Mutasem 31a3360b2d use event bus 2022-03-31 23:07:55 +02:00
Mutasem b8ae4a628a delete unused keys 2022-03-31 23:03:21 +02:00
Mutasem 09b697db57 add colors 2022-03-31 22:48:05 +02:00
Mutasem 0a330dfb90 remove duplicate css 2022-03-31 22:42:50 +02:00
Mutasem 43e0940725 binary data classes 2022-03-31 21:49:14 +02:00
Mutasem 291c235690 change title colors 2022-03-31 21:12:08 +02:00
Mutasem ddd6bed33c hide x 2022-03-31 21:04:56 +02:00
Mutasem 9b6a41dab4 remove metadata on delete 2022-03-31 21:01:25 +02:00
Mutasem fec26a8117 update stale data on rename 2022-03-31 20:59:35 +02:00
Mutasem d81a8df14e update tabs on resize 2022-03-31 20:59:23 +02:00
Jonathan Bennetts 97ed5f8c1e
Updated wording for Number operations on IF-Node (#3065) 2022-03-31 18:25:11 +02:00
Mutasem 172bb82f30 add scroll buttons 2022-03-31 14:06:05 +02:00
Mutasem f951ec08f1 fix smaller size 2022-03-31 12:52:31 +02:00
Mutasem da5241395e move metadata to its own state 2022-03-31 11:44:16 +02:00
Mutasem 8fe417afe4 Revert "enable stale data in execution run"
8edb68dbff
2022-03-31 11:28:27 +02:00
Mutasem 8edb68dbff enable stale data in execution run 2022-03-31 11:26:45 +02:00
Mutasem 665f826119 add stale icon 2022-03-31 08:50:51 +02:00
Mutasem 8ad7b16acb Add pagination 2022-03-30 13:53:43 +02:00
Mutasem bc5445a478 clean up a bit 2022-03-30 08:58:46 +02:00
Mutasem e77270d9f3 add select prepend 2022-03-30 08:36:52 +02:00
Mutasem 3c495d5e48 increase selector size 2022-03-30 08:09:09 +02:00
Mutasem f906dbf3e5 hide items when run selector is shown 2022-03-30 08:06:45 +02:00
Mutasem f5f2df7291 add type 2022-03-30 08:04:06 +02:00
Mutasem 0d88d9d061 fix docs in custom nodes 2022-03-30 08:03:18 +02:00
Mutasem c951ecec25 fix branch naming; type issues 2022-03-30 06:40:42 +02:00
Mutasem f6aaa32727 fix copy button 2022-03-29 22:22:51 +02:00
Mutasem d24d8d8469 fix up spacing 2022-03-29 22:17:06 +02:00
Mutasem 9e546d9f51 increase width of selector 2022-03-29 22:03:25 +02:00
Mutasem 5b8dd354d9 clean up 2022-03-29 22:02:54 +02:00
Mutasem ed1aa8df4b fix positioning 2022-03-29 20:58:27 +02:00
Mutasem aae79879f7 add run selector 2022-03-29 20:08:46 +02:00
Mutasem 329da9e28c fix up spacing 2022-03-29 18:06:13 +02:00
Mutasem 6215764867 fix spacing 2022-03-29 17:59:19 +02:00
Mutasem b32ee7472f add branch names 2022-03-29 17:49:49 +02:00
Mutasem 4344cc67a8 refactor tabs 2022-03-29 17:32:23 +02:00
Mutasem 0bb3c6498d show empty row for every item 2022-03-29 13:44:46 +02:00
Mutasem d41c606bb8 add vjs styles 2022-03-29 12:40:04 +02:00
Mutasem fa555b3e9c 1 item 2022-03-29 12:34:21 +02:00
Mutasem d04078af2b fix binary view 2022-03-29 12:31:07 +02:00
Mutasem 85b42b287a add empty run state 2022-03-29 11:45:27 +02:00
Mutasem dde78de85c show selector on empty state 2022-03-29 11:26:27 +02:00
Mutasem a5a9243091 add hover state 2022-03-29 11:25:20 +02:00
Mutasem 2051ee67f2 move items, fix positions 2022-03-29 11:23:08 +02:00
Mutasem fe269797dd fix small screen bug 2022-03-29 08:19:50 +02:00
Mutasem de3f0533a1 Merge branch 'n8n-3193-main-panel' of github.com:n8n-io/n8n into N8N-3194-output-panels 2022-03-29 08:15:51 +02:00
Mutasem 236e736767 rename component 2022-03-29 08:14:59 +02:00
Mutasem 58af5f7381 fix workflow rename bug 2022-03-29 08:12:47 +02:00
Mutasem f42db21b35 fix error view 2022-03-28 22:41:28 +02:00
Mutasem 1057616fb9 add more views 2022-03-28 22:26:37 +02:00
Mutasem 56f02b3362 refactor header 2022-03-28 19:03:54 +02:00
Mutasem 865b795733 refactor execute button 2022-03-28 15:10:41 +02:00
Mutasem 32ec5133a3 refactor tabs out 2022-03-28 14:50:35 +02:00
Mutasem f5df535797 fix renaming 2022-03-28 14:33:18 +02:00
Mutasem ab840e7bb2 fix bug 2022-03-28 14:31:37 +02:00
Mutasem d4acba8835 hide docs url 2022-03-28 14:10:53 +02:00
Mutasem b50e143307 fix spacing 2022-03-28 14:06:55 +02:00
Mutasem 65fd42da24 fix spacing 2022-03-28 14:06:33 +02:00
Mutasem 0402bd4659 remove mixin 2022-03-28 14:04:54 +02:00
Mutasem 6d49f99d16 truncate name 2022-03-28 13:36:11 +02:00
Mutasem 4c3231e156 fix spacing 2022-03-28 13:27:23 +02:00
Mutasem c3e9cbcfd6 fix component styles 2022-03-28 13:10:10 +02:00
Jan Oberhauser 13a9db7745
feat(editor): Add download button for binary data (#2992)
*  Make it possible to download binary data

*  Fix lint issues and add support for filesystem mode

*  Design adjustment
2022-03-28 12:59:53 +02:00
Mutasem b4a49b2681 add rename modal 2022-03-28 12:55:25 +02:00
Mutasem 352583d3d6 clean up settings 2022-03-28 10:32:24 +02:00
Mutasem 3653aab916 update node settings 2022-03-28 10:21:45 +02:00
Mutasem 83c7e20c8b add icon 2022-03-28 10:18:38 +02:00
Mutasem b81c8ea1ad fix docs link 2022-03-28 09:54:34 +02:00
Mutasem 83460e967a finish up tabs 2022-03-28 09:48:37 +02:00
Jan Oberhauser 492f1de7e8 🔖 Release n8n@0.170.0 2022-03-27 10:48:09 +00:00
Jan Oberhauser 6d604b48e5 ⬆️ Set n8n-core@0.111.0, n8n-editor-ui@0.137.0, n8n-nodes-base@0.168.0 and n8n-workflow@0.93.0 on n8n 2022-03-27 10:48:08 +00:00
Jan Oberhauser 2768ebce1f 🔖 Release n8n-editor-ui@0.137.0 2022-03-27 10:46:51 +00:00
Jan Oberhauser 33fe1b67ef ⬆️ Set n8n-design-system@0.16.0 and n8n-workflow@0.93.0 on n8n-editor-ui 2022-03-27 10:46:51 +00:00
Jan Oberhauser 280a5913b3 🔖 Release n8n-design-system@0.16.0 2022-03-27 10:46:45 +00:00