Pranav C
|
45208895e5
|
fix: nc_project_v2 already have description field - remove it from latest migration and add missing migration to nocodb-nest
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
49a79a37e0
|
fix: nc_project_v2 already have description field - remove it from latest migration
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
970cd3da98
|
fix: pass proper meta config
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
1d3eee6b16
|
fix: create meta db if missing
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
navi
|
57fa9491b4
|
New translations en.json (Czech)
|
2 years ago |
Wing-Kam Wong
|
0b703c3a24
|
fix(nocodb): incorrect public asset paths
|
2 years ago |
Wing-Kam Wong
|
024fc7daaf
|
fix(nocodb): incorrect public asset paths
|
2 years ago |
Wing-Kam Wong
|
f100507383
|
chore(nocodb): remove private in package.json
|
2 years ago |
Pranav C
|
b13715005f
|
feat: add description field to meta tables
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
7a5e76ed51
|
fix(nc-gui): focus when expanded form not open
|
2 years ago |
Wing-Kam Wong
|
59f5b886ec
|
fix(nc-gui): cellWrapperEl + provide IsExpandedFormOpenInj
|
2 years ago |
Wing-Kam Wong
|
0fe9090ad7
|
feat(nc-gui): add IsExpandedFormOpenInj
|
2 years ago |
navi
|
ebe2fed2f7
|
New translations en.json (Russian)
|
2 years ago |
Wing-Kam Wong
|
aeb530a682
|
fix(nocodb): allow kanban for calling publicHmList and publicMmList
|
2 years ago |
Wing-Kam Wong
|
5dbf98cf21
|
fix(nc-gui): add missing else
|
2 years ago |
Wing-Kam Wong
|
470206741a
|
fix(nocodb): add missing liestream dockerfile
|
2 years ago |
dependabot[bot]
|
ed779cc625
|
chore(deps): bump vm2 from 3.9.16 to 3.9.17 in /packages/nocodb-nest
Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.16 to 3.9.17.
- [Release notes](https://github.com/patriksimek/vm2/releases)
- [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/patriksimek/vm2/compare/3.9.16...3.9.17)
---
updated-dependencies:
- dependency-name: vm2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
dependabot[bot]
|
a80b544bb2
|
chore(deps): bump yaml and @commitlint/load in /packages/nc-plugin
Removes [yaml](https://github.com/eemeli/yaml). It's no longer used after updating ancestor dependency [@commitlint/load](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/load). These dependencies need to be updated together.
Removes `yaml`
Updates `@commitlint/load` from 12.1.1 to 17.5.0
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/load/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v17.5.0/@commitlint/load)
---
updated-dependencies:
- dependency-name: yaml
dependency-type: indirect
- dependency-name: "@commitlint/load"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
navi
|
e0f9005d05
|
New translations en.json (Chinese Simplified)
|
2 years ago |
navi
|
72b59d07e8
|
New translations en.json (Chinese Simplified)
|
2 years ago |
dependabot[bot]
|
8bcc3a9f1b
|
chore(deps): bump vm2 from 3.9.16 to 3.9.17 in /packages/nocodb
Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.16 to 3.9.17.
- [Release notes](https://github.com/patriksimek/vm2/releases)
- [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/patriksimek/vm2/compare/3.9.16...3.9.17)
---
updated-dependencies:
- dependency-name: vm2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
Wing-Kam Wong
|
a5754755f1
|
fix(nc-gui): show audit description if details are not available
|
2 years ago |
Wing-Kam Wong
|
018cff6e67
|
fix(nocodb): audit edit details
|
2 years ago |
Wing-Kam Wong
|
a6b4da653d
|
chore(nc-gui): remove unused import
|
2 years ago |
Wing-Kam Wong
|
0bb5126b96
|
fix(nc-gui): retrieve the comment part from the audit description
|
2 years ago |
Wing-Kam Wong
|
8a1fbc3a99
|
chore: update package-lock.json
|
2 years ago |
Wing-Kam Wong
|
48c7ac633f
|
chore(nocodb): sync backend (pv display)
|
2 years ago |
Pranav C
|
458ccbd705
|
chore: update actions to deploy nestjs backend
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
0151b3b2ad
|
fix(nocodb): extract pv object
|
2 years ago |
Wing-Kam Wong
|
3bafde29ed
|
chore(nocodb): update comment
|
2 years ago |
Wing-Kam Wong
|
a502f4f9e6
|
fix(nocodb): revise datetime filter logic
|
2 years ago |
Wing-Kam Wong
|
087a37bbbc
|
refacotr(nocodb): move the logic out as convertDateFormatByType
|
2 years ago |
Wing-Kam Wong
|
9e2c41e22e
|
chore: sdk path
|
2 years ago |
Wing-Kam Wong
|
904e24de69
|
feat: cache on list
|
2 years ago |
wingkwong
|
76cc2cd28a
|
[create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
|
2 years ago |
Wing-Kam Wong
|
672501d9ed
|
feat: revise cache logic
|
2 years ago |
Pranav C
|
80a9d93bff
|
chore: lint
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
aa938a1b3c
|
refactor: revert loginRootUser method
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
5d195f72cd
|
feat: add middleware to serve static file and redirect root to dashboard
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
719f0394a1
|
fix: google auth
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
cc88c53c84
|
chore(nc-gui): lint
|
2 years ago |
Wing-Kam Wong
|
52615bb846
|
refactor(nc-gui): filter inputs
|
2 years ago |
Pranav C
|
3259db4e28
|
feat: add google strategy - WIP
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
4abbf4a123
|
fix(nocodb): set none list for all scopes
|
2 years ago |
Wing-Kam Wong
|
a6b05fc0e5
|
fix(nc-gui): add select-none to data cell
|
2 years ago |
Wing-Kam Wong
|
2789847aa9
|
refactor: remove unused rowID (it is in body)
|
2 years ago |
Wing-Kam Wong
|
431115a53c
|
fix: metaInsert2
|
2 years ago |
Wing-Kam Wong
|
fc31b2fae8
|
fix: mm list in shared list
|
2 years ago |
Wing-Kam Wong
|
72a181ec9a
|
refactor: remove unused code
|
2 years ago |
Wing-Kam Wong
|
7d78a1899f
|
refactor: update internalServerError messages
|
2 years ago |