Jan Oberhauser
f0c1809adc
🔖 Release n8n@0.110.3
2021-03-04 13:23:32 +01:00
Jan Oberhauser
08468772ee
⬆️ Set n8n-nodes-base@0.107.3 on n8n
2021-03-04 13:23:10 +01:00
Jan Oberhauser
ce646de6bf
🔖 Release n8n@0.110.2
2021-03-04 13:02:09 +01:00
Jan Oberhauser
ef826571fb
⬆️ Set n8n-nodes-base@0.107.2 on n8n
2021-03-04 13:01:44 +01:00
Jan Oberhauser
dbdb5fcafc
🔖 Release n8n@0.110.1
2021-03-04 12:57:48 +01:00
Jan Oberhauser
8373528240
⬆️ Set n8n-nodes-base@0.107.1 on n8n
2021-03-04 12:56:50 +01:00
Jan Oberhauser
806f7829f9
🔖 Release n8n@0.110.0
2021-03-04 12:18:59 +01:00
Jan Oberhauser
349eb8bead
⬆️ Set n8n-editor-ui@0.80.0 and n8n-nodes-base@0.107.0 on n8n
2021-03-04 12:18:28 +01:00
Omar Ajoue
66a345ea94
🐛 Fix issue with auto refresh on execution list ( #1475 )
...
* Fix issue with auto refresh on execution list
When auto refresh is on, we used to get executions from backend using
the firstId field to filter recent executions.
This is a problem when you have executions that do not finish in order,
leaving gaps behind. This PR fixes this problem by refreshing the latest
30 executions and correctly adding them to the list.
* Fixed an issues with auto refresh on executions ExecutionsList
Fixed two bugs, one in frontend which was ignoring the first returned
row from the backend and an issue with backend that was not using
the overriden version of `executeWorkflow` function for sub sub
workflows.
* Fixed the display of manual executions when running with queues and improved display of subworkflows
* Changing workflow ids array from variable to constant
* Added unknown status to workflow execution and changed its color to orange
2021-03-03 08:31:55 +01:00
Omar Ajoue
3ff7d3af39
🐛 Fix naming and description of environment variable ( #1458 )
2021-03-01 21:21:16 +01:00
Omar Ajoue
fc09e4c10e
🐛 Fix issue that manual executionscould not be stopped when running with queue ( #1484 )
2021-03-01 13:19:29 +01:00
Omar Ajoue
14329b2eb4
🐛 Fixed an issue with current executing workflows when using queues ( #1483 )
...
When running n8n in queue mode, the query to search for currently
running workflows would fail on Postgres but work fine with SQLite and
MySQL / MariaDB. This fix makes it work fine for all RDBMS.
2021-03-01 12:55:01 +01:00
Jan Oberhauser
31d5333192
🔖 Release n8n@0.109.0
2021-02-22 13:51:20 +01:00
Jan Oberhauser
3eb7ee9561
⬆️ Set n8n-core@0.64.0, n8n-editor-ui@0.79.0, n8n-nodes-base@0.106.0 and n8n-workflow@0.53.0 on n8n
2021-02-22 13:48:12 +01:00
Jan Oberhauser
802808a9ad
⚡ Minor improvement
2021-02-21 22:37:39 +01:00
Jan Oberhauser
4b0776d85a
🔀 Merge branch 'export_plain' of https://github.com/AllanDaemon/n8n into AllanDaemon-export_plain
2021-02-21 22:07:11 +01:00
Omar Ajoue
6ee9501d16
🐛 Fixing execution history for integrated workflows. ( #1469 )
...
* Fixing execution history for integrated workflows.
* ⚡ Minor improvements
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-20 13:51:06 +01:00
Allan Daemon
7eb849b9f7
CLI import credentials supports decrypted data
2021-02-18 07:52:05 -03:00
Allan Daemon
873e566489
CLI command export credentials: export decrypted option
2021-02-18 07:42:21 -03:00
Jan Oberhauser
caad6d1c8d
🔖 Release n8n@0.108.0
2021-02-15 13:06:25 +01:00
Jan Oberhauser
4dc6bee957
⬆️ Set n8n-core@0.63.0, n8n-editor-ui@0.78.0, n8n-nodes-base@0.105.0 and n8n-workflow@0.52.0 on n8n
2021-02-15 13:06:09 +01:00
Jan Oberhauser
deaa015e61
⚡ Do only send manual executions to starting session & cleanup
2021-02-13 20:40:27 +01:00
Iván Ovejero
5baa31b053
✨ Add QuickBooks node ( #1365 )
...
* Add OAuth2 credentials
* Adjust credentials params
* Add node to listing
* Add initial node scaffolding
* Remove unused credentials params
* Add customer search with select statement
* Add pagination to customer search
* Add customer creation functionality
* Add customer update functionality
* Small formatting fix
* Adjust property name casing for consistency
* Adjust customer operations for consistency
* Handle large QuickBooks listings
* Add initial estimate resource description
* Add estimate resource retrieval operations
* Refactor customer billing address
* Simplify customer billing address
* Fix casing for customer additional fields
* Adjust types to accommodate loadOptions functions
* Add loadOptions for customers to estimate
* Sort customer update fields alphabetically
* Refactor estimate line into standalone file
* Add stub for PDF retrieval operation
* Add invoice resource description and execute branches
* Implement estimate PDF download functionality
* Place descriptions in their own dir
* Add get and getAll for invoices
* Add send functionality to invoices
* Refactor handling of binary data
* Add invoice voiding functionality
* Add invoice deletion functionality
* Refactor resources into subdirs and add interfaces
* Add get and getAll for bill
* Add payment description
* Add get and getAll for payment
* Make variables in endpoints consistent
* Refactor interfaces for consistency
* Add interface for item resource
* Fill in fields for all resources
* Minor fixes in defaults and descriptions
* Refactor loader
* Add all resources to execute function
* Fix line property duplication
* Add get and getAll for vendor
* Optimize description imports
* Add creation for customer and bill
* Add update operation for bill
* Refactor create and update for customer
* Implement employee create and update
* Implement create and update for estimate
* Make address params more consistent
* Add create and update to payment
* Add item operations
* Add create and delete operations for invoice
* Refactor binary data handler
* Refactor generic functions
* Add create and update operations for vendor
* Fix build
* Fix total amount in bill:update
* Fix balance in bill:update
* Remove currency from bill:update
* Implement reference retrieval in bill:update
* Fix failing params in customer:update
* Fix param in employee:update
* Implement reference retrieval in estimate:update
* Fix failing params in estimate:update
* Fix failing params in invoice:update
* Fix failing param in vendor:update
* Implement reference retrieval in payment:update
* Remove unused interfaces
* Rename line property function
* Remove hared directory
* Refactor reference and sync token retrieval
* Fix line structure in bill:create
* Fix line structure in estimate:create
* Flatten responses
* Refactor line processing
* Remove unused interfaces
* Add endpoint documentation
* Fix payment:void content type
* Fix default for bill line item
* Hide auth URI query parameters
* Hide auth header parameter
* Add switch for credentials environment
* Adjust OAuth2 callback to accommodate realmId
* Retrieve realmId from OAuth2 flow
* ⚡ Improvements
* Reposition dividers
* Add IDs to display names of reference fields
* Add estimate:delete and bill:delete
* Load items in lines for bill, estimate and invoice
* Add filename for binary property in PDF download
* ⚡ Improvements
* Adjust field description
* Implement estimate:send
* Adjust field description
* Adjust custom field descriptions
* Add missing period to description
* ⚡ Minor improvements on QuickBooks-Node
* Add descriptions for bill
* Add descriptions for customer
* Add descriptions for employee
* Add descriptions for estimate
* Add descriptions for invoice
* Add descriptions for payment
* Add descriptions for vendor
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-13 17:27:08 +01:00
Jan Oberhauser
53234770a7
🐛 Fix issue of current execution query with unsaved running workflow
2021-02-11 14:55:59 +01:00
Omar Ajoue
e53efdd337
✨ Separate webhooks from core ( #1408 )
...
* Unify execution ID across executions
* Fix indentation and improved comments
* WIP: saving data after each node execution
* Added on/off to save data after each step, saving initial data and retries working
* Fixing lint issues
* Fixing more lint issues
* ✨ Add bull to execute workflows
* 👕 Fix lint issue
* ⚡ Add graceful shutdown to worker
* ⚡ Add loading staticData to worker
* 👕 Fix lint issue
* ⚡ Fix import
* Changed tables metadata to add nullable to stoppedAt
* Reload database on migration run
* Fixed reloading database schema for sqlite by reconnecting and fixing postgres migration
* Added checks to Redis and exiting process if connection is unavailable
* Fixing error with new installations
* Fix issue with data not being sent back to browser on manual executions with defined destination
* Merging bull and unify execution id branch fixes
* Main process will now get execution success from database instead of redis
* Omit execution duration if execution did not stop
* Fix issue with execution list displaying inconsistant information information while a workflow is running
* Remove unused hooks to clarify for developers that these wont run in queue mode
* Added active pooling to help recover from Redis crashes
* Lint issues
* Changing default polling interval to 60 seconds
* Removed unnecessary attributes from bull job
* Added webhooks service and setting to disable webhooks from main process
* Fixed executions list when running with queues. Now we get the list of actively running workflows from bull.
* Add option to disable deregistration of webhooks on shutdown
* Rename WEBHOOK_TUNNEL_URL to WEBHOOK_URL keeping backwards compat.
* Added auto refresh to executions list
* Improvements to workflow stop process when running with queues
* Refactor queue system to use a singleton and avoid code duplication
* Improve comments and remove unnecessary commits
* Remove console.log from vue file
* Blocking webhook process to run without queues
* Handling execution stop graciously when possible
* Removing initialization of all workflows from webhook process
* Refactoring code to remove code duplication for job stop
* Improved execution list to be more fluid and less intrusive
* Fixing workflow name for current executions when auto updating
* ⚡ Right align autorefresh checkbox
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-09 23:32:40 +01:00
Ben Hesseldieck
98fa529e51
⚡ Dynamic webhooks improvements ( #1396 )
...
* ⚡ remove trailing slash in routes
* 🔧 update logic to select dynamicWebhook
* 🐛 fix logic in static route matching
2021-02-09 09:14:40 +01:00
Omar Ajoue
7a3aaf8a24
✨ Unify execution id + Queue system ( #1340 )
...
* Unify execution ID across executions
* Fix indentation and improved comments
* WIP: saving data after each node execution
* Added on/off to save data after each step, saving initial data and retries working
* Fixing lint issues
* Fixing more lint issues
* ✨ Add bull to execute workflows
* 👕 Fix lint issue
* ⚡ Add graceful shutdown to worker
* ⚡ Add loading staticData to worker
* 👕 Fix lint issue
* ⚡ Fix import
* Changed tables metadata to add nullable to stoppedAt
* Reload database on migration run
* Fixed reloading database schema for sqlite by reconnecting and fixing postgres migration
* Added checks to Redis and exiting process if connection is unavailable
* Fixing error with new installations
* Fix issue with data not being sent back to browser on manual executions with defined destination
* Merging bull and unify execution id branch fixes
* Main process will now get execution success from database instead of redis
* Omit execution duration if execution did not stop
* Fix issue with execution list displaying inconsistant information information while a workflow is running
* Remove unused hooks to clarify for developers that these wont run in queue mode
* Added active pooling to help recover from Redis crashes
* Lint issues
* Changing default polling interval to 60 seconds
* Removed unnecessary attributes from bull job
* ⚡ Improved output on worker job start
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-09 08:59:32 +01:00
Jan Oberhauser
ae92325ba3
🔖 Release n8n@0.107.0
2021-02-08 08:04:35 +01:00
Jan Oberhauser
1a26720d92
⬆️ Set n8n-editor-ui@0.77.0 and n8n-nodes-base@0.104.0 on n8n
2021-02-08 08:03:52 +01:00
Jan Oberhauser
65b69e4b60
⬆️ Set sqlite3@5.0.1 on n8n
2021-02-06 17:36:09 +01:00
Jan Oberhauser
2c2c4b4b4d
🔖 Release n8n@0.106.0
2021-02-05 09:39:35 +01:00
Jan Oberhauser
c26d752408
⬆️ Set n8n-editor-ui@0.76.0 and n8n-nodes-base@0.103.0 on n8n
2021-02-05 09:38:41 +01:00
Jan Oberhauser
51bc430023
🔖 Release n8n@0.105.0
2021-02-01 08:40:43 +01:00
Jan Oberhauser
b2911a5aab
⬆️ Set n8n-core@0.62.0, n8n-editor-ui@0.75.0, n8n-nodes-base@0.102.0 and n8n-workflow@0.51.0 on n8n
2021-02-01 08:40:14 +01:00
Ricardo Espinoza
dc98de1ab2
✨ Add support for multiple subscriptions in Hubspot Trigger ( #1358 )
...
* ⚡ Add support for multiple subscriptions in Hubspot Trigger
* ⚡ Load object properties for the user
* ⚡ Improvements
* ⚡ Some improvements to the Hubspot-Node
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-02-01 08:31:40 +01:00
Jan Oberhauser
5398a06ff2
✨ Add variable $mode
2021-01-29 09:31:40 +01:00
Ben Hesseldieck
8764171989
🎨 small webhook refactorings ( #1383 )
...
* 🧹 clean up forgotten leftover
* 🎨 reset req.params
* 🐛 Bugfix and minor change on request parameters
* ⚡ Minor improvements on request parameters
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-28 15:44:10 +01:00
Jan Oberhauser
bc74d7ad47
⬆️ Set n8n-core@0.61.0, n8n-editor-ui@0.74.0, n8n-nodes-base@0.101.0 and n8n-workflow@0.50.0 on n8n
2021-01-27 09:18:45 +01:00
Jan Oberhauser
0582edb111
🔖 Release n8n@0.104.2
2021-01-27 09:06:58 +01:00
Jan Oberhauser
b79589a83e
⬆️ Set n8n-nodes-base@0.100.0 on n8n
2021-01-27 09:06:32 +01:00
Jan Oberhauser
3f6d4b6c08
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2021-01-27 09:03:18 +01:00
Jan Oberhauser
de0ac0158a
🐛 Fix credential bug with parameters which have the same name
2021-01-27 09:02:20 +01:00
Jan Oberhauser
da022300f9
🔖 Release n8n@0.104.1
2021-01-26 16:54:23 +01:00
Jan Oberhauser
91623806ae
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2021-01-26 16:53:00 +01:00
Jan Oberhauser
bd4639b644
🐛 Fix bug with expressions in credentials
2021-01-26 16:52:35 +01:00
Tanay Pant
2398c42b30
🔨 Add breaking change for 0.104.0 ( #1382 )
2021-01-26 14:39:19 +01:00
Jan Oberhauser
353a270f0c
🔖 Release n8n@0.104.0
2021-01-26 12:09:22 +01:00
Jan Oberhauser
4bd675203e
⬆️ Set n8n-core@0.60.0, n8n-editor-ui@0.73.0, n8n-nodes-base@0.99.0 and n8n-workflow@0.49.0 on n8n
2021-01-26 12:08:39 +01:00
Jan Oberhauser
1dedb3f4b8
✨ Add expression support to credentials
2021-01-24 13:33:57 +01:00
Jan
b33a5fcd13
💥 Remove MongoDB support
2021-01-23 20:35:38 +01:00
Ben Hesseldieck
d395498882
✨ Add support for webhook route parameters ( #1343 )
...
* 🚧 add webhookId to URL
* 🚧 add webhookId to webhook entity, 🔧 refactor migrations
* 🚧 🐘 postgres migration
* 🚧 add mySQL migration
* 🚧 refactor mongoDB
* 🚧 add webhookId to IWebhookDb
* 🚧 starting workflow with dynamic route works
* ⚡ production dynamic webhooks complete
* 🎨 fix lint issues
* 🔧 dynamic path for webhook-test complete
* 🎨 fix lint issues
* 🎨 fix typescript issue
* ⚡ add error message for dynamic webhook-test
* 🔨 improve handling of leading `/`
* 🚧 add webhookId to URL
* 🚧 add webhookId to webhook entity, 🔧 refactor migrations
* 🚧 🐘 postgres migration
* 🚧 add mySQL migration
* 🚧 refactor mongoDB
* 🚧 add webhookId to IWebhookDb
* 🚧 starting workflow with dynamic route works
* ⚡ production dynamic webhooks complete
* 🎨 fix lint issues
* 🔧 dynamic path for webhook-test complete
* 🎨 fix lint issues
* 🎨 fix typescript issue
* ⚡ add error message for dynamic webhook-test
* 🔨 improve handling of leading `/`
* ⚡ Fix issue that tab-title did not get reset on new workflow
* Revert "⚡ Fix issue that tab-title did not get reset on new workflow"
This reverts commit 699d0a8946
.
* 🔧 reset params before extraction
* 🐘 removing unique constraint for webhookId
* 🚧 handle multiple webhooks per id
* 🔧 enable webhook-test for multiple WH with same id
* 🐘 add migration for postgres
* ⚡ add mysql migration
* 🎨 fix lint issue
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-23 20:00:32 +01:00
Jan Oberhauser
cc4d6ab02a
🔖 Release n8n@0.103.1
2021-01-21 11:35:14 +01:00
Jan Oberhauser
9265eabbb7
⬆️ Set n8n-nodes-base@0.98.1 on n8n
2021-01-21 11:34:30 +01:00
Jan Oberhauser
d1ac4763df
🔖 Release n8n@0.103.0
2021-01-21 11:03:15 +01:00
Jan Oberhauser
64404381e3
⬆️ Set n8n-core@0.59.0, n8n-editor-ui@0.72.0 and n8n-nodes-base@0.98.0 on n8n
2021-01-21 11:02:40 +01:00
Jan Oberhauser
910c0eaa7a
⚡ Improve CLI export/import and add missing files
2021-01-21 10:52:33 +01:00
Jan Oberhauser
144de3f24b
👕 Fix lint issue
2021-01-21 10:47:45 +01:00
Omar Ajoue
cd7ed7db47
✨ Add CLI export/import for credentials/workflows ( #1363 )
...
* Added options to import and export workflows and credentials
* Fixed linting issues and descriptions
* Linting issues and allowing import/export operations to output multiple files
* ⚡ Minor changes to CLI export/import
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-20 23:51:49 +01:00
Ahsan Virani
4d446229c3
⚡ Introduce FE external hooks ( #1332 )
...
* ⚡ Introduce FE external hooks
* ⚡ update hooks
* ⚡ add data from frontend settings to hooks
* re-organize and update
* cleanup
* 👌
* ⚡ cleanup workflowSave mixin, add events
* avoid alert on new workflow save as
* ⚡ update workflow active events
* rename externalhooks method
* ⚡ Rename frontend hooks
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-01-19 23:48:30 +01:00
Jan Oberhauser
e525c79032
🔖 Release n8n@0.102.0
2021-01-15 11:49:59 +01:00
Jan Oberhauser
195233d62e
⬆️ Set n8n-editor-ui@0.71.0 and n8n-nodes-base@0.97.0 on n8n
2021-01-15 11:49:29 +01:00
Jan Oberhauser
cbd41b28ca
⚡ Add breaking change for 0.102.0 (Slack)
2021-01-15 11:14:59 +01:00
Jan Oberhauser
ae4aa112f3
⚡ Add breaking change for 0.102.0
2021-01-14 17:34:37 +01:00
Jan Oberhauser
b33b7bdd52
🔖 Release n8n@0.101.0
2021-01-07 14:28:56 +01:00
Jan Oberhauser
bd996fec5a
⬆️ Set n8n-core@0.58.0, n8n-editor-ui@0.70.0 and n8n-nodes-base@0.96.0 on n8n
2021-01-07 14:28:17 +01:00
Jan Oberhauser
78f8114499
⚡ Minor text change
2021-01-07 13:17:49 +01:00
Omar Ajoue
ba8ea6c0f5
Removing console.log message
2021-01-06 13:01:56 +01:00
Omar Ajoue
04a8912a94
Changed vacuum operation to run on startup only. Also it is now off by default.
2021-01-04 09:30:02 +01:00
Omar Ajoue
d528e442ba
Run vacuum on sqlite periodically
2020-12-31 10:42:16 +01:00
Jan Oberhauser
638310fa94
🔖 Release n8n@0.100.0
2020-12-30 12:02:42 +01:00
Jan Oberhauser
dc71a288cc
⬆️ Set n8n-core@0.57.0, n8n-editor-ui@0.69.0, n8n-nodes-base@0.95.0 and n8n-workflow@0.48.0 on n8n
2020-12-30 12:01:42 +01:00
Jan Oberhauser
ed1f29feba
⚡ Make it possible to supply hook data with reload
2020-12-30 11:45:29 +01:00
Jan Oberhauser
b0b2a51d04
🔖 Release n8n@0.99.1
2020-12-24 22:12:01 +01:00
Jan Oberhauser
0c4135d851
⬆️ Set n8n-editor-ui@0.68.1 on n8n
2020-12-24 22:11:35 +01:00
Jan Oberhauser
44c28b3491
🔖 Release n8n@0.99.0
2020-12-24 09:14:03 +01:00
Jan Oberhauser
ee9fc20243
⬆️ Set n8n-editor-ui@0.68.0 and n8n-nodes-base@0.94.0 on n8n
2020-12-24 09:13:14 +01:00
Jan Oberhauser
ecdcc0b522
🐛 Fix issue that DB init errors did not get caught #1269
2020-12-24 09:06:43 +01:00
Jan Oberhauser
b5d4391ace
🔖 Release n8n@0.98.0
2020-12-16 12:45:22 +01:00
Jan Oberhauser
ebd475fb32
⬆️ Set n8n-core@0.56.0, n8n-editor-ui@0.67.0 and n8n-nodes-base@0.93.0 on n8n
2020-12-16 12:44:31 +01:00
Mathieu Ledru
53a97cc27b
🎨 update wordings to distinct distribution model to it's license ( #1220 )
2020-12-15 10:50:52 +01:00
Jan Oberhauser
0918106328
⚡ Make it possible to return string via Webhook-Node
2020-12-14 15:09:41 +01:00
Jan Oberhauser
7cdbe5c147
👕 Fix lint issue
2020-12-12 20:59:17 +01:00
Jan Oberhauser
d306be8099
🐛 Fix bug in own error-workflow addition
2020-12-12 18:41:11 +01:00
lublak
8b567c20b9
⚡ Allow workflow to trigger on own error trigger ( #1205 )
...
* allow workflow to trigger on own error trigger
* use config errorTriggerType instance of a static string
* don't trigger twice
2020-12-12 18:36:47 +01:00
Jan Oberhauser
cfc222a877
🔖 Release n8n@0.97.0
2020-12-10 11:40:12 +01:00
Jan Oberhauser
7d29c91f07
⬆️ Set n8n-core@0.55.0 and n8n-nodes-base@0.92.0 on n8n
2020-12-10 11:39:27 +01:00
Jan Oberhauser
e8f53effb4
📚 Fix and unify number of nodes
2020-12-10 08:44:06 +01:00
Jan Oberhauser
fed0a4996e
🔖 Release n8n@0.96.0
2020-12-03 13:14:03 +01:00
Jan Oberhauser
c51f4d2ea0
⬆️ Set n8n-core@0.54.0, n8n-editor-ui@0.66.0, n8n-nodes-base@0.91.0 and n8n-workflow@0.47.0 on n8n
2020-12-03 13:13:36 +01:00
Jan Oberhauser
ea79e80c17
✨ Make it possible to load only specific nodes
2020-12-01 10:53:43 +01:00
Jan Oberhauser
e428ccffba
⚡ Make it possible to reload hook-files
2020-11-25 15:42:33 +01:00
Jan Oberhauser
dfd054f036
🔖 Release n8n@0.95.1
2020-11-25 14:12:08 +01:00
Jan Oberhauser
4d8aa0bfc3
⬆️ Set n8n-nodes-base@0.90.1 on n8n
2020-11-25 14:11:36 +01:00
Jan Oberhauser
258d77151b
🔖 Release n8n@0.95.0
2020-11-25 13:22:07 +01:00
Jan Oberhauser
d962880b31
⬆️ Set n8n-core@0.53.0, n8n-editor-ui@0.65.0, n8n-nodes-base@0.90.0 and n8n-workflow@0.46.0 on n8n
2020-11-25 13:21:30 +01:00
Ronalds Upenieks
3351113f28
⚡ Add Harvest OAuth2 support ( #697 )
...
* credentials, generic functions fit to oauth2, UI elements
* ⚡ Improvements to Harvest-Node
* Update Harvest.node.ts
* ⚡ Add OAuth2 and move account id from credentials to node parameters
* ⚡ Minor improvements to Harvest-Node
Co-authored-by: Rupenieks <ru@myos,co>
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-11-24 14:15:47 +01:00
Jan Oberhauser
3c843f5c74
🔖 Release n8n@0.94.1
2020-11-20 17:07:16 +01:00
Jan Oberhauser
107e52d2a6
⬆️ Set n8n-nodes-base@0.89.1 on n8n
2020-11-20 17:04:24 +01:00
Jan Oberhauser
f558616376
🔖 Release n8n@0.94.0
2020-11-19 14:13:57 +01:00
Jan Oberhauser
4e43b2e5e7
⬆️ Set n8n-core@0.52.0, n8n-editor-ui@0.64.0, n8n-nodes-base@0.89.0 and n8n-workflow@0.45.0 on n8n
2020-11-19 14:13:16 +01:00
Ricardo Espinoza
b0863e55b1
⚡ Feature/segment extended ( #1174 )
...
* ⚡ Add custom traits
* ⚡ Improvements
* ⚡ Small changes
* ⚡ Improvements
2020-11-18 23:37:56 +01:00
Jan Oberhauser
768b7d5263
⚡ Update required node version in package.json
2020-11-16 18:21:46 +01:00
Ben Hesseldieck
f2666e92ff
⚡ Add preExecuteHooks ( #1151 )
...
* ⚡ Save initital data on hook error
* 🚧 update function interface
* 🚧 response webhook with error, 🐛 fix adding preExecutionHooks to hooks
* 🔥 remove execute hook
* ⚡ execute preExecute hooks on integrated workflows
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-11-13 23:31:27 +01:00
Tanay Pant
c602803ed7
⚡ Add breaking change for 0.93.0
2020-11-12 09:14:24 +01:00
Jan Oberhauser
7641d2ad81
🔖 Release n8n@0.93.0
2020-11-11 12:03:16 +01:00
Jan Oberhauser
887e777e9a
⬆️ Set n8n-core@0.51.0, n8n-editor-ui@0.63.0, n8n-nodes-base@0.88.0 and n8n-workflow@0.44.0 on n8n
2020-11-11 12:02:45 +01:00
Jan Oberhauser
0f95ad4446
🐛 Fix retry buy with current workflow #1144
2020-11-11 10:24:10 +01:00
Jan Oberhauser
7168b1780e
🔖 Release n8n@0.92.0
2020-11-04 16:29:18 +01:00
Jan Oberhauser
dc41973009
⬆️ Set n8n-core@0.50.0, n8n-editor-ui@0.62.0 and n8n-nodes-base@0.87.0 on n8n
2020-11-04 16:28:31 +01:00
Tanay Pant
c3076a8dc7
⚡ Update for n8n@090.0
2020-10-30 12:34:03 +01:00
Jan Oberhauser
5f12b840d6
🔖 Release n8n@0.91.0
2020-10-30 09:51:57 +01:00
Jan Oberhauser
e84b72e1a2
⬆️ Set n8n-core@0.49.0, n8n-editor-ui@0.61.0, n8n-nodes-base@0.86.0 and n8n-workflow@0.43.0 on n8n
2020-10-30 09:51:18 +01:00
Jan Oberhauser
0f0dfa2191
⚡ Minor improvements and lint-fix
2020-10-28 23:38:53 +01:00
AxelRueweler
5460b69418
⚡ Select executions by the firstId ( #1108 )
...
* Add option to get the full execution data from the server.
* Select Executions by the firstId.
2020-10-28 23:34:16 +01:00
Jan Oberhauser
ac346b125b
⚡ Change CLI command config -> update
2020-10-27 11:14:51 +01:00
Jan Oberhauser
609a2a4791
👕 Fix lint issue
2020-10-26 21:26:52 +01:00
AxelRueweler
7aeafc9f27
⚡ Add option to get the full execution data from the server. ( #1101 )
2020-10-26 21:19:44 +01:00
Jan Oberhauser
c8e85b5d6d
👕 Fix lint issue
2020-10-25 11:26:27 +01:00
Jan Oberhauser
6cc986c516
⚡ Check on startup for Node.js version 12.9 or later
2020-10-25 11:01:36 +01:00
Jan Oberhauser
205a033717
✨ Add CLI command to deactivate workflows
2020-10-24 14:37:45 +02:00
Jan Oberhauser
c7b1cbbc72
⬆️ Set n8n-nodes-base@0.85.0 on n8n
2020-10-23 18:17:03 +02:00
Jan Oberhauser
7addd14e36
⚡ Add tslintfix script
2020-10-23 09:21:15 +02:00
Jan Oberhauser
53162ba462
⚡ Minor improvements on loading parameters on demand
2020-10-22 17:32:05 +02:00
Omar Ajoue
37f787d7b2
✨ Load node properties on demand ( #1089 )
...
* ⚡ Changed rest api endpoint to omit node properties by default.
⚡ Created another endpoint to return all node information based on a list of names
* refactor: changed endpoint to POST instead of GET
* Changed properties to be optional for node description
* Removed eager loading for node properties.
All nodes will have their properties fetched when used in a workflow.
Works when opening an already saved workflow, creating a new one from
scratch or pasting JSON / URLs.
* Removing unnecessary dependency
2020-10-22 17:24:35 +02:00
Jan Oberhauser
40c2acd77b
👕 Fix lint issue
2020-10-22 15:46:03 +02:00
Jan Oberhauser
0612ecb924
🔖 Release n8n@0.89.2
2020-10-22 12:10:51 +02:00
Jan Oberhauser
d1f56c45eb
⬆️ Set n8n-nodes-base@0.84.1 on n8n
2020-10-22 12:10:19 +02:00
Jan Oberhauser
b36622e154
🔖 Release n8n@0.89.1
2020-10-22 11:51:59 +02:00
Jan Oberhauser
4e00e48ea8
🔖 Release n8n@0.89.0
2020-10-22 11:49:52 +02:00
Jan Oberhauser
fde4a017aa
⬆️ Set n8n-core@0.48.0 and n8n-nodes-base@0.84.0 on n8n
2020-10-22 11:48:56 +02:00
Jan Oberhauser
b171cfbb10
⚡ Fix issue with thrown errors for nodes with multiple webhooks
2020-10-21 17:50:23 +02:00
Jan Oberhauser
3afc7a3deb
🐛 Fix issue that none active workflow got displayed as active
2020-10-21 10:26:15 +02:00
Jan Oberhauser
70435b582a
⚡ Add hook which gets called after a workflow execution
2020-10-20 19:01:40 +02:00
Jan Oberhauser
269bab679d
👕 Fix built issue
2020-10-20 11:15:14 +02:00
Jan Oberhauser
fc695e0bea
🔖 Release n8n@0.88.1
2020-10-16 16:09:40 +02:00
Jan Oberhauser
809daaf0b6
⬆️ Set n8n-nodes-base@0.83.1 on n8n
2020-10-16 16:08:49 +02:00
Jan Oberhauser
996f8065fd
🔖 Release n8n@0.88.0
2020-10-16 11:37:42 +02:00
Jan Oberhauser
c3128875c5
⬆️ Set n8n-nodes-base@0.83.0 on n8n
2020-10-16 11:37:03 +02:00
Jan Oberhauser
a76cdda4d3
🔖 Release n8n@0.87.2
2020-10-15 13:31:18 +02:00
Jan Oberhauser
842724eef0
⬆️ Set n8n-nodes-base@0.82.2 on n8n
2020-10-15 13:30:32 +02:00
Jan Oberhauser
e5eda99d6d
🔖 Release n8n@0.87.1
2020-10-15 10:50:23 +02:00
Jan Oberhauser
3c7934a3db
⬆️ Set n8n-nodes-base@0.82.1 on n8n
2020-10-15 10:49:18 +02:00
Ben Hesseldieck
99b637330b
⚡ add afterDelete hook ( #1054 )
2020-10-14 17:47:43 +02:00
Jan Oberhauser
df020136d3
⚡ Make sure that n8n stops even if there are unforeseen errors
2020-10-14 16:41:42 +02:00
Ben Hesseldieck
28074d94a4
⚡ Add hooks ( #1053 )
...
* ⚡ add 2 hooks
* ⚡ Fix issue that if hook errors n8n would not shut down
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-10-14 16:38:48 +02:00
Tanay Pant
12b8dd6237
⚡ Fix typo and change text
2020-10-14 13:44:36 +02:00
Harshil Agrawal
7f795ef6a3
🔨 Update version for breaking change ( #1052 )
2020-10-14 13:41:31 +02:00
Jan Oberhauser
a93706f0df
🔖 Release n8n@0.87.0
2020-10-14 11:52:11 +02:00
Jan Oberhauser
e074653a9e
⬆️ Set n8n-editor-ui@0.60.0 and n8n-nodes-base@0.82.0 on n8n
2020-10-14 11:51:39 +02:00
Jan Oberhauser
7950c38f5a
⚡ Remove link.fish integration
2020-10-12 10:20:32 +02:00
Jan Oberhauser
8366632268
🐛 Fix bug with missing credentials with CLI execute
2020-10-10 18:23:02 +02:00
Jan Oberhauser
c84d4f62a7
🔖 Release n8n@0.86.1
2020-10-06 10:23:33 +02:00
Jan Oberhauser
fd16f6f04a
⬆️ Set n8n-nodes-base@0.81.1 on n8n
2020-10-06 10:22:36 +02:00
Jan Oberhauser
6cede362e4
🔖 Release n8n@0.86.0
2020-10-05 09:42:56 +02:00
Jan Oberhauser
d78e01dfc5
⬆️ Set n8n-editor-ui@0.58.0 and n8n-nodes-base@0.81.0 on n8n
2020-10-05 09:41:21 +02:00
Jan Oberhauser
70dc99da41
🔖 Release n8n@0.85.0
2020-09-30 16:21:14 +02:00
Jan Oberhauser
124bcdc176
⬆️ Set n8n-editor-ui@0.58.0 and n8n-nodes-base@0.80.0 on n8n
2020-09-30 16:20:48 +02:00
Jan Oberhauser
23dbdbc169
⚡ Add hook which allows to overwrite frontend settings
2020-09-30 16:11:45 +02:00
Jan Oberhauser
f1680386ca
⚡ Get OAuth-Callback URLs from backend
2020-09-30 15:57:40 +02:00
Jan Oberhauser
2072f53316
⚡ Change bcrypt library to make it work better in windows
2020-09-28 14:31:14 +02:00
Jan Oberhauser
93963da1a1
🔖 Release n8n@0.84.4
2020-09-23 22:24:42 +02:00
Jan Oberhauser
6d7c506977
⬆️ n8n-nodes-base@0.79.1 on n8n
2020-09-23 22:23:58 +02:00
Jan Oberhauser
bb33333eba
🔖 Release n8n@0.84.3
2020-09-23 18:10:29 +02:00
Jan Oberhauser
521425894c
🐛 Set old version of jwks-rsa to fix build
2020-09-23 18:09:36 +02:00
Jan Oberhauser
c3a7685529
🔖 Release n8n@0.84.2
2020-09-23 17:35:05 +02:00
Jan Oberhauser
8bca883764
⬆️ Set n8n-editor-ui@0.57.1 on n8n
2020-09-23 17:33:41 +02:00
Jan Oberhauser
acae926a36
🔖 Release n8n@0.84.1
2020-09-23 14:15:01 +02:00
Jan Oberhauser
3374fda7c6
⚡ Make it possible to open endpoints
2020-09-23 14:14:31 +02:00
Jan Oberhauser
395fe69bd3
🔖 Release n8n@0.84.0
2020-09-23 13:32:05 +02:00
Jan Oberhauser
86ed2f3096
⬆️ Set n8n-core@0.47.0, n8n-editor-ui@0.57.0, n8n-nodes-base@0.79.0 and n8n-workflow@0.42.0 on n8n
2020-09-23 13:31:38 +02:00
Jan Oberhauser
88ccc5cb6f
🐛 Fix credential rename issue for active workflows #935
2020-09-23 09:43:00 +02:00
Jan Oberhauser
1401cebdc3
👕 Fix lint issue
2020-09-23 09:28:02 +02:00
Tanay Pant
a27e764de0
⚡ Copy edits to breaking changes for 0.83.0
2020-09-18 10:09:59 +02:00
Jan Oberhauser
8f4cf16fb2
🔖 Release n8n@0.83.0
2020-09-18 10:04:06 +02:00
Jan Oberhauser
e2e1dbee80
⬆️ Set n8n-core@0.46.0, n8n-nodes-base@0.78.0 and n8n-workflow@0.41.0 on n8n
2020-09-18 10:03:39 +02:00
Ricardo Espinoza
a552febab4
⚡ Feature/extended active campaign ( #928 )
...
* feat: 🎸 node/activecampaign account, tag, account contact
* feat: 🎸 node/ActiveCampaign Update an accountContact assoc
* feat: 🎸 node/activecampaign Update an account
* feat: 🎸 node/activecampaign Get an account
* feat: 🎸 node/activecampaign GetAll & Delete an account
* feat: 🎸 node/activecampaign change ID's type to number
* refactor: 💡 node/activecampaign merge getAll properties
* ⚡ Improvements to #923
* ⚡ Improvements
* ⚡ Improvements
* ⚡ Add breaking change message
Co-authored-by: Ronald Diquélou <rdiquelou@opensafepro.com>
2020-09-18 09:42:01 +02:00
Jan Oberhauser
e18d7934ad
⚡ Fix build
2020-09-18 09:18:43 +02:00
Jan Oberhauser
690e76e187
⚡ Add hook which gets called once n8n is ready
2020-09-17 21:26:34 +02:00
Ahsan Virani
4056b6861c
⚡ Ignore credentials endpoint in Auth ( #966 )
2020-09-17 11:24:34 +02:00
Jan Oberhauser
2fee4396f1
🐛 Fix Test-Webhook registration issues
2020-09-16 23:57:17 +02:00
Jan Oberhauser
181ba3c4e2
📚 License text fix
2020-09-15 07:55:09 +02:00
Jan Oberhauser
5ada586fa2
🔖 Release n8n@0.82.1
2020-09-14 19:59:19 +02:00
Jan Oberhauser
3d003fca72
⚡ Improve speed of basic-auth with hashed password
2020-09-14 19:58:21 +02:00
Jan Oberhauser
2c043d9d9b
🔖 Release n8n@0.82.0
2020-09-14 13:41:09 +02:00
Jan Oberhauser
46ec7e3128
⬆️ Set n8n-core@0.45.0, n8n-editor-ui@0.56.0, n8n-nodes-base@0.77.0 and n8n-workflow@0.40.0 on n8n
2020-09-14 13:40:43 +02:00
Jan Oberhauser
397132688e
⚡ Wait for active workflow to finish before shutting down
2020-09-14 12:30:58 +02:00
Jan Oberhauser
6d8e9b1cd2
🐛 Fix issue with overwrites
2020-09-13 12:35:13 +02:00
Jan Oberhauser
99f7eb2eca
⚡ Apply also credential overwrites of parent and fix bug
2020-09-12 21:13:57 +02:00
Jan Oberhauser
ac2e0040b0
⚡ Set fixed version of @types/node to fix build
2020-09-12 19:25:49 +02:00
Jan Oberhauser
d48c649329
⬆️ Upgrade some dependencies
2020-09-12 14:02:33 +02:00
Jan Oberhauser
c8d009bced
✨ Add expression support to credentials
2020-09-12 12:16:07 +02:00
Ben Hesseldieck
279af6251b
⚡ Adjustions for utilizing an external OAuth Hook ( #945 )
...
* 🚧 add oauth redirect env variable, add host to oauth state
* 🎨 format
* 🚧 reset changes
* 🚧 add hook
* 🚧 remove host from inital state
2020-09-11 12:15:06 +02:00
Ahsan Virani
2a6f4ebf86
✨ Add hash support in basic auth ( #943 )
2020-09-10 17:49:44 +02:00
Jan Oberhauser
013a7b8cf9
⚡ Add hooks for oauth-authentication
2020-09-10 10:16:24 +02:00
Jan Oberhauser
3295e46b3a
🔖 Release n8n@0.81.0
2020-09-09 13:39:27 +02:00
Jan Oberhauser
b2f77b70eb
⬆️ Set n8n-nodes-base@0.76.0 on n8n
2020-09-09 13:38:53 +02:00
Jan Oberhauser
313c8c14dc
⚡ Overwrite credential data only if there is no data set yet
2020-09-06 22:16:42 +02:00
Jan Oberhauser
922b4181d4
🔖 Release n8n@0.80.0
2020-09-02 15:32:16 +02:00
Jan Oberhauser
c5b12f3452
⬆️ Set n8n-core@0.44.0 and n8n-nodes-base@0.75.0 on n8n
2020-09-02 15:31:15 +02:00
Jan Oberhauser
a9bfb506ff
⚡ Update buffer code to not get deprecation message
2020-09-01 17:50:51 +02:00
Jan Oberhauser
d2f6bd7e42
👕 Fix lint issue
2020-09-01 09:22:41 +02:00
Jan Oberhauser
785858ec6a
🔖 Release n8n@0.79.3
2020-08-30 11:08:00 +02:00
Jan Oberhauser
22c40d026b
🐛 Fix bug that workflows did not get activated correctly
2020-08-30 11:06:46 +02:00
Jan Oberhauser
10cfe70d33
🔖 Release n8n@0.79.2
2020-08-28 18:17:04 +02:00
Jan Oberhauser
b26baa902f
🐛 Add missing rawBody for "application/x-www-form-urlencoded"
2020-08-28 18:15:34 +02:00
Jan Oberhauser
e6e25a84db
🔖 Release n8n@0.79.1
2020-08-28 17:46:51 +02:00
Jan Oberhauser
42fc5e1d95
⬆️ Set n8n-nodes-base@0.74.1 on n8n
2020-08-28 17:46:16 +02:00
Jan Oberhauser
7259aa4cf6
🐛 Add rawBody to every request that n8n does not error if body is missing
2020-08-27 15:19:10 +02:00
Jan Oberhauser
843569f608
👕 Fix lint issues and indentation
2020-08-27 15:09:31 +02:00
Jan Oberhauser
685aa2cf82
🔖 Release n8n@0.79.0
2020-08-27 11:03:09 +02:00
Jan Oberhauser
0748c4b02a
⬆️ Set n8n-editor-ui@0.55.0 and n8n-nodes-base@0.74.0 on n8n
2020-08-27 11:02:33 +02:00
Tanay Pant
2616b2b200
Update BREAKING-CHANGES.md
2020-08-26 09:58:38 +02:00
Jan Oberhauser
d768764a70
⚡ Minor improvements to Todoist-Node
2020-08-26 09:28:39 +02:00
Ricardo Espinoza
c3277df25b
⚡ Todoist node enhancement ( #823 )
...
* Todoist node enhancement
* done
* ⚡ Improvements
* 💄 Remove comment
* 💄 remove unnecessary line
* 📚 Add breaking change message
* ⚡ Remove unnecessary line
Co-authored-by: lukigarazus <ywnwa96@gmail.com>
2020-08-26 09:09:07 +02:00
Tanay Pant
f5c8fbe953
🔨 Fix pronunciation guide
2020-08-24 10:50:37 +02:00
Jan Oberhauser
e7347fd181
🔖 Release n8n@0.78.0
2020-08-18 17:23:28 +02:00
Jan Oberhauser
ba1d96a633
⬆️ Set n8n-core@0.43.0, n8n-editor-ui@0.54.0, n8n-nodes-base@0.73.0 and n8n-workflow@0.39.0 on n8n
2020-08-18 17:22:59 +02:00
Jan Oberhauser
228d97d65c
🐛 Fix wrong favicon path #841
2020-08-14 23:20:07 +02:00
Jan Oberhauser
adf0d09cc5
✅ Update @types/node to latest version
2020-08-14 18:36:34 +02:00
Jan Oberhauser
94d7ddf735
✅ Use same package versions
2020-08-14 18:03:43 +02:00
Rupenieks
a69098a096
✅ Updated @types/node to v14, fixed TS breaking with changes
2020-08-12 12:19:41 +02:00
ricardo
baac8edeb0
Merge 'master' into 'Bitly-OAuth2-support'
2020-08-09 19:12:38 -04:00
Matthew Tovbin
4c275513b4
JWT extras ( #817 )
...
* JWT extras: check issues, expiration, namespace and tenant
* idents
2020-08-06 17:44:19 +02:00
Jan Oberhauser
29fc42b69c
🔖 Release n8n@0.76.0
2020-08-05 09:47:31 +02:00
Jan Oberhauser
5768a69ee9
⬆️ Set n8n-core@0.41.0, n8n-editor-ui@0.52.0, n8n-nodes-base@0.71.0 and n8n-workflow@0.37.0 on n8n
2020-08-05 09:46:52 +02:00
Shraddha Shaligram
a5b6b3d209
✨ Add Medium Node ( #788 )
...
* add medium node
* minor fixes
* fix publication post
* fix according to feedback
* additional fixes
* fix license description
* ⚡ Small improvements
* ⚡ Improvements
Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
2020-08-05 09:29:29 +02:00
Jan Oberhauser
b488ae8d3a
👕 Fix lint issue
2020-07-29 14:20:31 +02:00
Ben Hesseldieck
051598d30e
✨ Add max execution time for Workflows ( #755 )
...
* 🎉 basic setup and execution stopping
* 🚧 soft timeout for own process executions
* 🚧 add hard timeout for subprocesses
* 🚧 add soft timeout to main thread
* 🔧 set default timeout to 5 mins --> 500s
* 💡 adding documentation to configs
* 🚧 deactivate timeout by default
* 🚧 add logic of max execution timeout
* ⚡ adding timeout to settings in frontend and server
* 🎨 improve naming
* 💡 fix change in config docs
* ✔️ fixing compilation issue
* 🎨 add format for new config variables
* 👌 type cast before checking equality
* ⚡ Improve error message if NodeType is not known
* 🐳 Tag also rpi latest image
* 🐛 Fix Postgres issue with Node.js 14 #776
* 🚧 add toggle to activate workflow timeout
* 💄 improving UX of setting a timeout and its duration
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-07-29 14:12:54 +02:00
Jan Oberhauser
6e06da99fb
⚡ Update job website URL
2020-07-27 11:43:28 +02:00
Jan Oberhauser
7f7f395e36
🔖 Release n8n@0.75.0
2020-07-26 12:55:24 +02:00
Jan Oberhauser
8e5fe3aaba
⬆️ Set n8n-core@0.40.0, n8n-editor-ui@0.51.0, n8n-nodes-base@0.70.0 and n8n-workflow@0.36.0 on n8n
2020-07-26 12:54:54 +02:00
Jan Oberhauser
604d8eea89
⚡ Small improvements and fix for Postgres & QuestDB
2020-07-26 12:45:39 +02:00
Jan Oberhauser
a46a6fa00c
👕 Fix lint issue
2020-07-26 11:59:17 +02:00
Jan Oberhauser
9c266e7aea
⚡ Small improvements to OPTIONS request for webhooks
2020-07-24 16:45:07 +02:00
Rupenieks
82d94873fc
✨ OPTIONS request support for Production/Test Webhooks ( #787 )
...
* 🐛 Fix naming of events in AffinityTrigger Node
* 🚧 OPTIONS allow header response for production webhooks
* ✅ Implemented Allow header for test webhook OPTIONS response
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-07-24 16:24:18 +02:00
Jan Oberhauser
de8e6f2811
🐛 Fix bug with saving executions of unsaved workflows
2020-07-24 15:16:55 +02:00
Ben Hesseldieck
ebe2775701
⚡ Add index stopped at ( #766 )
...
* 🚧 add index on sqlite
* 🚧 add migration for postgres
* 🚧 add mysql migration
* 🚧 add mongodb migration
* ⏪ revert change of default postgresdb user
2020-07-17 17:08:40 +02:00
Jan Oberhauser
b946d49bea
🔖 Release n8n@0.74.0
2020-07-15 12:41:40 +02:00
Jan Oberhauser
f8e3e42b46
⬆️ Set n8n-core@0.39.0, n8n-editor-ui@0.50.0, n8n-nodes-base@0.69.0 and n8n-workflow@0.35.0 on n8n
2020-07-15 12:41:15 +02:00
Jan Oberhauser
25cc745894
🐛 Fix editor-ui build
2020-07-14 23:36:05 +02:00
Jan Oberhauser
df3077b5d2
👕 Fix lint issue
2020-07-14 13:59:37 +02:00
Jan Oberhauser
d17161cf40
🔀 Merge branch 'static-stateless-webhooks'
2020-07-14 12:34:34 +02:00
Jan Oberhauser
8bfc5a4b65
⚡ Small improvements on execution pruning
2020-07-12 12:49:42 +02:00
Jan Oberhauser
78dc1e9449
🔀 Merge branch 'master' into WorkflowExecutionMaintainance
2020-07-12 12:20:59 +02:00
Jan Oberhauser
941ee06b14
⚡ Make n8n work in subfolder & Fix events in AffinityTrigger
2020-07-12 12:17:01 +02:00
Ben Hesseldieck
b956444c0e
🐎 pruning execution data complete
2020-07-09 16:52:38 +02:00
Ben Hesseldieck
05507fc19b
🎉 basic throtteling with cleaning logs
2020-07-09 15:17:47 +02:00
ricardo
c6e060904e
⚡ Fix issue with OAuth2
2020-07-08 15:15:33 -04:00
Jan Oberhauser
16bd10fbd1
🔖 Release n8n@0.73.1
2020-07-08 16:50:15 +02:00
Jan Oberhauser
b3671380e3
⬆️ Set n8n-nodes-base@0.68.1 on n8n
2020-07-08 16:48:54 +02:00
Tanay Pant
bafc1fc45c
🐛 Fix broken images
2020-07-08 12:38:25 +02:00
Jan Oberhauser
243f4ee9b5
🔖 Release n8n@0.73.0
2020-07-08 11:28:39 +02:00
Jan Oberhauser
bf66609c80
⬆️ Set n8n-core@0.38.0, n8n-editor-ui@0.49.0, n8n-nodes-base@0.68.0 and n8n-workflow@0.34.0 on n8n
2020-07-08 11:28:04 +02:00
Ricardo Espinoza
8aff042e04
* ✨ Endpoint to preset credentials
...
* ✨ Endpoint to preset credentials
* ⚡ Improvements
* 🐛 Small fix
* 🐛 Small fix
2020-07-07 19:03:53 +02:00
Jan Oberhauser
a01a764874
🔖 Release n8n@0.72.0
2020-07-02 07:21:56 +02:00
Jan Oberhauser
69e9573004
⬆️ Set n8n-core@0.37.0 and n8n-nodes-base@0.67.0 on n8n
2020-07-02 07:21:15 +02:00
Jan Oberhauser
d72a711957
🐛 Fix credential issue with ExecuteWorkflow-Node
2020-07-01 15:08:00 +02:00
Jan Oberhauser
91b3c262fc
🔖 Release n8n@0.71.0
2020-06-25 12:29:25 +02:00
Jan Oberhauser
24746f57d0
⬆️ Set n8n-editor-ui@0.48.0 and n8n-nodes-base@0.66.0 on n8n
2020-06-25 12:28:40 +02:00
Jan Oberhauser
6af3743e1b
✨ Add Postgres SSL support
2020-06-25 11:39:04 +02:00
Jan Oberhauser
93afb0940b
⚡ Use rest endpoint configuration
2020-06-23 16:12:53 +02:00
Jan Oberhauser
e60edc3bff
⚡ Minor improvements
2020-06-23 12:43:40 +02:00
ricardo
494b1de93f
Merge branch 'master' into static-stateless-webhooks
2020-06-22 16:16:50 -04:00
ricardo
e59dd00c10
done
2020-06-22 13:26:41 -04:00
ricardo
3ca9647215
⚡ Add mongodb migration
2020-06-20 21:59:06 -04:00
Jan Oberhauser
5db2ce2924
🐛 Fix issue that changed static data in webhook function did not get
...
saved
2020-06-20 12:28:56 +02:00
Jan Oberhauser
d9906e1b24
📚 Text fix
2020-06-18 10:12:13 +02:00
ricardo
84c4b32261
⚡ Added migrations to Sqlite and Mysql
2020-06-17 23:42:04 -04:00
Jan Oberhauser
7f74408487
🔖 Release n8n@0.70.0
2020-06-13 20:35:00 +02:00
Jan Oberhauser
716716bd1c
⬆️ Set n8n-nodes-base@0.65.0 on n8n
2020-06-13 20:34:22 +02:00
Jan Oberhauser
a5055940b3
🐛 Fix issue with multiuser-setup
2020-06-13 12:34:20 +02:00
Jan Oberhauser
ed160764c9
⚡ Remove debug messages
2020-06-12 15:51:38 +02:00
Jan Oberhauser
17ee152eaf
⚡ Fix indentation
2020-06-10 15:58:57 +02:00
Jan Oberhauser
5ed86670a8
⚡ Make it use of full webhook path more generic
2020-06-10 15:39:15 +02:00
Jan Oberhauser
1451f94814
🔀 Merge branch 'external-hooks'
2020-06-10 13:02:45 +02:00
Jan Oberhauser
57b3a2e05e
⚡ Cleanup of external hooks
2020-06-10 13:00:28 +02:00
Jan Oberhauser
4eff72504d
🔖 Release n8n@0.69.1
2020-06-09 23:07:51 +02:00
Jan Oberhauser
e8737b5c4e
⬆️ Set n8n-nodes-base@0.64.1 on n8n
2020-06-09 23:07:04 +02:00
Jan Oberhauser
e6d70d6cc3
🔖 Release n8n@0.69.0
2020-06-08 10:57:23 +02:00
Jan Oberhauser
7697a5703e
⬆️ Set n8n-core@0.36.0, n8n-editor-ui@0.47.0, n8n-nodes-base@0.64.0 and n8n-workflow@0.33.0 on n8n
2020-06-08 10:56:50 +02:00
Tanay Pant
516a56ea32
📚 Add breaking changes for 0.69.0 ( #632 )
2020-06-08 10:44:52 +02:00
Jan Oberhauser
afe0d16a9a
🔖 Release n8n@0.68.2
2020-06-04 17:50:26 +02:00
Jan Oberhauser
a12510db09
⬆️ Set n8n-nodes-base@0.63.1 on n8n
2020-06-04 17:49:37 +02:00
Jan Oberhauser
f8f123efde
🔖 Release n8n@0.68.1
2020-06-04 17:31:21 +02:00
Jan Oberhauser
75ea0ea91c
🐛 Add missing file
2020-06-04 17:30:43 +02:00
Jan Oberhauser
c7a3a86797
🔖 Release n8n@0.68.0
2020-06-04 17:14:57 +02:00
Jan Oberhauser
320a63a1be
⬆️ Set n8n-core@0.35.0, n8n-editor-ui@0.46.0, n8n-nodes-base@0.63.0 and n8n-workflow@0.32.0 on n8n
2020-06-04 17:14:23 +02:00
Jan Oberhauser
c7a901083b
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2020-06-04 17:03:11 +02:00
Jan Oberhauser
20fdd70a9b
📚 Add version to breaking-changes file
2020-06-04 17:02:27 +02:00
Jan Oberhauser
f9b3cced5c
🔀 Merge branch 'master' into oauth-support
2020-06-04 09:44:21 +02:00
Patrick Wellever
49ea7e2739
✨ Make server listen address configurable ( #618 )
2020-06-04 09:36:10 +02:00
Jan Oberhauser
35c149c7b1
⚡ Fix small issue
2020-06-03 19:58:55 +02:00
Tei1988
e19cd9c118
✨ Add support for scoped npm packages ( #612 )
2020-06-03 19:40:39 +02:00
Jan Oberhauser
e3a6064196
⚡ Small changes to Twitter-Node
2020-06-03 15:06:13 +02:00
ricardo
af3d799e5c
✨ Oauth1 support and Twitter node
2020-06-01 20:42:44 -04:00
ricardo
4e9490a88d
⚡ Improvements
2020-05-30 19:04:04 -04:00
ricardo
91c40367e1
Done
2020-05-27 19:32:56 -04:00
Jan Oberhauser
f1f09d4a03
🔀 Merge branch 'master' into oauth-support
2020-05-24 20:37:59 +02:00
Allan Clempe
d79f22d0db
⚡ Changed glob pattern to also search nodes in subfolders. ( #574 )
2020-05-23 01:09:05 +02:00
Jan Oberhauser
95097a8bd7
🐛 Fix issue with credentials which extend others
2020-05-16 19:22:06 +02:00
Jan Oberhauser
97cf7da6c3
🔀 Merge branch 'master' into oauth-support
2020-05-16 11:26:21 +02:00
Jan Oberhauser
c791c27859
🔖 Release n8n@0.67.3
2020-05-15 20:34:20 +02:00
Jan Oberhauser
56d524d205
⬆️ Set n8n-nodes-base@0.62.1 on n8n
2020-05-15 20:33:38 +02:00
Jan Oberhauser
60854a1365
💥 Fix also FlowTrigger node name
2020-05-15 20:30:44 +02:00
Jan Oberhauser
cfe6e72440
⚡ Do not save credential default values to DB #PROD-52
2020-05-14 14:27:19 +02:00
Jan Oberhauser
09a4b44875
🔀 Merge branch 'master' into oauth-support
2020-05-13 13:39:35 +02:00
Jan Oberhauser
193e8b26b9
🔖 Release n8n@0.67.2
2020-05-13 10:16:48 +02:00
Jan Oberhauser
64c5b6452f
🐛 Fix temporary issue with broke dependency
2020-05-13 10:16:03 +02:00
Jan Oberhauser
5a2c33909a
🔖 Release n8n@0.67.1
2020-05-13 09:33:30 +02:00
Jan Oberhauser
6c685ccae1
🐛 Fix postgres schema
2020-05-13 09:31:31 +02:00
Jan Oberhauser
96e5d34065
🐛 Fix entityPrefix
2020-05-13 09:22:14 +02:00
Jan Oberhauser
74fac1e56c
⚡ Do not overwrite all oauth data on reconnect #PROD-24
2020-05-13 01:07:34 +02:00
Jan Oberhauser
ea47e8b1bc
⚡ Fix issue that OAuth data got overwritten with every save #PROD-22
2020-05-13 00:40:05 +02:00
Jan Oberhauser
a0564e649f
🔀 Merge branch 'master' into oauth-support
2020-05-12 22:54:03 +02:00
Jan Oberhauser
0cfd7aeece
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2020-05-12 17:09:14 +02:00
Tanay Pant
28883657a2
📚 Add an instruction to Breaking Changes ( #561 )
2020-05-12 17:06:39 +02:00
Jan Oberhauser
b5996e5828
🔖 Release n8n@0.67.0
2020-05-12 16:34:52 +02:00
Jan Oberhauser
4785378da6
⬆️ Set n8n-core@0.34.0, n8n-editor-ui@0.45.0, n8n-nodes-base@0.62.0 and n8n-workflow@0.31.0 on n8n
2020-05-12 16:34:27 +02:00
Jan Oberhauser
5123f2bf71
💥 Fix one more node name
2020-05-12 16:26:51 +02:00
Jan Oberhauser
b187aa49c4
💥 Fix some more node names
2020-05-12 15:45:41 +02:00
Jan Oberhauser
15c7331e43
🔀 Improve Breaking Changes:
...
commit a6b3feb786585dc262ad99db918ee887b057f431
Author: Jan Oberhauser <jan.oberhauser@gmail.com>
Date: Tue May 12 15:38:23 2020 +0200
⚡ Fix indentation
commit 8c56a377bd
Author: Tanay Pant <tanaypant@protonmail.com>
Date: Tue May 12 15:31:11 2020 +0200
One more edit to Breaking Changes
commit da125d4dab
Author: Tanay Pant <tanaypant@protonmail.com>
Date: Tue May 12 15:27:44 2020 +0200
Edits to the Breaking Changes
2020-05-12 15:41:20 +02:00
Jan Oberhauser
9c66a652fc
💥 Fix node names
2020-05-12 15:08:19 +02:00
Jan Oberhauser
147c50485c
🔀 Merge branch 'master' into oauth-support
2020-05-12 01:56:27 +02:00
Jan Oberhauser
231bd9f5c7
⚡ Save also static data after Trigger-emit
2020-05-09 00:55:47 +02:00
Rupenieks
e627a0399c
🔀 Npm package updates ( #554 )
...
* Update package.json
* Replace-In-File & change-case update fixes
* tslint to 6.1.2
* nodemailer 6.4.6, googeaplis 50.0.0
* tslint 7.0.1
* package updates
2020-05-08 18:07:34 +02:00
Jan Oberhauser
e0859ae0e2
🔀 Merge branch 'Rupenieks-Programmatic-migrations'
2020-05-07 01:24:41 +02:00
Jan Oberhauser
6e1254fd54
⚡ Add additional external workflow hooks
2020-05-06 00:59:58 +02:00
zou wendi
e4cc3a4bc9
features: support jira self-hosted server
2020-05-05 12:07:19 +08:00
Jan Oberhauser
0387671cae
⚡ Add additional external hooks and provide additional data
2020-05-05 01:23:54 +02:00
Jan Oberhauser
42b997fdb4
⚡ Improve database migrations
2020-05-04 17:29:39 +02:00
Jan Oberhauser
75f0a653e4
🔀 Merge branch 'Programmatic-migrations' of https://github.com/Rupenieks/n8n into Rupenieks-Programmatic-migrations
2020-05-04 16:27:30 +02:00
Rupenieks
6a9d6526a0
Ormconfig mariadb addition, ts-node to dev dependency
2020-05-04 11:18:28 +02:00
Jan Oberhauser
1a63af460a
🔖 Release n8n@0.66.0
2020-05-04 09:09:50 +02:00
Jan Oberhauser
3d491adbaf
⬆️ Set n8n-core@0.33.0, n8n-editor-ui@0.44.0, n8n-nodes-base@0.61.0 and n8n-workflow@0.30.0 on n8n
2020-05-04 09:09:07 +02:00
Jan Oberhauser
a380a9a394
⚡ Add first basic code for external hooks
2020-05-04 08:56:01 +02:00
Jan Oberhauser
42f6f4af2c
⚡ Display an error when unsaved workflow gets executed with webhook
2020-05-03 17:55:14 +02:00
Jan Oberhauser
a253192b0c
📝 Change licensor
2020-05-02 23:17:34 +02:00
Jan Oberhauser
a0ef209752
🔀 Merge branch 'surveymonkey-dev'
2020-05-02 12:32:00 +02:00
Jan Oberhauser
eb1213248e
🔀 Merge branch 'mongodb_updates' of https://github.com/clonardo/n8n into clonardo-mongodb_updates
2020-05-01 18:56:48 +02:00
Jan Oberhauser
01c89fde15
🔖 Release n8n@0.65.0
2020-04-30 00:16:23 +02:00
Jan Oberhauser
5487ed5489
⬆️ Set n8n-nodes-base@0.60.0 on n8n
2020-04-30 00:15:48 +02:00
Jan Oberhauser
3d6a75d392
⚡ Fix issue with workflows running in main process
2020-04-29 19:33:03 +02:00
Rupenieks
48a1e0c495
ormconfig to migrations folder
2020-04-29 16:13:46 +02:00
Rupenieks
3acd779282
Fixed Queries,
2020-04-29 13:57:21 +02:00
Rupenieks
16bf916df5
Migration configs, migration files, removed test queries
2020-04-29 11:34:12 +02:00
Rupenieks
032f4075e4
postgresql initial migration
2020-04-28 00:52:30 +02:00
Rupenieks
daeafe68f3
init migration test files, ormconfig
2020-04-27 12:46:09 +02:00
Jan Oberhauser
df27f6a6d3
🔖 Release n8n@0.64.0
2020-04-27 08:26:30 +02:00
Jan Oberhauser
0165223d6c
⬆️ Set n8n-core@0.32.0, n8n-editor-ui@0.43.0, n8n-nodes-base@0.59.0 and n8n-workflow@0.29.0 on n8n
2020-04-27 08:25:54 +02:00
Jan Oberhauser
9ca21f2e52
🔀 Merge branch 'feature/survey-monkey' of https://github.com/RicardoE105/n8n into RicardoE105-feature/survey-monkey
2020-04-26 23:14:42 +02:00
ricardo
d57d457148
✨ SurveyMonkey trigger
2020-04-26 12:51:27 -05:00
Jan Oberhauser
a3106219f4
⚡ Add Expression-Support to responseHeaders
2020-04-26 15:28:51 +02:00
Davide Cavestro
db2329b26c
Webhook: allow setting generic response-headers
2020-04-26 11:01:20 +02:00
Jan Oberhauser
149e3686c2
🔖 Release n8n@0.63.0
2020-04-22 23:59:08 +02:00
Jan Oberhauser
b4a27547cb
⬆️ Set n8n-nodes-base@0.58.0 on n8n
2020-04-22 23:58:25 +02:00
Rupenieks
07c69f5ade
Migration settings
2020-04-22 16:03:50 +02:00
Rupenieks
1aa51944a6
Initial migration files for each DB
2020-04-22 15:52:15 +02:00
Jan Oberhauser
90fe5113a0
🔀 Merge branch 'master' into oauth-support
2020-04-14 20:54:19 +02:00
Jan Oberhauser
303062623b
✨ Add MariaDB support
2020-04-14 19:54:11 +02:00
Jan Oberhauser
105858cb36
🔖 Release n8n@0.62.1
2020-04-13 22:19:54 +02:00
Jan Oberhauser
9afb71ec91
⬆️ Set n8n-nodes-base@0.57.1 on n8n
2020-04-13 22:19:20 +02:00
Jan Oberhauser
af2ed46a68
🔖 Release n8n@0.62.0
2020-04-13 17:30:36 +02:00
Jan Oberhauser
7857e0d836
⬆️ Set n8n-core@0.31.0, n8n-editor-ui@0.42.0, n8n-nodes-base@0.57.0 and n8n-workflow@0.28.0 on n8n
2020-04-13 17:30:09 +02:00
Jan Oberhauser
4ad009214e
⚡ Change evaluateExpression -> $evaluateExpression
2020-04-13 16:51:04 +02:00
Jan Oberhauser
3c819100d8
🔖 Release n8n@0.61.0
2020-04-12 20:14:51 +02:00
Jan Oberhauser
bc0856a6d0
⬆️ Set n8n-core@0.30.0, n8n-editor-ui@0.41.0, n8n-nodes-base@0.56.0 and n8n-workflow@0.27.0 on n8n
2020-04-12 20:13:31 +02:00
Jan Oberhauser
b1172bdb48
🔀 Merge branch 'master' into oauth-support
2020-04-10 09:48:24 +02:00
Jan Oberhauser
be9474e84a
⚡ Fix build issue with new interfaces
2020-04-09 20:23:33 +02:00
Jan Oberhauser
f9dd92db97
🔀 Merge branch 'master' into oauth-support
2020-04-08 10:10:44 +02:00
Jan Oberhauser
7a27979ddd
⚡ Fix build issue with new interfaces
2020-04-08 10:08:42 +02:00
Chris Lonardo
c6aa73cc2f
upgrade mongodb client to support mongodb 4.2 and allow conn string override
2020-04-05 21:06:00 -04:00
Jan Oberhauser
9dd9e0d8ba
🔀 Merge branch 'master' into oauth-support
2020-04-04 17:34:10 +02:00
Jan Oberhauser
174113a879
🔖 Release n8n@0.60.0
2020-04-03 20:22:38 +02:00
Jan Oberhauser
a1f950db18
⬆️ Set n8n-core@0.29.0, n8n-editor-ui@0.40.0, n8n-nodes-base@0.55.0 and n8n-workflow@0.26.0 on n8n
2020-04-03 20:22:15 +02:00
Jan
c5e8f9f023
🔀 Merge pull request #434 from ceefour/rundev-fix
...
refactor(cli): `npm run dev` starts nodemon&watch
2020-04-01 00:00:12 +02:00
Jan
40943e7b83
🔀 Merge pull request #432 from ceefour/json-fix
...
fix(cli): ResponseHelper sends JSON.
2020-03-31 23:54:04 +02:00
Hendy Irawan
faeb5028b4
refactor(cli): npm run dev
starts nodemon&watch
...
Fixed #431 .
2020-04-01 01:24:13 +07:00
Hendy Irawan
b3bf138e3b
fix(cli): Clarify webhook error message & fix typo
2020-03-31 23:56:06 +07:00
Hendy Irawan
f23abdce2e
fix(cli): ResponseHelper sends JSON.
...
For both success and error. Fixed #430 .
2020-03-31 23:41:52 +07:00
Jan Oberhauser
7c5f437e92
⚡ Make sure that it looks for SSL certs only if defined
2020-03-30 13:29:42 +02:00
Jan Oberhauser
f00b7347c8
⚡ Minor improvements to SSL support
2020-03-29 12:46:55 +02:00
KH Wong
2870818211
Add HTTPS support by giving an SSL Cert and Key
2020-03-28 01:19:30 +08:00
Jan Oberhauser
6c86269aaf
🔖 Release n8n@0.59.0
2020-03-27 12:49:28 +01:00
Jan Oberhauser
67acff6fbf
⬆️ Set n8n-nodes-base@0.54.0 on n8n
2020-03-27 12:48:49 +01:00
Jan Oberhauser
764172d46f
✨ Add support for n8n configuration via file
2020-03-27 12:30:42 +01:00
Frane Bandov
b6b63ed48b
Add full-icu to Dockerfiles
2020-03-26 18:05:23 +01:00
Jan Oberhauser
f0f4a04c74
🔖 Release n8n@0.58.0
2020-03-22 10:43:41 +01:00
Jan Oberhauser
840e381264
⬆️ Set n8n-core@0.28.0, n8n-editor-ui@0.39.0, n8n-nodes-base@0.53.0 and n8n-workflow@0.25.0 on n8n
2020-03-22 10:43:16 +01:00
Jan Oberhauser
255d30b2c7
✨ Make it possible to define prefix for table names
2020-03-21 18:32:26 +01:00
Jan Oberhauser
e9c6c64290
🐛 Fix bug that not all webhooks got deleted when active & testing #387
2020-03-21 00:32:05 +01:00
Jan Oberhauser
ce1738a271
🔖 Release n8n@0.57.0
2020-03-18 22:59:20 +01:00
Jan Oberhauser
de7f4cb691
⬆️ Set n8n-nodes-base@0.52.0 on n8n
2020-03-18 22:58:42 +01:00
Jan Oberhauser
d1d94eab6d
🔀 Merge branch 'postgres-schema-support' of https://github.com/richteri/n8n into richteri-postgres-schema-support
2020-03-18 22:54:21 +01:00
Istvan Richter
31a2138f92
Add custom Postgres schema support
2020-03-18 06:26:33 +01:00
Jan Oberhauser
7a2a9b8b16
🔖 Release n8n@0.56.0
2020-03-17 13:32:21 +01:00
Jan Oberhauser
cb81c41ea1
⬆️ Set n8n-core@0.27.0, n8n-editor-ui@0.38.0, n8n-nodes-base@0.51.0 and n8n-workflow@0.24.0 on n8n
2020-03-17 13:31:55 +01:00
Jan Oberhauser
3bf0a9ab10
🐛 Fix retry issue #365
2020-03-17 09:19:56 +01:00
Jan Oberhauser
daaee2e039
⚡ Display correct error message if there is no item to return
2020-03-16 13:23:45 +01:00
Jan Oberhauser
f145c499c0
⚡ If trigger nodes are in workflow use them as default start-node #379
2020-03-16 09:59:29 +01:00
Jan Oberhauser
ff7f0a5de5
⚡ Fix some issues with Slack-Node
2020-03-15 15:51:49 +01:00