Semjon Geist
|
4ba0f5089e
|
fix(nc-gui): fix col = 0 case in getColVal (#4631)
|
2 years ago |
诗人的咸鱼
|
730c356b1e
|
fix: can’t find Id
|
2 years ago |
Semjon Geist
|
5247f26a00
|
revert unrelated changes
|
2 years ago |
Semjon Geist
|
9a47d08ee1
|
Fix getColVal in parserHelpers.ts -> col index can be 0 -> so check only that its not undefined
|
2 years ago |
Wing-Kam Wong
|
9d104016bd
|
feat(nocodb): add DATETIME_DIFF logic for mysql
|
2 years ago |
Wing-Kam Wong
|
961247f4e5
|
feat(nocodb): covertUnits
|
2 years ago |
Wing-Kam Wong
|
7fbacb6023
|
feat(docs): add DATETIME_DIFF usage
|
2 years ago |
Wing-Kam Wong
|
f10cf40ee2
|
feat(nocodb-sdk): add DATETIME_DIFF to formula list
|
2 years ago |
Wing-Kam Wong
|
5f64da2f37
|
feat(nc-gui): add DATETIME_DIFF hint
|
2 years ago |
Wing-Kam Wong
|
6b259fa87b
|
feat(nc-gui): add DATETIME_DIFF validation
|
2 years ago |
Wing-Kam Wong
|
e47082b060
|
docs: remove heroku info
|
2 years ago |
Wing-Kam Wong
|
76bbd5eafd
|
chore(nc-gui): remove non-general shortcut $e
|
2 years ago |
William Stein
|
b6af22d345
|
fix trivial typos in a README
|
2 years ago |
dependabot[bot]
|
123562e934
|
chore(deps): bump qs and express in /packages/nc-cli
Bumps [qs](https://github.com/ljharb/qs) to 6.11.0 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together.
Updates `qs` from 6.9.6 to 6.11.0
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.9.6...v6.11.0)
Updates `express` from 4.17.2 to 4.18.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.17.2...4.18.2)
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
- dependency-name: express
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
dependabot[bot]
|
328184eb09
|
chore(deps): bump qs from 6.10.1 to 6.11.0 in /packages/noco-docs
Bumps [qs](https://github.com/ljharb/qs) from 6.10.1 to 6.11.0.
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.10.1...v6.11.0)
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
Wing-Kam Wong
|
fa8ac94d56
|
refactor(nocodb): move convertAttachmentType to extractRawQueryAndExec
|
2 years ago |
navi
|
0c6becac71
|
New translations en.json (Japanese)
|
2 years ago |
Wing-Kam Wong
|
81f8a591e4
|
fix(nc-gui): parse string date if date is not null
|
2 years ago |
mertmit
|
947c2fd53f
|
fix: add useNullAsDefault flag for sqlite on root level
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
mertmit
|
297b58dcb9
|
fix: typescript compile error
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
navi
|
247276e755
|
New translations en.json (Japanese)
|
2 years ago |
Vibhav Bobade
|
df92d5476e
|
trigger preview
|
2 years ago |
Wing-Kam Wong
|
aa8dfdea42
|
feat(nc-gui): disable release info if the version is beta
|
2 years ago |
Wing-Kam Wong
|
55b6d08223
|
chore(nc-gui): lint
|
2 years ago |
Wing-Kam Wong
|
d5ee38bbf2
|
chore: update package-lock.json
|
2 years ago |
Wing-Kam Wong
|
7ee02b4e7c
|
fix(nocodb-sdk): include node.value for literal case
|
2 years ago |
Wing-Kam Wong
|
3d90d2d12f
|
fix(nc-gui): handle new formula case
|
2 years ago |
Wing-Kam Wong
|
770affe302
|
fix(nc-gui): retrieve the correct column name based on the formula
|
2 years ago |
Wing-Kam Wong
|
5291dc6c20
|
fix(nc-gui): use YYYY-MM-DD HH:mm:ss instead
|
2 years ago |
Wing-Kam Wong
|
8a84ad6838
|
chore(nc-gui): remove HH:mm:ss.SSS as SSS is not configurable in picker
|
2 years ago |
Wing-Kam Wong
|
beb9c3bbf2
|
refactor(nc-gui): add class to select and remove unnecessary div
|
2 years ago |
navi
|
afbbdf2125
|
New translations en.json (French)
|
2 years ago |
mertmit
|
a986984bae
|
feat: add share base button to top right
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
mertmit
|
38fa085f08
|
feat: expand all bases while searching
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
mertmit
|
f3a054bae6
|
fix: move base operations dropdown to root level
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
mertmit
|
7e0261705d
|
fix: TreeView scroll
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
mertmit
|
77aa171451
|
fix: loadBases if not loaded before handling state in DataSources
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
mertmit
|
e8f19809b7
|
feat: auto-expand bases in TreeView
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
mertmit
|
91968ba6be
|
fix: PR requested changes
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
mertmit
|
879dcee082
|
fix: shared view sqlUis
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
mertmit
|
0cbfd9f92e
|
feat: change treeview root to bases if more than one base
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
mertmit
|
b0b32dd4a4
|
fix: cellIcon for multiple source
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
mertmit
|
35974ad5c6
|
feat: base show/hide improved handling
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
mertmit
|
8f74d5ae3d
|
feat: change data sources show/hide checkbox to switch
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
mertmit
|
ceabd5b4c9
|
feat: bases panel
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
mertmit
|
3085d7283b
|
fix: make base name bold
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
mertmit
|
5791105a61
|
feat: awakened data sources
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
mertmit
|
f6da6113f5
|
fix: apps.vue disable sidebar
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
mertmit
|
c5bcc0e32e
|
fix: drop duplicate ids
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
mertmit
|
fe3b87724c
|
feat: multiple-source front end improvements
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |