Ricardo Espinoza
b2e2cfa773
🐛 Handle bit (boolean) values correctly when inserting ( #1949 )
2021-06-29 10:40:47 +02:00
Iván Ovejero
29eab1dbcd
🐛 Fix Pipedrive SVG icon ( #1948 )
...
* 🎨 Fix Pipedrive SVG icon
* ⚡ Except Pipedrive SVG from optimizer
2021-06-29 07:28:02 +02:00
Jan Oberhauser
320e5f9f97
🔖 Release n8n@0.126.0
2021-06-27 11:45:19 +00:00
Jan Oberhauser
edc54782d6
⬆️ Set n8n-editor-ui@0.96.0 and n8n-nodes-base@0.123.0 on n8n
2021-06-27 11:45:18 +00:00
Jan Oberhauser
7f9d546f60
🔖 Release n8n-editor-ui@0.96.0
2021-06-27 11:44:09 +00:00
Jan Oberhauser
8231a91710
🔖 Release n8n-nodes-base@0.123.0
2021-06-27 11:43:09 +00:00
Harshil Agrawal
4d35eafc0b
⚡ Add aliases ( #1935 )
2021-06-27 13:34:08 +02:00
Iván Ovejero
91a5bc3bc4
⚡ Separate scopes and add purchase operations to QuickBooks node ( #1859 )
...
* allow qbo to use accounting or payment scopes separately
* added purchase get and getall
* removed irrelevant field options
* ⚡ Sort alphabetically
* 🔥 Remove unused file
* ✏️ Fix description casing
* ⚡ Add credentials type
* ✏️ Fix resource dividers
* 🔨 Format import
* ✏️ Fix documentation link
* ⚡ Refactor credentials
* ⚡ Use multiOptions for scopes
* 🔥 Remove payment scope
The payment scope is used only by the QuickBooks Payments API, but this node implements the QuickBooks Online API, which only needs the accounting scope.
* 🚚 Rename node to QuickBooks Online
This reflects the specific API implemented in this node and allows for a future QuickBooks Payments node. Until node versioning is released, only display name changed.
Co-authored-by: Calvin Tan <calvin14@gmail.com>
2021-06-27 13:21:11 +02:00
Iván Ovejero
224a26c922
✨ Add Action Network node ( #1897 )
...
* ✨ Create Action Network node
* 🔥 Remove comments
* 🔥 Remove status in attendance
* 🔥 Remove loaders per feedback
Loaders removed for person, event, signature and petition
* 🚚 Rename tagging to person tag
* 🔨 Convert address_lines param to string
* ⚡ Simplify responses for person resource
* ⚡ Add simplify to all operations
* ✏️ Add documentation links
* ⚡ Improvements
* ✏️ Fix positioning of doc links
* 🔨 Refactor updateFields in signature:update
* ⚡ Address minor comments
* ⚡ Improvements
* ⚡ Add continue on fail
* ⚡ Minor improvements
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-06-27 13:07:25 +02:00
Ricardo Espinoza
2ec52cf207
✨ Add Google Docs node ( #1831 )
...
* ✨ Add Google Docs node
* Implement continueOnFail
* Add insert:Table and insert/delete:TableRow,TableColumn
* Lint fixes
* Fix typos, casing and enhance code readability
* Enhance code readability & apply review changes
* ⚡ Review Google Docs node
* Apply review changes
* Minor fix
* Improvements
* Clean up
* Enhance inputs descriptions
* Removed unused type fields
* Minor fix
* ⚡ Small improvements
* ⚡ Small change
* Use Document URL insead of ID and support adding content at creation
* Refactored node to make it more user friendly
* Improve get operation
* Add simple output to get operation
* Add service account
* Apply review suggestions
* Improvements
* Enable continueOnFail
* ⚡ Minor improvements
Co-authored-by: dali <servfrdali@yahoo.fr>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-06-27 11:48:24 +02:00
Ricardo Espinoza
ce885e5071
✨ Add n8n training nodes ( #1898 )
...
* ⚡ n8n training node
* ⚡ Improvements
* ⚡ cosmetic changes
* ⚡ Improvements
* ⚡ Formatting fix
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-06-27 08:55:33 +02:00
Ricardo Espinoza
7dea5d8a4b
🐛 Fix issue escaping single quotes and mapping empty fields ( #1929 )
...
Fixes #1915 and #1916
2021-06-27 08:44:15 +02:00
Mutasem Aldmour
f940ba8f71
🐛 Fix workflow execution bugs ( #1941 )
2021-06-27 08:37:53 +02:00
Jan Oberhauser
004979f592
👕 Fix lint issue
2021-06-25 15:52:57 +02:00
Jan Oberhauser
876cf7323d
✨ Add Dimension Filters to Google Analyics Node
2021-06-25 15:51:02 +02:00
Jan Oberhauser
6c7e1ec3c9
🐛 Do not error if there is no data on Google Analytics + Sort
2021-06-25 15:38:32 +02:00
Jan Oberhauser
fe71c665fe
🐛 Fix bug with GetAll on Ghost-Node
2021-06-25 14:03:50 +02:00
Jan Oberhauser
9ef13e96ac
✨ Add mqtts to MQTT Node
2021-06-25 10:27:06 +02:00
Iván Ovejero
9f94984926
⚡ Add bucket:delete operation to AWS S3 Node ( #1936 )
2021-06-24 22:21:13 +02:00
Mutasem Aldmour
69a013d719
⚡ Improve zooming ( #1903 )
...
* implement import
* set name, remove console log
* add validation and such
* remove monday.com package for testing
* clean up code
* await new name
* refactor api requests
* remove unnessary import
* build
* add zoom button
* update positions on loading template
* update error handling
* build
* update zoom to center
* set state to dirty upon leaving
* clean up pr
* refactor func
* refactor redir
* fix lint issue
* refactor func out
* use new endpoint
* revert error changes
* revert error changes
* update logic to find top left node
* zoom to fit when opening workflow
* revert testing change
* update zoom buttons to focus on origin
* update zoom shortcut
* update shortcuts
* update case
* remove debounce
* add secondary mappings
* fix reset
* add semicolon
* split func
* address comments
* refactor out
* refactor out
* reset zoom when opening new workflow
* move interface to common file
* remove duplicate
* fix import sort
* clean up pr
* clean up pr
* ⚡ Ignore keyboard shortcuts in select fields
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-06-23 12:49:34 +02:00
Omar Ajoue
427f25d3d0
⚡ Add "Split Into Items" option to HTTP Request node ( #1912 )
...
* Added the option to flatten output so we can more easily work with arrays
* ⚡ Change parameter name
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-06-23 12:04:50 +02:00
Ben Hesseldieck
d3a1d3ffef
Revert " ⚡ Simplify config imports in cli package ( #1840 )" ( #1931 )
...
This reverts commit c21c8b3369
.
2021-06-23 11:20:07 +02:00
Ricardo Espinoza
92a2e863f3
🐛 Fix bug paginating databases and users ( #1907 )
2021-06-22 23:59:04 +02:00
Iván Ovejero
c21c8b3369
⚡ Simplify config imports in cli package ( #1840 )
...
* ⚡ Set path alias for config
* ⚡ Update config export
* ⚡ Simplify config imports
* ⚡ Update also additional imports
* ⚡ Update path in collation migration
* ⚡ Resolve aliased paths
* 👕 Fix Codacy issue
* 👕 Retry to fix Codacy issue
Co-authored-by: Jan <janober@users.noreply.github.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-06-22 23:18:52 +02:00
Iván Ovejero
07a3dbb372
⚡ Add status code for service account error ( #1707 )
2021-06-22 19:59:27 +02:00
Iván Ovejero
6bbff58faa
🐛 Fix console error on node deletion ( #1921 )
...
* 🐛 Fix this is undefined on node deletion
* ⚡ Update to latest per feedback
2021-06-22 19:45:48 +02:00
Iván Ovejero
bd4fbf3a4b
⚡ Touch up display for large error cause ( #1927 )
2021-06-22 19:43:43 +02:00
Mutasem Aldmour
1d5ba3d437
✨ Allow to load workflow templates ( #1887 )
...
* implement import
* set name, remove console log
* add validation and such
* remove monday.com package for testing
* clean up code
* await new name
* refactor api requests
* remove unnessary import
* build
* add zoom button
* update positions on loading template
* update error handling
* build
* update zoom to center
* set state to dirty upon leaving
* clean up pr
* refactor func
* refactor redir
* fix lint issue
* refactor func out
* use new endpoint
* revert error changes
* revert error changes
* update logic to find top left node
* zoom to fit when opening workflow
* revert testing change
* update case
* address comments
* reset zoom when opening new workflow
* update endpoint to plural form
* update endpoint
* ⚡ Minor improvements
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-06-22 19:33:07 +02:00
Jan Oberhauser
3016978b68
🔖 Release n8n@0.125.0
2021-06-20 09:18:21 +00:00
Jan Oberhauser
3a49869cd8
⬆️ Set n8n-core@0.75.0, n8n-editor-ui@0.95.0, n8n-nodes-base@0.122.0 and n8n-workflow@0.62.0 on n8n
2021-06-20 09:18:21 +00:00
Jan Oberhauser
4dde8bb032
🔖 Release n8n-editor-ui@0.95.0
2021-06-20 09:17:14 +00:00
Jan Oberhauser
4b1f3e9802
⬆️ Set n8n-workflow@0.62.0 on n8n-editor-ui
2021-06-20 09:17:14 +00:00
Jan Oberhauser
c8c26610cf
🔖 Release n8n-nodes-base@0.122.0
2021-06-20 09:16:15 +00:00
Jan Oberhauser
9a4d2941a8
⬆️ Set n8n-core@0.75.0 and n8n-workflow@0.62.0 on n8n-nodes-base
2021-06-20 09:16:15 +00:00
Jan Oberhauser
c56c1bd7a5
🔖 Release n8n-node-dev@0.15.0
2021-06-20 09:15:56 +00:00
Jan Oberhauser
7324473dc6
⬆️ Set n8n-core@0.75.0 and n8n-workflow@0.62.0 on n8n-node-dev
2021-06-20 09:15:55 +00:00
Jan Oberhauser
bb701dd3ea
🔖 Release n8n-core@0.75.0
2021-06-20 09:15:41 +00:00
Jan Oberhauser
627e17324e
⬆️ Set n8n-workflow@0.62.0 on n8n-core
2021-06-20 09:15:41 +00:00
Jan Oberhauser
ca24d90b28
🔖 Release n8n-workflow@0.62.0
2021-06-20 09:15:25 +00:00
Omar Ajoue
5cb1b4a678
⚡ Update flag because of deprecation notice ( #1909 )
2021-06-20 11:00:25 +02:00
Jan Oberhauser
73fc13fef1
⚡ Fix dependencies
2021-06-20 10:49:51 +02:00
Kaito Udagawa
f08c13a222
✨ Fix dependencies
...
This fixes the problem when running lerna bootstrap without --hoist.
2021-06-20 13:03:01 +09:00
Omar Ajoue
4dbf64b1a4
🐛 Add Migration for MySQL to certify that we're using the correct collation ( #1905 )
...
* Migration for MySQL to certify that we're using the correct collation
* Update migration to check for collation existence before running
* ⚡ Fix format
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-06-18 23:57:58 +02:00
Iván Ovejero
f8fcf0c165
⚡ Add webhook node icon ( #1910 )
2021-06-18 23:48:38 +02:00
Mutasem Aldmour
3f749ec789
⚡ Add missing docs urls ( #1911 )
2021-06-18 23:46:21 +02:00
Harshil Agrawal
7994a41f0b
⚡ Add new files and fix existing files ( #1913 )
2021-06-18 23:45:15 +02:00
Ricardo Espinoza
8c693ba6e3
✨ Spotify improvements ( #1884 )
...
* Add search resource
* Add resume, volume functions to player resource
* ⚡ Improvements to #1870
* ⚡ Improvements
* ⚡ Minor improvements
Co-authored-by: smamudhan <sm.amudhan@live.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-06-18 23:41:57 +02:00
Ben Hesseldieck
c0c994d245
⚡ Add hooks to Node Lifecycle ( #1882 )
...
* ⚡ add hook when closing node editing view
* ⚡ add hook for node deletion
* ⚡ add hook call to escape key
2021-06-18 22:47:03 +02:00
Ben Hesseldieck
0470740737
✨ Change the UI of the Nodes Panel ( #1855 )
...
* Add codex search properties to node types
* implement basic styles
* update header designs
* update node list designs
* add trigger icon
* refactor node creator list
* implement categories and subcategories
* fix up spacing
* add arrows
* implement navigatable list
* implement more of feature
* implement navigation
* add transitions
* fix lint issues
* fix overlay
* ⚡ Get and add codex categories
* fix up design
* update borders
* implement no-matches view
* fix preview bug
* add color to search
* clean up borders
* add comma
* Revert "Merge branch 'add-codex-data' of github.com:n8n-io/n8n into PROD-819-nodes-panel-redesign"
38b7d7ead1
* use new impl
* remove empty categories
* update scrolling, hide start node
* make scrollable
* remove text while subcategory panel is open
* fix up spacing
* fix lint issues
* update descriptions
* update path
* update images
* fix tags manager
* give min height to image
* gst
* update clear color
* update font size
* fix firefox spacing
* close on click outside
* add external link icon
* update iterator key
* add client side caching for images
* update caching header
* ⚡ ️ Add properties to codex for nodes panel (#1854 )
* ⚡ Get and add codex categories
* ⚡ Add parens to evaluation + destructuring
* 🔥 Remove non-existing class reference
* ⚡ Add alias to codex property
* move constants
* 🔨 Rename CodexCategories to CodexData
* ✏️ Update getCodex documentation
* refactor and move
* refactor no results view
* more refactoring
* refactor subcategory panel
* more refactoring
* update text
* update no results view
* add miscellaneous to end of list
* address design feedback
* reimplement node search
* fix up clear
* update placeholder color
* impl transition
* focus on tab
* update spacing
* fix transition bug on start
* fix up x
* fix position
* build
* safari fix
* remove input changes
* css bleed issue with image
* update css value
* clean up
* simplify impl
* rename again
* rename again
* rename all
* fix hover bug
* remove keep alive
* delete icon
* update interface type
* refactor components
* update scss to module
* clean up impl
* clean up colors as vars
* fix indentation
* clean up scss
* clean up scss
* clean up scss
* clean up scss
* Clean up files
* update logic to be more efficient
* fix search bug
* update type
* remove unused
* clean up js
* update scrollable, border impl, transition
* fix simicolon
* build
* update search
* address max's comments
* change icon border radius
* change margin
* update icon size
* update icon size
* update slide transition out
* add comma
* remove full
* update trigger icon size
* fix image size
* address design feedback
* update external link icons
* address codacy issues
* support custom nodes without codex file
* address jan's feedback
* address Ben's comments
* add subcategory index
* open/close categories with arrow keys
* add lint comment
* Address latest comments
* ⚡ Minor changes
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Mutasem <mutdmour@gmail.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-06-18 07:58:26 +02:00
Jan Oberhauser
6e68d71f4d
🔖 Release n8n@0.124.1
2021-06-16 12:52:24 +02:00
Jan Oberhauser
957e95d4e4
⬆️ Set n8n-editor-ui@0.94.1 and n8n-workflow@0.61.1 on n8n
2021-06-16 12:51:39 +02:00
Jan Oberhauser
310ae3be98
🔖 Release n8n-editor-ui@0.94.1
2021-06-16 12:50:30 +02:00
Jan Oberhauser
38af45a6e6
🔖 Release n8n-workflow@0.61.1
2021-06-16 12:48:49 +02:00
Iván Ovejero
e45d173c45
🐛 Fix circular references removal ( #1901 )
...
Circular references removed only for the request library error.
2021-06-16 12:41:56 +02:00
Mutasem Aldmour
0b65459f9f
🐛 only update tags if set in request ( #1900 )
...
* only update tags if set in request
* only create relations/sort if tags exist
2021-06-16 12:41:35 +02:00
Omar Ajoue
44c3e97621
⚡ Adding more log messages to error workflows ( #1895 )
2021-06-15 12:32:13 +02:00
Jan Oberhauser
f4e6257472
🔖 Release n8n@0.124.0
2021-06-13 17:58:46 +00:00
Jan Oberhauser
b619d7ca8b
⬆️ Set n8n-core@0.74.0, n8n-editor-ui@0.94.0, n8n-nodes-base@0.121.0 and n8n-workflow@0.61.0 on n8n
2021-06-13 17:58:45 +00:00
Jan Oberhauser
21caa207e8
🔖 Release n8n-editor-ui@0.94.0
2021-06-13 17:57:44 +00:00
Jan Oberhauser
ef93a34f8f
⬆️ Set n8n-workflow@0.61.0 on n8n-editor-ui
2021-06-13 17:57:44 +00:00
Jan Oberhauser
ddda5b035d
🔖 Release n8n-nodes-base@0.121.0
2021-06-13 17:56:43 +00:00
Jan Oberhauser
47019791b5
⬆️ Set n8n-core@0.74.0 and n8n-workflow@0.61.0 on n8n-nodes-base
2021-06-13 17:56:43 +00:00
Jan Oberhauser
adae337afe
🔖 Release n8n-node-dev@0.14.0
2021-06-13 17:56:22 +00:00
Jan Oberhauser
f569069e92
⬆️ Set n8n-core@0.74.0 and n8n-workflow@0.61.0 on n8n-node-dev
2021-06-13 17:56:22 +00:00
Jan Oberhauser
786c19806b
🔖 Release n8n-core@0.74.0
2021-06-13 17:56:07 +00:00
Jan Oberhauser
a427f78010
⬆️ Set n8n-workflow@0.61.0 on n8n-core
2021-06-13 17:56:07 +00:00
Jan Oberhauser
de4198420d
🔖 Release n8n-workflow@0.61.0
2021-06-13 17:55:49 +00:00
Jan Oberhauser
b6d50dfa90
👕 Fix lint issue
2021-06-13 19:42:05 +02:00
Ricardo Espinoza
233fc72dc2
⚡ Add the posiblity to set multi-select fields with the names ( #1892 )
...
* ⚡ Add the posiblity to set multi-select fields with the names
* 🐛 Fix issue with expressions
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-06-13 19:17:39 +02:00
Snyk bot
68914a1fcf
⬆️ Set amqplib@0.8.0 ( #1880 )
...
Snyk has created this PR to upgrade amqplib from 0.7.1 to 0.8.0.
See this package in npm:
https://www.npmjs.com/package/amqplib
See this project in Snyk:
https://app.snyk.io/org/janober/project/a08454f4-33a1-49bc-bb2a-f31792e94f42?utm_source=github&utm_medium=upgrade-pr
2021-06-13 18:03:23 +02:00
Jan Oberhauser
420af94d6e
⬆️ Set mongodb@^3.6.9 on n8n-nodes-base
2021-06-13 17:42:30 +02:00
Ricardo Espinoza
4b0d3b56cb
⚡ Improve jira issue field lookup ( #1877 )
...
* Improved/fixed collecting of custom fields based on project and issue type.
* ⚡ Improvements to #1610
* 👕 Fix linter issue
Co-authored-by: jemos <jean.mousinho@gmail.com>
2021-06-13 17:30:05 +02:00
Iván Ovejero
77483f991d
⚡ Replace PNG icons with SVG and optimize ( #1890 )
...
* 🎨 Replace PNG icons with SVG icons
* ⚡ Fix size of bitbucket icon
* ⚡ Optimize svgs
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-06-12 21:00:37 +02:00
Jan Oberhauser
4c7d3a918b
👕 Fix lint issue
2021-06-12 20:24:13 +02:00
Jan Oberhauser
1d850da9fb
✨ Send request of HTTP Request node to browser console when testing
2021-06-12 20:22:55 +02:00
Jan Oberhauser
21633b0c5a
⚡ Remove not needed property
2021-06-12 18:40:48 +02:00
Iván Ovejero
5481dc3d25
⚡ Simplify property types in credentials ( #1869 )
2021-06-12 18:39:55 +02:00
Ricardo Espinoza
d095588ac7
⚡ Add parameter include time when setting field type date on Notion node ( #1879 )
...
* ⚡ Add parameter include time when setting field type date
Fixes issue #1878
* Fix issue with date format
2021-06-12 18:06:47 +02:00
Iván Ovejero
b2e0bcea16
🐛 Remove circular references from error objects ( #1802 )
...
* ⚡ Add circular references removal
* 🔥 Remove unused flag from affected node
* 🔥 Remove unused exports
* 🔨 refactor removing circular references
* ⚡ Replace IRawErrorObject with JsonObject
* ⚡ Make error detection depth-first (#1800 )
* 👕 fix type
* 🔨 improve readability
* 📝 improve placeholder for circular reference
* ⚡ Turn marker into object to keep description
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
2021-06-12 17:15:23 +02:00
Iván Ovejero
c0ec1ed606
✨ Show activation error details for trigger nodes ( #1787 )
...
* ⚡ Implement error details in toast notification
* ⚡ Refactor error notification
* ⚡ Pipe activation error in prod mode to FE
* ⚡ Add node name to activation error details
* ⚡ Disable ignoring with ts-check
* 📝 fix spelling
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
2021-06-12 17:06:56 +02:00
Ricardo Espinoza
6ade0a00f5
⚡ Add upsert operation to various resources (Salesforce) ( #1743 )
...
* ⚡ Add upsert operation to various resources (Salesforce)
The operation was added to the resources: Contact, Account, Lead, Opportunity and Custom Object.
* ⚡ Rename operation create/update to Create or Update
* ⚡ Improvements
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2021-06-09 22:25:20 -05:00
Ricardo Espinoza
e298d2a1a8
✨ Extend Google Drive node upload functionality ( #1872 )
...
* Add a function to validate JSON - copied from other nodes.
* Add properties and appProperties attributes.
* ⚡ Improvements to #1637
Co-authored-by: vbouchet <vincent.bouchet.31@gmail.com>
2021-06-08 22:34:11 -05:00
romaincolombo-daily
20be641e63
🐛 Fix API version for Jira server ( #1866 )
2021-06-08 22:26:27 -05:00
Thomas Jost
28eb8ca166
✨ Add support for Todoist task descriptions ( #1874 )
2021-06-09 01:55:36 +02:00
Jan Oberhauser
2f5228c8ba
🔖 Release n8n@0.123.1
2021-06-06 15:53:41 -05:00
Jan Oberhauser
edfdd24fde
⬆️ Set n8n-nodes-base@0.120.1 on n8n
2021-06-06 15:52:08 -05:00
Jan Oberhauser
e53d85d15b
🔖 Release n8n-nodes-base@0.120.1
2021-06-06 15:50:02 -05:00
Jan Oberhauser
20d2e412f6
🔖 Release n8n@0.123.0
2021-06-06 20:22:02 +00:00
Jan Oberhauser
9c779e28cb
⬆️ Set n8n-editor-ui@0.93.0 and n8n-nodes-base@0.120.0 on n8n
2021-06-06 20:22:02 +00:00
Jan Oberhauser
b03988220f
🔖 Release n8n-editor-ui@0.93.0
2021-06-06 20:20:54 +00:00
Jan Oberhauser
9c94de6318
🔖 Release n8n-nodes-base@0.120.0
2021-06-06 20:19:53 +00:00
Jan Oberhauser
09e14987f0
🐛 Display issue that view crashes with large requests
2021-06-06 14:53:48 -05:00
Iván Ovejero
26bdc5c924
🐛 Fix settings in AWS Transcribe node ( #1860 )
...
* Fixe uninitialized object when settings enabled
* 👕 Fix linter warning
* ⚡ Fix options name
* 🔥 Remove unused setting
* ⚡ Improvements
Co-authored-by: Alexander Mustafin <sashker@users.noreply.github.com>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2021-06-06 14:00:57 -05:00
Ricardo Espinoza
114fd3b3a6
✨ Extend Pipedrive node ( #1868 )
...
* Implementation of fetures to fetch data from Pipedrive API e user can select by dropdown
* Search operation to Deals
* Add custom fields for deal and person to select by dropdown
* ⚡ Improvements to #1845
Co-authored-by: Rodrigo Correia <rodrigoscdc@gmail.com>
2021-06-06 13:54:49 -05:00
Snyk bot
a73a460d8a
⬆️ Set xlsx@0.17.0 on n8n-nodes-base ( #1864 )
...
Snyk has created this PR to upgrade xlsx from 0.16.9 to 0.17.0.
See this package in npm:
https://www.npmjs.com/package/xlsx
See this project in Snyk:
https://app.snyk.io/org/janober/project/a08454f4-33a1-49bc-bb2a-f31792e94f42?utm_source=github&utm_medium=upgrade-pr
2021-06-05 16:00:56 -05:00
Jan
3667b0dd01
✨ Add Git node ( #1820 )
...
* ✨ Add Git-Node
* 👕 Fix lint issue
* 🎨 add git icon
* ⚡ Fix indentation in package.json files
* ⚡ Add support for pushTags
* ⚡ Add support for addConfig, fetch, listConfig and status
* ⚡ Add support for clone
* ⚡ Remove not needed code
* ⚡ Add proper continueOnFail support & alphabetize options
* 🐛 Remove console.log
* ⚡ Improve Git Node
* ⚡ Improve Git Node
* 🐳 Add git to Docker images
* ⚡ Auto create folder if not exists and clarify addConfig mode
Co-authored-by: Ben Hesseldieck <b.hesseldieck@gmail.com>
2021-06-05 15:43:54 -05:00
MedAliMarz
ea9f956f0d
✨ Add Microsoft To Do Node ( #1863 )
...
* ✨ Init Microsoft Todo node
* ⚡ Add Task List resource & operation
* ⚡ Add Task resource and operations
* ⚡ Add Linked Resource opeartions
* ♻️ Add continueOnFail & clean up
* 👕 Fix lint issues
* ⚡ Improvements
* Apply review suggestion & improvement
* ⚡ Improvements
* ⚡ Improvements
* 🐛 Fix naming
* ⚡ Fix Microsoft To Do Node
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-06-04 22:39:39 -05:00
Ricardo Espinoza
ccca927d70
✨ Add "Get Following Artists" on Spotify node ( #1823 )
...
* Add follow resource
* ⚡ Improvements to #1812
* ⚡ Minor improvements
Co-authored-by: Sam Roquitte <samroq@yahoo.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-06-04 18:15:03 -05:00
MedAliMarz
6ccb42156d
🐛 Fix NodeViewNew navigation handling ( #1853 )
...
* 🐛 Fix NodeViewNew navigation handling
* Use event emitter pattern to fix duplicate navigation
* Apply review suggestions
* Remove unnecessary arrow function
* ⚡ Also fix for keyboard shortcut
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-06-04 16:13:42 -05:00
Jan Oberhauser
df88084928
🔖 Release n8n@0.122.3
2021-06-03 18:49:56 -05:00
Jan Oberhauser
d6b8f26b6a
⬆️ Set n8n-editor-ui@0.92.2 and n8n-nodes-base@0.119.2 on n8n
2021-06-03 18:49:26 -05:00
Jan Oberhauser
e1190d7ed3
🔖 Release n8n-editor-ui@0.92.2
2021-06-03 18:48:11 -05:00
Jan Oberhauser
e5dab516f9
🔖 Release n8n-nodes-base@0.119.2
2021-06-03 18:46:29 -05:00
Jan Oberhauser
781f3896a1
🐛 Fix issue that ErrorWorkflows did not get executed in queue mode
2021-06-03 18:41:12 -05:00
Iván Ovejero
40e41f7506
⚡ Restructure IPushData union types ( #1836 )
...
* ✨ Send console.log messages to editor-UI
* ⚡ Send message only to session which started workflow
* ⚡ Made it also work in own process
* ⚡ Add support for console.log UI forward also to FunctionItem Node
* 👕 Fix lint issue
* 👕 Fix linting issue
* ⚡ Restructure IPushData unions in /cli
* ⚡ Restructure IPushData unions in /editor-ui
* 🔥 Remove unneeded castings
* 🔥 Remove commented code
* ⚡ Improve code
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Jan <janober@users.noreply.github.com>
2021-06-03 18:17:18 -05:00
Iván Ovejero
fe354baa55
⚡ Fix parsing for last edited time on Notion node ( #1861 )
2021-06-03 18:10:27 -05:00
Jan Oberhauser
e4bac15d05
🐛 Fix issue that deleted value in expression did reappear after item select
2021-06-03 16:53:01 -05:00
Jan Oberhauser
7e60f68cc0
➕ Add missing winston dependency
2021-06-03 16:38:10 -05:00
Jan Oberhauser
8ce158d1a4
🐛 Fix error message on textarea field clicks
2021-06-02 20:48:07 -05:00
Jan Oberhauser
79a8536d0e
🔖 Release n8n@0.122.2
2021-05-31 13:18:25 -05:00
Jan Oberhauser
88e89c0b74
⬆️ Set n8n-editor-ui@0.92.1 on n8n
2021-05-31 13:17:25 -05:00
Jan Oberhauser
ef08a4a3f7
🔖 Release n8n-editor-ui@0.92.1
2021-05-31 13:15:59 -05:00
Jan Oberhauser
1c64d22203
🔀 Merge branch 'master' into escape-quote-in-migrations
2021-05-31 13:01:13 -05:00
Jan Oberhauser
8f6344fbd5
🐛 Fix issue with selecting variables in Expression Editor
2021-05-31 12:59:45 -05:00
Iván Ovejero
a992a2da75
🐛 🐘 Fix escaping workflow name dedup
2021-05-31 19:14:09 +02:00
Mutasem Aldmour
7a5e69d4e5
🐛 Enable header clicks on tags ( #1848 )
...
* enable header clicks
* remove unused func
2021-05-31 18:34:55 +02:00
Jan Oberhauser
dd088ebe48
🔖 Release n8n@0.122.1
2021-05-30 14:14:17 -05:00
Jan Oberhauser
df54a9bed2
⬆️ Set n8n-nodes-base@0.119.1 on n8n
2021-05-30 14:13:07 -05:00
Ben Hesseldieck
372a7a3a52
🐛 🐘 fix order in migration rollback
2021-05-30 21:09:03 +02:00
Jan Oberhauser
e544c8fbb2
🔖 Release n8n-nodes-base@0.119.1
2021-05-30 14:01:37 -05:00
Jan Oberhauser
ec70bae153
🐛 Fix SSH node name
2021-05-30 14:00:15 -05:00
Jan Oberhauser
707c89fad3
🔖 Release n8n@0.122.0
2021-05-30 17:48:41 +00:00
Jan Oberhauser
dbba7f4477
⬆️ Set n8n-core@0.73.0, n8n-editor-ui@0.92.0, n8n-nodes-base@0.119.0 and n8n-workflow@0.60.0 on n8n
2021-05-30 17:48:41 +00:00
Jan Oberhauser
40af847cb3
🔖 Release n8n-editor-ui@0.92.0
2021-05-30 17:47:30 +00:00
Jan Oberhauser
9698f6b94b
⬆️ Set n8n-workflow@0.60.0 on n8n-editor-ui
2021-05-30 17:47:30 +00:00
Jan Oberhauser
42336bb9b6
🔖 Release n8n-nodes-base@0.119.0
2021-05-30 17:46:30 +00:00
Jan Oberhauser
c86745a201
⬆️ Set n8n-core@0.73.0 and n8n-workflow@0.60.0 on n8n-nodes-base
2021-05-30 17:46:29 +00:00
Jan Oberhauser
e80cbc4ef9
🔖 Release n8n-core@0.73.0
2021-05-30 17:46:14 +00:00
Jan Oberhauser
3b071b3b55
⬆️ Set n8n-workflow@0.60.0 on n8n-core
2021-05-30 17:46:14 +00:00
Jan Oberhauser
970085d0ce
🔖 Release n8n-workflow@0.60.0
2021-05-30 17:45:56 +00:00
Jan Oberhauser
731ae84eee
⚡ Sort languages alphabetically on DeepL Node
2021-05-30 12:36:04 -05:00
MedAliMarz
07a9108e46
⚡ Add Free API support to DeepL Node ( #1810 )
2021-05-30 12:33:43 -05:00
Jan Oberhauser
1ec916e530
🐛 Fix issue with Expression-Mode on Switch-Node #1843
2021-05-30 12:15:41 -05:00
Jan Oberhauser
4d86384d9d
🐛 Fix issue with adding expression to parameter
2021-05-29 22:41:54 -05:00
Jan Oberhauser
a0b8d67e3e
🐛 Remove console.log
2021-05-29 22:33:48 -05:00
Jan Oberhauser
6f39be03f1
⚡ Add placeholder for Company URN on LinkedIn Node
2021-05-29 22:33:19 -05:00
Jan Oberhauser
6a3090dc96
👕 Fix lint issue
2021-05-29 22:04:35 -05:00
Jan Oberhauser
cd8f4247e6
⚡ Add continueOnFail support to SSH Node
2021-05-29 21:57:38 -05:00
Jan Oberhauser
a9184e38f8
⚡ Add continueOnFail support to AWS Transcribe Node
2021-05-29 21:50:07 -05:00
Jan Oberhauser
2d9c2e1a1e
⚡ Speed up expression editor
2021-05-29 21:08:41 -05:00
Jan Oberhauser
a5300a5f24
⚡ Fix errors in expression editor
2021-05-29 19:49:20 -05:00
Jan Oberhauser
b219a4df63
⚡ Set fixed version of vue-json-pretty to fix copy-values issue
2021-05-29 19:46:45 -05:00
Ricardo Espinoza
d2e38dc615
✨ Add UptimeRobot Node ( #1830 )
...
* Add Monitor & account resources
* Add alert contact resource
* Add mwindows resource
* Add 'public status page' resource
* Clean up & lint fixes
* Minor fixes
* Apply code review suggestions
* Minor fixes
* Fix options name casing
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Improvements on UptimeRobot Node
* ⚡ Activate continueOnFail support
Co-authored-by: dali <servfrdali@yahoo.fr>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-05-29 19:42:25 -05:00
Ricardo Espinoza
ca0793574a
✨ Add AWS transcribe node ( #1826 )
...
* Aws Transcribe node
* ⚡ Improvements to #1801
* ⚡ Small fix
* ✏️ Edit node param descriptions
* ⚡ Set missing defaults
* ⚡ Fix duplicate description
* ⚡ Set integer limit values
* ⚡ Improvements
* ⚡ Fix name
Co-authored-by: Alexander Mustafin <sashker@users.noreply.github.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-05-29 15:34:24 -05:00
Iván Ovejero
349a90e0c2
⚡ Convert ClickUp logo to square ( #1821 )
2021-05-29 14:19:30 -05:00
Jan Oberhauser
b3cd18586f
👕 Fix lint issue
2021-05-29 14:16:47 -05:00
Jan Oberhauser
6de666a675
⚡ Improve default code in Function nodes
2021-05-29 14:03:59 -05:00
Jan Oberhauser
bf1b496251
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2021-05-29 14:03:38 -05:00
Jan Oberhauser
e366b1ac8f
🐛 Remove console.log
2021-05-29 13:51:36 -05:00
Mutasem Aldmour
bdc5040413
⚡ Fix occur typos ( #1824 )
2021-05-29 13:50:41 -05:00
Jan
4946bfcd3e
✨ Add functionality to send console.log messages to editor-UI ( #1816 )
...
* ✨ Send console.log messages to editor-UI
* ⚡ Send message only to session which started workflow
* ⚡ Made it also work in own process
* ⚡ Add support for console.log UI forward also to FunctionItem Node
* 👕 Fix lint issue
* 👕 Fix linting issue
* ⚡ Improve code
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2021-05-29 13:41:25 -05:00
Jan Oberhauser
8e793e27b3
⚡ Temporary disable tag selection on click
2021-05-29 13:37:04 -05:00
Ben Hesseldieck
05eec87d1d
✨ Add tagging of workflows ( #1647 )
...
* clean up dropdown
* clean up focusoncreate
* ⚡ Ignore mistaken ID in POST /workflows
* ⚡ Fix undefined tag ID in PATCH /workflows
* ⚡ Shorten response for POST /tags
* remove scss mixins
* clean up imports
* ⚡ Implement validation with class-validator
* address ivan's comments
* implement modals
* Fix lint issues
* fix disabling shortcuts
* fix focus issues
* fix focus issues
* fix focus issues with modal
* fix linting issues
* use dispatch
* use constants for modal keys
* fix focus
* fix lint issues
* remove unused prop
* add modal root
* fix lint issues
* remove unused methods
* fix shortcut
* remove max width
* ⚡ Fix duplicate entry error for pg and MySQL
* update rename messaging
* update order of buttons
* fix firefox overflow on windows
* fix dropdown height
* 🔨 refactor tag crud controllers
* 🧹 remove unused imports
* use variable for number of items
* fix dropdown spacing
* ⚡ Restore type to fix build
* ⚡ Fix post-refactor PATCH /workflows/:id
* ⚡ Fix PATCH /workflows/:id for zero tags
* ⚡ Fix usage count becoming stringified
* address max's comments
* fix filter spacing
* fix blur bug
* address most of ivan's comments
* address tags type concern
* remove defaults
* ⚡ return tag id as string
* 🔨 add hooks to tag CUD operations
* 🏎 simplify timestamp pruning
* remove blur event
* fix onblur bug
* ⚡ Fix fs import to fix build
* address max's comments
* implement responsive tag container
* fix lint issues
* Set default dates in entities
* 👕 Fix lint in migrations
* update tag limits
* address ivan's comments
* remove rename, refactor header, implement new designs for save, remove responsive tag container
* update styling
* update styling
* implement responsive tag container
* implement header tags edit
* implement header tags edit
* fix lint issues
* implement expandable input
* minor fixes
* minor fixes
* use variable
* rename save as
* duplicate fixes
* ⚡ Implement unique workflow names
* ⚡ Create /workflows/new endpoint
* minor edit fixes
* lint fixes
* style fixes
* hook up saving name
* hook up tags
* clean up impl
* fix dirty state bug
* update limit
* update notification messages
* on click outside
* fix minor bug with count
* lint fixes
* ⚡ Add query string params to /workflows/new
* handle minor edge cases
* handle minor edge cases
* handle minor bugs; fix firefox dropdown issue
* Fix min width
* apply tags only after api success
* remove count fix
* 🚧 Adjust to new qs requirements
* clean up workflow tags impl, fix tags delete bug
* fix minor issue
* fix minor spacing issue
* disable wrap for ops
* fix viewport root; save on click in dropdown
* save button loading when saving name/tags
* implement max width on tags container
* implement cleaner create experience
* disable edit while updating
* codacy hex color
* refactor tags container
* fix clickability
* fix workflow open and count
* clean up structure
* fix up lint issues
* ⚡ Create migrations for unique workflow names
* fix button size
* increase workflow name limit for larger screen
* tslint fixes
* disable responsiveness for workflow modal
* rename event
* change min width for tags
* clean up pr
* ⚡ Adjust quotes in MySQL migration
* ⚡ Adjust quotes in Postgres migration
* address max's comments on styles
* remove success toasts
* add hover mode to name
* minor fixes
* refactor name preview
* fix name input not to jiggle
* finish up name input
* Fix up add tags
* clean up param
* clean up scss
* fix resizing name
* fix resizing name
* fix resize bug
* clean up edit spacing
* ignore on esc
* fix input bug
* focus input on clear
* build
* fix up add tags clickablity
* remove scrollbars
* move into folders
* clean up multiple patch req
* remove padding top from edit
* update tags on enter
* build
* rollout blur on enter behavior
* rollout esc behavior
* fix tags bug when duplicating tags
* move key to reload tags
* update header spacing
* build
* update hex case
* refactor workflow title
* remove unusued prop
* keep focus on error, fix bug on error
* Fix bug with name / tags toggle on error
* impl creating new workflow name
* ⚡ Refactor endpoint per new guidelines
* support naming endpoint
* ⚡ Refactor to support numeric suffixes
* 👕 Lint migrations for unique workflow names
* ⚡ Add migrations set default dates to indexes
* fix connection push bug
* ⚡ Lowercase default workflow name
* ⚡ Add prefixes to set default dates migration
* ⚡ Fix indentation on default dates migrations
* ⚡ Add temp ts-ignore for unrelated change
* ⚡ Adjust default dates migration for MySQL
Remove change to data column in credentials_entity, already covered by Omar's migration. Also, fix quotes from table prefix addition.
* ⚡ Adjust quotes in dates migration for PG
* fix safari color bug
* fix count bug
* fix scroll bugs in dropdown
* expand filter size
* apply box-sizing to main header
* update workflow names in executions to be wrapped by quotes
* fix bug where key is same in dropdown
* fix firefox bug
* move up push connection session
* 🔨 Remove mistakenly added nullable property
* 🔥 Remove unneeded index drop-create (PG)
* 🔥 Remove unneeded table copying
* ⚡ Merge dates migration with tags migration
* 🔨 Refactor endpoint and make wf name env
* dropdown colors in firefox
* update colors to use variables
* update thumb color
* change error message
* remove 100 char maximum
* fix bug with saving tags dropdowns multiple times
* update error message when no name
* ⚡ Update name missing toast message
* ⚡ Update workflow already exists message
* disable saving for executions
* fix bug causing modal to close
* make tags in workflow open clickable
* increase workflow limit to 3
* remove success notifications
* update header spacing
* escape tag names
* update tag and table colors
* remove tags from export
* build
* clean up push connection dependencies
* address ben's comments
* revert tags optional interface
* address comments
* update duplicate message
* build
* fix eol
* add one more eol
* ⚡ Update comment
* add hover style for workflow open, fix up font weight
Co-authored-by: Mutasem <mutdmour@gmail.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
Co-authored-by: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com>
2021-05-29 13:31:21 -05:00
Jan Oberhauser
335673d329
⚡ Minor improvement and fix
2021-05-28 23:53:17 -05:00
Ricardo Espinoza
383a3449b7
✨ Add SSH Node ( #1837 )
...
* ✨ SSH-Node
* ⚡ Fix issue
* ⚡ Add file resource
* ⚡ Improvements
* ⚡ Some improvements
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-05-28 23:45:59 -05:00
Jan Oberhauser
d3c59a6fe3
⚡ Fix issue with option parameters that are named the same #1808
2021-05-28 18:13:15 -05:00
Harshil Agrawal
440971673c
⚡ Add and update codex files ( #1834 )
...
* ✨ Add and update codex files
* 🔨 Fix codex format
* 🔨 Fix codex format for remaining files
2021-05-28 14:54:52 -05:00
Jan Oberhauser
972561416c
⚡ Fix issue with nodes that have only node connected to second input
2021-05-26 08:34:20 -05:00
Ricardo Espinoza
61937c52ba
🐛 Fix issue when using any operation of the resource drive ( #1818 )
...
* 🐛 Fix issue when using any operation of the resource drive
* 🐛 Remove console.log
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-05-24 16:51:06 -05:00
Ricardo Espinoza
2a7a87eb4d
🐛 Fix issue when filtering fields type select & multi_select on Notion Node ( #1819 )
...
Also, it adds a change to how the links are handled. Before, if a link were left blank, the node would error. Now, if the link is left blank, it gets ignored.
2021-05-24 16:45:58 -05:00
Jan Oberhauser
ce9951d877
👕 Fix lint issue
2021-05-24 11:03:31 -05:00
Jan Oberhauser
353b911620
🐛 Remove console.log
2021-05-23 11:41:34 -05:00
Jan Oberhauser
e0602372f6
👕 Fix lint issue
2021-05-21 23:41:06 -05:00
Jan Oberhauser
40614672e6
⚡ Add deprecation warning for "executeSingle"
2021-05-21 22:51:38 -05:00
Jan Oberhauser
c67a120fed
⚡ Remove no longer used function
2021-05-21 22:42:29 -05:00
Jan Oberhauser
246fca4903
🐛 Fix typo and remove not needed import
2021-05-21 22:03:18 -05:00
Jan Oberhauser
f43781b137
🐛 Switch back to bcryptjs to fix issues with FreeBSD and ARM #1696
2021-05-21 21:54:30 -05:00
Jan Oberhauser
343e63e667
🔖 Release n8n@0.121.0
2021-05-20 21:44:52 +00:00
Jan Oberhauser
feef50cdd2
⬆️ Set n8n-core@0.72.0, n8n-editor-ui@0.91.0, n8n-nodes-base@0.118.0 and n8n-workflow@0.59.0 on n8n
2021-05-20 21:44:52 +00:00
Jan Oberhauser
de898880ec
🔖 Release n8n-editor-ui@0.91.0
2021-05-20 21:43:50 +00:00
Jan Oberhauser
1bef4d7286
⬆️ Set n8n-workflow@0.59.0 on n8n-editor-ui
2021-05-20 21:43:50 +00:00
Jan Oberhauser
19ba5bc1ef
🔖 Release n8n-nodes-base@0.118.0
2021-05-20 21:42:42 +00:00
Jan Oberhauser
0b570f2df9
⬆️ Set n8n-core@0.72.0 and n8n-workflow@0.59.0 on n8n-nodes-base
2021-05-20 21:42:42 +00:00
Jan Oberhauser
67ce1a5c1f
🔖 Release n8n-core@0.72.0
2021-05-20 21:42:26 +00:00
Jan Oberhauser
a60f5e0997
⬆️ Set n8n-workflow@0.59.0 on n8n-core
2021-05-20 21:42:26 +00:00
Jan Oberhauser
217476c269
🔖 Release n8n-workflow@0.59.0
2021-05-20 21:42:08 +00:00
Jan Oberhauser
6f4e3f132c
⚡ Optimize icons
2021-05-20 16:33:12 -05:00
Jan
ed6f2c5b8a
✨ Add Notion Node ( #1811 )
...
* ✨ Notion Node
* ⚡ Improvements
* test
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Add missing url field
* Remove linter errors
* ⚡ Add filters
* ⚡ Add and & or filters
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Fixed style on some options
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Improvements
* ⚡ improvements
* ⚡ Rename DatabasePage -> Search to Get All
* ⚡ Improvements
* ⚡ Minor improvements
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2021-05-20 16:31:23 -05:00
Jan Oberhauser
72436bd03e
👕 Fix lint issue
2021-05-19 20:05:44 -05:00
Jacob Spizziri
d3aa637ff4
✨ Add header authentication to GraphQL node ( #1805 )
2021-05-20 03:04:43 +02:00
Omar Ajoue
7ccc0f40a2
🐛 Correct paging parameter on Strava Node ( #1804 )
2021-05-20 02:47:55 +02:00
Omar Ajoue
481dbae16b
🐛 Fixing the limit for searching deals on hubspot ( #1803 )
2021-05-20 02:46:06 +02:00
Jan Oberhauser
e21382baee
🐛 Fix issue that it sets default values correctly for multipleValues
...
and makes previous change backward compatible
2021-05-19 19:26:29 -05:00
Jan Oberhauser
e18370cb10
🐛 Fix issue with default value for multipleValues string with none
...
stanard default value
2021-05-19 18:44:27 -05:00
Jan Oberhauser
b9b6e8b5df
🐛 Fix issue that it did export default parameter values if they were
...
objects
2021-05-19 18:07:26 -05:00
MedAliMarz
2ac4e425d6
⚡ Fix activity type in post operation on Orbit Node ( #1796 )
2021-05-19 02:33:43 +02:00
Omar Ajoue
76e1b9fba0
🐛 Fix get profile operation on Slack Node ( #1799 )
2021-05-19 02:12:26 +02:00
Iván Ovejero
0fdae7fec3
⚡ Add API key to Twilio credentials ( #1797 )
...
* ⚡ Add API key to Twilio credentials
* ⚡ Minor simplification
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-05-19 02:05:49 +02:00
MedAliMarz
6e8de269ec
🐛 Fix order title type on Keap ( #1798 )
2021-05-19 01:39:26 +02:00
Tanay Pant
a3ab3f2de5
🐛 Fix broken link
2021-05-17 10:50:57 +02:00
Jan Oberhauser
bf7800cb15
🐛 Fix bug with sibling loading with fixedCollections
2021-05-16 19:25:04 -05:00
Jan Oberhauser
002f53a4af
✨ Allow to load sibling parameters in loadOptionsMethod
2021-05-16 18:16:24 -05:00
Jan Oberhauser
a68145a88b
🔖 Release n8n@0.120.0
2021-05-16 18:46:23 +00:00
Jan Oberhauser
cee789d9f3
⬆️ Set n8n-core@0.71.0, n8n-editor-ui@0.90.0, n8n-nodes-base@0.117.0 and n8n-workflow@0.58.0 on n8n
2021-05-16 18:46:22 +00:00
Jan Oberhauser
b28921240c
🔖 Release n8n-editor-ui@0.90.0
2021-05-16 18:44:52 +00:00
Jan Oberhauser
16bec73cd6
⬆️ Set n8n-workflow@0.58.0 on n8n-editor-ui
2021-05-16 18:44:51 +00:00
Jan Oberhauser
33477716bc
🔖 Release n8n-nodes-base@0.117.0
2021-05-16 18:43:50 +00:00
Jan Oberhauser
811a24c29f
⬆️ Set n8n-core@0.71.0 and n8n-workflow@0.58.0 on n8n-nodes-base
2021-05-16 18:43:50 +00:00
Jan Oberhauser
222e2368d3
🔖 Release n8n-node-dev@0.13.0
2021-05-16 18:43:30 +00:00
Jan Oberhauser
088705bb59
⬆️ Set n8n-core@0.71.0 and n8n-workflow@0.58.0 on n8n-node-dev
2021-05-16 18:43:30 +00:00