sinanmohd
ec578a824a
style: use shfmt to format upstall
2 months ago
sinanmohd
3c0bedfcf6
fix: remove any attached volumes while reinstalling with upstall
2 months ago
navi
70d4dda99c
Merge pull request #9534 from VergeDX/patch-1
...
chore[charts/nocodb/values.yaml]: Typo `https:/` -> `https://`.
2 months ago
Pranav C
bece680fb6
Merge pull request #9543 from nocodb/nc-fix/swagger-base-pw
...
Nc fix/swagger base pw
2 months ago
Raju Udava
c7c483516e
fix: remove xc-auth from swagger authorize
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 months ago
sinanmohd
84eb5e29ac
refactor: use prompt_oneof() for enum like values in upstall script
2 months ago
sinanmohd
6a20f3f0c1
feat: add sqlite support in the upstall script
2 months ago
Raju Udava
d1ccb70bc4
Merge branch 'develop' into nc-fix/swagger-base-pw
2 months ago
Pranav C
bdd6942359
feat: Decide base creation behaviour on app load based on permission ( #9530 )
...
* feat: decide default base creation behaviour on app load based on permission
* refactor: change the order of init
* docs: update env docs
* feat: add minimal db support for pg
* fix: import statement correction
* fix: add migration to migration list
* fix: pass schema name on baseModelSql instance creation
* refactor: move isMeta logic to CE version
* refactor: accept schema name as argument in pgclient
* refactor: getBaseModelSql method
* refactor: migrate pgClient methods to CE
* refactor: include minimal db schema in data queries
* docs: detailed docs about minimal db
* chore: lint
* refactor: coderabbit review comments
* fix: move table operation methods
* refactor: migrate methods to CE
* refactor: migrate relationCreate to CE
* refactor: review comments
* docs: improvements
* refactor: cleanup import statements
2 months ago
Pranav C
e8c650e43f
Merge pull request #9536 from sinanmohd/upstall-compose-fix
...
fix: compose configuration generation
2 months ago
Raju Udava
6efdd79d4b
Merge branch 'develop' into nc-fix/swagger-base-pw
2 months ago
Pranav C
2157a60a87
Merge pull request #9526 from nocodb/nc-refactor/api-token
...
Nc refactor/api token
2 months ago
Pranav C
f4cba24832
Nc docs/meta apis cleanup 2 ( #9544 )
...
* docs: meta cleanup (2)
* docs: currency field update
---------
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 months ago
Raju Udava
4fd54382a4
fix: pw for api tokens
2 months ago
Raju Udava
a0ceb4b86b
fix: use of xc-token instead of xc-auth
2 months ago
mertmit
9bc069ff56
test: use xc-token instead of xc-auth
2 months ago
Ramesh Mane
6653e8e7cc
Nc fix/dev warnings ( #9541 )
...
* fix(nc-gui): div cannot be child of table
* fix(nc-gui): div cannot be child of tr
2 months ago
Pranav C
138db24eca
Merge pull request #9540 from nocodb/nc-fix/9501-redirection-issue
...
Nc fix/9501 redirection issue
2 months ago
Pranav C
4776eaaa18
fix: skip trimming options while applying filter ( #9542 )
2 months ago
Ramesh Mane
c62ce1dc3e
fix(nc-gui): show mfe save changes field error ( #9535 )
...
* fix(nc-gui): show mfe save changes field error
* fix(nc-gui): small changes
* chore(nc-gui): lint
* fix(nc-gui): ai review changes
2 months ago
Mert E.
c73a3133a4
fix: cmdk issue ( #9529 )
...
* fix: shift modifier ref
* fix: use state workspaces for cmdk
2 months ago
sinanmohd
8609853ce4
fix: update image location
2 months ago
Pranav C
557be16907
chore: lint
2 months ago
Pranav C
e215d5781b
refactor: redirect even if
2 months ago
Pranav C
245fd3262d
refactor: redirect even if
2 months ago
Pranav C
1d7f5235b0
fix: redirect only in page where signin action triggers
2 months ago
sinanmohd
3dd9424341
fix: only depend on minio and redis if it's enabled
2 months ago
Vanilla
ce9070ac92
chore[charts/nocodb/values.yaml]: Typo `https:/` -> `https://`.
2 months ago
sinanmohd
9f0fdd0df1
fix: minio config leaking into redis
2 months ago
Pranav C
25352e96cc
Merge pull request #9517 from nocodb/nc-fix/at-stall
...
fix: at import stall issue
2 months ago
Pranav C
4de0373f71
refactor: update swagger api and sdk methods
2 months ago
Pranav C
47f546e8e6
refactor: replace token with tokenId in the token deletion API
2 months ago
Nick Crews
e8093293c4
Fix $(pwd) invocation in readme example ( #9519 )
...
Now it matches the pglite example, and works.
2 months ago
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
2 months ago
mertmit
37575f4094
fix: treat different case as different select options
2 months ago
mertmit
509a697a4a
feat: use stream-json to filter response
2 months ago
mertmit
63c599f817
fix: avoid using await & then together
2 months ago
mertmit
ca75a8feb2
chore: limit attempts to 1 for all jobs
2 months ago
mertmit
567a4fac8d
fix: avoid formula error check if formula missing
2 months ago
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>
2 months ago
Pranav C
7efbc4adc0
Merge pull request #9508 from nocodb/nc-docs/meta-apis-cleanup
...
docs: view & webhook APIs
2 months ago
Pranav C
a3409c6c66
Merge pull request #9494 from nocodb/nc-fix/compare-pks
...
fix: handle type diff while comparing pks
2 months ago
Pranav C
9c821eb506
Merge pull request #9506 from nocodb/nc-fix/datasource-change
...
fix: Query cache on source update
2 months ago
Mert E.
b64809dbb7
fix: use asId prop to override as selector instead of modifying column obj ( #9493 )
2 months ago
Raju Udava
463dfdbe5b
docs: remove xc-auth from comment APIs
2 months ago
Raju Udava
fafa1d8286
docs: view & webhook APIs
2 months ago
navi
c194d55bec
Merge pull request #9502 from nocodb/nc-docs/meta-fields-description
...
docs: meta v2 fields description
2 months ago
Pranav C
3166751f34
fix: on source update clear all single query caches
2 months ago
Pranav C
8bbe8f5297
refactor: exclude unnecessary data from response
2 months ago
Raju Udava
48a11c1bf7
docs: meta api corrections for table
2 months ago