Wing-Kam Wong
|
a6685b924a
|
fix(nocodb): wrap the second argument in formula RIGHT
|
2 years ago |
Muhammed Mustafa
|
ab5f689968
|
fix(test): Added README
|
2 years ago |
Wing-Kam Wong
|
aac0ce28c2
|
fix(nocodb): wrap the second argument in formula RIGHT
|
2 years ago |
Ekaterina Balakina
|
48b8c1fc45
|
feat: save and restore last opened view (#4182)
|
2 years ago |
Muhammed Mustafa
|
73cef534b0
|
fix(test): Appstore will automatically remove a plugin if the plugin required to install is already installed and then will install it
|
2 years ago |
Muhammed Mustafa
|
7d1500f85a
|
fix(test): Fixed issues with playwright folder change
|
2 years ago |
Muhammed Mustafa
|
7af3526594
|
fix(test): Added all the tests back to CI, added more connection to postgres pool option and fixed issues with playwright folder change
|
2 years ago |
Muhammed Mustafa
|
73a6bc2d6e
|
fix(test): Integrated new playwright folder location to ci, fixed import test, and minor cleanups
|
2 years ago |
Muhammed Mustafa
|
957cbd2df6
|
fix(test): Moved playwright folder to nc-gui
|
2 years ago |
Muhammed Mustafa
|
946c0c926a
|
fix(test): Moved playwright folder to nc-gui
|
2 years ago |
Muhammed Mustafa
|
3e1f7f22e4
|
fix(test): Integrated postgres to CI with sharding and removed other tests from CI for the timebeing
|
2 years ago |
Vijay Kumar Rathore
|
1865054898
|
reset validation if no validation for the column
Signed-off-by: Vijay Kumar Rathore <professional.vijay8492@gmail.com>
|
2 years ago |
Vijay Kumar Rathore
|
5176047fe3
|
fix column validations
Signed-off-by: Vijay Kumar Rathore <professional.vijay8492@gmail.com>
|
2 years ago |
Muhammed Mustafa
|
5aefc61e57
|
fix(test): Added sqlite sakila seeding sqlite file which will preserve the last updated time and removed the old one
|
2 years ago |
Muhammed Mustafa
|
0a06d30c61
|
fix(test): Added project deletion logic which was created by a test on reset and disabled page transition in front end build for test env
|
2 years ago |
Muhammed Mustafa
|
8b2b87e09d
|
fix(test): Enabled support for runtime NC_BACKEND_URL and integrated it with CI
|
2 years ago |
Muhammed Mustafa
|
78bea20645
|
fix(test): Removed sqlite_exec test api and sqlite query are run in the playwright level
|
2 years ago |
Muhammed Mustafa
|
2b6beff676
|
fix(test): Made sqlite project external
|
2 years ago |
Muhammed Mustafa
|
5071a6c53b
|
feat(testing): Backend build optimization for CI
|
2 years ago |
Muhammed Mustafa
|
1831bf9d45
|
feat(testing): Improved ci backend build
|
2 years ago |
Muhammed Mustafa
|
578753ab53
|
feat(testing): Backend build optimization for CI
|
2 years ago |
Muhammed Mustafa
|
aa7733833c
|
feat(testing): Disabled parrelel nc-gui build with other CI action
|
2 years ago |
Muhammed Mustafa
|
570c6760b7
|
feat(testing): Prod build in CI attempt
|
2 years ago |
Vijay Kumar Rathore
|
4418106d33
|
improve like operator
Signed-off-by: Vijay Kumar Rathore <professional.vijay8492@gmail.com>
|
2 years ago |
Vijay Kumar Rathore
|
5f54a8b100
|
fix flitersync typo
Signed-off-by: Vijay Kumar Rathore <professional.vijay8492@gmail.com>
|
2 years ago |
Vijay Kumar Rathore
|
29b2e91e3c
|
add project Id with filterparent requests
Signed-off-by: Vijay Kumar Rathore <professional.vijay8492@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
ee685b9076
|
chore: change to local sdk path
|
2 years ago |
dependabot[bot]
|
131a9152f1
|
chore(deps): bump loader-utils from 2.0.2 to 2.0.3 in /packages/nc-cli
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.3/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v2.0.3)
---
updated-dependencies:
- dependency-name: loader-utils
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
wingkwong
|
219500c2fd
|
[create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
|
2 years ago |
dependabot[bot]
|
945d0a90a9
|
chore(deps): bump loader-utils in /packages/noco-docs
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.1.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.1/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.1)
---
updated-dependencies:
- dependency-name: loader-utils
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
Pranav C
|
72d4eb2aed
|
fix(gui): block only required column remove event
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
braks
|
b4b311b8a7
|
fix(nc-gui): ref access in auth middleware
|
2 years ago |
Pranav C
|
b84a7ea9a5
|
fix(gui): remove files from both attachments and storedFiles
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
c59de3948a
|
fix(gui): attachment remove issue in shared form
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
a0edacd8b3
|
fix(gui): update changed meta of row after save method invoked
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
584bcc03f0
|
fix(gui): ignore update if property is not there in row data
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
4b5c9db722
|
refactor: replace inline function
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
0539f2381e
|
refactor: reset search input on close and focus on load
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
0942d8d107
|
refactor(gui): handle missing property scenario in a better way
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
166b266584
|
fix(nc-gui): add back v-show="isLoading" in base
|
2 years ago |
Pranav C
|
cfaa7b64e7
|
fix(gui): tab switch row insert/update bug
- pass correct column list to get primary key
- handle undefined as null in update
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
547b74a6d8
|
fix(gui): JSON stringify attachment data
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
braks
|
08b5defd42
|
chore(nc-gui): add transition to edge labels
|
2 years ago |
Pranav C
|
650a527949
|
Update JoinCloud.vue
Open link in new tab
|
2 years ago |
braks
|
268b4cc975
|
revert(nc-gui,erd): use paneReady event to layout els
|
2 years ago |
braks
|
ccfa060f18
|
refactor(nc-gui,erd): layout elements on nodes initialized
|
2 years ago |
Pranav C
|
0d98971c4b
|
feat(gui): add join cloud button
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
braks
|
ec10911a82
|
fix(nc-gui,erd): use `EdgeLabelRenderer`
|
2 years ago |
braks
|
3baefc734b
|
chore(nc-gui): update vue-flow to latest
|
2 years ago |
mertmit
|
ae7922626a
|
fix: try to fetch link data only for imported tables
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |