Pranav C
4c4aa57d71
feat: add i18n package
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2 years ago
Raju Udava
e3b6839e46
chore: i18n (zh_cn) corrections <@Tim-Paik>
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
3 years ago
Pranav C
194b205a92
Feat - Airtable import ( #2048 )
...
* wip: add job manager
Signed-off-by: Pranav C <pranavxc@gmail.com>
* wip: job manager impl
Signed-off-by: Pranav C <pranavxc@gmail.com>
* wip: migrations
Signed-off-by: Pranav C <pranavxc@gmail.com>
* wip
Signed-off-by: Pranav C <pranavxc@gmail.com>
* wip: data sync
Signed-off-by: Pranav C <pranavxc@gmail.com>
* feat: sync source creation
Signed-off-by: Pranav C <pranavxc@gmail.com>
* feat: api integration
Signed-off-by: Pranav C <pranavxc@gmail.com>
* chore: remove unused files
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: update to work with project id, handle exceptions
Signed-off-by: Pranav C <pranavxc@gmail.com>
* feat: show more progress details
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: extract id from source creation api response
Signed-off-by: Pranav C <pranavxc@gmail.com>
* feat: bring latest changes
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: column creation and data sync
Signed-off-by: Pranav C <pranavxc@gmail.com>
* refactor: ui improvements
Signed-off-by: Pranav C <pranavxc@gmail.com>
* refactor: bring changes from sync branch
Signed-off-by: Pranav C <pranavxc@gmail.com>
* refactor: avoid opening additional socket
Signed-off-by: Pranav C <pranavxc@gmail.com>
* chore: update package-lock
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: wait until data and LTAR insertion completes
Signed-off-by: Pranav C <pranavxc@gmail.com>
* feat: load table list after sync completes
Signed-off-by: Pranav C <pranavxc@gmail.com>
* enhancement: add navigation back to dashboard
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: column order as in base, column visibility clean-up
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* refactor: ui updates
Signed-off-by: Pranav C <pranavxc@gmail.com>
* enhancement: load first table after sync
Signed-off-by: Pranav C <pranavxc@gmail.com>
* refactor: common routine to sanitize column names
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* enhancement: accept both hared base id / url
Signed-off-by: Pranav C <pranavxc@gmail.com>
* refactor: sanitize table name
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* sync: fetch improvements
Signed-off-by: mertmit <mertmit99@gmail.com>
* sync: fix nestedLookup
Signed-off-by: mertmit <mertmit99@gmail.com>
* fix: dateTime datatype support
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* enhancement: add validation for credential form
Signed-off-by: Pranav C <pranavxc@gmail.com>
* fix: migrate default values if configured
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* fix: include support for created time, modified time
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* fix: rollup column function map
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* feat: log column not migrated info
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* feat: fetch template
Signed-off-by: mertmit <mertmit99@gmail.com>
* fix: move record id & hash to bottom of list
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* refactor: add import from airtable under project tabs menu
Signed-off-by: Pranav C <pranavxc@gmail.com>
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
Co-authored-by: mertmit <mertmit99@gmail.com>
3 years ago
աɨռɢӄաօռɢ
19bbce998e
feat: quick import ( #2042 )
...
* wip: basic add / import layout
* chore: move excel from create project options to project tabs
* chore: move drag attributes & rm unused methods
* chore: remove create project logic
* chore: rm project title text field
* fix: import excel into an existing project logic
* refactor: add / import menu ui
* feat: integrate with import-csv logic
* wip: new csv import logic
* feat: import csv basic ui
* refactor: use excel adapter for csv import
* chore: merge excel & csv together
* fix: accept csv for import
* i18n: add csv to excelSupport
* fix: empty map & extract error msg
* fix: duplicate columns with system fields during import
* chore: rename excel import -> quick import
* chore: separate csv & excel for better tele
* chore: pass quickImportType
* i18n: remove .csv from the message
* fix: wrong import type
* chore: hide gradient generator
* fix: file type validation
* i18n: add importCSV
* fix: import button text
* fix: set modal to false after importing
* fix: header text in quick import
* chore: show error message in parseAndExtractData
* i18n: add csvURL
* fix: import url label
* fix: wrong import type
* fix: failed to execute 'insertBefore' on 'Node'
* fix: delete logic & add pv to first column
* feat: set default primary value
* chore: disable virtual columns in dropdown
* fix: set pk & rqd to ID by default
* docs: remove creating project from excel
* docs: add quick import
* feat: add loadFirstCreatedTableTab
* feat: open the tab automatically after import
* test/cypress: UI corrections for quick-import
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
* fix: add UI permission to Add / Import
* fix: remove unnecessary drop handler
* fix: wrong class name in cypress test
* fix: use v-if instead of v-show
* fix: move _isUIAllowed to parent v-menu
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
3 years ago
外号猫哥
8c74c04050
fix i18n for zh_CN
3 years ago
Wing-Kam Wong
7e4291f74a
i18n: add schemaName
...
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
3 years ago
Wing-Kam Wong
b82cce6f59
i18n: revise some chinese values
3 years ago
David Daza
79ced0aed2
update
...
Signed-off-by: David Daza <03dazal@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
Raju Udava
12a2ae188b
refactor: i18n zh_CN corrections
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
3 years ago
Wing-Kam Wong
f304bf77fe
feat: add join community link
...
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
3 years ago
Raju Udava
6b46038984
refactor: i18n translations
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
3 years ago
Raju Udava
1ff1e358da
refactor: i18n json file sync with master spreadsheet
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
3 years ago
Raju Udava
6892c75c31
refactor: i18n re-org phase-1
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
3 years ago
Raju Udava
67a0a4e3bc
fix: language files sync with master spreadsheet
...
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
3 years ago
Wing-Kam Wong
6d81fbdff9
i18n: refresh json using noco-i18n
...
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
3 years ago
Pranav C
525d649be2
feat(gui): add i18n translations
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
tianchunfeng
fe43ea2360
commit message
...
Signed-off-by: tianchunfeng <tianchunfeng@gmail.com>
3 years ago
Pranav C
e57130a849
refactor(gui): move lang folder from static
...
static files will copy to production build which is not required in case of lang since it's already packed with the build
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
cb25e0e304
feat: i18n JSON files structure update
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
wingkwong
2d3aa3f365
i18n: break zh into zh_HK, zh_TW and zh_CN
...
Signed-off-by: wingkwong <wingkwong.code@gmail.com>
3 years ago
Wing-Kam Wong
79676dda91
fix: typos
...
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
3 years ago
Wing-Kam Wong
4e4346420d
fix: add missing keys
...
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
3 years ago
Naveen MR
f9508c2d44
Fix : Making lang keys readable
3 years ago
Naveen MR
a7ceadbe42
Fix : Making lang keys readable
3 years ago
Pranav C
12ab1d2d8a
fix: Bulk add users
...
Enabled option to add bulk add user with comma separated emails
re #300
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
3 years ago
Joel Wetzell
f54a48be15
Fix vertical options
...
Signed-off-by: Joel Wetzell <jwetzell@yahoo.com>
3 years ago
Wing-Kam Wong
865668ab6f
feat: add i18n to xcMeta.vue
...
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
3 years ago
Wing-Kam Wong
af352ed0a3
feat: add i18n to authTab.vue
...
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
3 years ago
Wing-Kam Wong
6ac90e40c3
feat: add i18n to spreadsheetNAvDrawer.vue
...
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
3 years ago
Wing-Kam Wong
d297d8faf5
feat: add i18n to ProjectTreeView.vue
...
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
3 years ago
Wing-Kam Wong
47eaadbb29
chore: revise i18n keys
...
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
3 years ago
Wing-Kam Wong
5f5e01f012
feat: add i18n to Project page (External DB)
...
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
3 years ago
Wing-Kam Wong
6e5ec622f8
feat: add i18n on sign-in page
...
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
3 years ago
Wing-Kam Wong
ed5781ae9a
feat: i18n on project page - ref to #236
...
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
3 years ago
“pranavxc”
69be190d68
Xmysql is now NocoDB (An Open Source Airtable alternative)
3 years ago