Commit Graph

24129 Commits

Author SHA1 Message Date
Raju Udava
48a11c1bf7 docs: meta api corrections for table 2024-09-17 12:53:22 +00:00
Raju Udava
d1ce172a38 docs: meta v2 fields description 2024-09-17 12:53:22 +00:00
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
Pranav C
62ee1aad8b fix: apply view based filter if linkColumnId present (#9500) 2024-09-17 16:14:33 +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
Anbarasu
fe02f9eb3e feat: Implement scanFiles for gcs and Minio (#9463)
* fix: bump gcs version fix: implement scan files for gcs and minio

* fix: stream files
2024-09-15 20:15:34 +05:30
Pranav C
6b6d6dff32 fix: disable form view creation only for data readonly source (#9487) 2024-09-15 20:14:48 +05:30
navi
8ee0d8c294 Merge pull request #9485 from nocodb/nc-docs/meta-apis-base
docs: meta apis for base
2024-09-14 14:09:15 +01:00
Pranav C
ab46357eb5 Merge pull request #9486 from nocodb/nc-fix/escape-question-mark
refactor: Sanitise method
2024-09-14 16:34:08 +05:30
Pranav C
746dc5e02b refactor: avoid repetition and apply while iterating 2024-09-14 10:14:28 +00:00
Raju Udava
c5698cbc9e docs: meta apis for base 2024-09-14 09:47:22 +00:00
Pranav C
d8972275dd Merge pull request #9476 from nocodb/nc-docs/meta-api-ordering
docs: meta api v2 label and order
2024-09-13 15:40:06 +05:30
Pranav C
d74a14e650 Merge pull request #9477 from nocodb/nc-fix/email-template
Nc fix/email template
2024-09-13 11:21:44 +05:30
Pranav C
43189def38 refactor: update mention template
Signed-off-by: Pranav C <pranavxc@gmail.com>
2024-09-13 11:19:34 +05:30
Raju Udava
23c65b7255 docs: meta api v2 label and order 2024-09-12 10:21:51 +00:00
Pranav C
370f72d442 fix: use html escape syntax in ejs template 2024-09-12 07:22:27 +00:00
Pranav C
485c8fabb2 fix: use html escape syntax in ejs template 2024-09-12 07:22:27 +00:00
Pranav C
ba5a191b33 Nc feat/missing api v2 (#9454)
* feat: add workspace and project apis in swagger

* feat: add auth and user apis in swagger

* refactor: add cloud icon for cloud only apis

* refactor: add missing schema and remove unnecessary apis from list

* fix: replace xc-auth with xc-token

* Update swagger-v2.json

---------

Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2024-09-12 12:49:34 +05:30
Mert E.
df1d43999a fix: swagger UI blank page (#9475)
* fix: swagger-ui - if token missing in localstorage redirect to signin page

* fix: import statement correction

---------

Co-authored-by: Pranav C <pranavxc@gmail.com>
2024-09-12 12:47:53 +05:30
Anbarasu
363f18300b Merge pull request #9467 from nocodb/nc-fix/default-value-for-rollup 2024-09-12 11:44:42 +05:30
Pranav C
b072e93ad6 fix: Post update extract new id since composite key can be changed in update (#9453)
* fix: post update extract new id since composite key can be changed in update

* fix: update bulkupdate
2024-09-12 09:38:54 +05:30
Anbarasu
98998b7a84 Merge pull request #9469 from nocodb/nc-fix/at-button-ph 2024-09-11 21:05:20 +05:30
navi
0eaac685ec New translations en.json (Russian) (#9466) 2024-09-11 21:01:45 +05:30
mertmit
6e8750886d fix: handle missing col options for button 2024-09-11 14:17:48 +00:00
Pranav C
e34cd9ba37 Merge pull request #9468 from nocodb/nc-docs/v2-meta-api-reorg
Nc docs/v2 meta api reorg
2024-09-11 18:22:05 +05:30
DarkPhoenix2704
f7bf923e34 fix: add default value for rollup 2024-09-11 08:46:13 +00:00
Anbarasu
936032881e fix: aggregation not working in mariadb (#9462)
* fix: aggregation not working in mariadb

* fix: pr review changes
2024-09-11 13:41:33 +05:30
Raju Udava
fc66a0e4c1 Update swagger-v2.json 2024-09-11 08:11:14 +00:00
Raju Udava
9c99874bde Update swagger-v2.json 2024-09-11 08:11:14 +00:00
Raju Udava
7757663999 docs: swagger updage for meta api reorg 2024-09-11 08:11:14 +00:00
Ramesh Mane
9a0b34eab8 fix(nc-gui): implement display of decimal values with trailing zeros using toFixed() (#9464) 2024-09-11 09:18:45 +05:30
Pranav C
ca174aadb3 refactor: allow DB_QUERY_LIMIT_MIN value upto 1 (#9458) 2024-09-10 22:33:52 +05:30
Pranav C
b871c01692 fix: Proper column meta null value handling (#9452)
* fix: proper null meta value handling

* refactor: optional chaining not required since parseProp always returns a non-null value
2024-09-10 20:18:50 +05:30
Anbarasu
31ab5e32e1 Merge pull request #9457 from nocodb/nc-aggregation-coalesce 2024-09-10 19:36:04 +05:30
Pranav C
745d6857e1 Merge pull request #9459 from nocodb/nc-refactor/tel
refactor: Event related modules
2024-09-10 15:42:45 +05:30
Ramesh Mane
ecb72e37fa Merge pull request #9455 from nocodb/nc-feat/ai-initial-migrations
feat: integrations follow-up migration
2024-09-10 15:37:02 +05:30
Pranav C
f9f205cc8d refactor: review changes and lint 2024-09-10 09:45:53 +00:00
Pranav C
be39067ec1 refactor: event related modules 2024-09-10 09:45:53 +00:00
Pranav C
78c1762784 refactor: nocoExecute (#9456) 2024-09-10 14:34:07 +05:30
mertmit
9b21a12ca9 feat: integrations follow-up migration
Signed-off-by: mertmit <mertmit99@gmail.com>
2024-09-10 10:13:38 +03:00
DarkPhoenix2704
05b7857701 fix: refactor pg attachment query fix: apply coalesce for all numerical aggregation 2024-09-10 07:00:22 +00:00
sioutisc
3b12268a35 issue#9417 fix text to numerical type conversion ignores negatives (#9418)
Co-authored-by: Christos Sioutis <christos.sioutis@sioutech.com>
2024-09-09 14:43:23 +05:30
navi
a784c10eee New Crowdin updates (#9443)
* New translations en.json (French)

* New translations en.json (German)

* Update de.json

---------

Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2024-09-09 14:42:49 +05:30
Pranav C
2c2cad4aac Merge pull request #9447 from nocodb/nc-fix/miscellaneous
Nc fix/miscellaneous
2024-09-09 12:49:35 +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
Pranav C
3d3f97800b Merge pull request #9441 from nocodb/nc-fix/custom-knex-condition
fix: Handle date object as value and avoid treating it as nested condition
2024-09-06 15:19:24 +05:30
Pranav C
9997741635 fix: xcCodition - handle date object as value and avoid treating it as nested condition 2024-09-06 09:12:31 +00:00
navi
ed886c15e0 Merge pull request #9435 from nocodb/fix/ssl
fix: default options overriding ssl config
2024-09-05 10:54:01 +01:00
Anbarasu
2b11c4251c Merge branch 'develop' into fix/ssl 2024-09-05 15:13:23 +05:30
DarkPhoenix2704
896f80d45e fix: default options overriding ssl config 2024-09-05 15:12:18 +05:30