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
Wing-Kam Wong
b57d5d9c33
fix: using new naming convention
3 years ago
Wing-Kam Wong
2666d3cd89
refactor: createProjectFromTemplateBtn.vue
3 years ago
Wing-Kam Wong
ffa0ee23b0
fix: empty data after editing column name
3 years ago
Wing-Kam Wong
c0220b9de6
wip: edit column logic
3 years ago
Wing-Kam Wong
43c296afcf
wip: edit logic before importing
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
Wing-Kam Wong
80bf6a5226
fix: import logic
3 years ago
Wing-Kam Wong
ab15302850
chore: lint fix
3 years ago
Wing-Kam Wong
387fa87a3c
enhancement: add tooltips to bottom options
3 years ago
Wing-Kam Wong
26205c1d9a
enhancement: add tooltip
3 years ago
Wing-Kam Wong
253a3b1fec
chore: rm CreateByExcel API
3 years ago
Wing-Kam Wong
f34c7aae16
fix: integrate export import with new api design
3 years ago
Wing-Kam Wong
53c6aade15
chore: mark it optional
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
183a4fb659
feat: add createByExcel API
3 years ago
Wing-Kam Wong
21cd83be96
chore: point to file:../nocodb-sdk
3 years ago
Wing-Kam Wong
6873bcb0e6
fix: key naming for table name
3 years ago
Wing-Kam Wong
f91f46b0c9
chore: enable back excel import option
3 years ago
Wing-Kam Wong
6be9663a6c
fix: key naming for column name
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
Pranav C
1f3b889c4a
fix(api): block table deletion if there is a relation exist
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
0611c26e0e
fix(gui): block table deletion if there is a relation exist
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Wing-Kam Wong
e8ca19a1c6
fix: storage adapter issue
...
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
3 years ago
Naveen MR
16c8ed49e6
fix: icon for api docs
...
Signed-off-by: Naveen MR <oof1lab@gmail.com>
3 years ago
Naveen MR
b5a8aac57c
fix: let how to translate be pointed to i18n docs
...
Signed-off-by: Naveen MR <oof1lab@gmail.com>
3 years ago
Naveen MR
d9b543e77f
fix: at home - swagger api docs not required.
...
Signed-off-by: Naveen MR <oof1lab@gmail.com>
3 years ago
Naveen MR
039b728d04
fix: title of API docs
...
Signed-off-by: Naveen MR <oof1lab@gmail.com>
3 years ago
Naveen MR
6a58e77292
fix: removing language from themes
...
Signed-off-by: Naveen MR <oof1lab@gmail.com>
3 years ago
Naveen MR
0a76da2c4c
fix: move the community icons to spreadsheetNavDrawer.vue
...
Signed-off-by: Naveen MR <oof1lab@gmail.com>
3 years ago
Naveen MR
5703be3666
fix: setting new column to singleline text
...
Signed-off-by: Naveen MR <oof1lab@gmail.com>
3 years ago
Naveen MR
435d52a456
fix: ID is not required in column types.
...
Signed-off-by: Naveen MR <oof1lab@gmail.com>
3 years ago
mertmit
385d47498e
fix: use aliases instead of table/column names on tooltips
...
Signed-off-by: mertmit <mertmit99@gmail.com>
3 years ago
mertmit
0009529391
fix: belongs to header tooltip
...
Signed-off-by: mertmit <mertmit99@gmail.com>
3 years ago
mertmit
9dfa2845bb
fix: using functions for DATEADD interval
...
Signed-off-by: mertmit <mertmit99@gmail.com>
3 years ago
Pranav C
726064ded5
refactor: show LTAR column name instead of table name in Lookup/Rollup
...
re #1811 #1768
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Wing-Kam Wong
7e4291f74a
i18n: add schemaName
...
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
3 years ago
Pranav C
cdef167078
fix: ignore date formatting if type is not string
...
re #1864
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago