Wing-Kam Wong
3d2a9668f3
docs: revise / add missing descriptions
2 years ago
Raju Udava
a91c8d2085
refactor: schema export sans datatype information
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
Pranav C
beecfc4852
wip: primevue integration
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Raju Udava
186941f957
fix: quick-test pg
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
Pranav C
680dfc5309
feat: nuxt3 basic setup
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
efa9e37bfb
fix(migration): recreate payload column in mssql
...
- Dropping existing column won't cause any problem since it only contains boolean value and which is not useful
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
e89b987018
Update installation.md
...
Add executable download script
2 years ago
Pranav C
d162a87893
fix(migration): foreign key length correction
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
9c55ff0fb0
docs: upgrading documentation for Homebrew
2 years ago
Vijay Kumar Rathore
935aa2cfa0
solve package conflict in nocodb-sdk
2 years ago
Vijay Kumar Rathore
cf76563629
fix find one to return empty object
...
Signed-off-by: Vijay Kumar Rathore <professional.vijay8492@gmail.com>
2 years ago
wingkwong
e4ee261301
[create-pull-request] automated change
...
Signed-off-by: GitHub <noreply@github.com>
2 years ago
Raju Udava
1810dd8819
refactor: i18n corrections (aleguizzo )
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
Wing-Kam Wong
e20a2dcf83
fix: sanitize column name & unsanitize raw query
2 years ago
Wing-Kam Wong
271fe9ba13
refactor: revise based on PR comment
2 years ago
sine
f7194562e9
fix: json inference in pg
2 years ago
sine
7f85b82b7d
feat: add jsonb db type for JSON in pg
2 years ago
dependabot[bot]
03f1e2d902
chore(deps): bump shell-quote from 1.7.2 to 1.7.3 in /packages/noco-blog
...
Bumps [shell-quote](https://github.com/substack/node-shell-quote ) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/substack/node-shell-quote/releases )
- [Changelog](https://github.com/substack/node-shell-quote/blob/master/CHANGELOG.md )
- [Commits](https://github.com/substack/node-shell-quote/compare/v1.7.2...1.7.3 )
---
updated-dependencies:
- dependency-name: shell-quote
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Pranav C
bf4e1e49cb
fix: reset token_version in user object if null
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
dd5abf43dc
fix: hasmany column naming in metadiff
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
2f5f1ef872
fix: update bt, hm and mm column names
...
- BT - `TableRead` => `Table`
- HM - `TableList` => `Table List`
- MM - `TableMMList` => `Table List`
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
e15e729a31
fix: ManyToMany column naming
...
- Add suffix `List` instead of `MMList`
- Proper child table name
- Cypress test case corrections
re #2429
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
4f2f9e4138
refactor: flatten json by default
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
1406677bd3
refactor: label update
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Raju Udava
546f06a23c
refactor: disable ludicrous mode option
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
Pranav C
762d7489c8
feat: validate file extension
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Wing-Kam Wong
eaaf4fd101
fix: update health & version url
2 years ago
mertmit
c9bf931dd9
fix: token_version null handling
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago
Wing-Kam Wong
3e27b3b088
fix: mssql & pg knex binding logic
2 years ago
Wing-Kam Wong
4ff1137af5
fix: avoid using replaceAll
2 years ago
Raju Udava
a9d756669a
refactor: reorder menu items
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
Raju Udava
11861b6780
feat: support view import
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2 years ago
Pranav C
20bba310a8
fix: clear user cache after removing user account
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
e76daa8f81
fix: ensure user exist and add missing await
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
5d4535d046
fix: on adimn password/email update(env based) invalidate refresh token
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
09ae21b799
fix: property name correction
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
bcd3c9ee50
fix: invalidate token if admin email or password changed
...
- Invalidate old token if admin email changed in env
- Invalidate token if password updated in env
- Avoid unnecessary update if both email and passwords are same
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Vijay Kumar Rathore
09cd86d955
add support to not in filters
...
Signed-off-by: Vijay Kumar Rathore <professional.vijay8492@gmail.com>
2 years ago
Vijay Kumar Rathore
695c2c4d63
fix nested field projection
...
Signed-off-by: Vijay Kumar Rathore <professional.vijay8492@gmail.com>
2 years ago
Pranav C
b904f57350
fix: handle null/undefined
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Pranav C
0544976730
fix: json import - correction in file upload
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
dependabot[bot]
f97f2abe16
chore(deps): bump shell-quote from 1.7.2 to 1.7.3 in /packages/noco-i18n
...
Bumps [shell-quote](https://github.com/substack/node-shell-quote ) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/substack/node-shell-quote/releases )
- [Changelog](https://github.com/substack/node-shell-quote/blob/master/CHANGELOG.md )
- [Commits](https://github.com/substack/node-shell-quote/compare/v1.7.2...1.7.3 )
---
updated-dependencies:
- dependency-name: shell-quote
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
e09434939e
chore(deps): bump shell-quote in /packages/noco-docs-prev
...
Bumps [shell-quote](https://github.com/substack/node-shell-quote ) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/substack/node-shell-quote/releases )
- [Changelog](https://github.com/substack/node-shell-quote/blob/master/CHANGELOG.md )
- [Commits](https://github.com/substack/node-shell-quote/compare/v1.7.2...1.7.3 )
---
updated-dependencies:
- dependency-name: shell-quote
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
d13e9c90ac
chore(deps): bump got from 11.8.2 to 11.8.5 in /packages/noco-docs-prev
...
Bumps [got](https://github.com/sindresorhus/got ) from 11.8.2 to 11.8.5.
- [Release notes](https://github.com/sindresorhus/got/releases )
- [Commits](https://github.com/sindresorhus/got/compare/v11.8.2...v11.8.5 )
---
updated-dependencies:
- dependency-name: got
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
6562693ca2
chore(deps): bump shell-quote from 1.7.2 to 1.7.3 in /packages/noco-docs
...
Bumps [shell-quote](https://github.com/substack/node-shell-quote ) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/substack/node-shell-quote/releases )
- [Changelog](https://github.com/substack/node-shell-quote/blob/master/CHANGELOG.md )
- [Commits](https://github.com/substack/node-shell-quote/compare/v1.7.2...1.7.3 )
---
updated-dependencies:
- dependency-name: shell-quote
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
51b21cd1e0
chore(deps): bump shell-quote from 1.7.2 to 1.7.3 in /packages/nc-plugin
...
Bumps [shell-quote](https://github.com/substack/node-shell-quote ) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/substack/node-shell-quote/releases )
- [Changelog](https://github.com/substack/node-shell-quote/blob/master/CHANGELOG.md )
- [Commits](https://github.com/substack/node-shell-quote/compare/v1.7.2...1.7.3 )
---
updated-dependencies:
- dependency-name: shell-quote
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Wing-Kam Wong
99547f9446
docs: fix homebrew cmd
2 years ago
Vijay Kumar Rathore
00c5f3a023
add sort param in find-one
...
Signed-off-by: Vijay Kumar Rathore <professional.vijay8492@gmail.com>
2 years ago
Vijay Kumar Rathore
b2ac40efc2
add find-one in swagger docs
...
Signed-off-by: Vijay Kumar Rathore <professional.vijay8492@gmail.com>
2 years ago
mertmit
4bf543b5e8
chore: notify messaging
...
Signed-off-by: mertmit <mertmit99@gmail.com>
2 years ago