Commit Graph

65 Commits

Author SHA1 Message Date
yehorkardash
bc3fe3eaa6
refactor(core): Drop redundant agent execution columns (#32862) 2026-06-30 07:36:26 +00:00
bjorger
4231ae8124
refactor(core): Remove top-level agent description (no-changelog) (#32922)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-24 14:41:43 +00:00
Jaakko Husso
0c8955e793
feat(core): Persist IAI 'always allow' execute permissions on DB (no-changelog) (#32599) 2026-06-23 06:58:15 +00:00
bjorger
3ae74f10b0
feat(core): Add knowledge file storage for agents (#31956)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-22 11:49:50 +00:00
Iván Ovejero
1d6415cd59
feat(core): Add Azure storage mode for execution data (#32368) 2026-06-18 11:33:04 +00:00
Mike Repeć
10856a4f4d
feat(core): Track binary data size on execution entity rows (no-changelog) (#32387)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-17 15:14:27 +00:00
Tomi Turtiainen
711f8abc57
chore(core): Make DB schema docs generation deterministic (#32373) 2026-06-16 11:35:33 +00:00
Savelii
3b53949792
perf(core): Add partial index on execution_entity to fix executions list CPU spike (#32116)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-15 13:02:24 +00:00
Michael Drury
86b7234f81
fix(core): Persist agent subscription lists for threads to DB for multi-main configurations (no-changelog) (#31614)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-12 11:16:20 +00:00
Mike Repeć
612cb772c2
feat(core): Add sizeBytes and workflowVersionId to executions (no-changelog) (#32067)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: Iván Ovejero <ivov.src@gmail.com>
2026-06-12 09:44:19 +00:00
Tomi Turtiainen
f5ced2faf9
feat(core): Add auto-generated database schema documentation (no-changelog) (#32069) 2026-06-12 07:44:01 +00:00
Jan Oberhauser
62612d0ad4 📚 Removed docs-folders as they moved to n8n-io/n8n-docs 2020-07-05 13:03:50 +02:00
Sven Schmidt
bdd63fd54d
📚 Fix typo in create-node docs (#693) 2020-06-30 18:02:26 +02:00
Jan Oberhauser
4d5c166414 🚀 Switch to new docs 2020-06-29 14:39:43 +02:00
Patrick Wellever
49ea7e2739
Make server listen address configurable (#618) 2020-06-04 09:36:10 +02:00
Scott Hutchens
3267006921
Corrected typo. (#557) 2020-05-11 20:29:32 +02:00
Tanay Pant
2694f03dbb 💻 Add troubleshooting page in the docs 2020-04-21 16:03:19 +02:00
Jan Oberhauser
bc448ac046 📚 Improve Server-Setup 2020-04-20 14:49:17 +02:00
Tanay Pant
1c5e2a414f 💭 Revamp the FAQs 2020-04-17 15:14:33 +02:00
Tanay Pant
50bebe1b8a ️ Revamp the docs
Reflect support for MariaDB in docs
2020-04-15 16:11:48 +02:00
Jan Oberhauser
303062623b Add MariaDB support 2020-04-14 19:54:11 +02:00
Jan Oberhauser
4ad009214e Change evaluateExpression -> $evaluateExpression 2020-04-13 16:51:04 +02:00
Jan Oberhauser
399397fbb7 Improve how expressions get values 2020-04-13 15:57:01 +02:00
Jan Oberhauser
09e528565f Add $items to expression and Function-Nodes to get all items 2020-04-12 18:42:29 +02:00
Jan Oberhauser
f00b7347c8 Minor improvements to SSL support 2020-03-29 12:46:55 +02: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
Jan Oberhauser
c1853a6ff5 Add functionality to evaluate expression 2020-03-21 17:25:29 +01:00
Istvan Richter
31a2138f92 Add custom Postgres schema support 2020-03-18 06:26:33 +01:00
Jan Oberhauser
1dc8714a80 📚 Add fair-code references 2020-03-08 22:17:23 +01:00
Jan Oberhauser
bd7b23da59 📚 Improve documentation 2020-02-21 08:16:51 +01:00
Jan Oberhauser
075aca9497 Add execution url on Error-Workflow trigger 2020-02-19 11:29:03 -06:00
Jan Oberhauser
b1719f1bcc Make node "json" data available in expression via "json" key 2020-02-15 16:06:06 -08:00
Jan Oberhauser
9996020bea 📚 Add links to job board 2020-02-13 22:57:37 -08:00
Jan Oberhauser
92445082fd Small additions to MySQL support 2020-02-11 21:26:43 -08:00
Guilherme A. Girardi
ff556ebfd9
MySQL added in database.md 2020-02-10 13:27:58 -03: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
7dba3eed99 📚 Change wording 2020-01-01 15:40:37 -06:00
Ram Yalamanchili
04cdb08906 Enable external module imports in Function-node
Enable whitelist support to pick external modules which are allowed in
Function-node. The environment variable NODE_FUNCTION_ALLOW_EXTERNAL specifies
the list of modules to whitelist.
2019-12-26 18:52:23 -08:00
Jan Oberhauser
3da402a8d4 Allow to use built-in modules in Function-Nodes if configured 2019-12-13 11:23:30 -06:00
Mark Bennett
2e56fabc28
A few more tweaks. 2019-12-12 00:54:46 -07:00
Mark Bennett
d08150371b
Grammar tweaks. 2019-12-12 00:50:13 -07:00
Jan
21f236d67d
twisted_rightwards_arrows: Merge pull request #129 from vuchl/master
Add helpers.request docs
2019-11-22 23:15:04 +01:00
Sebastian
7b0c44b16c
Add helpers.request doc links 2019-11-22 08:11:58 +01:00
Jan Oberhauser
3b2e8867a4 📚 Add documentation for some more environment variables 2019-11-09 13:14:30 +01:00
Jan Oberhauser
e4f08382f2 📚 Add documentation for Function-Nodes and about Data Structure 2019-11-07 21:06:30 +01:00
Jan Oberhauser
fcb4f8554c 📚 Add links to example docker-compose setup 2019-11-07 21:05:34 +01:00
Jan Oberhauser
e9b79f53e4 💄 Add syntax highlighting for yaml in docs 2019-11-06 21:57:01 +01:00
Jan Oberhauser
e45d51e2c5 📚 Add documentation for docker-compose setup 2019-11-06 21:51:00 +01:00