Commit Graph

99 Commits

Author SHA1 Message Date
Pranav C
6e916a67e0 feat(gui): form view
Signed-off-by: Pranav C <pranavxc@gmail.com>
2021-09-29 12:36:19 +05:30
Pranav C
65eeaac3e6 feat(gui): add save option in form view
Signed-off-by: Pranav C <pranavxc@gmail.com>
2021-09-24 20:23:42 +05:30
Pranav C
67679d63c1 feat: form view
Signed-off-by: Pranav C <pranavxc@gmail.com>
2021-09-22 22:08:30 +05:30
Pranav C
bd317e0636 feat: form view v1
Signed-off-by: Pranav C <pranavxc@gmail.com>
2021-09-22 14:49:43 +05:30
Pranav C
22a1e5e48b fix(gui): remove table from navigation drawer once deleted
re #535

Signed-off-by: Pranav C <pranavxc@gmail.com>
2021-09-16 20:23:16 +05:30
Pranav C
c6a6f3ab27 fix(GUI): Editor role - show context menu
re #532

Signed-off-by: Pranav C <pranavxc@gmail.com>
2021-09-15 17:05:53 +05:30
Pranav C
6c5622cd4c fix(GUI): Editor role is not able to add rows
re #532

Signed-off-by: Pranav C <pranavxc@gmail.com>
2021-09-15 17:03:19 +05:30
Pranav C
7898e93dde feat: Add prev and next icon in expanded form
re #501

Signed-off-by: Pranav C <pranavxc@gmail.com>
2021-08-30 19:18:17 +05:30
Pranav C
bfdc6ebf8a fix(gui): hide options based on role
re #168

Signed-off-by: Pranav C <pranavxc@gmail.com>
2021-08-30 17:55:17 +05:30
Pranav C
19cfc548a1 test(cypress): Add test for filter, sort, fields, column, row creation
Signed-off-by: Pranav C <pranavxc@gmail.com>
2021-08-30 14:11:56 +05:30
Pranav C
8d28052b54 test(cypress): table delete
Signed-off-by: Pranav C <pranavxc@gmail.com>
2021-08-30 14:11:56 +05:30
Pranav C
4d92f35274 feat: disable edit/delete if primary key missing
Signed-off-by: Pranav C <pranavxc@gmail.com>
2021-08-23 15:12:00 +05:30
Pranav C
166142d351 feat: Enable customization in Gallery view
Signed-off-by: Pranav C <pranavxc@gmail.com>
2021-08-23 13:21:58 +05:30
Pranav C
058cfd8156 feat: support filter or sort using formula column
re #466

Signed-off-by: Pranav C <pranavxc@gmail.com>
2021-08-17 19:31:19 +05:30
Pranav C
38586b2579 feat: Formula filter out unsupported functions
Signed-off-by: Pranav C <pranavxc@gmail.com>
2021-08-14 15:40:48 +05:30
Pranav C
dbd97542c0 feat: Formula GQL support, replace column name with alias
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
2021-08-14 15:40:48 +05:30
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>
2021-07-29 19:43:33 +05:30
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>
2021-07-29 13:45:52 +05:30
Pranav C
433feb96af feat: make nested field avail under webhooks
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
2021-07-28 19:54:50 +05:30
Pranav C
7dbbb64c45 refactor(gui): Remove hasmany and belongsto from context menu
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
2021-07-28 18:00:45 +05:30
Pranav C
b23d11392e fix: lookup column rename issuea
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
2021-07-27 16:19:23 +05:30
Pranav C
93da24c163 feat: Lookup - update meta data structure, Add icon
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
2021-07-26 19:07:26 +05:30
Pranav C
c128376257 feat: Lookup - column creation, deletion, duplicate validation, optimization
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
2021-07-25 18:34:52 +05:30
Pranav C
d3354d2aae feat: Lookup implementation
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
2021-07-23 12:06:16 +05:30
Pranav C
90783d8981 fix(gui): Ignore unnecessary update call
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
2021-07-21 16:33:54 +05:30
Pranav C
59f55e4595 refactor(gui): update eslint rules
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
2021-07-19 16:40:49 +05:30
Pranav C
fa00be39b8 refactor(gui): linting
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
2021-07-19 16:30:37 +05:30
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>
2021-07-16 17:43:34 +05:30
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>
2021-07-12 13:06:12 +05:30
Pranav C
e42aea3ec1 feat: M2M optimizations
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
2021-07-11 18:19:34 +05:30
Pranav C
be2bc9093d feat: M2M corrections
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
2021-07-09 19:27:31 +05:30
Pranav C
c63c3edee2 feat: GQL - M2M
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
2021-07-08 19:37:11 +05:30
Pranav C
cf2452b04a feat: GQL - M2M many to many
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
2021-07-07 19:32:45 +05:30
Pranav C
dd0e8d9916 feat: GraphQL M2M
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
2021-07-06 19:34:42 +05:30
Pranav C
f33fe5c514 feat: relation column delete
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
2021-07-02 19:40:53 +05:30
Pranav C
280ced9d06 feat: relations in unsaved row
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
2021-07-02 11:46:25 +05:30
Pranav C
3af94bbb72 feat: M2m
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
2021-07-02 11:46:25 +05:30
Pranav C
8dd4807610 feat: Child creation from has many cell
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
2021-07-02 11:46:25 +05:30
Pranav C
2e86e8f448 feat: has many relation creation
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
2021-07-02 11:46:25 +05:30
Pranav C Balan
3639b0953d feat: Virtual column in expanded form
Signed-off-by: Pranav C Balan <pranavxc@gmail.com>
2021-07-02 11:46:25 +05:30
Pranav C Balan
adc4282d8a feat: Add child edit option
Signed-off-by: Pranav C Balan <pranavxc@gmail.com>
2021-07-02 11:46:25 +05:30
Pranav C Balan
7765ea1127 feat: Add manytomany cell
Signed-off-by: Pranav C Balan <pranavxc@gmail.com>
2021-07-02 11:46:25 +05:30
Pranav C Balan
05369f46ef feat: Add hasMany UI cell
Signed-off-by: Pranav C Balan <pranavxc@gmail.com>
2021-07-02 11:46:25 +05:30
Pranav C
8a40283dad fix(gui): Id of table which have composite primary key
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
2021-06-23 20:33:47 +05:30
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>
2021-06-18 19:05:21 +05:30
Pranav C Balan
30277c65d6 fix: Pagination error(count timeout)
Signed-off-by: Pranav C Balan <pranavxc@gmail.com>
2021-06-16 20:49:40 +05:30
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>
2021-06-10 19:21:27 +05:30
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>
2021-06-01 18:50:42 +05:30
“pranavxc”
69be190d68 Xmysql is now NocoDB (An Open Source Airtable alternative) 2021-05-27 11:37:53 +05:30