Jan
b33a5fcd13
💥 Remove MongoDB support
2021-01-23 20:35:38 +01:00
Jan Oberhauser
78f8114499
⚡ Minor text change
2021-01-07 13:17:49 +01:00
Omar Ajoue
04a8912a94
Changed vacuum operation to run on startup only. Also it is now off by default.
2021-01-04 09:30:02 +01:00
Omar Ajoue
d528e442ba
Run vacuum on sqlite periodically
2020-12-31 10:42:16 +01:00
Jan Oberhauser
ea79e80c17
✨ Make it possible to load only specific nodes
2020-12-01 10:53:43 +01:00
Jan Oberhauser
40c2acd77b
👕 Fix lint issue
2020-10-22 15:46:03 +02:00
Jan Oberhauser
3374fda7c6
⚡ Make it possible to open endpoints
2020-09-23 14:14:31 +02:00
Ahsan Virani
2a6f4ebf86
✨ Add hash support in basic auth ( #943 )
2020-09-10 17:49:44 +02:00
Matthew Tovbin
4c275513b4
JWT extras ( #817 )
...
* JWT extras: check issues, expiration, namespace and tenant
* idents
2020-08-06 17:44:19 +02:00
Ben Hesseldieck
051598d30e
✨ Add max execution time for Workflows ( #755 )
...
* 🎉 basic setup and execution stopping
* 🚧 soft timeout for own process executions
* 🚧 add hard timeout for subprocesses
* 🚧 add soft timeout to main thread
* 🔧 set default timeout to 5 mins --> 500s
* 💡 adding documentation to configs
* 🚧 deactivate timeout by default
* 🚧 add logic of max execution timeout
* ⚡ adding timeout to settings in frontend and server
* 🎨 improve naming
* 💡 fix change in config docs
* ✔️ fixing compilation issue
* 🎨 add format for new config variables
* 👌 type cast before checking equality
* ⚡ Improve error message if NodeType is not known
* 🐳 Tag also rpi latest image
* 🐛 Fix Postgres issue with Node.js 14 #776
* 🚧 add toggle to activate workflow timeout
* 💄 improving UX of setting a timeout and its duration
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-07-29 14:12:54 +02:00
Ben Hesseldieck
ebe2775701
⚡ Add index stopped at ( #766 )
...
* 🚧 add index on sqlite
* 🚧 add migration for postgres
* 🚧 add mysql migration
* 🚧 add mongodb migration
* ⏪ revert change of default postgresdb user
2020-07-17 17:08:40 +02:00
Jan Oberhauser
8bfc5a4b65
⚡ Small improvements on execution pruning
2020-07-12 12:49:42 +02:00
Jan Oberhauser
78dc1e9449
🔀 Merge branch 'master' into WorkflowExecutionMaintainance
2020-07-12 12:20:59 +02:00
Jan Oberhauser
941ee06b14
⚡ Make n8n work in subfolder & Fix events in AffinityTrigger
2020-07-12 12:17:01 +02:00
Ben Hesseldieck
b956444c0e
🐎 pruning execution data complete
2020-07-09 16:52:38 +02:00
Ricardo Espinoza
8aff042e04
* ✨ Endpoint to preset credentials
...
* ✨ Endpoint to preset credentials
* ⚡ Improvements
* 🐛 Small fix
* 🐛 Small fix
2020-07-07 19:03:53 +02:00
Jan Oberhauser
6af3743e1b
✨ Add Postgres SSL support
2020-06-25 11:39:04 +02:00
Jan Oberhauser
1451f94814
🔀 Merge branch 'external-hooks'
2020-06-10 13:02:45 +02:00
Jan Oberhauser
c7a901083b
🔀 Merge branch 'master' of github.com:n8n-io/n8n
2020-06-04 17:03:11 +02:00
Patrick Wellever
49ea7e2739
✨ Make server listen address configurable ( #618 )
2020-06-04 09:36:10 +02:00
Jan Oberhauser
0387671cae
⚡ Add additional external hooks and provide additional data
2020-05-05 01:23:54 +02:00
Jan Oberhauser
a380a9a394
⚡ Add first basic code for external hooks
2020-05-04 08:56:01 +02:00
Jan Oberhauser
90fe5113a0
🔀 Merge branch 'master' into oauth-support
2020-04-14 20:54:19 +02:00
Jan Oberhauser
303062623b
✨ Add MariaDB support
2020-04-14 19:54:11 +02:00
Jan Oberhauser
9dd9e0d8ba
🔀 Merge branch 'master' into oauth-support
2020-04-04 17:34:10 +02:00
Jan Oberhauser
7c5f437e92
⚡ Make sure that it looks for SSL certs only if defined
2020-03-30 13:29:42 +02:00
Jan Oberhauser
f00b7347c8
⚡ Minor improvements to SSL support
2020-03-29 12:46:55 +02:00
KH Wong
2870818211
Add HTTPS support by giving an SSL Cert and Key
2020-03-28 01:19:30 +08:00
Jan Oberhauser
764172d46f
✨ Add support for n8n configuration via file
2020-03-27 12:30:42 +01:00
Jan Oberhauser
255d30b2c7
✨ Make it possible to define prefix for table names
2020-03-21 18:32:26 +01:00
Istvan Richter
31a2138f92
Add custom Postgres schema support
2020-03-18 06:26:33 +01: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
eb285ef711
⚡ Make it possible to set credentials to fixed values
2020-01-25 23:48:38 -08:00
Jan Oberhauser
e5ae4c77eb
⚡ Change same-process-execution setting to make it future proof
2020-01-17 19:49:31 -06:00
Jan Oberhauser
95cb1b2788
✨ Add possibility to execute workflows in same process
2020-01-17 19:34:31 -06:00
Jan Oberhauser
92669bb77a
🔀 Merge pull request #68 from ccakes:jwt-auth
2019-10-14 22:37:51 +02:00
Jan Oberhauser
f3d84fc29e
✨ Make it possible to secure n8n via basic auth
2019-08-04 14:24:48 +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