Iván Ovejero
9249c6d622
🔨 Refactor ORM operations as helpers
2021-04-13 10:25:36 +02:00
Iván Ovejero
cfc8aa75ac
⚡ Add tags to PATCH /workflows/:id
2021-04-13 09:53:16 +02:00
Iván Ovejero
29ebbc2f99
⚡ Include tags in workflow creation response
2021-04-13 09:18:29 +02:00
Iván Ovejero
69dc3a6dd7
⚡ Add tags to /workflow
2021-04-12 16:30:47 +02:00
Iván Ovejero
85efe0424b
⚡ Add name validation to PATCH /tags/:id
2021-04-12 15:28:55 +02:00
Iván Ovejero
5047c10ee3
⚡ Make usage count optional in GET /tags
2021-04-12 15:07:06 +02:00
Iván Ovejero
fded7b9ce7
⚡ Include tags in GET /workflows/:id
2021-04-12 14:55:08 +02:00
Iván Ovejero
4c0320ed32
⚡ Add tagging and untagging endpoints
2021-04-09 16:40:43 +02:00
Iván Ovejero
8d92fff69b
⚡ Add usage count to tags retrieval
2021-04-09 09:22:31 +02:00
Iván Ovejero
2a15f05ee9
👕 Appease linter
2021-04-08 13:01:05 +02:00
Iván Ovejero
e0b962e130
⚡ Add usage count to tags retrieval
2021-04-08 12:46:47 +02:00
Iván Ovejero
094d3384eb
🔨 Refactor param validation
2021-04-08 11:34:45 +02:00
Iván Ovejero
417ac0d358
🐛 Fix ID type in tag DB interface
2021-04-07 17:04:05 +02:00
Iván Ovejero
e53c3211d5
⚡ Add tag update endpoint
2021-04-07 16:48:12 +02:00
Iván Ovejero
f7a13b891b
⚡ Add tag deletion endpoint
2021-04-07 15:04:56 +02:00
Iván Ovejero
80cabb16e1
⚡ Add tag creation endpoint
2021-04-07 14:42:59 +02:00
Iván Ovejero
a8ce974b2e
⚡ Add tags retrieval endpoint
2021-04-07 14:12:48 +02:00
Iván Ovejero
cc691c2ab0
👕 Appease linter
2021-04-06 18:09:22 +02:00
Iván Ovejero
71a8ff21ef
🔨 Fix type for build
2021-04-06 14:18:12 +02:00
Ben Hesseldieck
d65d2b0f73
🔀 Merge branch 'master' into add-tags
2021-04-06 12:29:09 +02:00
Ben Hesseldieck
9ea21ff286
🐘 🔧 create mysql migration, remove individual entities
2021-04-05 14:49:26 +02:00
Ben Hesseldieck
1150121ab1
🐘 🔧 create postgres migration, remove individual entities
2021-04-05 14:48:56 +02:00
Ben Hesseldieck
81b738be29
🐘 🔧 create sqlite migration, remove individual entities
2021-04-05 14:47:27 +02:00
Ben Hesseldieck
c5fb08f600
🐛 🔧 fix and adjust helpers
2021-04-05 14:46:02 +02:00
Ben Hesseldieck
5dea2ee7de
🚧 add Tag to types + refactor entities
2021-04-05 14:43:59 +02:00
Ben Hesseldieck
42ad57af66
🔥 remove unused database
2021-04-05 14:38:39 +02:00
Jan Oberhauser
0c8afbb3cb
🔖 Release n8n@0.114.0
2021-04-03 15:10:41 +00:00
Jan Oberhauser
039b5a6afd
⬆️ Set n8n-core@0.67.0, n8n-editor-ui@0.84.0 and n8n-nodes-base@0.111.0 on n8n
2021-04-03 15:10:41 +00:00
Tanay Pant
fac0876f95
Add breaking change for 0.113.0
2021-03-26 09:36:39 +01:00
Jan Oberhauser
f8a829b2dd
⚡ Clean up package.json files
2021-03-26 09:21:27 +01:00
Jan Oberhauser
91fbd01eae
🔖 Release n8n@0.113.0
2021-03-26 08:12:50 +00:00
Jan Oberhauser
06c34e283d
⬆️ Set n8n-core@0.66.0, n8n-editor-ui@0.83.0, n8n-nodes-base@0.110.0 and n8n-workflow@0.55.0 on n8n
2021-03-26 08:12:50 +00:00
Jan Oberhauser
4276150ac1
⚡ Fix indentation in all package.json files
2021-03-26 09:06:26 +01:00
Jan Oberhauser
bfb179e5f0
⚡ Ignore issue as convict types are wrong
2021-03-25 11:42:19 +01:00
Jan Oberhauser
0c0c0bda67
⚡ Some cleanup
2021-03-25 11:23:54 +01:00
Jan Oberhauser
5f96f01f24
⚡ Make n8n work with new version of convict
2021-03-25 11:17:30 +01:00
Snyk bot
bed5195eb8
⬆️ Set convict@6.0.1 on n8n
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-CONVICT-1062508
2021-03-25 11:16:56 +01:00
Omar Ajoue
726a99bf69
✨ Add Activation Trigger ( #1570 )
...
* ✨ n8n start trigger node
* first declaration of WorkflowActivationMode
* implement first WorkflowActivationMode: 'init', 'create', 'update', 'activate'
* fix Server missing id
* add activation infos to triggers
* remove WorkflowActivationMode from webhook execution function
* add some missing activation and add manual activation
* clean up and fix some code
* fix UnhandledPromiseRejectionWarning: Error: Overwrite NodeExecuteFunctions.getExecuteTriggerFunctions.emit function!
* fix spaces
* use a better name for the node
* fix ident in package.json
* Contributions to lublak's PR #1287
* Fixed linting issues and change the way parameters are displayed
* ⚡ Fix name and minor improvements
Co-authored-by: lublak <lublak.de@gmail.com>
Co-authored-by: lublak <44057030+lublak@users.noreply.github.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-03-23 19:08:47 +01:00
Jan Oberhauser
896ef33f40
🔖 Release n8n@0.112.0
2021-03-19 17:46:01 +01:00
Jan Oberhauser
5dbb8fb71c
⬆️ Set n8n-core@0.65.0, n8n-editor-ui@0.82.0, n8n-nodes-base@0.109.0 and n8n-workflow@0.54.0 on n8n
2021-03-19 17:45:34 +01:00
Omar Ajoue
53a20dddce
🐛 Fix issue with subworkflows running on main process ( #1557 )
2021-03-19 15:18:35 +01:00
Omar Ajoue
b879755f0b
🐛 Fix issues with subworkflows not finishing ( #1553 )
2021-03-18 23:24:57 +01:00
Jan Oberhauser
09d9e12db9
🐛 Fix issue with importing decrypted separate credentials #1546
2021-03-17 21:28:22 +01:00
Ricardo Espinoza
7c21e61151
🐛 Reflect correctly Dropbox breaking change. ( #1544 )
2021-03-16 21:23:54 +01:00
Jan Oberhauser
06dd423648
🔖 Release n8n@0.111.0
2021-03-12 12:40:30 +01:00
Jan Oberhauser
8bbdf05e51
⬆️ Set n8n-editor-ui@0.81.0 and n8n-nodes-base@0.108.0 on n8n
2021-03-12 12:40:06 +01:00
Omar Ajoue
8095c4a264
⚡ Add debug information for pending workflows on exit ( #1536 )
2021-03-12 11:35:23 +01:00
Iván Ovejero
558ec49cf3
🚧 Unify database entities
2021-03-11 13:35:57 -03:00
Ricardo Espinoza
e1dbb72929
⚡ Add file:search operation to Dropbox Node ( #1494 )
...
* ⚡ Add search resource to Dropbox Node
* 📚 Add breaking change instructions
* ⚡ Add missing credentials
* ⚡ Add "simple" parameter to the operation search:query
* ⚡ Update breaking change message
* ⚡ Improvement
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-03-11 09:16:05 +01:00
Jan Oberhauser
263813a8f9
⚡ Rename metrics environment variable
2021-03-11 00:10:39 +01:00