Commit Graph

157 Commits

Author SHA1 Message Date
Tanay Pant
127a9ff9e3 🔨 Minor changes 2021-01-26 10:35:58 +01:00
Tanay Pant
483c1b6fac Merge branch 'pr-improve-funcnode-docs' of https://github.com/ixidion/n8n-docs into ixidion-pr-improve-funcnode-docs 2021-01-26 10:31:41 +01:00
Harshil Agrawal
3898f8e76b
Minor fix to changelog (#388)
* Add new commit to changelog

* 🔨Minor fix
2021-01-26 09:35:30 +01:00
Harshil Agrawal
7c1f14cddd
Add new commit to changelog (#379) 2021-01-22 10:25:59 +01:00
Tanay Pant
de163d4b29 🔨 Minor changes 2021-01-21 12:57:12 +01:00
Tanay Pant
329df6d60e Merge branch 'master' into changelog/0.103.x 2021-01-21 12:42:31 +01:00
Tanay Pant
452dfd50a1 🔨 Minor fixes 2021-01-21 12:42:03 +01:00
Tanay Pant
5a190e2a0d 🔨 Add new commands 2021-01-21 12:35:49 +01:00
Harshil
0f65f2fca7 Add changelogs for 0.103.0 and 0.103.1 2021-01-21 17:03:50 +05:30
Tanay Pant
07ce9e51da 🔨 Fix issues 2021-01-20 11:37:24 +01:00
Tanay Pant
7ea063730f 🔨 Typo fix 2021-01-20 10:07:08 +01:00
Patrick
1a947b2e07 Update README.md of FunctionItem & function-nodes.md
I fully understood FuntionItem node in the end from checking the source code, but documentation is confusing in several ways. That's because Function and FunctionItem have different styles. Function gives access to the whole items array and the structure is transparently available with json/binary.
In case of FunctionItem. The item is not item, it's item.json. You can't access item.binary cause of this, as it would be intuitive to do so.
At first an update to the documentation to guide new users. It should be also considered that Function and FunctionItem behave the same, e.g. item.json and item.binary should exists. The variable might also called itemjson instead of item.
2021-01-19 20:30:57 +01:00
Tanay Pant
77f5ee1475 🔨 Minor fix 2021-01-15 17:10:25 +01:00
Harshil
aee1459bb8 Add changelog for 0.102.0 2021-01-15 20:00:03 +05:30
Tanay Pant
97f1b3665a 🔨 Fixed typo 2021-01-12 17:06:30 +01:00
Tanay Pant
02dc4f1ae6 🔨 Minor fixes 2021-01-12 13:56:42 +01:00
Tanay Pant
03421b7722 🔨 Add TOC 2021-01-12 13:14:04 +01:00
Tanay Pant
d1880515e8 Merge branch 'master' into docs/database 2021-01-12 13:06:02 +01:00
Tanay Pant
2bea930710 🔨 Fixes 2021-01-08 09:35:53 +01:00
Harshil
14e2f69ac1 Add changelog for 0.101.0 2021-01-08 14:01:17 +05:30
Harshil
75b1cb09d4 Add changelog 2021-01-08 11:17:36 +05:30
Harshil
1424a37e95 🔨Change workflow 2021-01-07 16:33:51 +05:30
Harshil
593b5989c1 Add Execution entity and fixes 2021-01-07 15:18:26 +05:30
Harshil
474ee2ae52 Add documentation for SQLite database 2021-01-06 12:05:50 +05:30
Tanay Pant
bfddb72b34 🔨 Add missing version 2021-01-04 09:52:52 +01:00
Tanay Pant
caf7d6b243 Merge branch 'master' into changelog/0.100.0 2021-01-04 09:45:08 +01:00
Henrik Feldt
03ebccb6aa
Document CA/TLS certs (#347)
* Document CA/TLS certs

* Update database.md

* Update database.md

* Update database.md
2021-01-04 09:36:20 +01:00
Harshil
fcd73f68e8 🔨Fix space 2020-12-30 18:08:36 +05:30
Harshil
61d74ce53d 🔨Minor fix 2020-12-30 18:00:33 +05:30
Harshil
d3a36f39b6 Add changelog for 0.100.0 2020-12-30 17:53:41 +05:30
Harshil
e7f424d442 Docs for Database created 2020-12-28 14:06:44 +05:30
Tanay Pant
522fc6a16d 🔨 Minor changes 2020-12-24 10:44:56 +01:00
Harshil
2f6aab8403 Add changelog for 0.99.0 2020-12-24 15:04:11 +05:30
Harshil Agrawal
2a99a3bfaf
🔨 Change $items() to items (#343) 2020-12-21 09:27:24 +01:00
Harshil
905fc37f79 Add Changelog for 0.98.0 2020-12-16 18:46:40 +05:30
Tanay Pant
1129da5865 🔨 Minor fix 2020-12-15 12:26:32 +01:00
Harshil
be7f72ae58 🔨Fix mock data 2020-12-15 16:04:58 +05:30
Harshil
f7e258548a 🔨Fix sort code snippets 2020-12-15 15:40:49 +05:30
Harshil
82824e9dd7 🔨Fix modify data structure 2020-12-15 15:02:19 +05:30
Harshil
307ff08645 Merge branch 'master' of github.com:n8n-io/n8n-docs into update/code-snippet 2020-12-15 14:48:48 +05:30
Tanay Pant
d3e7f6beb6 Changelog for 0.97.0 2020-12-10 12:30:55 +01:00
Harshil
edfe91ab4e 🔨Update data structure for example 2020-12-08 18:25:40 +05:30
Tanay Pant
ccc098f2f5 🔨 Minor changes 2020-12-07 09:00:33 +01:00
Jan Oberhauser
cd6bda7f10 Fix docker user mount path 2020-12-06 19:49:05 +01:00
Jan Oberhauser
59c840cdfb 🔨 Remove not needed variable 2020-12-05 11:18:03 +01:00
Tanay Pant
1513fb5355 🔨 Minor change 2020-12-03 15:06:35 +01:00
Tanay Pant
c1203fa6c3 :Hammer: Minor changes 2020-12-03 15:01:04 +01:00
Harshil
6d4b330061 Add changelog for 0.96.0 2020-12-03 19:10:34 +05:30
Tanay Pant
327007d4f0 🔨 Minor fix 2020-12-02 11:59:51 +01:00
Harshil Agrawal
02f2c6fe0d
Add documentation for Include Nodes (#309) 2020-12-02 11:57:25 +01:00