Commit graph

260 commits

Author SHA1 Message Date
ricardo 91c40367e1 Done 2020-05-27 19:32:56 -04:00
Jan Oberhauser 5718330e29 🐛 Fix issues in read-only mode #39 2020-05-24 14:22:15 +02:00
Jan Oberhauser 2cdfb69e0c Improve data display for large amount of data 2020-05-24 00:57:40 +02:00
Jan Oberhauser c6281f2b0e Use only JSON-Data for display-size-calculation 2020-05-23 23:54:56 +02:00
Jan Oberhauser 0689a6205d 🔖 Release n8n-editor-ui@0.45.0 2020-05-12 16:30:24 +02:00
Jan Oberhauser dd46315ec9 ⬆️ Set n8n-workflow@0.31.0 on n8n-editor-ui 2020-05-12 16:29:59 +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 3d330a94d3 Make it possible to display notes in flow 2020-05-05 17:34:12 +02:00
Boris Berenberg 4269e8b914 minor grammar fixes 2020-05-04 16:06:13 -04:00
Jan Oberhauser 55c6fca4e3 🔖 Release n8n-editor-ui@0.44.0 2020-05-04 09:07:34 +02:00
Jan Oberhauser 49e4bd971e ⬆️ Set n8n-workflow@0.30.0 on n8n-editor-ui 2020-05-04 09:07:03 +02:00
Jan Oberhauser a253192b0c 📝 Change licensor 2020-05-02 23:17:34 +02:00
Jan Oberhauser 384efade9f Small improvements to Mongo connection string support 2020-05-01 20:24:20 +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 1ed72af255 🐛 Fix issue with push messages that get received to fast 2020-05-01 10:45:28 +02:00
Jan Oberhauser ab836c51b4 🔖 Release n8n-editor-ui@0.43.0 2020-04-27 08:23:41 +02:00
Jan Oberhauser 5a277a1067 ⬆️ Set n8n-workflow@0.29.0 on n8n-editor-ui 2020-04-27 08:23:15 +02:00
Jan Oberhauser 34a37e59c3 Fix build 2020-04-25 19:40:43 +02:00
Jan Oberhauser 619ccc7734 🔖 Release n8n-editor-ui@0.42.0 2020-04-13 17:28:16 +02:00
Jan Oberhauser d918265738 ⬆️ Set n8n-workflow@0.28.0 on n8n-editor-ui 2020-04-13 17:27:32 +02:00
Jan Oberhauser b4dff3cdb8 🔖 Release n8n-editor-ui@0.41.0 2020-04-12 20:11:58 +02:00
Jan Oberhauser 41a6a53bf5 ⬆️ Set n8n-workflow@0.27.0 on n8n-editor-ui 2020-04-12 20:11:30 +02:00
Jan Oberhauser c7024ca454 Add "alwaysOutputData" option to nodes 2020-04-12 19:58:30 +02:00
Jan Oberhauser 931b73e1bd Display "options" parameter as "string" if options could not be loaded 2020-04-06 10:15:46 +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 01c691ef03 🔖 Release n8n-editor-ui@0.40.0 2020-04-03 20:20:18 +02:00
Jan Oberhauser 4503df9872 ⬆️ Set n8n-workflow@0.26.0 on n8n-editor-ui 2020-04-03 20:19:40 +02:00
Jan Oberhauser 9da0c1c884 Display errors in expressions 2020-04-03 19:37:28 +02:00
Hendy Irawan 70a050c7f1 fix(editor-ui): Use cross-env
So `npm run dev` works in Windows. Fixed #428.
2020-03-31 23:04:19 +07:00
Jan Oberhauser 06b84694cf 🔖 Release n8n-editor-ui@0.39.0 2020-03-22 10:41:56 +01:00
Jan Oberhauser 838d80ad51 ⬆️ Set n8n-workflow@0.25.0 on n8n-editor-ui 2020-03-22 10:41:28 +01:00
Jan Oberhauser 967c51cf67 🔖 Release n8n-editor-ui@0.38.0 2020-03-17 13:30:19 +01:00
Jan Oberhauser 692f36d0a9 ⬆️ Set n8n-workflow@0.24.0 on n8n-editor-ui 2020-03-17 13:29:41 +01:00
Jan Oberhauser f7b67f6865 🔖 Release n8n-editor-ui@0.37.0 2020-02-21 18:00:36 +01:00
Jan Oberhauser c65ffb88d9 ⬆️ Set n8n-workflow@0.23.0 on n8n-editor-ui 2020-02-21 17:59:41 +01:00
Jan Oberhauser a56a49574b Improve support for touch-devices 2020-02-15 17:29:08 -08:00
Jan Oberhauser 70286b469e Make workflow metadata available in expresions and
node-functions
2020-02-15 17:07:01 -08:00
Jan Oberhauser b1719f1bcc Make node "json" data available in expression via "json" key 2020-02-15 16:06:06 -08:00
Jan Oberhauser 1e0c5820aa :zip: Fix serve command 2020-02-12 15:41:36 -08:00
Jan Oberhauser 83f83abe60 🔖 Release n8n-editor-ui@0.36.0 2020-02-11 21:35:15 -08: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 2e9fa3b868 Improve support for touch-devices 2020-02-09 00:06:01 -08:00
Jan Oberhauser 0e0f5c3e15 Display also properties with value "null" in variable selector 2020-02-08 23:30:09 -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 b6b5935c57 🔀 Merge branch 'master' of github.com:n8n-io/n8n 2020-02-07 17:08:03 -08:00
Jan Oberhauser b41d40cc95 🐛 Fix error with displaying null in expression 2020-02-07 17:06:36 -08: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