աɨռɢӄաօռɢ
|
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 |
Wing-Kam Wong
|
180accda2a
|
chore: fix lint
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
|
3 years ago |
Pranav C
|
5b7c12023d
|
fix: user info api call correction
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 years ago |
Wing-Kam Wong
|
419774e6d2
|
chore: show announcement
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
|
3 years ago |
mertmit
|
dc85c0fb8b
|
refactor: renew old fetchReleaseInfo
Signed-off-by: mertmit <mertmit99@gmail.com>
|
3 years ago |
Pranav C
|
bf048ce294
|
refactor: new api design
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
|
c317818069
|
fix: wrong parent node for SQL Views
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
|
3 years ago |
Pranav C
|
280f203b1a
|
fix: clear refresh-token on signout
re #985
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 years ago |
Pranav C
|
bb923c08d8
|
fix: create meta folder if missing(meta export), show error on failure
re #924 #923
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 years ago |
Pranav C
|
87e3ed7b11
|
feat: clear meta from state and close all table/view tabs
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 years ago |
Pranav C
|
aea7eb8220
|
wip: xcdb meta sync
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 years ago |
Pranav C
|
8e52fa01a1
|
fix: table missing from table list
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 years ago |
Pranav C
|
2c47180acf
|
fix: show/hide table based on role in GUI
Signed-off-by: Pranav C <pranavxc@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
|
5dee734e58
|
feat: add sql views support(readonly)
re #135
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 |
Pranav C
|
c9a7abb462
|
refactor: remove unused code and dashboard url correction
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 years ago |
Pranav C
|
d6be21a549
|
feat: open first table by default in shared base
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 years ago |
Pranav C
|
7db6dde30e
|
feat: embeddable shared base
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 years ago |
Pranav C
|
23164bd740
|
fix: initially open 'Team & Auth' tab only for admin roles
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 years ago |
Pranav C
|
6dbea600f8
|
feat: csv import
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 years ago |
Pranav C
|
dad9e39f54
|
feat: add proper progressbar for excel import
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 years ago |
Pranav C
|
39c644ad65
|
feat: add project creation from excel
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 years ago |
Pranav C
|
bcad9f4fc6
|
feat: add share base option
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 years ago |
Pranav C
|
10d7ccca23
|
feat: template management
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 years ago |
Pranav C
|
afcb955071
|
fix: enable attachment upload in shared view
re #687
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 years ago |
Pranav C
|
599d307a49
|
feat: csv export public/private api
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 years ago |
Pranav C
|
14c1a0c558
|
feat: add feedback form close option
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 |
Naveen MR
|
65db37a08e
|
fix : #169 - show logged in user email.
Signed-off-by: Naveen MR <oof1lab@gmail.com>
|
3 years ago |
Pranav C
|
c14e57b2c3
|
fix: avoid preview as value in project list page
re #409
Signed-off-by: Pranav C <pranavxc@gmail.com>
|
3 years ago |
Pranav C
|
8074c7b6e5
|
feat: Add option to show m2m tables
re #388
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
|
3 years ago |
Pranav C
|
c128376257
|
feat: Lookup - column creation, deletion, duplicate validation, optimization
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
|
3 years ago |
Pranav C
|
66926c838e
|
feat(gui): new release info
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 |
Pranav C
|
fa00be39b8
|
refactor(gui): linting
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
|
3 years ago |
Pranav C
|
2542e79f9e
|
feat: Add dropdown for language switch
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
|
3 years ago |
Pranav C
|
b84b43d33f
|
refactor(gui): Rename language property
renamed language property to lang to avoid conflict with global mixin
re #331
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
|
3 years ago |
Pranav C
|
1e3caa6313
|
fix(gui): Reload meta on relation create
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
|
3 years ago |
Pranav C
|
e42aea3ec1
|
feat: M2M optimizations
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
|
3 years ago |
Pranav C
|
be2bc9093d
|
feat: M2M corrections
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
|
3 years ago |
Pranav C
|
c63c3edee2
|
feat: GQL - M2M
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
|
3 years ago |
Pranav C
|
cf2452b04a
|
feat: GQL - M2M many to many
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
|
3 years ago |
Pranav C
|
dd0e8d9916
|
feat: GraphQL M2M
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
|
3 years ago |
Pranav C
|
f33fe5c514
|
feat: relation column delete
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
|
3 years ago |
Pranav C
|
3af94bbb72
|
feat: M2m
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
|
3 years ago |
Pranav C
|
7fbefd8157
|
fix(gui): axios base url correction
re #307
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
|
3 years ago |
Pranav C
|
b5227c08ce
|
feat: Add option to disable auto filter apply
Added toggle button to toggle autofilter
closes #229
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
|
3 years ago |
Wing-Kam Wong
|
b1f604ada7
|
fix: hardcoded baseurl - ref to #264
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
|
3 years ago |