Jan Oberhauser
c42d13c1e3
🔀 Merge branch 'master' of https://github.com/guilhermeagirardi/n8n into guilhermeagirardi-master
2020-02-11 20:44:46 -08:00
Jan Oberhauser
d44f67e55d
⚡ Add additional options to XML-Node
2020-02-11 08:03:24 -08:00
Jan Oberhauser
1391bf39c6
⚡ Make sure that Test-Webhooks use the current data not from DB
2020-02-10 17:52:15 -08:00
Jan Oberhauser
87f2e8b91c
⚡ Remove "loadOptionsMethod" for Airtable application selection
2020-02-10 17:39:44 -08:00
Jan Oberhauser
e67afb9e92
⚡ Set to fixed crypto-js@3.1.9-1 as 3.2.0 breaks things
2020-02-10 15:21:07 -08:00
Jan Oberhauser
05c64341e6
🐛 Fix Mautic-Node error reporting
2020-02-10 14:04:15 -08:00
Guilherme Almeida Girardi
3abf83b2cc
Merge branch 'master' of https://github.com/guilhermeagirardi/n8n
2020-02-10 14:44:00 -03:00
Guilherme Almeida Girardi
f3750a6646
Type adjustment in MySQL columns
...
* TIMESTAMP type columns have been replaced by DATETIME. Depending on
the version of MySQL and SQL_MODE, the DBMS does not accept to create
TIMESTAMP NOT NULL columns without a default value;
2020-02-10 14:43:21 -03:00
Guilherme A. Girardi
ff556ebfd9
MySQL added in database.md
2020-02-10 13:27:58 -03:00
Guilherme Almeida Girardi
9e4b6cc97a
Fixed MySQL default port
2020-02-10 13:18:28 -03:00
Guilherme Almeida Girardi
3bdd9096e1
Added support for MySQL
...
* In packages/cli/src/Db.ts, conditional test of dbType replaced by a
switch;
* removeAll() function adapted to not cause an error using MySQL;
* Added the cross-env module in the "serve" script in the
packages/editor-ui/package.json file. This was done to ensure
compatibility between platforms when declaring environment variables.
Without it, Windows compilation would give an error, for example;
* .idea added to .gitignore (IntelliJ IDEA solutions);
2020-02-10 13:09:06 -03:00
Jan Oberhauser
1777f171bd
⚡ Ignore node-parameter-issues on disabled nodes
2020-02-09 23:37:08 -08:00
Jan Oberhauser
7ee03cf132
⚡ Ignore node-credential-issues on disabled nodes
2020-02-09 23:24:12 -08:00
Jan Oberhauser
2693b92021
🔀 Merge branch 'RicardoE105-feature/sns-trigger'
2020-02-09 18:28:26 -08:00
Jan Oberhauser
3fe236b9e6
🐛 Fix SNS-Trigger-Node
2020-02-09 18:27:06 -08:00
Jan Oberhauser
ca047b9c78
🔀 Merge branch 'feature/sns-trigger' of https://github.com/RicardoE105/n8n into RicardoE105-feature/sns-trigger
2020-02-09 16:25:02 -08:00
Jan Oberhauser
2e9fa3b868
⚡ Improve support for touch-devices
2020-02-09 00:06:01 -08:00
Jan Oberhauser
f9315658b8
⚡ Return "null" if redis key does not get found #278
2020-02-08 23:34:40 -08:00
Jan Oberhauser
0e0f5c3e15
⚡ Display also properties with value "null" in variable selector
2020-02-08 23:30:09 -08:00
Ricardo Espinoza
ea5f84d5e1
✨ AWS SNS trigger
2020-02-08 17:19:00 -05:00
Jan Oberhauser
2238651fcd
🐛 Fix docker run with tunnel
2020-02-07 23:48:05 -08:00
Jan Oberhauser
6f47be5a38
🔖 Release n8n@0.52.0
2020-02-07 23:23:45 -08:00
Jan Oberhauser
17073e82be
⬆️ Set n8n-core@0.24.0, n8n-editor-ui@0.35.0, n8n-nodes-base@0.47.0 and n8n-workflow@0.22.0 on n8n
2020-02-07 23:23:16 -08:00
Jan Oberhauser
2c5b596cc6
🔖 Release n8n-editor-ui@0.35.0
2020-02-07 23:21:25 -08:00
Jan Oberhauser
7556d3a043
⬆️ Set n8n-workflow@0.22.0 on n8n-editor-ui
2020-02-07 23:20:45 -08:00
Jan Oberhauser
cdb12c9d0e
🔖 Release n8n-nodes-base@0.47.0
2020-02-07 23:19:37 -08:00
Jan Oberhauser
4d4b9d517b
⬆️ Set n8n-core@0.24.0 and n8n-workflow@0.22.0 on n8n-nodes-base
2020-02-07 23:19:03 -08:00
Jan Oberhauser
ab55ed3338
🔖 Release n8n-core@0.24.0
2020-02-07 23:16:52 -08:00
Jan Oberhauser
9e374367ac
⬆️ Set n8n-workflow@0.22.0 on n8n-core
2020-02-07 23:16:24 -08:00
Jan Oberhauser
4550c01a6a
🔖 Release n8n-workflow@0.22.0
2020-02-07 23:15:20 -08:00
Jan Oberhauser
012c0ef4b8
💥 Change how Date&Time-Node works
2020-02-07 23:12:15 -08:00
Jan Oberhauser
b471c0f8b2
⚡ Improvement on Crypto-Node
2020-02-07 22:55:58 -08:00
Jan Oberhauser
2296a0173f
🔀 Merge branch 'RicardoE105-feature/crypto-node'
2020-02-07 22:34:30 -08:00
Jan Oberhauser
91688299b7
⚡ Small modifications to Crypto-Node
2020-02-07 22:33:53 -08:00
Jan Oberhauser
81c0382b3d
🔀 Merge branch 'feature/crypto-node' of https://github.com/RicardoE105/n8n into RicardoE105-feature/crypto-node
2020-02-07 21:41:35 -08:00
Jan Oberhauser
fbbadafc76
🔀 Merge branch 'Kiprosh-harvest-remaining'
2020-02-07 20:40:04 -08:00
Jan Oberhauser
101df5882d
⚡ Fix and revert changes on Harvest-Node to not break for existing
...
users
2020-02-07 20:38:13 -08:00
Jan Oberhauser
19301d8004
🔀 Merge branch 'harvest-remaining' of https://github.com/Kiprosh/n8n into Kiprosh-harvest-remaining
2020-02-07 18:30:59 -08:00
Jan Oberhauser
b6b5935c57
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2020-02-07 17:08:03 -08:00
Jan Oberhauser
bb487c9d96
🔀 Merge branch 'airmoi-139-null-returnValues'
2020-02-07 17:07:42 -08:00
Jan Oberhauser
b41d40cc95
🐛 Fix error with displaying null in expression
2020-02-07 17:06:36 -08:00
Jan Oberhauser
3ed27c6485
🔀 Merge branch '139-null-returnValues' of https://github.com/airmoi/n8n into airmoi-139-null-returnValues
2020-02-07 17:02:11 -08:00
Jan
c877df0fdd
🔀 Merge pull request #287 from mvhirsch/feature/su-node
...
uses non-root user
2020-02-07 16:45:46 -08:00
Jan
6fb4343324
🔀 Merge pull request #293 from d0whc3r/patch-1
...
fix: use .bin for tsc
2020-02-07 16:34:07 -08:00
Jan
f8b7bca014
🔀 Merge pull request #291 from guilhermeagirardi/master
...
Replacing the /deep/ selector
2020-02-07 16:32:53 -08:00
Jan Oberhauser
79f863b670
🔀 Merge branch 'RicardoE105-feature/aws-ses'
2020-02-07 15:14:57 -08:00
Jan Oberhauser
224a51fa56
⚡ Small improvements to AWS-SES-Node
2020-02-07 14:56:48 -08:00
Ricardo Espinoza
03c1b0542d
✨ SES node.
2020-02-07 16:40:32 -05:00
d0wHc3r
45a82b40b5
fix: use .bin for tsc
...
Use "tsc" executable in .bit folder from node_modules, this will help in monorepos using lerna hoist (or yarn workspaces) because node_modules dependencies are not installed in all packages
2020-02-07 22:07:10 +01:00
Guilherme Almeida Girardi
30f013f9be
Replacing the /deep/ selector
...
https://community.n8n.io/t/editor-ui-building/778
2020-02-07 13:36:23 -03:00