Commit Graph

389 Commits

Author SHA1 Message Date
Anbarasu
ead832b7f7 Merge pull request #9901 from nocodb/nc-calendar-followup
fix: calendar followups
2024-11-27 19:10:41 +05:30
Raju Udava
d1d5890e5f Nc feat/user delete (#9889)
* feat: account delete (WIP)

* fix: null check issue

* feat: move integration source delete logic to model level

* docs: account delete

* test: delete integration

---------

Co-authored-by: mertmit <mertmit99@gmail.com>
2024-11-27 16:35:12 +05:30
Raju Udava
c6faf1f4be docs: include range add during view creation info 2024-11-27 10:36:24 +00:00
Raju Udava
c9720f8297 docs: date range 2024-11-27 10:36:24 +00:00
Pranav C
4fd51b543d docs: nested list and commented lines corrections 2024-11-22 06:52:53 +00:00
Ameesha Arackal
a6cffe20d2 update screenshot (#9863) 2024-11-20 12:37:30 +05:30
Ameesha Arackal
80353dfb51 update screenshot 2024-11-20 11:53:36 +05:30
Pranav C
1065efff94 docs: add personal view doc 2024-11-12 06:06:49 +00:00
dalekirkwood
a35eea28c0 Update 030.expand-record.md 2024-11-11 15:53:59 +01:00
Raju Udava
64d8fa34cb docs: operator list mentioend explicitly
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2024-11-06 11:44:08 +05:30
Raju Udava
87aa9801fe Update 030.string-functions.md 2024-10-19 03:21:57 +00:00
Raju Udava
7ee2639b2f Update 030.string-functions.md 2024-10-19 03:21:57 +00:00
Pranav C
50d3f1ba94 feat: add ISBLANK and ISNOTBLANK formula support 2024-10-19 03:21:55 +00:00
navi
ce476466ca Merge pull request #9656 from nocodb/chore/3rd-party
docs: move providers to other installation methods
2024-10-17 19:54:37 +01:00
Pranav C
2356fed1bb docs: link label correction
Signed-off-by: Pranav C <pranavxc@gmail.com>
2024-10-15 21:22:21 +05:30
mertmit
450087ca9a docs: move providers to other installation methods
Signed-off-by: mertmit <mertmit99@gmail.com>
2024-10-14 11:48:19 +03:00
Kacper
ae7b58c1e7 style: 020.environment-variables.md file formatting 2024-10-12 08:33:48 +02:00
Kacper
f27e9d92a1 feat: IAM role access 2024-10-12 08:31:02 +02:00
Pranav C
76600d4178 refactor: env name refactoring 2024-10-08 06:29:29 +00:00
Pranav C
8035ded978 refactor: package name correction
Signed-off-by: Pranav C <pranavxc@gmail.com>
2024-10-06 23:36:23 +05:30
Pranav C
0195549af1 refactor: coderabbit review comments 2024-10-06 07:21:36 +00:00
Pranav C
caafdf699f refactor: change env name 2024-10-06 07:21:36 +00:00
Pranav C
e692390744 refactor: package rename 2024-10-06 07:21:35 +00:00
Pranav C
b178b7eb25 refactor: coderabbit review comments 2024-10-06 07:21:34 +00:00
Pranav C
0cb887a30b fix: corrections 2024-10-06 07:21:34 +00:00
Pranav C
58ea2db4b9 refactor: review comments 2024-10-06 07:21:34 +00:00
Pranav C
5742fb0838 feat: docs, action for deployment and other corrections 2024-10-06 07:21:34 +00:00
Pranav C
61b2562f2e feat: Postgres base as schema (#9591)
* refactor:  introduce `NC_DISABLE_BASE_AS_PG_SCHEMA`

* refactor: change env name and create db if not exist

* refactor: review comments

* chore: add npmignore file

Signed-off-by: Pranav C <pranavxc@gmail.com>

---------

Signed-off-by: Pranav C <pranavxc@gmail.com>
2024-10-06 01:05:48 +03:00
nathanbegbie
79e9b7c849 [docs] fix docker compose path for installation 2024-09-28 20:45:10 +03:00
Pranav C
bdd6942359 feat: Decide base creation behaviour on app load based on permission (#9530)
* feat: decide default base creation behaviour on app load based on permission

* refactor: change the order of init

* docs: update env docs

* feat: add minimal db support for pg

* fix: import statement correction

* fix: add migration to migration list

* fix: pass schema name on baseModelSql instance creation

* refactor: move isMeta logic to CE version

* refactor: accept schema name as argument in pgclient

* refactor: getBaseModelSql method

* refactor: migrate pgClient methods to CE

* refactor: include minimal db schema in data queries

* docs: detailed docs about minimal db

* chore: lint

* refactor: coderabbit review comments

* fix: move table operation methods

* refactor: migrate methods to CE

* refactor: migrate relationCreate to CE

* refactor: review comments

* docs: improvements

* refactor: cleanup import statements
2024-09-25 12:42:26 +05:30
Ramesh Mane
93734e5b03 Nc feat: form view conditional fields (#9433)
* chore(nocodb): add fk_parent_column_id in filter schema

* feat(nocodb): form view field level filter support

* fix(nc-gui): add migration for `fk_parent_column_id` filter property

* fix: add support to fetch all view filters

* fix(nc-gui): filter castType issue

* fix(nc-gui): form field title autofocus issue

* fix(nc-gui): small changes

* fix(nc-gui): update local form view filter on updating filter

* fix(nc-gui): add validate field visibility function

* fix(nc-gui): toggle eye icon based on field conditional visibility

* fix(nc-gui): show tooltip on hover form field visibility icon

* fix(nc-gui): show unique errors

* fix(nc-gui): sort form view field issue

* fix(nc-gui): add error handleling in form conditional field

* fix(nc-gui): validate field on reorder

* fix(nc-gui): disable add new filter if form field is first

* fix(nc-gui): disable undo redo filters in form view

* fix(nc-gui): move form filter class to ee

* fix(nc-gui): prevent unwanted api call on form field select

* fix(nc-gui): remove unwanted console

* feat(nc-gui): shared form view conditional fields

* fix(nc-gui): form filter cache issue

* fix(nc-gui): delete form filters by fk_parent_col_id

* fix(nc-gui): form view duplicate filters

* fix(nc-gui): column meta copy issue while duplicating form view

* fix(nc-gui): review changes

* docs: show on conditions

* fix(nc-gui): remove merge conflict code part

* fix(nc-gui): show first validation error in visible form columns on hover over config error

* fix(nc-gui): form view filter validate link field issue

* fix(nc-gui): duplicate form column filters on duplicating table

* fix(nc-gui): rename form field filters label to conditions

* fix(nc-gui): minor changes

* chore(nc-gui): lint

* fix(nocodb): migration conflict issue

* fix(nc-gui): currency field ui issue in filter input

* fix(nc-gui): rating field overflow issue in filter menu

* fix(nc-gui): form conditional field oss visibility issue

* test(nc-gui): form conditional field test

* fix(nc-gui): typo error

* chore(nc-gui): lint

* fix(nc-gui): filter input width issue

* fix: pw test fail issue

* fix(nc-gui): update pw test

* fix(nc-gui): show field field config error in form field list

* fix(nc-gui): grayed out form field list icon color

* fix(nc-gui): give precedence to hidden pre-filled fields over conditional fields

* fix(nocodb): use string type instead of any

* fix(nocodb): typo mistake

* fix(nocodb): use stringifyMetaProp instead of JSON.stringify

* fix(nc-gui): remove lazy loading from child components of form field settings

* fix(nc-gui): increase gap between plus & delete btn from group filter menu

* fix(nc-gui): max callstack issue after adding group filter from form view

* fix(nc-gui): increase min width of filter dropdown in form view

* chore(nc-gui): lint

* fix(nc-gui): required virtual field validation issue in shared form

* fix(nc-gui): delete conditionally hidden field data while submiting form

* fix(nc-gui): handle bt or oo cell conditional field validation issue

* chore(nc-gui): lint

* fix(nc-gui): new is utils file function name conflicts

* fix(nc-gui): remove console

---------

Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2024-09-17 16:15:53 +05:30
Lisa VC
f7d33a5a62 docs: embed Tutorial Videos in documentation (#9460)
* add tutorial videos

* fixed error
2024-09-15 20:19:27 +05:30
navi
db5444a3e1 Auto upstall docs (#9448)
* docs : update auto-upstall docs

* docs : update auto-upstall docs
2024-09-09 09:23:29 +05:30
Anbarasu
ddb102b4e8 feat: add today shortcut for Date related fields (#9425)
* fix: document today's date shortcut

* fix: update keyboard bindings

* fix: update keybinding

* fix: date time cell copypaste
2024-09-05 09:27:52 +05:30
Naveen MR
564a207c1a update : refactor auto-upstall and installation methods 2024-09-05 00:46:36 +05:30
DarkPhoenix2704
124a1f8402 fix: update url 2024-09-04 13:42:13 +05:30
Anbarasu
03c9d14285 Update packages/noco-docs/docs/020.getting-started/050.self-hosted/010.installation/010.auto-install.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-09-04 10:06:33 +05:30
Anbarasu
ca8e8156ec Update packages/noco-docs/docs/020.getting-started/050.self-hosted/010.installation/010.auto-install.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-09-04 10:03:54 +05:30
DarkPhoenix2704
1b92bd1975 fix: broken links 2024-09-04 10:02:21 +05:30
Naveen MR
1eafae4158 update : refactor auto-upstall and installation methods 2024-09-03 20:27:55 +01:00
Anbarasu
529a1d3828 Update packages/noco-docs/docs/020.getting-started/050.self-hosted/010.installation/100.other-installations.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-09-03 21:30:49 +05:30
DarkPhoenix2704
645c2d6775 chore: updated installation docs 2024-09-03 21:12:00 +05:30
Pranav C
25dbcd30dd docs: all invalid path corrections 2024-09-02 05:44:24 +00:00
Pranav C
fe5ac443a4 docs: replace relative path to absolute path since it leading to issue when accessing overview page directly 2024-09-02 05:44:24 +00:00
Pranav C
e6fd048e9f docs: use full path to avoid issues with relative path 2024-09-02 05:44:24 +00:00
navi
9d61c400b3 Merge pull request #9359 from hasanradi93/patch-1
Update 030.rollup.md
2024-08-30 18:49:01 +01:00
navi
cac31ca456 Merge pull request #7925 from fanux/patch-1
Add one click deploy on sealos
2024-08-30 18:09:11 +01:00
Hasan Radi - RAZOV
de37be4b84 Update 030.rollup.md 2024-08-27 23:10:18 +03:00
Pranav C
0e7bad0bb8 Merge pull request #9303 from nocodb/docs/auth-tokens-cleanup
Docs/auth tokens cleanup
2024-08-23 17:28:10 +05:30
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