Muhammed Mustafa
|
46e652e5f3
|
fix: Fixed issue with test
|
1 year ago |
Muhammed Mustafa
|
e6cf24996f
|
fix: Fixed issue with test
|
1 year ago |
Muhammed Mustafa
|
5ec0ac6ce7
|
fix: Fixed tablenode and view node click issue in mobile and removed edit mode on view node on mobile
|
1 year ago |
Muhammed Mustafa
|
bdcbef0ca3
|
fix: Fixed expanded form UI issues
|
1 year ago |
Muhammed Mustafa
|
280747de2a
|
fix: Removed lazy loading of expanded form for decreasing opening expanded form in mobile
|
1 year ago |
Muhammed Mustafa
|
f5f0a596d7
|
fix: Fixed column dropdown coming up on mobile view
|
1 year ago |
Muhammed Mustafa
|
12419d7a0d
|
fix: Fixed View style for mobile view
|
1 year ago |
Muhammed Mustafa
|
334c0e0ae7
|
fix: Fixed View style for mobile view
|
1 year ago |
Muhammed Mustafa
|
814258b822
|
fix: Cleanup up sidebar store
|
1 year ago |
Muhammed Mustafa
|
20365fb3e3
|
fix: Fixed expanded form UI issues
|
1 year ago |
Muhammed Mustafa
|
b80d72b998
|
fix: Fixed ws menu styling issues
|
1 year ago |
Muhammed Mustafa
|
997f0044fc
|
fix: Fixed all tables button UI
|
1 year ago |
WK Wong
|
aaf94d3d46
|
fix(nc-gui): lint
|
1 year ago |
Muhammed Mustafa
|
0bc59c53f6
|
Merge pull request #6499 from nocodb/fix/test-fixes
Test fix
|
1 year ago |
Muhammed Mustafa
|
de8d70f39b
|
fix: Fixed issue with test
|
1 year ago |
Pranav C
|
f351b2b557
|
Merge pull request #6507 from nocodb/nc-feat/show-filter-options-based-on-lookup-col-type
Show filter options based on lookup column type
|
1 year ago |
Pranav C
|
03f91aeb6e
|
chore: wait until db setup
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
1 year ago |
Raju Udava
|
75dc0912bc
|
Merge pull request #6493 from nocodb/nc-fix/checkbox
Nc fix/checkbox
|
1 year ago |
Muhammed Mustafa
|
f59c4c712e
|
fix: Fixed issue with test
|
1 year ago |
Pranav C
|
08a961e76c
|
Revert "temp"
This reverts commit f4ec200973 .
|
1 year ago |
Pranav C
|
0b054943b9
|
fix: handle circular lookup
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
1 year ago |
Pranav C
|
3f7138b369
|
fix: handle circular lookup reference
|
1 year ago |
Pranav C
|
e40830954e
|
chore: date/datetime comparison correction - MySQL
|
1 year ago |
Pranav C
|
e9e83ff594
|
fix: datetime comparison issue
|
1 year ago |
Pranav C
|
92c2f42f79
|
feat: show corresponding filter op/subop for lookup column(only bt)
|
1 year ago |
Muhammed Mustafa
|
4b6accad32
|
fix: Added temp fix with project click in text
|
1 year ago |
Muhammed Mustafa
|
d9f6245c39
|
fix: Fixed issues with Expanded form and its tests
|
1 year ago |
reenphygeorge
|
1266aa3fbc
|
fix(nc-gui): allignment for default value
|
1 year ago |
Muhammed Mustafa
|
142bb9b88c
|
fix: Fixed tests
|
1 year ago |
Pranav C
|
6fd763e562
|
fix: take care of undefined vars
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
1 year ago |
Pranav C
|
cae7413a67
|
fix: typo
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
1 year ago |
Pranav C
|
4c0e429b76
|
test: playwright test correction
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
1 year ago |
Pranav C
|
f4ec200973
|
temp
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
1 year ago |
Pranav C
|
b6da0f2cd8
|
test: change payload type
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
1 year ago |
Raju Udava
|
c1d8000649
|
Merge pull request #6484 from nocodb/fix/def
fix: color picker realtime update
|
1 year ago |
Pranav C
|
c50b558756
|
fix: for single record operation instead of bulk hook use normal hook
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
1 year ago |
Pranav C
|
52584126ab
|
chore: cleanup swagger
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
1 year ago |
Pranav C
|
1c92699559
|
chore: add swagger definition
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
1 year ago |
Pranav C
|
2136a35e53
|
test: use number in test comparison
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
1 year ago |
Pranav C
|
124ad48785
|
test: remove unnecessary only
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
1 year ago |
Pranav C
|
c3c4c1e929
|
test: use number with postgres tests since we are returning number value
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
1 year ago |
Pranav C
|
d5c5df7621
|
test: update unit tests
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
1 year ago |
Pranav C
|
23c78af54b
|
refactor: convert bit value in mysql to int
At the moment bit is converted as hex string and change it to number
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
1 year ago |
Pranav C
|
ff8fc5ec9c
|
refactor: convert decimal value in mysql to float
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
1 year ago |
Pranav C
|
d6dfe95462
|
refactor: return value as number in pg
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
1 year ago |
Pranav C
|
a96281f875
|
test: corrections
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
1 year ago |
Pranav C
|
fb94e785c1
|
test: corrections
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
1 year ago |
Muhammed Mustafa
|
ee96703a7b
|
fix: Delete saklila sqlite table before test run
|
1 year ago |
Pranav C
|
6c6285a172
|
chore: cleanup
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
1 year ago |
Muhammed Mustafa
|
daca01b479
|
fix: Upgraded playwright version and minor test fixes
|
1 year ago |