Iván Ovejero
bd1b81eefc
🔨 Move tags validation to top
2021-04-15 13:56:20 +02:00
Iván Ovejero
73a558b7e2
🔥 Remove logging
2021-04-15 13:41:17 +02:00
Iván Ovejero
2c8e70f25f
🎨 Rename helper function
2021-04-15 13:40:34 +02:00
Iván Ovejero
baf28dd216
🔨 Move magic number to constant
2021-04-15 13:39:26 +02:00
Iván Ovejero
e293acb8b6
🔨 Refactor per feedback
2021-04-14 18:00:43 +02:00
Iván Ovejero
18794942f2
🐛 Prevent zero-length tag names
2021-04-14 11:55:44 +02:00
Iván Ovejero
db19d28c22
Merge branch 'add-tags' of https://github.com/n8n-io/n8n into add-tags-backend
2021-04-14 11:34:32 +02:00
Iván Ovejero
1dcd243ea9
⚡ Stringify tag IDs in POST /tags
2021-04-14 11:16:04 +02:00
Iván Ovejero
3e6fbe30a8
⚡ Stringify tag IDs in GET /tags
2021-04-14 11:14:45 +02:00
Iván Ovejero
b7804c0a77
⚡ Stringify tag IDs in PATCH /workflows/:id
2021-04-14 11:11:27 +02:00
Iván Ovejero
14368ccc63
⚡ Stringify tag IDs in GET workflows/:id
2021-04-14 11:09:18 +02:00
Iván Ovejero
9ec9ff9f71
⚡ Stringify tag IDs in GET /workflows
2021-04-14 11:07:15 +02:00
Iván Ovejero
47cc2b41af
⚡ Stringify tag IDs in POST /workflows
2021-04-14 11:02:03 +02:00
Ben Hesseldieck
4ac2679955
Merge branch 'master' into add-tags
2021-04-14 09:39:07 +02:00
Iván Ovejero
1ba66d9be0
Merge branch 'master' of https://github.com/n8n-io/n8n into add-tags-backend
2021-04-14 09:21:06 +02:00
Iván Ovejero
4eaf4b4c15
🔥 Remove unused imports
2021-04-13 18:41:58 +02:00
Iván Ovejero
ab0778e049
🔨 Simplify workflow tags retrieval
2021-04-13 18:41:52 +02:00
Allan Daemon
f4916c7efb
⚡ ️ Close RabbitMQ connections left open after use ( #1594 )
2021-04-13 18:27:25 +02:00
LongYinan
8ed1099795
⚡ Use faster bcrypt implementation ( #1593 )
2021-04-13 18:26:25 +02:00
entrailz
dd445dafaa
✨ Add INSERT modifiers support in mySQL node ( #1423 )
...
* Update MySql.node.ts
Allow for insert ignore - useful if you are wanting to insert data into an already established table with unique ids.
* ⚡ Improve ignore errors change in mysql node
* ⚡ move modifiers into separate options block
Co-authored-by: ahsan-virani <ahsan.virani@gmail.com>
2021-04-13 18:24:30 +02:00
Iván Ovejero
7976b9f464
🔨 Simplify helpers with TypeORM features
2021-04-13 16:09:28 +02:00
Iván Ovejero
792c4cb1c2
🔨 Refactor GET /tags for relations property
2021-04-13 15:00:18 +02:00
Iván Ovejero
6c91b2d413
👕 Fix linting issue
2021-04-13 13:58:12 +02:00
Iván Ovejero
1069488968
🔨 Simplify types from helper return values
2021-04-13 13:46:41 +02:00
Iván Ovejero
ffea0a01f6
⚡ Add tags to GET /workflows
2021-04-13 12:00:49 +02:00
Iván Ovejero
be7ec2d3e7
🐛 Fix validators order
2021-04-13 10:38:58 +02:00
Iván Ovejero
9cc122177d
🔥 Remove unused import
2021-04-13 10:34:49 +02:00
Iván Ovejero
32fc788655
🔨 Use helpers in POST /workflows
2021-04-13 10:34:06 +02:00
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
Jan Oberhauser
8f3bc32555
🐛 Fix bug with expression in production webhook paths
2021-04-11 15:45:17 +02:00
Jan Oberhauser
7a99f4256f
🔖 Release n8n@0.115.0
2021-04-10 08:47:20 +00:00
Jan Oberhauser
00b5e5e68f
⬆️ Set n8n-editor-ui@0.85.0 and n8n-nodes-base@0.112.0 on n8n
2021-04-10 08:47:20 +00:00
Jan Oberhauser
64796d4c1c
🔖 Release n8n-editor-ui@0.85.0
2021-04-10 08:46:19 +00:00
Jan Oberhauser
b9070c12d0
🔖 Release n8n-nodes-base@0.112.0
2021-04-10 08:45:17 +00:00
Harshil Agrawal
a503c0e86b
⚡ Add new codex files and fix previous files ( #1608 )
...
* ✨ Add new codex files and fixed previous files
* 🔨 Minor fix
* 🔨 Minor fix
2021-04-10 10:18:10 +02:00
Ricardo Espinoza
8113693e97
⚡ Add missing fields to folder:list response ( #1626 )
2021-04-10 08:21:03 +02:00
Ricardo Espinoza
5460b248ee
🐛 Fix issue loading issue types with classic projects ( #1627 )
...
* 🐛 Fix issue loading issue types with classic projects
* ⚡ Minor improvements on Jira-Node
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-04-10 08:05:21 +02:00
Jan Oberhauser
b6e89df660
⚡ Minor improvement on GitHub node
2021-04-10 07:54:27 +02:00
MedAliMarz
62959ec017
✨ Add release operations on GitHub Node ( #1617 )
...
* Add get/getAll:release to Github node
* Add delete:release to Github node
* Add update:release to Github node
* Lint fixe
2021-04-10 07:54:05 +02:00
Mutasem Aldmour
75dd058ce2
✨ Add support to dynamically add menu items
...
* add menu items POC
* remove sidebar hook
* use getters
* update menu to add items
* add home icon for CLD-202
* center icon
* address comments
* ⚡ Minor improvements
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2021-04-09 22:44:53 +02:00
Iván Ovejero
4c0320ed32
⚡ Add tagging and untagging endpoints
2021-04-09 16:40:43 +02:00
Jan Oberhauser
2273a4cff2
⚡ Make max payload size configurable #1447
2021-04-09 12:13:42 +02:00
Iván Ovejero
8d92fff69b
⚡ Add usage count to tags retrieval
2021-04-09 09:22:31 +02:00
Jan Oberhauser
3c48b06884
🐛 Fix issue that RabbitMQ Trigger node did reuse same item
2021-04-08 23:34:10 +02:00