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
Jan Oberhauser
395f8ed5b5
🐛 Add support for data from not first output data
2021-12-23 19:11:14 +01:00
Jan Oberhauser
85be1223e9
⚡ Further improve default types
2021-12-23 18:15:40 +01:00
Jan Oberhauser
cc4f16f419
⚡ Improve default types if there is not execution data
2021-12-23 18:13:25 +01:00
Jan Oberhauser
4ab7257c2b
🐛 Fix issue with comments in last line
2021-12-23 18:02:32 +01:00
Tim Adler
88fd0078f5
Expose functionality for update
2021-12-23 17:46:46 +01:00
Tim Adler
7843c59ab4
Add functionality back to Node
2021-12-23 17:45:30 +01:00
Jan Oberhauser
b9abf5c57b
🐛 Fix issue with no incoming data
2021-12-23 15:54:30 +01:00
Jan Oberhauser
0f1b8779e4
⚡ Add line numbers to errors
2021-12-23 15:16:42 +01:00
Jan Oberhauser
15aa0b79bd
🔀 Merge branch 'l4u-kitemaker-add-spaceid-to-create-workitem'
2021-12-23 13:49:30 +01:00
Jan Oberhauser
96a112f01d
⚡ Fix lint issue and comparison
2021-12-23 13:49:09 +01:00
Jan Oberhauser
49f42b97ef
🔀 Merge branch 'kitemaker-add-spaceid-to-create-workitem' of https://github.com/l4u/n8n into l4u-kitemaker-add-spaceid-to-create-workitem
2021-12-23 13:32:03 +01:00
Iván Ovejero
2b74b6238e
⚡ Deprecate step size and node color ( #2586 )
...
* 🔥 Deprecate numberStepSize
* 🔥 Deprecate color in non-FA nodes
* ⚡ Minor node name fixes
* 📦 Update package-lock.json
* ⏪ Restore Merge node color
* 👕 Fix lint
2021-12-23 13:30:35 +01:00
Iván Ovejero
0ce26d48e0
⚡ Minor i18n fixes ( #2585 )
...
* ⚡ Make subcategory render keys consistent
* ⚡ Add missing or key
* ⚡ Fix default text for multiple value button
* ⚡ Simplify subcategory extraction
2021-12-23 12:21:27 +01:00
Jan Oberhauser
fa760ee26b
⚡ Improve autocomplete and a few other changes
2021-12-23 11:41:46 +01:00
Tim Adler
94f79f9a61
Expose pleaseParse-functionality in n8n interface
2021-12-22 22:22:13 +01:00
Jan Oberhauser
27f696ad27
🔀 Merge branch 'master' into arpadgabor-feat/monaco
2021-12-22 07:46:16 +01:00
Ricardo Espinoza
cbe2fc2210
⚡ Add Google native files support to file:download - Google Drive ( #2372 )
...
* ⚡ Add Google native files support to file:download
* ⚡ Small fix
* ⚡ Improvements
* ⚡ Fix lint issue
* ⚡ Improvements
* ⚡ Remove console.log
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-12-21 23:36:37 +01:00
Leo Lou
902a75bd18
Add SpaceID in Create Work Item for Kitemaker
2021-12-21 08:41:42 +08:00
Jan Oberhauser
cd3ea6a33f
⚡ Fix theme name
2021-12-20 23:52:19 +01:00
Jan Oberhauser
c62225c866
⚡ Fix syntax error and disable minimap
2021-12-20 23:51:04 +01:00