Pranav C
19cfc548a1
test(cypress): Add test for filter, sort, fields, column, row creation
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
8d28052b54
test(cypress): table delete
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
4d92f35274
feat: disable edit/delete if primary key missing
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
166142d351
feat: Enable customization in Gallery view
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
058cfd8156
feat: support filter or sort using formula column
...
re #466
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
dbd97542c0
feat: Formula GQL support, replace column name with alias
...
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
3 years ago
Pranav C
bdd8f48720
fix(gui): Show warning if user tried to delete table with relation
...
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
3 years ago
Pranav C
73e2ff06f9
feat(gui): Add clear option in context menu
...
added clear option in context menu for cells which are `nullable`, it can used to set the cell value to null
re #this.value
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
3 years ago
Pranav C
433feb96af
feat: make nested field avail under webhooks
...
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
3 years ago
Pranav C
7dbbb64c45
refactor(gui): Remove hasmany and belongsto from context menu
...
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
3 years ago
Pranav C
b23d11392e
fix: lookup column rename issuea
...
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
3 years ago
Pranav C
93da24c163
feat: Lookup - update meta data structure, Add icon
...
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
d3354d2aae
feat: Lookup implementation
...
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
3 years ago
Pranav C
90783d8981
fix(gui): Ignore unnecessary update call
...
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
66bc8f7c15
fix(gui): Primary key validation
...
Ignore primary key validation if default value present
closes #346
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
3 years ago
Pranav C
d478192c04
fix(gui): Datatable reload issue
...
fixed issue which breaks datatable on reload
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
280ced9d06
feat: relations in unsaved row
...
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
8dd4807610
feat: Child creation from has many cell
...
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
3 years ago
Pranav C
2e86e8f448
feat: has many relation creation
...
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
3 years ago
Pranav C Balan
3639b0953d
feat: Virtual column in expanded form
...
Signed-off-by: Pranav C Balan <pranavxc@gmail.com>
3 years ago
Pranav C Balan
adc4282d8a
feat: Add child edit option
...
Signed-off-by: Pranav C Balan <pranavxc@gmail.com>
3 years ago
Pranav C Balan
7765ea1127
feat: Add manytomany cell
...
Signed-off-by: Pranav C Balan <pranavxc@gmail.com>
3 years ago
Pranav C Balan
05369f46ef
feat: Add hasMany UI cell
...
Signed-off-by: Pranav C Balan <pranavxc@gmail.com>
3 years ago
Pranav C
8a40283dad
fix(gui): Id of table which have composite primary key
...
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
3 years ago
Pranav C Balan
5c06d35ad2
fix: Postgres rows count of large tables
...
query optimized to handle large tables row count
re #283
Signed-off-by: Pranav C Balan <pranavxc@gmail.com>
3 years ago
Pranav C Balan
30277c65d6
fix: Pagination error(count timeout)
...
Signed-off-by: Pranav C Balan <pranavxc@gmail.com>
3 years ago
Pranav C Balan
69be2a9bf7
feat(gui): enable autosave
...
newly created row will have the same behaviour of existing row
re #260 #261
Signed-off-by: Pranav C Balan <pranavxc@gmail.com>
3 years ago
Pranav C Balan
6fe55b60aa
fix(gui): search field selection
...
fixes search filed selection issue which breaks entire ui.
fix #210
Signed-off-by: Pranav C Balan <pranavxc@gmail.com>
3 years ago
“pranavxc”
69be190d68
Xmysql is now NocoDB (An Open Source Airtable alternative)
4 years ago