Wing-Kam Wong
|
c61b550ee1
|
fix: add missing meta table names
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
|
3 years ago |
Wing-Kam Wong
|
f07ccc318e
|
fix: allow editors to import csv
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
|
3 years ago |
Wing-Kam Wong
|
180accda2a
|
chore: fix lint
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
|
3 years ago |
Pranav C
|
412053039e
|
0.90.5 Pre-release (#1774)
* chore(deps): bump minimist
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps): bump async from 2.6.3 to 2.6.4 in /packages/noco-docs-prev
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)
---
updated-dependencies:
- dependency-name: async
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps): bump async from 2.6.3 to 2.6.4 in /packages/noco-docs
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)
---
updated-dependencies:
- dependency-name: async
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps): bump async from 2.6.3 to 2.6.4 in /packages/nc-plugin
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)
---
updated-dependencies:
- dependency-name: async
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps): bump async from 2.6.3 to 2.6.4 in /packages/nc-cli
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)
---
updated-dependencies:
- dependency-name: async
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps): bump async from 2.6.3 to 2.6.4 in /packages/noco-i18n
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)
---
updated-dependencies:
- dependency-name: async
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps): bump async from 2.6.3 to 2.6.4 in /packages/noco-blog
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)
---
updated-dependencies:
- dependency-name: async
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps): bump async from 2.6.3 to 2.6.4 in /packages/nocodb-sdk
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)
---
updated-dependencies:
- dependency-name: async
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps): bump minimist from 1.2.5 to 1.2.6 in /packages/nocodb
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
* refactor: i18n zh_CN corrections
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* refactor: use SqlFactory from nocodb-sdk package (#1750)
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: refer parent table referenced column in filter query(BT)
re #1756
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: wrap nested add update query select part to avoid issue when referencing same table
Signed-off-by: Pranav C <pranavxc@gmail.com>
* chore(deps): bump async in /packages/nc-migrator-archived
Bumps [async](https://github.com/caolan/async) from 2.6.2 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.2...v2.6.4)
---
updated-dependencies:
- dependency-name: async
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
* docs: update README.md [skip ci]
* docs: update .all-contributorsrc [skip ci]
* docs: add info related to {orgs} and swagger ui
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
* Fix - Migration bugs (#1771)
* fix: handle formula parse error in formula migration
re #1760
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: avoid project user insertion if corresponding project or user is missing
re #1760
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: skip shared views if view_name/model_name is empty or missing
re #1760
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: migration down statement correction
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix(migration): split alter table statement into multiple statements to support MSSQL
re #1764
Signed-off-by: Pranav C <pranavxc@gmail.com>
* refactor: add null check in upgrader
Signed-off-by: Pranav C <pranavxc@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
Co-authored-by: աɨռɢӄաօռɢ <wingkwong.code@gmail.com>
Co-authored-by: navi <oof1lab@gmail.com>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
|
3 years ago |
Pranav C
|
cea2b4ad73
|
refactor: use SqlFactory from nocodb-sdk package (#1750)
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 years ago |
Wing-Kam Wong
|
76ce5c5464
|
fix: update primary color when setting default theme
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
|
3 years ago |
Pranav C
|
3ef75660c4
|
refactor: code cleanup
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 years ago |
Pranav C
|
8733948056
|
wip: towards v1
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 years ago |
Wing-Kam Wong
|
47a5131c15
|
fix: disable anyenum as it's pseudo-type - ref: #1539
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
|
3 years ago |
Mert Ersoy
|
99d2c77c5e
|
feat: DATEADD formula for date arithmetics
Signed-off-by: Mert Ersoy <mertmit99@gmail.com>
|
3 years ago |
mertmit
|
2cdd6b97a1
|
feat: add URL formula
Signed-off-by: Mert Ersoy <mertmit99@gmail.com>
|
3 years ago |
Raju Udava
|
1ec0a5c245
|
feat: extended character support for table/column name with REST
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
|
3 years ago |
Raju Udava
|
e27960ee07
|
fix: replace formula needs min 3 arg
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
|
3 years ago |
Wing-Kam Wong
|
8480271e35
|
fix: display bigint in string format
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
|
3 years ago |
Naveen MR
|
dfa6249bd8
|
fix : percent type in postgres.
re #1129
Signed-off-by: Naveen MR <oof1lab@gmail.com>
|
3 years ago |
Wing-Kam Wong
|
58bd645b69
|
refactor: revise validation messages
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
|
3 years ago |
Wing-Kam Wong
|
113fcfa491
|
chore: add string example for default value in PG
|
3 years ago |
Pranav C
|
0425538b32
|
refactor: ui improvements
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 years ago |
Pranav C
|
c50435c0b4
|
fix: handling database and browser timezone
re #483
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 years ago |
Raju Udava
|
88618ae65e
|
test(cypress) access control list
Signed-off-by: Raju Udava <sivadstala@gmail.com>
|
3 years ago |
Pranav C
|
2f54fb14eb
|
feat: combinetable & views, allow disabling views
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 years ago |
Pranav C
|
298ccd8a5b
|
feat: table and view reordering, option to disable views for roles(GUI)
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 years ago |
Pranav C
|
5dee734e58
|
feat: add sql views support(readonly)
re #135
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 years ago |
Pranav C
|
11294dfc9d
|
fix: accept ftp url
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 years ago |
Pranav C
|
a4fd84779b
|
feat: add import excel option in project
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 years ago |
Pranav C
|
7a0f65ab52
|
fix: bug fix and refactoring
re #755 , #747 , #732 , #767 , #739
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 years ago |
Raju Udava
|
5f66ec5d0b
|
test(cypress): table rename verification
Signed-off-by: Raju Udava <sivadstala@gmail.com>
|
3 years ago |
Pranav C
|
cc9956df1f
|
feat: excel parser - handle date, datetime, duplicate column
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 years ago |
Raju Udava
|
35e011a794
|
fix: right-click project tree menu option configuration based on roles
Signed-off-by: Raju Udava <sivadstala@gmail.com>
|
3 years ago |
Pranav C
|
04ad748f15
|
fix: hide comments from viewer role
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 years ago |
Pranav C
|
76a91a92cd
|
fix: update base url, implement recreate base url
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 years ago |
Pranav C
|
252cb4dbbf
|
feat: project templates & template parser
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 years ago |
Pranav C
|
79edfba143
|
feat: view list styling
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 years ago |
Pranav C
|
caa3e9bb33
|
fix: manage project env
re #588
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 years ago |
Pranav C
|
ca8ac544ac
|
fix(gui): allow editor user to save/update from form
re #532
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 years ago |
Pranav C
|
e3d1693531
|
fix(gui): Allow editor to upload or edit attachment field
re #536
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 years ago |
Pranav C
|
d6dcdea1b6
|
fix: enable project operations for user
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 years ago |
Eladio Mora
|
2330ea5e32
|
refactor: add numeric type to more pg column types
Signed-off-by: Eladio Mora <8742215+ejose19@users.noreply.github.com>
|
3 years ago |
Pranav C
|
9ae951797a
|
feat: Support Logical function `AND` and `OR`
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 years ago |
Pranav C
|
c2ad42afb6
|
feat: Add SWITCH and IF dort in formula
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 years ago |
Pranav C
|
3240ce4228
|
feat: Formula argument validation
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 years ago |
Pranav C
|
38586b2579
|
feat: Formula filter out unsupported functions
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 years ago |
Pranav C
|
3527f218e7
|
feat: Formula auto-complete - case-insensitive & GQL support
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
|
3 years ago |
Pranav C
|
df75d6f70f
|
feat: Simple formula autocompletion
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
|
3 years ago |
Pranav C
|
b3910d30da
|
feat: formula autocomplete
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
|
3 years ago |
Pranav C
|
ce5c85789e
|
feat: Add cell outline for `editor` role
re #423
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
|
3 years ago |
Pranav C
|
7875eb6685
|
feat(gui): Add JSON column type
re #312
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
|
3 years ago |
Pranav C
|
13509d3657
|
fix(gui): URL cell corrections
re #382
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
|
3 years ago |
Pranav C
|
fc428b62cb
|
docs: Add table creation and Abstract type
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
|
3 years ago |
Pranav C
|
59f55e4595
|
refactor(gui): update eslint rules
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
|
3 years ago |