Commit graph

37 commits

Author SHA1 Message Date
Jan Oberhauser d8eaeab85c Remove debug messages 2019-08-28 17:27:33 +02:00
Jan Oberhauser 5386391189 Return response code 500 in case workflow fails 2019-08-28 17:25:19 +02:00
Jan Oberhauser 4d6e25c28e 💥 Fix typo reponse => response 2019-08-28 17:16:09 +02:00
Jan Oberhauser 1ff456d77c Allow to set HTTP response code on Webhook-Node 2019-08-28 17:03:35 +02:00
Jan Oberhauser 67afc883db Replace vorpal with oclif in cli 2019-08-28 15:28:47 +02:00
Jan Oberhauser 6208125ac0 Serve editor-ui correctly also when installed as package 2019-08-19 20:41:10 +02:00
Jan Oberhauser a1b95918de 🐛 Fix bug that it did display running workflows as unsaved 2019-08-14 14:30:20 +02:00
Jan Oberhauser 2591e98333 Add missing dependency and fix some types 2019-08-13 19:01:14 +02:00
Jan Oberhauser 135431ebcd Simplify code and fix issue with stopping process 2019-08-09 21:05:15 +02:00
Jan Oberhauser 49a817b0bb 🐛 Fix bug when executing n8n from different folder 2019-08-09 13:12:00 +02:00
Jan Oberhauser e1a9d21254 🐛 Fix bug that child process did exit before message got sent 2019-08-09 11:07:54 +02:00
Jan Oberhauser 886100eeef Improve workflow retry 2019-08-09 08:07:18 +02:00
Jan Oberhauser d59a043e3f Run workflows in own independent subprocess 2019-08-08 20:47:08 +02:00
Jan Oberhauser 573c0e77c5 🐛 Fix bug with slow push messages 2019-08-06 20:44:36 +02:00
Jan Oberhauser 78bf3a5a28 🐛 Fix bug that old executions did get displayed as running 2019-08-05 19:13:18 +02:00
Jan Oberhauser c8f339ed8e 🐛 Fix issue that in production mode database did not get initialized 2019-08-04 20:59:10 +02:00
Jan Oberhauser e7328cd0d9 🐛 Deactivate database-synchronize in production mode 2019-08-04 14:45:56 +02:00
Jan Oberhauser f3d84fc29e Make it possible to secure n8n via basic auth 2019-08-04 14:24:48 +02:00
Jan Oberhauser 13c5f99a7e Add support for "_FILE" environment variables 2019-08-03 14:06:11 +02:00
Jan Oberhauser 1fff6e4d54 Compress server responses 2019-08-03 12:15:08 +02:00
Jan Oberhauser f1f2deb1d4 Select only the data we need to speed up requests 2019-07-31 14:16:55 +02:00
Jan Oberhauser f2102f8ea0 🐛 Fix bug that webhooks could not be tested anymore 2019-07-26 14:17:00 +02:00
Jan Oberhauser 0c89445682 🐛 Fix bug that workflow names could have spaces in beginning and end 2019-07-25 15:21:57 +02:00
Jan Oberhauser 2d8038669a Push active executions to clients to remove manual reload 2019-07-24 14:25:30 +02:00
Jan Oberhauser a9453806b8 Add support for PostgresDB and save date as Date 2019-07-22 20:29:06 +02:00
Jan Oberhauser d027545986 Use convict for configuration to make n8n easier to configure 2019-07-21 19:52:57 +02:00
Jan Oberhauser 95c721b08f 🐛 Fix issue that data got send out to all connected clients 2019-07-18 19:53:18 +02:00
Jan Oberhauser be9c5622ac Add possibility to define custom node-subtitle for nodes in
UI
2019-07-12 14:14:36 +02:00
Jan Oberhauser 1e0d2cbf1e Add additional helper functions to webhook functionality 2019-07-12 11:33:18 +02:00
Jan Oberhauser 5f471c2ab3 🐛 Fix issue that when test webhook got called to fast it was not
available yet
2019-07-12 11:31:54 +02:00
Jan Oberhauser a17a376d13 Make it possible to define if workflow executions should be
saved or not
2019-07-10 20:53:13 +02:00
Jan Oberhauser e00bc83f1b 🎨 Rename setting "saveManualRuns" to "saveManualExecutions" 2019-07-10 18:06:26 +02:00
Jan Oberhauser 3282acbcf1 Before credentials get created or updated check if one with same type and
name already exist
2019-06-30 19:33:47 +02:00
Jan Oberhauser 034c70f6ab Make n8n work with older node versions (<10) 2019-06-24 12:47:44 +02:00
Jan Oberhauser bce2ef34ed Rename folder to fix problems on MacOS and windows 2019-06-24 10:30:46 +02:00
Jan Oberhauser 1d86a2a773 Update to TypeScript 3.5.x 2019-06-24 10:28:18 +02:00
Jan Oberhauser 9cb9804eee Initial commit to release 2019-06-23 12:35:23 +02:00