Commit Graph

24149 Commits

Author SHA1 Message Date
Vanilla
ce9070ac92 chore[charts/nocodb/values.yaml]: Typo https:/ -> https://. 2024-09-23 17:32:50 +08:00
Pranav C
25352e96cc Merge pull request #9517 from nocodb/nc-fix/at-stall
fix: at import stall issue
2024-09-21 00:45:39 +05:30
Nick Crews
e8093293c4 Fix $(pwd) invocation in readme example (#9519)
Now it matches the pglite example, and works.
2024-09-20 18:30:25 +05:30
Mert E.
dcf39a08b9 feat: single query command palette & dedicated cache (#9522)
* feat: single query command palette & dedicated cache

* fix: duplicate selection

* fix: hide mm tables from cmdk

* feat: load cmdK on demand
2024-09-20 18:22:05 +05:30
mertmit
37575f4094 fix: treat different case as different select options 2024-09-19 11:54:49 +00:00
mertmit
509a697a4a feat: use stream-json to filter response 2024-09-19 11:54:49 +00:00
mertmit
63c599f817 fix: avoid using await & then together 2024-09-19 11:54:49 +00:00
mertmit
ca75a8feb2 chore: limit attempts to 1 for all jobs 2024-09-19 11:54:48 +00:00
mertmit
567a4fac8d fix: avoid formula error check if formula missing 2024-09-19 11:54:48 +00:00
Mert E.
4d6db667bf feat: restrict concurrent operations (#9509)
* feat: restrict concurrent operations

* fix: skip after first error

Signed-off-by: mertmit <mertmit99@gmail.com>

---------

Signed-off-by: mertmit <mertmit99@gmail.com>
2024-09-19 06:02:44 +05:30
Pranav C
7efbc4adc0 Merge pull request #9508 from nocodb/nc-docs/meta-apis-cleanup
docs: view & webhook APIs
2024-09-18 21:07:52 +05:30
Pranav C
a3409c6c66 Merge pull request #9494 from nocodb/nc-fix/compare-pks
fix: handle type diff while comparing pks
2024-09-18 21:03:45 +05:30
Pranav C
9c821eb506 Merge pull request #9506 from nocodb/nc-fix/datasource-change
fix: Query cache on source update
2024-09-18 21:01:53 +05:30
Mert E.
b64809dbb7 fix: use asId prop to override as selector instead of modifying column obj (#9493) 2024-09-18 16:44:31 +03:00
Raju Udava
463dfdbe5b docs: remove xc-auth from comment APIs 2024-09-18 13:24:42 +00:00
Raju Udava
fafa1d8286 docs: view & webhook APIs 2024-09-18 13:24:42 +00:00
navi
c194d55bec Merge pull request #9502 from nocodb/nc-docs/meta-fields-description
docs: meta v2 fields description
2024-09-18 10:27:06 +01:00
Pranav C
3166751f34 fix: on source update clear all single query caches 2024-09-18 08:31:08 +00:00
Pranav C
8bbe8f5297 refactor: exclude unnecessary data from response 2024-09-18 08:31:08 +00:00
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
mertmit
4df59e8533 fix: handle type diff while comparing pks 2024-09-16 15:35:15 +00:00
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