Pranav C
c58c2d7a7b
test: Update api test correction
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
77327516e6
chore(publish): v0.11.17
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
96b08ca8c2
fix: Logger
...
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
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
991a084ce7
feat: Add RIGHT and LEFT 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
20f7d45e04
feat: Generate swagger json for relation and formula
...
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
c8426cdd58
chore(publish): v0.11.16
...
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
59e4fc4cec
fix: Reduce primary string key size
...
ref - https://stackoverflow.com/a/61976932
Signed-off-by: Pranav C <pranavxc@gmail.com>
#447
3 years ago
Pranav C
3cc0cecad2
feat: Support custom knex param supports in NC_DB
...
Knex properties can be added with query params, if it's nested it can be dot(`.`) separated. For example `ssl: {rejectUnauthorized:false}` can be added by specifying `ssl.rejectUnauthorized=false`. Sample url `pg://localhost:5432?u=postgres&p=xgene&d=abcde&ssl.rejectUnauthorized=false`
re #425
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
a11627b217
chore(publish): v0.11.15
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
cbf69718c6
fix: meta sync malfunction
...
re #434
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
a1149793e5
chore: Update package-lock.json
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
eccf4cf4e0
chore(publish): v0.11.14
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
a34b10a30e
fix: MSSQL connection with different schema
...
re #438
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
7432527a1f
chore(publish): v0.11.13
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
28db164fd2
fix: Handling table with no primary key
...
re #436
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
dc14c7a52f
chore(publish): v0.11.12
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
efbd30dce1
fix: Handle table with no primary key
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
e74d85c311
chore(publish): v0.11.11
...
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.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
6cd6b5dd76
fix: Refresh token error handling
...
re #428
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
3 years ago
Pranav C
9bbb41a08a
fix: Update Swagger json path & favicon
...
re #428
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
3 years ago
Pranav C
740309c095
chore(publish): v0.11.10
...
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
3 years ago
Pranav C
40494fc3e9
chore(publish): v0.11.9
...
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
3 years ago
Pranav C
3c65b1a607
fix: Convert port to number in connection config
...
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
3 years ago
Pranav C
45539859fe
chore(publish): v0.11.8
...
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
3 years ago
Pranav C
74b03277b7
fix: Add missing return
...
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
3 years ago
Pranav C
d670d07b09
fix(swagger): type correction
...
re #410
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
3 years ago
Pranav C
1d0389d70b
chore(publish): v0.11.7
...
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.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
Pranav C
51b0bdf12f
fix(swagger): allow all type of id values
...
re #410
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
3 years ago
Pranav C
8b7ea48386
chore(publish): v0.11.6
...
Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
3 years ago
Pranav C
9b9dd39fb9
fix: Accept column name with whitespace
...
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
164359fda6
fix: Export/Import metadata between 2 instances
...
re #343
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
4940288170
chore(publish): v0.11.5
...
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