Wing-Kam Wong
|
81fe17186c
|
fix(nocodb): handle existing formula select qb failure
|
2 years ago |
Wing-Kam Wong
|
4da148802f
|
feat(nocodb): dry run formula to catch unexpected query errors
|
2 years ago |
dependabot[bot]
|
3658a3df2b
|
chore(deps): bump luxon from 1.28.0 to 1.28.1 in /packages/nocodb
Bumps [luxon](https://github.com/moment/luxon) from 1.28.0 to 1.28.1.
- [Release notes](https://github.com/moment/luxon/releases)
- [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moment/luxon/compare/1.28.0...1.28.1)
---
updated-dependencies:
- dependency-name: luxon
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
Wing-Kam Wong
|
414db7e289
|
fix(nc-gui): show either formula error or value
|
2 years ago |
Wing-Kam Wong
|
5f555e1f50
|
refactor(nocodb-sdk): formula curly hook
|
2 years ago |
Wing-Kam Wong
|
8eb8d9d5dc
|
fix(nocodb-sdk): revise jsepCurlyHook logic to handle column names with special characters
|
2 years ago |
Wing-Kam Wong
|
bcb6031db6
|
chore(nocodb): add formula comment
|
2 years ago |
mertmit
|
12b185fc71
|
fix: at import barcode type
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
Wing-Kam Wong
|
6c71afe28d
|
fix(nocodb-sdk): revise parsing identifier name logic
|
2 years ago |
navi
|
7029815b86
|
New translations en.json (French)
|
2 years ago |
dependabot[bot]
|
9599777d0b
|
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /packages/nc-plugin
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
dependabot[bot]
|
681ec4060c
|
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /packages/nocodb
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
dependabot[bot]
|
5aa24b7b1d
|
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /packages/nc-gui
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
dependabot[bot]
|
902d703c8a
|
chore(deps): bump json5 from 1.0.1 to 1.0.2 in /packages/nocodb-sdk
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2 years ago |
Wing-Kam Wong
|
c74591fadb
|
docs: revise environment variables content
|
2 years ago |
Wing-Kam Wong
|
34c7e6fd75
|
docs: remove unnecessary backticks
|
2 years ago |
Wing-Kam Wong
|
da0afa1986
|
docs: revert back to ^2.15.2
|
2 years ago |
Wing-Kam Wong
|
8254f9f34f
|
docs: update mandatory field in docs
ref: #4724
|
2 years ago |
Wing-Kam Wong
|
769e16fe38
|
fix(nocodb): MOD for postgres
|
2 years ago |
Wing-Kam Wong
|
ea68b54d2d
|
fix(nocodb): SUBSTR for postgres
|
2 years ago |
navi
|
1a0cec4596
|
New translations en.json (French)
|
2 years ago |
Wing-Kam Wong
|
2c7c5d426f
|
chore(nocodb): update text in sample payload
|
2 years ago |
Wing-Kam Wong
|
fbe6ef6c8f
|
fix(nocodb): change schema back to :databaseName
|
2 years ago |
Wing-Kam Wong
|
4ee0beb0ac
|
fix(nocodb): symbol col.table_name not found
|
2 years ago |
Southball
|
10b669b0cf
|
fix: issues with multiselect filters
|
2 years ago |
Southball
|
38639a5e71
|
feat: add filter types for multiselect field
|
2 years ago |
mertmit
|
bd085facae
|
fix: remove leftover relations from col_relations on model delete
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
Pranav C
|
25129c23fb
|
fix(gui): stop mouse event propagation from json cell to avoid unexpected behaviour
re #4760
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
27d05c65bb
|
fix(gui): assign click event handler to button
re #4760
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
Pranav C
|
6ef17339cf
|
fix(gui): cell copy-paste if condition correction
re #4758
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
2 years ago |
navi
|
49e546d511
|
New translations en.json (Czech)
|
2 years ago |
navi
|
375399e843
|
New translations en.json (Czech)
|
2 years ago |
navi
|
3251306f37
|
New translations en.json (French)
|
2 years ago |
mertmit
|
5ced481220
|
fix: GeneralTruncateText on tab title
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
mertmit
|
dd2464be9f
|
fix: close tab icon alignment
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
mertmit
|
7c2c671a64
|
fix: ViewIcon null check
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
Raju Udava
|
a813b81a32
|
i18n/language support for cs, eu, sk
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
|
2 years ago |
navi
|
eb2a592a69
|
New translations en.json (Slovak)
|
2 years ago |
navi
|
d640e9aa76
|
New translations en.json (Basque)
|
2 years ago |
navi
|
9a38effba1
|
New translations en.json (Czech)
|
2 years ago |
Filip Hanes
|
1d6e172ff9
|
Add sk language to enums.ts
|
2 years ago |
Wing-Kam Wong
|
972578a28c
|
fix(nc-gui): add customDistPath for monacoEditorPlugin
|
2 years ago |
mertmit
|
4ed58539a0
|
feat: show previous title on project rename
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
mertmit
|
f5e14c525b
|
fix: treeview load project consistently
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
mertmit
|
7f2a5103f6
|
fix: useRoute from vue-router in useProject
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
flisowna
|
2c1e7d0253
|
fix warning: remove unused class from Barcode Wrapper
|
2 years ago |
mertmit
|
c1a86f0808
|
fix: use ref for forcedProjectId
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2 years ago |
Raju Udava
|
86051c26c7
|
docs: update password criteria
|
2 years ago |
Raju Udava
|
2d7c30f1d5
|
docs: project settings
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
|
2 years ago |
Wing-Kam Wong
|
3230651515
|
chore: use local sdk path file:../nocodb-sdk
|
2 years ago |