Commit Graph

243 Commits

Author SHA1 Message Date
Raju Udava
d3e62582b4 docs: validations (wip) 2024-05-23 09:59:46 +00:00
Salim B
0ea94d65aa feat: support Litestream age encryption (#8526)
* feat: support Litestream age encryption

* fix: correct Litestream S3 env vars to match doc

* fix: add backwards compatibility for renamed env vars
2024-05-22 07:48:26 +03:00
Raju Udava
1abdfe42a0 Update packages/noco-docs/docs/100.data-sources/030.sync-with-data-source.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-05-17 17:38:50 +05:30
Raju Udava
c4d77b9133 Update packages/noco-docs/docs/100.data-sources/020.connect-to-data-source.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-05-17 17:38:18 +05:30
Raju Udava
26efb9c925 Update packages/noco-docs/docs/100.data-sources/020.connect-to-data-source.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-05-17 17:37:58 +05:30
Raju Udava
c7371b127b Update packages/noco-docs/docs/100.data-sources/020.connect-to-data-source.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-05-17 17:37:31 +05:30
Raju Udava
fe97a8b3eb Update packages/noco-docs/docs/100.data-sources/020.connect-to-data-source.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-05-17 17:37:14 +05:30
Raju Udava
6a47762587 Update packages/noco-docs/docs/100.data-sources/040.actions-on-data-sources.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-05-17 17:36:59 +05:30
Raju Udava
67633a1768 Update packages/noco-docs/docs/100.data-sources/030.sync-with-data-source.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-05-17 17:36:21 +05:30
Raju Udava
6c13e2e128 update: docs-2 2024-05-17 09:35:50 +00:00
Raju Udava
529d7c0885 docs: update 2024-05-17 09:35:50 +00:00
Salim B
1e14b5ab46 Merge branch 'litestream-config' of github.com:salim-b/nocodb into litestream-config 2024-05-16 17:55:31 +02:00
Salim B
28f3f28078 docs: improve env var descriptions 2024-05-16 17:55:25 +02:00
Salim B
6a3aec9b86 docs: add missing comma
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-05-16 17:24:17 +02:00
Salim B
08e6adeec4 chore: tweak env var documentation
- harmonize attachment-specific env var descriptions
- re-arrange env vars in table more logically
- document `NC_MAX_ATTACHMENTS_ALLOWED`'s default value
- minor nitpicks
2024-05-16 17:14:47 +02:00
Salim B
a66b3361f0 docs: tweak wording 2024-05-16 02:33:55 +02:00
Salim B
d44989b0e7 docs: add link text
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-05-16 02:29:26 +02:00
Salim B
7f35d7b4ac docs: fix comma
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-05-16 02:27:28 +02:00
Salim B
db342f50cd doc: tweak env var section 2024-05-16 01:59:48 +02:00
Salim B
ac7112963b feat: expose Litestream configuration 2024-05-15 23:50:08 +02:00
Raju Udava
ed822d0b4e Update packages/noco-docs/docs/060.table-operations/080.download.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-05-14 12:21:35 +05:30
Raju Udava
ae950c25eb Update packages/noco-docs/docs/060.table-operations/080.download.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-05-14 12:15:00 +05:30
Raju Udava
d376d26be3 docs: downlaod csv 2024-05-13 15:13:22 +00:00
Ramesh Mane
d4fa6a8174 Nc fix: linked records dropdown followup (#8415)
* fix(nc-gui): update link record dropdown border radius

* fix(nc-gui): move link/unlink btn to the right side

* fix(nc-gui): update placeholder text color

* fix(nc-gui): reduce link record dropdown bottom bar padding x

* fix(nc-gui): update expanded form save btn text in create new record from link record

* fix(nc-gui): grid active cell border issue

* fix(nc-gui): link record dropdown trigger & dropdown spacing

* fix(nc-gui): link record footer btn size

* fix(nc-gui): link record loading state

* fix(nc-gui): update link record search input icon

* fix(nc-gui): update link record item skeleton

* fix(nc-gui): update grid row hover & selected state bg color

* fix(nc-gui): add tooltip on hover over expand icon

* fix(nc-gui): link record tooltip issue

* fix(nc-gui): update search query empty state status

* fix(nc-gui): bt cell ui fixes

* feat(nc-gui): resizable link record dropdown

* fix(nc-gui): external DB, fields re-order to re-align sub fields needs a fix

* chore(nc-gui): lint

* fix(nc-gui): bt & oto cell unlink & link btn visibility issue

* fix(nc-gui): pr review changes

* fix: docs

---------

Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2024-05-08 17:19:39 +05:30
Pranav C
ed7984508c docs: coderabbitai suggestions (#8404)
Signed-off-by: Pranav C <pranavxc@gmail.com>
2024-05-06 13:22:34 +05:30
Raju Udava
1c100ab153 docs: update link modal 2024-05-06 04:27:55 +00:00
Raju Udava
1de84033a4 docs: auth token 2024-04-17 12:04:24 +00:00
Lisa VC
134fc3d0cc docs: fixed some errors in documentation (#8261) 2024-04-16 11:58:18 +05:30
Raju Udava
31621732c0 docs: webhook body usage 2024-04-11 11:06:26 +00:00
Pranav C
445c16c172 docs: typo correction
Signed-off-by: Pranav C <pranavxc@gmail.com>
2024-04-03 14:39:46 +05:30
Raju Udava
0199b29df3 docs: prefill 2024-04-03 01:33:14 +00:00
Pranav C
463fb9ae0a Merge pull request #7998 from nocodb/nc-docs/calendar
Nc docs/calendar
2024-04-02 13:58:05 +05:30
Raju Udava
6d1bf1ec39 docs: gmt info (#8002) 2024-03-29 07:57:51 +05:30
Raju Udava
691d7b4db5 docs: field operations 2024-03-28 11:44:24 +00:00
Raju Udava
6ef040d517 docs: create-view 2024-03-28 11:44:23 +00:00
Raju Udava
bc9cf89797 docs: calendar marker 2024-03-28 11:44:23 +00:00
Raju Udava
76722b28d5 docs: calendar (WIP) 2024-03-28 11:44:23 +00:00
Ramesh Mane
2e132bf16a Nc fix: add missing formula docs and link (#7987)
* fix(nc-gui): show view in docs btn from formula suggestion modal only if docs link is present

* fix(nocodb-sdk): add docs link form `REGEX_MATCH` formula

* docs: datetime routines

* docs: add missing links

* fix(nc-gui): AI pr review suggestion

* docs: pr ai review changes

* docs: formula record id

---------

Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2024-03-28 17:02:21 +05:30
Raju Udava
7e414ed72c Nc docs/form view (#7990)
* docs: form view updates

* docs: form layout & appearance

* docs: prefill

* docs: prefill lock

* docs: add on notes

* docs: limit options & layout
2024-03-28 11:50:44 +05:30
Salim B
3a7d4c6b3f docs: NC_MAX_ATTACHMENTS_ALLOWED (#7894)
see https://github.com/nocodb/nocodb/pull/4820
2024-03-19 16:02:28 +08:00
Salim B
953217a59f Tweak terminology (#7866) 2024-03-14 19:26:14 +05:30
Dmitry Shachnev
fc21e1dec5 Add support for URLENCODE function (#6831)
Fixes #6811.

Co-authored-by: Dmitry Shachnev <dshachnev@interfacefinancial.com>
2024-03-13 11:46:37 +08:00
աɨռɢӄաօռɢ
1971497390 fix(docs): related topics links in table operations 2024-03-04 14:56:29 +08:00
Raju Udava
ea076e2d5a docs: webhook image fix 2024-03-01 12:31:49 +00:00
Raju Udava
8ee4758070 docs: update usage of api token 2024-02-22 04:50:25 +00:00
Naveen MR
f228034052 docs : update docs related to SSO 2024-02-21 09:28:32 +00:00
Naveen MR
a8511046d4 docs : update docs related to SSO 2024-02-10 09:46:01 +00:00
Raju Udava
f42c0cce95 docs: enable OAuth
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2024-02-10 13:34:01 +05:30
Raju Udava
6c14f4ca88 docs: broken link
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2024-02-10 13:25:32 +05:30
Raju Udava
e792344aaa docs: updates to created-at, updated-at behaviour
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2024-02-09 06:17:19 +05:30