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 |
Wing-Kam Wong
|
4466968018
|
fix(nocodb): allow reset the license key
|
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 |
Wing-Kam Wong
|
56ef3a40df
|
feat(nocodb): allow v2 and EE to use populateSamplePayload
|
2 years ago |
Wing-Kam Wong
|
38188c3724
|
feat(nocodb): revise constructWebHookData logic
|
2 years ago |
Wing-Kam Wong
|
881fd04dbc
|
feat(nc-gui): show body for v2 but not in EE
|
2 years ago |
Wing-Kam Wong
|
570a3f214e
|
feat(nocodb): set time zone before insert / update (tbc)
|
2 years ago |
Wing-Kam Wong
|
e348c44125
|
feat(nc-gui): apply new logic on xcdb base only
|
2 years ago |
Wing-Kam Wong
|
0abf4a2475
|
fix(nocodb): remove unused code
|
2 years ago |
Wing-Kam Wong
|
f3c7f95c70
|
refactor(nocodb): remove unused functions
|
2 years ago |
Wing-Kam Wong
|
4e7f321159
|
fix(nocodb): remove timezone setting in meta.service.ts
|
2 years ago |
Wing-Kam Wong
|
9e2eefea05
|
fix(nc-gui): add utc in timeAgo
|
2 years ago |
Wing-Kam Wong
|
636c6513b8
|
fix(nocodb): apply type parse on 1114 only
|
2 years ago |
Wing-Kam Wong
|
f451594b9f
|
feat(nc-gui): handle sqlite datetime
|
2 years ago |
Wing-Kam Wong
|
a13a2f195e
|
feat(nc-gui): add isSqlite
|
2 years ago |
navi
|
e0f9005d05
|
New translations en.json (Chinese Simplified)
|
2 years ago |
Wing-Kam Wong
|
00bdc1dc9d
|
feat(nocodb): add dayjs extend
|
2 years ago |
Wing-Kam Wong
|
f40aa8b539
|
feat: set timezone for each db types n fix now()
|
2 years ago |
Wing-Kam Wong
|
e46510a235
|
feat: set utc timezone at connection
|
2 years ago |
Wing-Kam Wong
|
205a2a2190
|
feat(nocodb): revise type parser for timestamp
|
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
|
f6cd6c2a8f
|
chore(nocodb): add comment
|
2 years ago |
Wing-Kam Wong
|
00b598da1a
|
feat(nocodb): set timezone for non mysql
|
2 years ago |
Wing-Kam Wong
|
59511868be
|
feat(nocodb): add setTypeParser for timestamp
|
2 years ago |
Wing-Kam Wong
|
8f6382e42c
|
feat(nc-gui): revise emit model value logic for datetime picker
|
2 years ago |
Wing-Kam Wong
|
97948a46b4
|
refactor(nocodb): move to addTypeCastConfig
|
2 years ago |
Wing-Kam Wong
|
95e57083d2
|
chore(nocodb): sync backend
|
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
|
90fe83c9e5
|
fix(nc-gui): timeAgo logic
|
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
|
3a46a33573
|
fix(nocodb): use system time as always
|
2 years ago |
Wing-Kam Wong
|
b32e8014ab
|
feat(nc-gui): extend dayjs timezone
|
2 years ago |
Wing-Kam Wong
|
06fc89a101
|
feat(nocodb): utc timezone handling for mysql
|
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 |