Commit graph

5455 commits

Author SHA1 Message Date
Akshay Sasidharan
96f56ff5c0 bump to v2.25.0 2023-12-07 19:43:31 +05:30
Akshay Sasidharan
52162f75a4 Merge branch 'develop' into release/marketplace-1.5 2023-12-07 19:42:23 +05:30
Sherfin Shamsudeen
83b53c949b
[hotfix ]fix: event mapping query race condition (#8258) (#8261)
* [hotfix ]fix: event mapping query race condition (#8258)

* fix: event mapping query race condition

* fixes: duplication dq from lds and gds

* Bump version (#8262)

---------

Co-authored-by: Arpit <arpitnath42@gmail.com>
2023-12-07 19:17:03 +05:30
Akshay Sasidharan
20f78c7ca1 update package lock files 2023-12-07 18:33:54 +05:30
Akshay
5b5b354842
Chore: Snowflake sdk update (#8179)
* update snowflake sdk
2023-12-07 18:00:35 +05:30
Midhun Kumar E
5317466cc5
Marketplace 1.5 automation fix for Appbuilder (#8257)
* Fix labels of component properties

* Fix labels of component properties (table)

* Fix inspector urlparms creation

* Revert button spec changes

* Fix table regression
2023-12-07 17:56:00 +05:30
Midhun G S
10e798db84
Merge pull request #8252 from ToolJet/main
Merge main to develop
2023-12-07 11:31:58 +05:30
Midhun G S
c20ec780d7
Merge pull request #8251 from ToolJet/release/v2.24.4
Release v2.24.4
2023-12-06 19:10:03 +05:30
Muhsin Shah
8bb26f27a1 PR change: refactored 2023-12-06 18:57:46 +05:30
Muhsin Shah C P
3734e6fc00
fix: public apps are not loading (#8247) 2023-12-06 17:29:38 +05:30
gsmithun4
839bca2c25 bump version 2023-12-06 17:28:18 +05:30
Akshay Sasidharan
46baf378c3 Merge branch 'develop' into release/marketplace-1.5 2023-12-06 12:09:31 +05:30
Karan Rathod
3e5955258a
[docs]:update workspace overview page (#8158)
* update workspace overview page

* remove outdated points
2023-12-05 14:48:53 +05:30
Karan Rathod
c970200974
add connection string method (#8233) 2023-12-05 14:48:40 +05:30
Karan Rathod
555953db6d
[docs]:add migration guide for v 2.24.3 (#8236) 2023-12-05 13:50:37 +05:30
Shubhendra Singh Chauhan
6967c41cfe
[docs]revamp howto: bulk update multiple rows (#8237) 2023-12-04 18:04:25 +05:30
Ajith KV
481355af08
Add cypress test cases for app creation flow (#8232) 2023-12-04 10:16:24 +05:30
Akshay Sasidharan
ffffc7f2f4 Merge branch 'develop' into release/marketplace-1.5 2023-11-29 17:36:50 +05:30
Mekhla Asopa
849f248b85
Updated database spec with export table feature (#8218)
* Added export table method

* Added bulk upload data method
2023-11-29 17:36:10 +05:30
Kavin Venkatachalam
9549f76abe
Merge pull request #8222 from ToolJet/main
Merge main back to develop (v2.24.3)
2023-11-29 16:59:45 +05:30
Manish Kushare
1fd94df62e
Page change event is getting triggered in the table component (#8221)
* Page change event was not getting triggered

* bump version

* When client side is toggled , event is getting firedf twice : fixed
2023-11-29 16:38:47 +05:30
Shubhendra Singh Chauhan
e28741309b
[doc]minor logfile change (#8180) 2023-11-27 19:41:38 +05:30
Atharva Kulkarni
f977a85131
Fix typo in dashboard.md (#8139) 2023-11-27 16:17:18 +05:30
Shubhendra Singh Chauhan
2e22a8c4a4
[docs] updated instance settings to settings (#8155) 2023-11-22 12:31:39 +05:30
Shubhendra Singh Chauhan
f8627e16ef
[docs] log file (#8110) 2023-11-22 12:29:29 +05:30
Karan Rathod
5f04d2cba7
[fix]:change the code for the dynamic document links for data sources (#8138)
* change the code for the dynamic documentation link for data sources

* fix code for dynamic url creation

* fix code
2023-11-22 10:42:43 +05:30
Mekhla Asopa
b1e6cba9ce
Updated data-cy for bulk update (#7924)
* Updated cypess mysql spec (#7717)

* Updated data-cy for bulk update
2023-11-20 16:14:27 +05:30
Mekhla Asopa
04f98018be
Updated import spec (#8174) 2023-11-20 16:10:48 +05:30
Ajith KV
9f61f676dc
Added cyppress test case for creating and editing workspace (#8159)
* Add cyppress test case for creating and editing workspace

* Add wait

* Modify test case for action
2023-11-17 16:29:04 +05:30
Akshay Sasidharan
80dc61e92c make join errors user friendly 2023-11-17 16:06:09 +05:30
Arpit
84026a25ec
Hotfix : Import/export apps with tabs (#8162)
* fixes: tab children should be correctly mapped on imprted app from older versions

* fixes: event mapping for import/export

* fixes: run queries on page load is not available untill manually run once

* Sort event getting fired only when sorting is applied in the table (#8165)

* bug fixed : sort event getting fired on each render

* removed then

* bumping version to v2.24.2

---------

Co-authored-by: Manish Kushare <37823141+manishkushare@users.noreply.github.com>
2023-11-17 15:53:56 +05:30
Akshay Sasidharan
17ff9f540c explictly check for multipart headers for restapi 2023-11-17 12:36:10 +05:30
Akshay
2f48cde337
Add query validation for TJDB join (#7854)
* Updated cypess mysql spec (#7717)

* add join table dto

* update dto

* add join query validation setup

* inprogress: join raw query as parameterized query

* fix: only limit and offset values are parameterized still filter values are pending to be parameterized

* make use of querybuilder with parameterized query

* add tjdb orm logging

* fix function name

* remove unused argument

* revise imports

* update error message

---------

Co-authored-by: Mekhla Asopa <59684099+Mekhla-Asopa@users.noreply.github.com>
Co-authored-by: Ganesh Kumar <ganesh8056234@gmail.com>
2023-11-17 12:18:41 +05:30
Marc Meszaros
d98121cd75
feat: Support multipart/form-data body when file like objects are specified in restapi datasource (#6622)
* Automatically convert restapi datasource request body to multipart/form-data if a file object is detected (#6621)

* Improve fileobject check function in restapi datasource and guard against bad file data (#6621)

* Avoid null or undefined in restapi datasource form-data payload

* update keyboard shortcuts page (#8143)

---------

Co-authored-by: Karan Rathod <karan.altcampus@gmail.com>
Co-authored-by: Akshay <akshaysasidharan93@gmail.com>
2023-11-17 10:47:35 +05:30
Akshay Sasidharan
646eb864b3 rename function name for null check 2023-11-16 19:30:35 +05:30
Karan Rathod
972d55d29d
update keyboard shortcuts page (#8143) 2023-11-16 16:34:53 +05:30
Syed Abdul Rahman
ef4082a1f7
Fixed query builder filter for ToolJet db (#7633)
* Fixed query builder filter for ToolJet db

* added condition for null value as well as renamed this hasEqualWithNull function name as hasEmptyStringOrNullValue

* removed validation for empty string

* Added validation for empty string

* Adding release label to Trigger all the cypress worflow to main branch

* marketplace workflow fix

* [hot-fix] Pages `applications` handle issue  (#8066)

* resolved application page handle issue

* fixed a typo

* add: exporting the function

* bumped the version

* Empty strings and null values are now updating correctly

---------

Co-authored-by: Adish M <adish.madhu@gmail.com>
Co-authored-by: Adish M <44204658+adishM98@users.noreply.github.com>
Co-authored-by: Muhsin Shah C P <muhsinshah21@gmail.com>
2023-11-16 15:50:23 +05:30
Syed Abdul Rahman
5161053ede
Fixed current version app export issue (#7831)
* Fixed current version app export issue

* removed isDownload variable

* removed extra parameter in export function

* added suggested changes
2023-11-16 15:27:45 +05:30
Syed Abdul Rahman
05b861ab29
Fixed Filter button active state issue (#7663)
* Fixed Filter button active state issue

* Fixed icon size changes in active state issue
2023-11-16 12:19:37 +05:30
Ganesh Kumar
a13ad5a6a9
Slack plugin oauth flow not working (#7702)
* fix: slack oauth access token undefined error fixed - but query returns un-authorized

* fix: slack oauth issue fixed

* fix: removed the commented code
2023-11-16 12:18:03 +05:30
Ganesh Kumar
a03b73d4a8
Bugfix/App export should also export tables in join query - Design Review Changes (#7806)
* basic and static join query executed

* tooljetDB Join operation flow - work inprogress

* complete flow for tooljetdb join pending testing and minor changes

* updated constructHavingStatement method logic to support aggregation function and added comments

* worki in progress tooljetDB Join

* feat: added basic layout for tjdb join fields

* feat: dropdown support for icons

* feat: working on where condition ui in join

* feat: added base layout for filter and sort in tooljetdb join

* feat: added multi select support and minor style changes

* feat: support default value for selectbox

* feat: dd select styling added

* style: override vanilla  dd select styles with tj styles

* fix: fixed minor UI issues in select box

* feat: added select section layout

* feat: added hooks state for join options

* feat: load all added tables columns

* feat: working on where section logic

* feat: join constraints UI

* feat: filter condition dropdowns added

* feat: join widget for join query op in tjdb

* feat: sort section base UI

* feat: select widget for join query in tjdb

* feat: filter section add option and delete option done

* feat: update filter condition logic added

* feat: added onchange event for operator and rhs values update

* feat: added sort dropdown for tjdb join

* feat: base logic for Filters in join query

* fix: removed comments and added validation for fetching table details

* feat: add limit option logic

* feat: backend api has been integrated for tooljetdb joins

* added icons to solid icons

* fix: jsconfig auto save lint fix

* fix: update from table when selected table changes

* feat: added from to join table options in tjdb dq

* fix: added fetching tables list for JSON in backend

* fix: fixed json data for join query

* fix: temp fix for fields with empty object

* feat: added icon support for dd select

* fix: added default state to avoid error in conditionlist

* fix: limit tables selection to already joined tables in tjdb join

* fix: empty values to orderBy, filters and limit will remove the option from json

* fix: in json first level empty value scenario has been handled

* fix: select in tooljetdb join query can have multiple columns with same name handled by adding prefix tablename_ to the column name

* fix: restrict selectable tables in join contraints

* feat: reset join constraints when invlaid joins added

* fix: empty values will not be allowed UI validation

* fix: codehinter border has been removed

* fix: recalculate join data when join tables change

* fix: corrected options length calc for showing search box

* fix: filter table dropdown must contain only selected tables from join section

* fix: empty values validation has been removed

* fix: add from attribute to join options

* fix: alias is added to all the table column

* feat: selected option in Select section will be at the top

* fix: reset joins when selected table changed

* fix: drop down focus ui

* feat: autoselect all columns by defualt for join select

* feat: restrict column selection to same datatype

* fix: removed blank table names from select

* feat: added tooltip for info

* fix: removed duplicate tooltip

* fix: add button in table dropdown

* fix: added from table object back

* feat: tjdb join select dropdown select all cols by default

* fix: add new table button name corrected

* feat: no table selected error message

* feat: add select style for select dropdown

* style: updated dropdown select style to match new theme

* feat: added alert modal for deleting joins

* feat: hardcode operator since once one option available at the moment

* style: fix icon styles for dropdown

* feat: created reusable confirm dialogue

* fix: fixed bug for nested dropdowns

* fix; cache select components to prevent unnecessory rerenders

* feat: reused the common popup on updating the tables

* fix: info popup will trigger only if table is already exists

* fix: fixed bug that caused edit to break for tjdb join

* style: fixed spacing for tjdb join components

* fix: select section all options cant be deselected issue fixed

* fix: add info icon for empty filter and sort component

* feat: offset fature for joins has been added

* fix: layout fixed to incorporate filter dropdown with text

* fix: basic validation in UI for mandatory and non-mandatory fields

* feat: more options added for filter in joins

* fix: added filter option for regular expression

* fix: fixed wrong autoupdate of join fields

* style: updated badge color w.r.t theme

* fix: removed the commented code

* style fixes

* refactor: changed tooljetdb join logic based on tableId instead of name

* fix: joins table value is not been shown after save

* fix: CSS design fix and removed not required commented codes

* feat: tableid to table name mapping in error

* fix: errors will be shown in the debugger for tooljetdb join

* stylefix: container for join sort and select made full width

* stylefix: changed CTA test in popup spacing issue adjusted

* fix: few PR review comments to refactor has been done

* fix:random id generator has been removed and uuid has been used

* feat: Select all functionality in Select Drop down has been added

* fix: first time AND operator has been removed

* fix:Sort Section - Removed table were listed in the drop down

* fix: add more in join section deleting newly created joins

* fix: select section total selected count was wrong

* stylefix: dropdown menu height has been reduced

* fix: sort section on join query will have prefix table name along with column name

* feat: changed the select drop down with add new table option

* fix: center align text only for join operator drop down

* fix join icons to be centred

* reduce chevron icon size

* fix:error handling by status code

* feat: added placeholder for empty select box

* fix: fixed the PR comments

* stylefix:multi select with checkbox will not have tick and bgcolor

* stylefix: codehinter doesnt expand entire row content

* stylefix: codehinter placeholder is center aligned scroll has been removed and overflow content has been handled

* stylefix: codehinter font size made to 12

* feat: offset option for list rows in tjdb query

* inprogress: tjdb joins tables must be exported

* Updated cypess mysql spec (#7717)

* fix: import app missed the tjdb tables in join query

---------

Co-authored-by: Johnson Cherian <johnsonc.dev@gmail.com>
Co-authored-by: Akshay Sasidharan <akshaysasidharan93@gmail.com>
Co-authored-by: Mekhla Asopa <59684099+Mekhla-Asopa@users.noreply.github.com>
2023-11-16 12:12:57 +05:30
Akshay Sasidharan
d773777686 Merge branch 'develop' into release/marketplace-1.5 2023-11-16 12:08:00 +05:30
Adish M
6f7b93c57e
Merge pull request #7866 from alex-dixon/patch-1
fix: helm chart url
2023-11-14 22:03:39 +05:30
Ajith KV
be643515ed
Added cypress test cases for redirection error page (#8150) 2023-11-14 17:40:06 +05:30
Ajith KV
0291ac0882
Add data-cy for error page component (#8152) 2023-11-14 15:57:30 +05:30
Arpit
3f737b0b1d
[hotfix] fixes: should have the new color value with fx option (#8131)
* fixes: should have the new color value with fx option

* fixes: default value for fx

* fixes: component meta data mutates on drop

* version bumped to v2.24.1
2023-11-10 16:55:43 +05:30
Karan Rathod
74e06878b5
[refactor]:update labels for components configuration panel (#8130)
* update labels for components

* fix a spelling
2023-11-10 09:56:49 +05:30
Shubhendra Singh Chauhan
bd33f85058
[docs] v2.23.0 (#8134) 2023-11-09 19:44:13 +05:30
Ajith KV
ca0ad7e39f
Modifed platform cypress test cases (#8129)
* Modify platform test cases

* Fix user onboarding with group

* Modify test cases

* Revert api command changes
2023-11-09 17:40:27 +05:30
Shubhendra Singh Chauhan
e3134e8cf3
removed feature images below how it works in readme (#8083)
* removed builder UI image from readme

* reverted builder ui image and removed feature images
2023-11-08 16:37:58 +05:30