Pranav C
454a686a58
fix: if fields value specified as `*` extract all fields
...
re #1981
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Wing-Kam Wong
0563fe3a3e
chore: update package-lock.json
3 years ago
Wing-Kam Wong
b6f330b4f2
chore: change to local path
3 years ago
Wing-Kam Wong
3b1eaeab0d
chore: use lockfileVersion 2
3 years ago
pranavxc
882936c8ba
[create-pull-request] automated change
...
Signed-off-by: GitHub <noreply@github.com>
3 years ago
Pranav C
746ac4c1b9
chore: downgrade sqlite version
...
re #1970
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
wingkwong
f9281bdc88
[create-pull-request] automated change
...
Signed-off-by: GitHub <noreply@github.com>
3 years ago
wingkwong
41c18bad62
[create-pull-request] automated change
...
Signed-off-by: GitHub <noreply@github.com>
3 years ago
Wing-Kam Wong
62612c9f8d
docs: add Code Snippets
3 years ago
Wing-Kam Wong
ee57c2ff21
docs: update webhook based on latest changes
3 years ago
Pranav C
42025ce81d
fix: correction in sample test payload - exclude nested data
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
2187d75233
refactor: code cleanup
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
de2d730098
refactor: render snippet part based on condition
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
66c089e2d7
fix: correction in sample payload
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
6566f88364
fix: use union all instead of union since rows will be unique
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
985416e8c4
fix: pass payload in test webhook
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
9303fd8a4c
wip: improved webhook gui
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
eca26a5f3e
wip: improved webhook gui
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
00a6ac9ca6
refactor: move url to top in the notification list
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
ea5a07d134
fix: test webhook throw error on failure and hook_log corrections
...
re #1903
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Wing-Kam Wong
a4a37fedb9
fix: add missing upd cache logic when updating roles
3 years ago
Pranav C
e0a03963d5
Fix - SQLite project bug ( #1957 )
...
* fix: handle multiple pk and no pk scenarios
re #1956
Signed-off-by: Pranav C <pranavxc@gmail.com>
* refactor: exclude searchpath from db config if client is not pg/mssql
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: populate correct knex config for sqlite db
re #1956
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
80686cb75e
feat: ui improvements
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Wing-Kam Wong
6bd4043322
fix: m2m delete logic
3 years ago
Wing-Kam Wong
a023333e98
wip: revise m2m delete logic
3 years ago
Wing-Kam Wong
c40fb28c95
chore: remove space
3 years ago
Pranav C
bef73c22fd
fix: handle if ncSiteUrl is missing
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
0d13fbabc6
feat: new snippet ui
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
06ddeff5cf
feat: code snippet
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
93c6d1dff1
wip: code snippet population
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Wing-Kam Wong
1d4e8ea9e9
fix: add missing comma
3 years ago
Wing-Kam Wong
e4bdaa65fd
chore: add smaple text
3 years ago
Wing-Kam Wong
16e0c0a383
chore: add toast error message
3 years ago
Pranav C
1b9b964248
fix: get table model by id instead of name
...
re #1946
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
mertmit
4a63a31d03
fix: base isJSON on uiType only
...
Signed-off-by: mertmit <mertmit99@gmail.com>
3 years ago
Titouan CREACH
2b88c3d3c7
fix: allow to edit the length of a nvarchar (mssql). #1930
3 years ago
Pranav C
737c2ded65
fix: use uidt from request on table creation
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
mertmit
367bfb93f8
fix: monaco editor dialog closes on click
...
Signed-off-by: mertmit <mertmit99@gmail.com>
3 years ago
dependabot[bot]
db2b69babe
chore(deps): bump sqlite3 from 5.0.0 to 5.0.3 in /packages/nocodb
...
Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3 ) from 5.0.0 to 5.0.3.
- [Release notes](https://github.com/TryGhost/node-sqlite3/releases )
- [Changelog](https://github.com/TryGhost/node-sqlite3/blob/master/CHANGELOG.md )
- [Commits](https://github.com/TryGhost/node-sqlite3/compare/v5.0.0...v5.0.3 )
---
updated-dependencies:
- dependency-name: sqlite3
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
Wing-Kam Wong
1c1cb9c9af
fix: filter out meta table in parser
...
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
3 years ago
Wing-Kam Wong
c61b550ee1
fix: add missing meta table names
...
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
3 years ago
dependabot[bot]
081e19ce22
chore(deps): bump ejs from 3.1.6 to 3.1.7 in /packages/nocodb
...
Bumps [ejs](https://github.com/mde/ejs ) from 3.1.6 to 3.1.7.
- [Release notes](https://github.com/mde/ejs/releases )
- [Changelog](https://github.com/mde/ejs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/mde/ejs/compare/v3.1.6...v3.1.7 )
---
updated-dependencies:
- dependency-name: ejs
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
e38abb5429
chore(deps): bump ejs in /packages/nc-migrator-archived
...
Bumps [ejs](https://github.com/mde/ejs ) from 3.0.1 to 3.1.7.
- [Release notes](https://github.com/mde/ejs/releases )
- [Changelog](https://github.com/mde/ejs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/mde/ejs/compare/v3.0.1...v3.1.7 )
---
updated-dependencies:
- dependency-name: ejs
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
wingkwong
cf6bb50ab9
[create-pull-request] automated change
...
Signed-off-by: GitHub <noreply@github.com>
3 years ago
Wing-Kam Wong
ec1603818b
fix: err msg typo
...
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
3 years ago
Pranav C
c54543f69f
fix: use table id from request body if found(table create)
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
4cb5a5d0ba
fix: handle `null` case if colOpt is missing
...
re #1900
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
c5e273335e
fix: pass correct project id to get model list
...
get models from current project to populate swagger json for current project
re #1899
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
60979cce01
feat: nested field filtering ( #1856 )
...
* feat: allow user to include/exclude nested fields and by default only extract pk&pv
Signed-off-by: Pranav C <pranavxc@gmail.com>
* chore: api metrics
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: add missing await and code cleanup
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: corrections in ast population
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: map default primary value column on table create and include field param for belongsTo column
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: old data list api response correction and count api
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
6bf6b8fc5c
refactor: error message improvement
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago