mertmit
27bbd51fab
fix: trigger save on record create & link
6 months ago
mertmit
fa6a759d4a
fix: hide fill handle while loader is active
6 months ago
mertmit
f0ee389b8b
fix: disable auto save for pk values
6 months ago
mertmit
5441bcb4c4
fix: bulkDelete with composite keys
6 months ago
mertmit
d24de3ffe1
fix: make sure at least one pk is valid while extracting composite pk
6 months ago
mertmit
0f673c5973
fix: allow nested create for new records
6 months ago
mertmit
27558099c9
fix: confirm fk and pk values match to detect m2m junction
6 months ago
mertmit
72149753f9
fix: avoid clashing names for fk & bt
6 months ago
mertmit
f741f0ae53
fix: handle manual pk
6 months ago
mertmit
41e2dc090d
fix: composite pk expanded form new record
6 months ago
mertmit
ff66af696f
fix: use runOps for running pre-post ops
6 months ago
mertmit
5c0896d937
fix: remove unnecessary condition
6 months ago
Rohit
540ec1d61f
Update docker-compose/setup-script/noco.sh
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
6 months ago
Mert E
fed1c7ba5c
feat: virtual scroll for grid ( #8356 )
...
* feat: virtual scroll for grid
* feat: improve virtual scroll
* fix: remove unused expose & ref
* feat: move row ltar helpers to parent level
* fix: use shared composable for useMetas
* fix: column add issue
* fix: reload issue
* feat: move cell state to computed
* chore: lint
* fix: null check for sticky field
* fix: PR requested changes
* fix: shared views
* fix: provide row store calls
* test: avoid all rows selector
* fix: group by
* fix: include isVirtualCol in cellMeta
* fix: split colMeta and cellMeta
* chore: lint
* test: edit column flakiness
* test: renderColumn for dashboard grid
* test: user column test flakiness
6 months ago
Mert E
ba338d3c40
Merge pull request #8353 from maheshdhoran/fix/pg-abstract-type
...
fix: map PostgreSQL 'double precision' correctly as 'float'
6 months ago
Mert E
02226a6088
Merge pull request #8354 from nocodb/nc-fix/group-by-calls
...
Nc fix/group by calls
6 months ago
Mert E
6efbe449cc
fix: copyTable fallback to useCopy with plain text for insecure context ( #8346 )
...
Signed-off-by: mertmit <mertmit99@gmail.com>
6 months ago
mertmit
4277beaaff
fix: use key instead of index for group by panels
6 months ago
mertmit
de5491e541
chore: lint
6 months ago
mertmit
1a1d81a792
fix: group by reload
6 months ago
mertmit
041924adde
fix: group by api calls
6 months ago
Mahesh Dhoran
df260a05c4
requested changes
6 months ago
Mahesh Dhoran
dac781368b
fix: map PostgreSQL 'double precision' correctly as 'float' ( closes #8337 )
6 months ago
Rohit
575d8445dd
Apply suggestions from code review
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
6 months ago
Rohit T P
62b94efec2
chore: auto-detect existing path
6 months ago
navi
8317cae86e
New translations en.json (Turkish) ( #8352 )
6 months ago
Raju Udava
994a0d7905
Nc test/flaky fix ( #8349 )
...
* fix: flaky test
* Update index.ts
* fix: flaky with addNewRow- replace with APIs
* fix: groupby flaky
* test: retry attempt for calendar sidebar card count
* test: use x button instead of escape to close expand modal
* test: fix selected cell count retry
* test: fix flaky for cmd K
* fix: increase wait time after form submission
6 months ago
navi
03331937ce
New translations en.json (Turkish) ( #8348 )
6 months ago
Mert E
e4032bb34a
Merge pull request #8339 from nocodb/nc-fix/undo-redo-cal-pw
...
Nc fix/undo redo cal pw
7 months ago
Raju Udava
a6aff612b9
fix: group-by flaky test
7 months ago
Raju Udava
7fae62f0ad
test: fix undo redo cal timeout
7 months ago
Rohit T P
c279e22cb2
chore: merged help.sh with noco.sh
7 months ago
navi
a366fae08a
New translations en.json (Chinese Simplified) ( #8330 )
7 months ago
Ramesh Mane
6075611c0f
Nc fix: Form view bug fixes ( #8322 )
...
* fix(nc-gui): form view rich text link option issue
* chore(nc-gui): lint
* fix(nc-gui): pw test fail issue
* fix(nc-gui): add checkbox required form validation rule
7 months ago
navi
42e0fa6073
New translations en.json (French) ( #8326 )
7 months ago
navi
ff914920af
Merge pull request #8327 from nocodb/chore/autoupstall
...
fix: fixed input ordering
7 months ago
Rohit
707224ecb3
Apply suggestions from code review
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
7 months ago
Rohit T P
be82192e87
fix: fixed typo
7 months ago
Rohit T P
532da7f0b6
fix: fixed input ordering
7 months ago
navi
c09edf8372
Merge pull request #8291 from rohittp0/develop
...
Auto Upstall Enhancements: Added help script generation
7 months ago
Ramesh Mane
d269e0229e
Nc fix(nc-gui): group by shared view invalid password issue while fetching group by data ( #8316 )
...
* fix(nc-gui): group by shared view invalid password issue
* fix(test): groupby test fail issue
* fix(test): small changes
7 months ago
Ramesh Mane
be0f763fba
Nc fix(nc-gui): Copying and pasting from Excel overwrites one additional row cell ( #8317 )
...
* fix(nc-gui): copy paste from excel overwrites extra cell from next row
* fix(nc-gui): remove \n from clipboard data if it occured only once at the end
* fix(nc-gui): small changes
* Update index.ts
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
7 months ago
Pranav C
caef9b0350
Merge pull request #8315 from nocodb/nc-feat/improve-bulk-update
...
Nc feat/improve bulk update
7 months ago
Ramesh Mane
e05ca5ea25
Nc fix: Shared view for gallery, kanban + expand record issue if primary column is visible ( #8312 )
...
* fix(nc-gui): shared view expand form issue if primary column is visible
* chore(nc-gui): lint
7 months ago
Ramesh Mane
4c774715cf
Merge pull request #8309 from nocodb/nc-fix/field-header-context-menu
...
Nc fix/field header context menu
7 months ago
mertmit
f4bbf64109
fix: comparing composite pks
7 months ago
mertmit
ab86c09e3b
fix: bulkUpdate raw
7 months ago
mertmit
fa37dd504a
feat: reuse model columns
7 months ago
mertmit
7c35ec37e4
fix: improved wherePk handling for bulkUpdate
7 months ago
mertmit
aaf9886c04
fix: add limitOverride for post update list
7 months ago