Wing-Kam Wong
|
5dbf98cf21
|
fix(nc-gui): add missing else
|
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 |
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 |
Wing-Kam Wong
|
d2222cf0b2
|
fix: use columnId to keep it consistent
|
2 years ago |
Wing-Kam Wong
|
d727e3c3ff
|
chore: lint
|
2 years ago |
Wing-Kam Wong
|
4ecf601765
|
fix: bulk update logic
|
2 years ago |
Wing-Kam Wong
|
868590a515
|
fix(nocodb): incorrect router parameters for publicMmList & publicHmList
|
2 years ago |
Wing-Kam Wong
|
bc9b8af46b
|
fix(nc-gui): apply LazySmartsheetDivDataCell
|
2 years ago |
Wing-Kam Wong
|
ed56f6b740
|
feat(nc-gui): add DivDataCell
|
2 years ago |
Pranav C
|
fd3fc0db7b
|
fix: import bulk data service
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
e691eced49
|
chore: add docker and npm build script
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Raju Udava
|
4e18f03e3a
|
test: PG version corrections
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
|
2 years ago |
Pranav C
|
e039b51ef5
|
chore: lint
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
5580f4d99a
|
refactor: merge modules
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
225e99245d
|
fix(nocodb): bulk update transaction
|
2 years ago |
Wing-Kam Wong
|
7239688f90
|
chore(nocodb): lint
|
2 years ago |
Wing-Kam Wong
|
7ca9c59618
|
fix(nocodb): use dependencyFields from AST instead of param.query
|
2 years ago |
Wing-Kam Wong
|
29d0cf3b5b
|
refactor(nocodb): update internalServerError messages
|
2 years ago |
Pranav C
|
c5c204f727
|
refactor: create new modules for meta auth and data
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |