Karl Hopkinson-Turrell
fff0ce62d3
ci: check commit message format ( #4010 )
...
* ci: check commit message format
* ci: switch to PR title checking
* ci: target pull request checks to master
2022-09-06 10:26:33 +01:00
Jonathan Bennetts
c28f69b276
fix(awsLambda Node): fix json data being sent to AWS Lambda as string ( #4029 )
...
Fix AWS lamba by not sending json as string
2022-09-06 10:01:48 +02:00
कारतोफ्फेलस्क्रिप्ट™
d554128457
fix(cli): include "auth-excluded" endpoints on the history middleware as well ( #4028 )
...
right now endpoints defined in `N8N_AUTH_EXCLUDE_ENDPOINTS` are skipping the JWT auth, and the history middleware is returning 404 on these urls. This change ensures that these endpoints skip all auth-related middlewares.
2022-09-05 20:39:48 +02:00
OlegIvaniv
287533e6c8
feat(editor): Use i18n component instead od v-html for localization
...
* feat(editor): Export i18n instance and bind it to Vue instance
* feat(editor): Audit usage of v-html and replace with alternatives where possible
* 🔀 Fix conflicted element in RunDataTable
* ♻️ Refactor issues elements with the new TitledList component
* 🐛 Fixing unknown node modal dialog content rendering
Co-authored-by: Milorad Filipovic <milorad@n8n.io>
2022-09-05 16:36:22 +02:00
Alex Grozav
bbd967bbdf
fix: Fixed n8n-square-button import. ( #4024 )
2022-09-05 16:08:39 +03:00
Michael Kret
2746905570
fix(Node Gmail): fixed bug related to paired items
2022-09-05 15:57:33 +03:00
ruanjiefeng
71cae90679
fix(kafkaTrigger Node): fix kafka trigger not working with default max requests value
2022-09-05 12:11:25 +01:00
Omar Ajoue
9314086b6a
fix: issue with postgres insert and paired item ( #4020 )
...
fix: issue with postgres node and paired item
2022-09-05 11:22:51 +02:00
कारतोफ्फेलस्क्रिप्ट™
6be999714f
feat(cli): add external hooks for when members are added or deleted ( #3988 )
2022-09-05 09:03:05 +02:00
Jonathan Bennetts
fc6484ba4d
fix(core): Fix MySQL migration issue with table prefix ( #4013 )
...
* Fix mysql migration issue on execution entity
* Fix one down migration
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2022-09-03 20:02:39 +02:00
Jonathan Bennetts
5753110402
fix(GitHub Node): Fix binary data not being returned ( #4017 )
...
Fix binary data not being returned in Github node
2022-09-03 13:35:44 +02:00
Jonathan Bennetts
6216132ae2
fix(GraphQL Node): Fix issue with return items ( #4016 )
...
* fix graphql return items
* ⚡ Remove not used code
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2022-09-03 13:20:25 +02:00
Jonathan Bennetts
73c5210294
fix(beeminder Node): fix request id not being sent when creating a new datapoint
2022-09-02 15:51:05 +01:00
Jonathan Bennetts
071ab40c9f
fix(shopify Node): fix pagination when empty fields are sent
2022-09-02 15:47:03 +01:00
Jonathan Bennetts
82827d0a12
fix(monicaCrm Node): fix pagination when using return all
2022-09-02 15:43:14 +01:00
Aaron Delasy
49c85a1df8
fix: correct all the spelling typos ( #3960 )
...
* Improve code health
Fix TS typos in local variables
Fix CSS typos in local styles
Fix typos in comments
Fix typos in strings
* Fix order of n8n setup sections in CONTRIBUTING.md
2022-09-02 16:13:17 +02:00
Omar Ajoue
a3791c22b3
feat: add possibility to configure stop time for workers ( #4012 )
...
* feat: add a timer to gracefully control how long workers wait before exiting
2022-09-02 15:40:45 +02:00
Michael Kret
aec5c26564
feat (TelegramTrigger Node): added notice explaining behavior when several attachments are uploaded
2022-09-02 13:38:24 +03:00
Ricardo Espinoza
3163742fd7
fix(Raindrop Node): Fix issue refreshing OAuth2 credentials
...
🐛 Fix issue refreshing access token
2022-09-02 11:48:04 +02:00
Jan Oberhauser
eb8408b000
Improve Changelog
2022-09-01 18:43:22 +02:00
Jan Oberhauser
795add31c3
📚 Update CHANGELOG.md and main package.json to 0.193.3
2022-09-01 18:10:43 +02:00
Jan Oberhauser
47546bb279
🔖 Release n8n@0.193.3
2022-09-01 18:07:48 +02:00
Jan Oberhauser
3b169ef856
⬆️ Set n8n-core@0.133.1, n8n-editor-ui@0.159.2 and n8n-nodes-base@0.191.1 on n8n
2022-09-01 18:07:11 +02:00
Jan Oberhauser
12c9ea0946
🔖 Release n8n-editor-ui@0.159.2
2022-09-01 18:05:26 +02:00
Jan Oberhauser
297a279991
🔖 Release n8n-nodes-base@0.191.1
2022-09-01 18:03:26 +02:00
Jan Oberhauser
1fb8c358fd
⬆️ Set n8n-core@0.133.1 on n8n-nodes-base
2022-09-01 18:02:16 +02:00
Jan Oberhauser
7dc2da539c
🔖 Release n8n-core@0.133.1
2022-09-01 18:00:24 +02:00
Omar Ajoue
54efe20ee4
fix: remove duplicate wrap of paired item data ( #4001 )
...
* fix: remove duplicate wrap of paired item data and adding where missing for other nodes
2022-09-01 17:48:22 +02:00
Iván Ovejero
c8743ff6ca
fix(core): Fix disabled parent output in partial execution ( #3946 )
...
🐛 Skip disabled parent in partial execution
2022-09-01 15:43:48 +02:00
Ben Hesseldieck
936cb11789
fix(cli): initialize mailer just if connection can be verified ( #3997 )
2022-09-01 14:57:14 +02:00
agobrech
d82e87979d
feature: add database and non http credentials test
...
Add credential testing to Postgres, MySQL, MicrosoftSQL, Redis, FTP, SFTP, IMAP, RabbitMQ and MQTT
Co-authored-by: Omar Ajoue <krynble@gmail.com>
2022-09-01 14:29:15 +02:00
Michael Kret
b5511e5ac7
feature: add MongoDB credential testing and two operations: findOneAndReplace and findOneAndUpdate ( #3901 )
...
* feature: add MongoDB credential testing and two operations: findOneAndReplace and findOneAndUpdate
Co-authored-by: Anas Naim <anas.naim@hotmail.com>
2022-09-01 10:23:15 +02:00
Iván Ovejero
ee519b0c08
refactor(editor-ui): Create first PH experiment ( #3969 )
2022-09-01 10:05:22 +02:00
Jan Oberhauser
10cdf60202
📚 Update CHANGELOG.md and main package.json to 0.193.2
2022-09-01 09:52:16 +02:00
Jan Oberhauser
c0c10b8961
🔖 Release n8n@0.193.2
2022-09-01 09:48:59 +02:00
कारतोफ्फेलस्क्रिप्ट™
aec2489aef
fix(docker): n8n docker image needs su-exec ( #3993 )
2022-09-01 09:48:26 +02:00
कारतोफ्फेलस्क्रिप्ट™
34a99fd089
fix(docker): Revert docker USER
and WORKDIR
changes ( #3992 )
...
Switching from `root` to another user needs a bit more testing, as we need to figure out how to auto-migrate all existing instances of n8n when people upgrade.
2022-09-01 09:40:35 +02:00
Omar Ajoue
2a539d7849
Fix missing slash in oauth2 urls ( #3991 )
2022-09-01 09:36:45 +02:00
कारतोफ्फेलस्क्रिप्ट™
346ebee584
fix(docker): Make the docker images backward compatible ( #3987 )
2022-08-31 19:34:30 +02:00
Jan Oberhauser
0426253376
📚 Update CHANGELOG.md and main package.json to 0.193.1
2022-08-31 18:49:36 +02:00
Jan Oberhauser
69c8a6b2ab
🔖 Release n8n@0.193.1
2022-08-31 18:47:27 +02:00
Jan Oberhauser
28f6e033f2
⬆️ Set n8n-editor-ui@0.159.1 on n8n
2022-08-31 18:46:34 +02:00
Jan Oberhauser
20dbb3da2d
🔖 Release n8n-editor-ui@0.159.1
2022-08-31 18:44:58 +02:00
Mutasem Aldmour
bee3840050
fix(editor): fix bug where col headers don't show ( #3985 )
...
fix bug where col headers dont show
2022-08-31 17:58:43 +02:00
Jan Oberhauser
143707cc17
📚 Update CHANGELOG.md and main package.json to 0.193.0
2022-08-31 16:56:51 +02:00
Jan Oberhauser
e05fde0c16
🔖 Release n8n@0.193.0
2022-08-31 14:49:00 +00:00
Jan Oberhauser
f987772a4c
⬆️ Set n8n-core@0.133.0, n8n-editor-ui@0.159.0, n8n-nodes-base@0.191.0 and n8n-workflow@0.115.0 on n8n
2022-08-31 14:48:59 +00:00
Jan Oberhauser
c78350ac11
🔖 Release n8n-editor-ui@0.159.0
2022-08-31 14:47:28 +00:00
Jan Oberhauser
c7db31a2db
⬆️ Set n8n-design-system@0.33.0 and n8n-workflow@0.115.0 on n8n-editor-ui
2022-08-31 14:47:28 +00:00
Jan Oberhauser
7b5b2cb8bc
🔖 Release n8n-design-system@0.33.0
2022-08-31 14:47:16 +00:00