Pranav C
44caff87a1
fix: disable virtual column edit for Editor, Viewer roles
...
re #462
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
1b9f1bafcd
feat: Add MID/SUBSTR function support
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C Balan
f80cf299f4
feat: Add SEARCH, INT, LEFT, RIGHT functions
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
8b29877f23
feat: add support to more formula functions
...
Added - 'MIN','MAX','CEILING', 'FLOOR', 'ROUND', 'MOD', 'REPEAT', 'LOG', 'EXP', 'POWER', 'SQRT', 'ABS', 'NOW', 'REPLACE
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
3 years ago
Pranav C
1eb3bf97ad
feat: Add formula functions
...
Added - UPPER, LOWER, LEN, TRIM
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.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
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
ed8dda6a7a
feat: Formula edit, delete and Swagger changes
...
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
3 years ago
Pranav C
c7ea4f82b5
feat: Formula column creation
...
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
3 years ago
Pranav C
4ca418cbea
feat: Basic formula support
...
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.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
74671ac8e7
feat: Add cell component for Date, Datetime, and Time
...
re #416
Signed-off-by: Pranav C <pranavxc@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
f28f3b24c0
chore: i18n eslint rules added
...
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
Pranav C
c94ebf0cb2
feat: Add download icon for attachment
...
re #335 , re #440
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
a7b7ddb75c
fix: handle empty params
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
72af8f7768
chore: Add missing babel-eslint dev dependency
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
8541eaf3ee
feat: Show lookup cell same as referred cell
...
re #416
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
0d5c3000a0
feat: Add table name and column name in attachment path
...
re #426
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
429c9bdf3f
fix: Remove edit option for users who don't belong to project
...
re #420
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
3 years ago
Pranav C
dce6c3f72a
feat: Preserve newline in longtext cell
...
re #430
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
3 years ago
Pranav C
83db607c31
fix: Remove unnecessary baseurl appending, Correction in refresh token api
...
re #428
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
3 years ago
Wing-Kam Wong
2d0401fbe5
chore: hide unfinished locales temporarily
...
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
3 years ago
Pranav C
da94db14f8
fix: project import issues
...
Correction in error message and added import permission to user role
re #400
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
3 years ago
Pranav C
bbaf1a3c48
feat: comments only audits
...
re #404
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
3 years ago
Wing-Kam Wong
c3311f2cb7
i18n: add some zh_HK & zh_TW translations
...
Signed-off-by: Wing-Kam Wong <wingkwong.code@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
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
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
705181a5c1
feat: Create MailerSend email plugin
...
re #334
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.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
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
4a8282bace
feat: nested read api
...
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
3 years ago
Pranav C
4621a77ca5
chore(gui): docs link added in navigation bar
...
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
7cd4fda9f4
fix(gui): Password validation & i18n key correction
...
Added `_` in special character list
re #386
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
3 years ago
Pranav C
0d10ed48ba
fix(gui): Navbar icon and text color issue
...
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.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
Bruno Moreira
bcdf6d04c2
Portuguese translation
...
Signed-off-by: Bruno Moreira <arq.bruno.moreira@gmail.com>
3 years ago
Bruno Moreira
f7fc6a81b8
Portuguese translation
...
Signed-off-by: Bruno Moreira <arq.bruno.moreira@gmail.com>
3 years ago