Pranav C
ad2409f88c
fix: id extraction
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
dc1a594ca7
test: Gql Update api test correction
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Pranav C
c58c2d7a7b
test: Update api test correction
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Ayush Sahu
85ed1d023d
Hi,
...
There is text overflow issue that when text length is large then causes bug that button moves up and it doesn't looks good overall. So put a text limit using css.
Signed-off-by: Ayush Sahu <aztrexdx@gmail.com>
3 years ago
dependabot[bot]
43c3555ec1
chore(deps): bump path-parse from 1.0.6 to 1.0.7 in /packages/nc-cli
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
d701115045
chore(deps): bump path-parse in /packages/nc-migrator-archived
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
14a9e5af1c
chore(deps): bump path-parse from 1.0.6 to 1.0.7 in /packages/nc-plugin
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
dependabot[bot]
8a4c06779d
chore(deps): bump path-parse from 1.0.6 to 1.0.7 in /packages/nc-common
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.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
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
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
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
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
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
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
dependabot[bot]
e5f0848710
chore(deps): bump path-parse from 1.0.6 to 1.0.7
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.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
a7b7ddb75c
fix: handle empty params
...
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
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
7432527a1f
chore(publish): v0.11.13
...
Signed-off-by: Pranav C <pranavxc@gmail.com>
3 years ago
Wing-Kam Wong
8d7d7468c5
docs: add assignPublicIp
...
Signed-off-by: Wing-Kam Wong <wingkwong.code@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