Commit Graph

53 Commits

Author SHA1 Message Date
Lisa VC
f7d33a5a62 docs: embed Tutorial Videos in documentation (#9460)
* add tutorial videos

* fixed error
2024-09-15 20:19:27 +05:30
Hasan Radi - RAZOV
de37be4b84 Update 030.rollup.md 2024-08-27 23:10:18 +03:00
Raju Udava
319ea266c7 Docs/description (#9305)
* docs: table description

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* docs: update for description

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* Update 060.actions-on-field.md

* Update 060.actions-on-field.md

---------

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2024-08-23 17:26:30 +05:30
Lisa VC
8a90447297 Add documentation for Formula Result Formatting (#9275)
* formula result formatting doc with images

* updated formula result formatting doc
2024-08-19 14:41:06 +05:30
Anbarasu
0bb5ab9982 feat: button field (#9144)
* feat: static button type

* fix: swagger

* fix: style corrections

* feat: webhook trigger

* fix: disables

* feat: Button icons fix: row Delete failing

* fix: expanded-form ux fix: disable buttons in forms fix: update PlainCell button handling fix: webhook delete, active change handling

* fix: disable case

* fix: disable case

* fix: update Button styles

* fix: refactor min/max with limit for columns fix: disable filter, groupby for Button Field fix: disable aggregation for Buttons

* fix: hide button field in Filters

* fix: fields menu corrections fix: update menu corrections

* fix: rebase

* feat: support webhook creation from ButtonOptions

* fix: sort related tests

* fix: keep webhook modal open

* fix: ui fixes

* fix: icon duplicate

* fix: syntax highlighing for handlebar fix: disable mascot fix: truncate selected webhook

* fix: sort disable tooltip

* test: button playwright test

* fix: button column duplication

* fix: add error fix: column options

* fix: EditOrAddProvider.vue

* fix: add invalid configuration

* fix: ux corrections

* fix: ux corrections

* fix: error handling fix: clear single query cache on hook delete

* fix: include button type in api

* fix: update overlay styles fix: webhook update

* fix: formula placeholder

* fix: playwright tests

* fix: playwright tests

* feat: refactor formula input

* fix: added more spacing

* fix: no icon text

* fix: lint

* fix: handle invalid url

* fix: handle sort by for button causes issue when button used as lookup

* fix: button field position

* docs: button field

* fix: tooltip correction

* fix: link

* fix: add btn href

* fix: handle some edge cases

* fix: handle some edge cases

* fix: update font color

* fix: add manual trigger docs

* fix: sqlite BaseModel fix

* docs: button share view info

* fix: rebase

* fix: reduce height and added resize support fix: added tooltip if label overflow

* fix: manual hook disable state

* docs: manual trigger details in webhook page

* fix: chevron grey shade to 500

* docs: sample payload for manual trigger

* fix: style update

* fix: pr review comments

* fix: pr review changes

* fix: reactivity issue

* fix: reactivity issue

* fix: filter enabled on button

* fix: reload meta on webhook change

* fix: error handling in formula filter

* fix: handle url error

---------

Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2024-08-14 15:32:19 +05:30
Raju Udava
c44c4ae7b5 docs: remove EAN from supported barcode type (#8955)
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2024-07-08 12:15:11 +05:30
Raju Udava
0992a5d975 Nc docs/link fix2 (#8876)
* docs: fix links

* docs: add info for advanced config options

* docs: clarity on paid plans

* Update 070.specific-db-type.md

* Update 070.specific-db-type.md
2024-06-26 18:16:40 +05:30
Anbarasu
95b1b78882 fix: docs build (#8856) 2024-06-25 14:02:25 +03:00
Raju Udava
3b9671445c Nc docs/update for release (#8842)
* docs: update RO data-source

* docs: summary footer

* docs: summary footer

* docs: code rabbit fix
2024-06-25 12:06:40 +05:30
Pranav C
6624bf5091 Nc feat/links view filter (#8646)
* feat(nocodb): add support for limiting selection to specific views

* test: fix failing tests

* fix: failing playwright tests

* feat: allow updating static view filter from both sides

* fix: remove console logs

* refactor: rename migration name

* fix: corrections in ui and update api

* fix: apply same behaviour for LTAR column(bt)

* refactor: rename view id column in relation to avoid confusion

* fix: option to disable view filter(switch)

* refactor: some minor ui spacing corrections

* fix: avoid setting target view id for bt relation when creating hm relation

* feat: links - record selection based on custom filters

* fix: corrections

* feat: add edit support for conditions

* feat: option to switch between dynamic and static value

* fix: backend corrections

* feat: apis for links filter

* feat: filter api integration with ui

* feat: filter with save and update

* feat: dynamic filter

* feat: shared form filter

* feat: expanded form

* fix: missing imports and corrections

* fix: pass correct column list

* fix: nested filter bug

* fix: corrections in actions and swagger

* fix: missing add button menu

* fix: expanded form bug

* test: playwright test - WIP

* test: playwright - link with filters/view

* chore: lint

* refactor: ui corrections

* fix: remove unnecessary filtering from hm/mm list and count

* fix: filter ui correction

* fix: lable correction

* fix: skip view filter for rollup

* fix: ui corrections

* fix: extract correct column id

* fix: duplicate LTAR - missing target view

* feat: add duplicate support for link with filters/view

* fix: height issue and nested filter creation bug

* fix: pass metadata to nested filter component

* fix: filter on column creation

* fix: filter getting cloned under group

* fix: exclude deleted filters when deciding locked state

* fix: update state when switching to dynamic filter

* fix: unlink view on delete and handle undefined values as null

* fix: filter based on unsaved data

* fix: handle overflow

* fix: multi-field editor - filter UI correction

* fix: duplicate link column with dynamic field ref

* fix: remove virtual column support

* fix: add support to link filter in normal list method

* fix: apply filter on count query

* fix: pass correct column list

* feat: add link filter support in multifield column creation

* feat: add link filter support in multifield column creation

* Merge branch 'develop' into feat/links-view-filter

* fix: dynamic value column export

* fix: review comments

* test: kludge for groupby tests

* fix: extract updated status correctly

* test: try waitFor for links

* test: kludge

* refactor: exclude attachment & rating from dynamic filter and treat float and integer as number

* test: label correction

* refactor: replace try...catch and use if condition

* fix: apply conditions only if enabled

* fix: MFE bugs

* refactor: show radio button active border only when focused

* fix:  proper state handling

* fix: view delete - unlink from link column

* fix: duplicate Link with filter view id

* refactor: column filter section padding

* fix: exclude system columns

* fix: dynamic column filter logic correction

* refactor: cleanup

* test: kludge with delay for groupby test

* refactor: add missing placeholder method

* docs: limit link record selection

* refactor: add missing placeholder method

* chore: lint

---------

Co-authored-by: DarkPhoenix2704 <anbarasun123@gmail.com>
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2024-06-05 17:28:02 +05:30
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
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
6d1bf1ec39 docs: gmt info (#8002) 2024-03-29 07:57:51 +05:30
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
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
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
Raju Udava
98e14260ae docs: system fields update
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2024-01-07 14:34:05 +05:30
աɨռɢӄաօռɢ
589a7bb393 feat(noco-docs): breadcrumb indexing 2023-12-27 13:36:08 +08:00
Raju Udava
737bfee3ba docs: user field
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-12-25 16:36:05 +05:30
Raju Udava
af33363a8a docs: rich text
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-12-25 15:43:05 +05:30
Raju Udava
57c29ae01e docs: review comments from wkw
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-12-01 10:17:11 +05:30
Raju Udava
8a00791d24 docs: example corrections
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-11-30 17:08:25 +05:30
Raju Udava
cb2944350f docs: formula expansion as md sections
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-11-29 20:51:56 +05:30
Pranav C
9a6825a43d refactor: update docs and description 2023-11-22 07:17:58 +00:00
աɨռɢӄաօռɢ
b1c90d51ac fix(docs): broken pages 2023-11-18 21:03:00 +08:00
Raju Udava
8a436e973d Merge pull request #7010 from nocodb/dependabot/npm_and_yarn/packages/noco-docs/sharp-and-docusaurus/plugin-ideal-image-0.32.6
chore(deps): bump sharp and @docusaurus/plugin-ideal-image in /packages/noco-docs
2023-11-18 10:45:22 +05:30
Raju Udava
2ba752d453 docs: change notice from 'danger' > 'info'
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-11-18 10:35:24 +05:30
աɨռɢӄաօռɢ
6a2c5728a8 fix(docs): broken syntaxes 2023-11-17 13:45:51 +08:00
Raju Udava
524f6ccb20 docs: upload from mobile
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-10-23 18:05:17 +05:30
Raju Udava
c41ad794fc docs: information about related env variables
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-10-20 20:43:56 +05:30
Raju Udava
0d6b881558 docs: field type fixes
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-10-10 21:49:11 +05:30
Raju Udava
f559d1f080 docs: build
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-10-10 19:32:53 +05:30
Raju Udava
0f4b8e829f docs: specific db type
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-10-10 19:29:43 +05:30
Raju Udava
eb70b7fbef docs: field screenshot updates, minor corrections
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-10-10 19:28:29 +05:30
Raju Udava
335f18d151 docs: column as field, row as record
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-10-10 11:13:20 +05:30
Raju Udava
2f9430f2b7 docs/fields: columns => fields
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-10-10 10:51:05 +05:30
Raju Udava
15a5ea469d docs/fields: project => base
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-10-08 14:14:32 +05:30
Raju Udava
1a943dae7d docs: account settings clean up, markdown table for rollup aggregate functions
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-10-04 17:33:09 +05:30
Raju Udava
0ff2d05129 docs: lookup header fix
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-10-04 17:09:37 +05:30
Raju Udava
fb6dc71198 docs: lookups only for BT
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-10-04 17:07:52 +05:30
Raju Udava
8480a3a536 docs: cleanup
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-10-04 16:50:04 +05:30
Raju Udava
113955c554 docs: tag cleanup (wip)
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-10-04 15:30:27 +05:30
Raju Udava
6da7f70849 docs: url refine
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-10-02 09:53:45 +05:30
Raju Udava
371abc9da6 docs: columns as fields
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-09-29 19:29:11 +05:30
Raju Udava
a4dc6d4b7f docs: cleanup row > record
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-09-29 14:55:06 +05:30
Raju Udava
2f4073ca1b docs: fields image upscale
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-09-28 21:56:55 +05:30
Raju Udava
a1591ea5f2 docs: title case correction
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-09-28 11:33:10 +05:30
Raju Udava
87c28471f9 docs: fix tags for fields
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-09-28 08:23:44 +05:30