dependabot[bot]
|
ffbaf6be6f
|
chore(deps): bump follow-redirects and axios in /packages/nc-lib-gui
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) and [axios](https://github.com/axios/axios). These dependencies needed to be updated together.
Updates `follow-redirects` from 1.5.10 to 1.15.2
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.5.10...v1.15.2)
Updates `axios` from 0.19.2 to 0.27.2
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.27.2/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.27.2)
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
- dependency-name: axios
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
Wing-Kam Wong
|
a8e4c9ad4f
|
chore: update nocodb-sdk to local path
|
2 years ago |
wingkwong
|
578213c089
|
[create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
|
2 years ago |
Pranav C
|
91bc7840e7
|
fix(gui): overwrite auto updated field on update
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
2f259a08b8
|
fix(gui): only overwrite Rollup and Formula cell on row update
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
3c0936ad6b
|
fix(nocodb): apply waitForStreamClose
|
2 years ago |
Wing-Kam Wong
|
97e73b5df1
|
feat(nocodb): add waitForStreamClose to pluginUtils
|
2 years ago |
mertmit
|
eddcacf247
|
chore: downgrade and fix swagger-typescript-api version
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
0e5a4d64c7
|
chore: update nocodb-sdk to local path
|
2 years ago |
wingkwong
|
d678aa6dd7
|
[create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
|
2 years ago |
braks
|
25b1872587
|
fix(nc-gui): type issues
|
2 years ago |
Wing-Kam Wong
|
fba0d65f18
|
fix(nc-gui):use computed instead of ref for durationType
|
2 years ago |
Wing-Kam Wong
|
1d89c7c8d3
|
fix(nc-gui): duration focus issue
|
2 years ago |
dependabot[bot]
|
fd858abad0
|
chore(deps): bump @xmldom/xmldom from 0.7.5 to 0.7.6 in /packages/nc-cli
Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.7.5 to 0.7.6.
- [Release notes](https://github.com/xmldom/xmldom/releases)
- [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/xmldom/xmldom/compare/0.7.5...0.7.6)
---
updated-dependencies:
- dependency-name: "@xmldom/xmldom"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
Wing-Kam Wong
|
fb7f68819e
|
fix(nc-cli) package version
|
2 years ago |
Wing-Kam Wong
|
00b0f1686a
|
refactor(nocodb): use startsWith('s3.')
|
2 years ago |
mertmit
|
0350954a5f
|
fix: drop unnecessary regex modifier
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
2f8d56049a
|
refactor(nc-cli): remove unused t flag in NC_DB
|
2 years ago |
Wing-Kam Wong
|
2d4963cbff
|
chore(nc-cli): bump version
|
2 years ago |
Wing-Kam Wong
|
f3748f802c
|
refactor(nc-cli): remove unncessary build commands
|
2 years ago |
Wing-Kam Wong
|
807b63a40b
|
fix(nocodb): fix incorrect region format
|
2 years ago |
Wing-Kam Wong
|
9137495eb3
|
feat(nocodb): revise backblaze form placeholders
|
2 years ago |
Wing-Kam Wong
|
2d59eff5e9
|
chore(nocodb): fix:prettier
|
2 years ago |
Wing-Kam Wong
|
49a94eeec0
|
chore(nc-gui): remove unused import / variables
|
2 years ago |
Wing-Kam Wong
|
e7af4e99ee
|
chore(nc-gui): remove optional chaining on columns
|
2 years ago |
Wing-Kam Wong
|
f48faa7771
|
fix(nc-gui): incorrect index to splice in deleteTableColumn
|
2 years ago |
braks
|
840fcba0d3
|
fix(nc-gui): correctly access readonly
|
2 years ago |
braks
|
c0a9645d94
|
fix(nc-gui): replace submit
|
2 years ago |
braks
|
aef9300800
|
fix(nc-gui): limit transition duration to 5s
|
2 years ago |
mertmit
|
255d690509
|
fix(at-import): skip processing empty rows
Re #4176
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
mertmit
|
6e9ea09a6b
|
feat: EntityMap handle case-sensitive duplicate column names
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
mertmit
|
ac9c0ee82c
|
feat: limit parallel processing for at import job
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
mertmit
|
d69337e8e8
|
feat: use dynamic entity map for AT import
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
mertmit
|
3a0ba79eb5
|
feat: sqlite3 based dynamic entity map
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
797eaa05e0
|
chore(nc-gui): remove customParseFormat as it is defined in plugins/a.dayjs.ts
|
2 years ago |
Wing-Kam Wong
|
67daab76ca
|
chore(nc-gui): remove uncessary argument
|
2 years ago |
braks
|
4f5a4a6102
|
chore(nc-gui): placeholder text color
|
2 years ago |
braks
|
17c30da02a
|
fix(nc-gui): expand cell width for duration cells in form view
|
2 years ago |
braks
|
d11cbde7f2
|
fix(nc-gui): disable submit if form was submitted
|
2 years ago |
braks
|
7744db0edc
|
chore(nc-gui): lint
|
2 years ago |
braks
|
d10f87810e
|
fix(nc-gui): dark mode styles for longtext field in form view
|
2 years ago |
Wing-Kam Wong
|
0ac7f4fe95
|
fix(nc-gui): excel import column type detection logic
|
2 years ago |
Wing-Kam Wong
|
135c73898b
|
refactor(nc-gui): rename value to cellValue
|
2 years ago |
Wing-Kam Wong
|
38941c31ee
|
fix(nc-gui): formula values unexpectedly wrapped by double quotes
|
2 years ago |
redhoyasa
|
b4745db031
|
fix(nc-gui): make dateformat in date picker reactive
|
2 years ago |
Wing-Kam Wong
|
5ea4c2ad7e
|
feat(nc-gui): allow webhook header accept custom input
|
2 years ago |
Wing-Kam Wong
|
1104e1b994
|
chore(nocodb-sdk): reformat API.ts
|
2 years ago |
Wing-Kam Wong
|
2d61bab27e
|
chore(nc-gui): remove hasInstallScript & swagger-typescript-api
|
2 years ago |
Wing-Kam Wong
|
28b2dc3ec5
|
chore(nocodb): remove hasInstallScript & swagger-typescript-api
|
2 years ago |
Wing-Kam Wong
|
b8eeb6ee54
|
chore(nocodb-sdk): remove force resolution workaround & add yes flag to npx
|
2 years ago |