Commit graph

1071 commits

Author SHA1 Message Date
Parth
6b08c86bed
Fix: Appbuilder page error (#12129)
* Parse and decode the api response

* Change the keys to follow snakecasing
2025-03-06 14:04:32 +05:30
Anantshree Chandola
1b81a2e272
updates (#12133) 2025-03-06 14:02:18 +05:30
Akshay Sasidharan
1bb19e13c0 update submodules 2025-03-06 13:52:03 +05:30
Rohan Lahori
598c0b5c3f
CE P0 Fixes branch-1 (#12116)
* minor fixes

* signup-fixes

* minor bug

* fix for not showing custom groups

* fixed minor bug

* removed comments

* dark mode fixes

* dark mode fixes
2025-03-06 13:03:43 +05:30
Muhsin Shah C P
a590b131d2
Removing copilot from the constants & fixing other bugs in the sheets (#12117) 2025-03-05 21:02:00 +05:30
Anantshree Chandola
b7c21237ff
added env constants (#12114)
* added env constants

* updates
2025-03-05 16:02:29 +05:30
Rohan Lahori
8aad44c53e
Merge pull request #12105 from ToolJet/license-banner-changes
Dashboard License banner changes AI Release
2025-03-05 13:04:18 +05:30
Muhsin Shah C P
3828c93e23
Copying reset password changes (#12108) 2025-03-04 20:18:30 +05:30
Anantshree Chandola
2ef356938c
fix invite (#12096) 2025-03-03 19:50:19 +05:30
Anantshree Chandola
3202390dd9
fix oauth (#12095) 2025-03-03 16:39:02 +05:30
Parth
fa9f82f7c4
Add marketplace plugins to plugins.json (#12093) 2025-03-03 16:19:48 +05:30
Parth
538d311182
Fix: Plugins installation and test-connections bugs (#12088)
* Add dependency injections to fix plugin install issue

* Add id in testConnection URL param
2025-03-03 15:06:40 +05:30
Muhsin Shah C P
98feee3580
Making CE and Basic Plan logic same for environments (#12066)
* Making CE and Basic plan flow same

* Added basic plan organization constant update api changes

* Added edition downgrade checker
2025-03-03 11:53:20 +05:30
Muhsin Shah C P
d275a8ac58
[fix/modularisation] Fixed the white-label store helper issue and changed EDITION to TOOLJET_EDITION (#12044)
* Fixed: Changed EDITION to TOOLJEET_EDITION and fixed ee frontend helper file issue

* Changed the edition env in docker files
2025-02-25 17:58:43 +05:30
Midhun G S
870fb1e06c
fix for migration app loading (#12042) 2025-02-25 16:22:15 +05:30
gsmithun4
269ec56455 Initial commit 2025-02-25 12:22:50 +05:30
Akshay Sasidharan
f07a5a7113 Merge branch 'main' into release/marketplace-sprint-7 2024-12-10 19:03:55 +05:30
Johnson Cherian
b53ccd9575
Merge branch 'main' into release/app-builder-s-4 2024-12-10 11:06:08 +05:30
Nithin David Thomas
558d66fed0
feat: Adds header for container widget (#11309) 2024-12-04 17:20:32 +05:30
Devanshu Rastogi
3ebc1933cc
Enhance: Added 'Set Value' functionality and support for HTML with hyperlinks in Rich Text Editor component (#11406)
* Added HTML support for Placeholder and Default Value property. Added CSA for loading state.

* Exposed isDisabled, isVisible and isLoading variables. Also exposed setValue, setDisable, setVisibility and setLoading functions.

* Fixed issue where loading state functionality was not visible in the properties section on the initial render of rich text editor.
2024-12-04 14:40:57 +05:30
Kartik Gupta
5e9e9381e9
download event for table in server side pagination (#10330) 2024-12-04 13:59:29 +05:30
Devanshu Rastogi
af1dda8ec9
Feature: Added Radio button V2 component (#11408)
* Initial setup for Radio Button V2

* Made changes in Radio Button component and its properties.

* Added a loader.

* Added disabled states in Radio Button V2.

* Fixes

* CSA fixes

* fixes

* Fixed switch case label for Radio Button V2 and updated config files.

* Added Radio Button component in Inspector and refactored the component and config file.

* Refactored code for updating exposed variables and fixed default value for non dynamic options.

* Fixed sonarlint issue - Unexpected duplicate font-size.

* Made minor styling changes.

* Removed currentStateStore logic.

* Implemented single source of truth for changing value and resolved review comments.

* Changed font weight of options to 400.

---------

Co-authored-by: Nakul Nagargade <nakul@tooljet.com>
2024-12-04 13:59:08 +05:30
Nithin David Thomas
aa4cd1fc2e
chore: Exposes CSAs for Container widget (#11229)
* chore: Exposes CSAs for Container widget

* Introduces hook to expose variables

* Updates hook to expose variable after setting the state

* Update frontend/src/AppBuilder/_hooks/useExposeVariables.js

Co-authored-by: Kavin Venkatachalam <50441969+kavinvenkatachalam@users.noreply.github.com>

* Removes unwanted imports

* Exposing CSA to control component actions

* Moves CSA's to additional actions section

* Fixes wrong handle param

---------

Co-authored-by: Kavin Venkatachalam <50441969+kavinvenkatachalam@users.noreply.github.com>
2024-12-04 13:56:38 +05:30
Nakul Nagargade
966c208333
Fix container and kanban can't be moved by dragging on the body of the component (#11355) 2024-12-04 13:54:43 +05:30
Devanshu Rastogi
05b25cfe82
Fixed value of value CSA when no default value is set and clear() action is used. (#11409) 2024-12-04 13:52:33 +05:30
Nakul Nagargade
c3b14dac27
feat: Introduce table styles property to set the casing of table column names (#11424)
* feat: Introduce table styles property to set the casing of table column names

* Update table default data keys

* Fix
2024-12-04 13:51:11 +05:30
Ganesh Kumar
d19a4cd942 Feature: Added env support to configure max rows and max csv file size for tooljet database bulk upload (#2726) 2024-12-04 13:50:20 +05:30
Manish Kushare
e1d7fbb2bb Feature: Add JSON datatype to ToolJet Database (#2492)
* feat: jsonb datatype support in tooljet database inprogress

* feat: jsonb support added for tooljet database column operations as well as create and edit table

* feat: added support to query JSONB values in JOIN operation

* added dto validation for join operation

* Added json data type in tjdb

* single line editor bug fixed

* Basic UI implementation for create table drawer for jsonb column type

* removed the console

* Added the sanitization for json default value in the dto

* Added jsonb svg for jsonb column type

* Updated UI for created column form

* Updated UI for edit column form

* Change the UI for create row

* Updated UI for edit row form

* Show dummy {...} value on table cell

* Setting up the codehinter in tjdb dashboard

* Created codehinter wrapper for tjdb table celljsonb data type

* Codehineter for tjdb cell

* Made changes in tjdb column and row drawers

* removed unwanted code

* Added maximum height for codehinter wrapper in each drawers

Avoided keydown event in create column drawer

* Set max height to codehinter for tjdb table cell

* Added jsonb path option for list row operation [rebase]

* Added filtering out column with json datatype in udpate rows operation

* Added filter option with jsonpath in delete row operation

* Made changes for join tables

* added json path in jon filter condition

* fix: parsing the jsonb default values in view table api

* Made on change and initial value value changes for all tjdb dashboard changes

* updated intial value and component name for codehinter in all drawers for tooljetdb

* Table cell edit codehinter initial value

* Updated codehinter onchange and initial value

* Added json path field for join sort section

* TJDB query manager updates for jsonb column type

* Tjdb dashboard bug fixes

* fix: joins jsonbpath expression can be sent without single quotes

* Added error validation for JSON in codehinter

* Removed console

* Added codehinter wrapper for tjdb cell

* Made default functional

* Made set to null functionality working

* Toggle functionality for default value

* Toggle null functionality

* Clean code

* create row form added handle disable input click

* cutom-footer css and add new data css

* Fixed tooltip

* Updated tooltip for join codehinters in query manager

* fix: jsonb column values validation in server side

* Made the initial value empty string if value is undefined

* active tab in edit row form bug

* Error state in tjdb hinter inside cell

* code mirror breaks, on the initial render

* Added placeholder and adjusted icon size in dropdown

* Fixed: Opening the cell with keyboard nav shows ‘enter to save’.

* bug fixed

* json icon alignment in the dropdown fixed

* In create and edit table, codehinter text is vertcially centered aligned

* Create row and update row info message for jsonb column type fixed

* SHowing popover when clicked on the jsonb cell

* Showing unique constraint in disable state for jsonb

* bugfix: bulkupload in tjdb for jsonb datatype should accept different json format

* Bug fixed for cellhinter and row form

* Avoided flickering in column form

* removed console

* zindex issue for codehinter in react portal for table cell

* Single line editor file changes removed

* row form bug fixed

* single quotes string escaped as it needs to be inserted as default value in JSONB column

* Bug fixed

* Edit and create row active tab bug fixed

* If value is empty, then dont show error in the codehinter

* fix: error handling for invalid jsonpath in join expression

* Handled null and Null edge cases for edit and create row

* Removed console

* Bug fix for save chages button in edit and create row drawer

* Error toast message for invalid syntax

* removed debounce time

* Copied all query manager and codehinter changes from editor to appbuilder directory

* Updated imports of codehinter in tjdb forms inside dashboard

* Discarded all changes made to editor directory

* Removed console

* Fixed flickering effect in the edit and create row drawer in TJDB dashboard

* Added focused state to codehinter in tjdb drawer, updated font size for the same

* Updated error message

* bug fixed : Pop up icon not visible inside codehinter

* Fixed : border issue in tjdb codehinter

* bugfix: array is not allowed to insert in JSONB column (#2734)

* Error message in tjdb drawers

* Error state for table schema

* Error message for cell hinter wrapper

* fixed : space between {} and table name in popup

* Spacing issue in create and update column UI in query manager fixed

* Show tooltip in fk column dropdown

* Bug fixed: edit drawer on first render cutom value is always empty

* Bug fixed

* Reverting react portal changes

* bug fixed for error copyright

* z index issue fixed for tableschema

* reverting back the changes for table form from last commit

* Bug fix: Flickering issue in table schema for codehinter input

* Bug fixed : toggle bwtween null and default value

* Handled spacing between the component name in react portal

* added new schema definition as we have introduced jsonb datatype default values can have Object and Array

* fix: removed the support for error code mapping for undefined function error  because database has different error text for it based on the scenario like jsonb aggregates etc

---------

Co-authored-by: Ganesh Kumar <ganesh8056234@gmail.com>
Co-authored-by: Ganesh Kumar <40178541+ganesh8056@users.noreply.github.com>
Co-authored-by: Akshay <akshaysasidharan93@gmail.com>
2024-12-04 13:49:24 +05:30
Akshay
09c305b157
Merge branch 'main' into release/marketplace-sprint-6 2024-11-29 01:29:06 +05:30
Ganesh Kumar
a4189e0149 Fix: ToolJet database limit check API issue (#11416) 2024-11-29 01:00:15 +05:30
Parth
63954ef189 Enhance: Add AI-tag to datasources in marketplace page (#2597)
* Add AI-tag to datasources in marketplace page

* AI BANNER Tag

* margin

* Refactor tag rendering logic for marketplace page

* Refactor tag rendering for datasource page

* Refactor import and props

* Remove ai prefix and fix indentations

* Make custom hook for fetching plugins.json

* Add AI tag on installed page

* Marketplace page UI fix and add a plugin button fixes

* Add AI tag on datasource connection form

Change classname

* Fix svg flickering

* Fix svg chipping issue

* Push AI tag to extreme right

---------

Co-authored-by: Rudra <rudra21ultra@gmail.com>
2024-11-22 15:53:17 +05:30
Midhun G S
94b8f466db
Merge branch 'lts-3.0' into release/lts-3.0.3 2024-11-21 20:14:55 +05:30
Rohan Lahori
be7d461816
CE Subpath pending issues (#11352)
* subpath fix

* subpath fix

* minor fix

* minor fix

* ee-cherrypicked
2024-11-21 12:26:22 +05:30
Nakul Nagargade
994e1a8c2f Add support for CSA setValue in codeeditor widget 2024-11-21 10:56:20 +05:30
Kartik Gupta
022e475b6d use string manipulation instead of regex 2024-11-18 18:44:14 +05:30
Kartik Gupta
bb928f2031 fix bug breaking hash map 2024-11-18 18:44:14 +05:30
Kartik Gupta
8d4b8aa56a form button to submit mapping issue on version creation and import export 2024-11-18 18:44:12 +05:30
Johnson Cherian
57dfe384cd
Merge pull request #11333 from ToolJet/fix/page-icon-import
Fix: page settings not available on imported apps
2024-11-18 18:33:33 +05:30
Johnson Cherian
f013d97eaa
Merge pull request #11331 from ToolJet/fix/form-button-submit-mapping-fix
button to submit in form mapping fix on version creation
2024-11-18 18:32:07 +05:30
Rohan Lahori
3913716ce0
Disable signup changes (#11311)
* minor fixes

* removed signup disabled guard from workspace level login

* minor change in the flag

* console removed

* minor fix

* fixed ws level sigup

* fixed ws level sigup
2024-11-18 11:55:49 +05:30
Vijaykant Yadav
057e651a7a fix: page settings not available on imported apps 2024-11-14 18:00:30 +05:30
Kartik Gupta
38bffb450b button to submit in form mapping fix on version creation 2024-11-14 17:28:49 +05:30
Johnson Cherian
da99558021
Merge pull request #11327 from ToolJet/fix/page-settings-import
Fix: page settings not available for imported apps
2024-11-14 15:59:11 +05:30
Johnson Cherian
2389ad59ce
Merge pull request #11325 from ToolJet/fix/const
Fix constants in released app
2024-11-14 15:33:21 +05:30
Vijaykant Yadav
4aa51cff6d fix: page settings not available for imported apps 2024-11-14 14:50:29 +05:30
Rudra deep Biswas
db145cbc78 Fix constants in released app 2024-11-14 13:37:28 +05:30
Kartik Gupta
8862165b4f revert backend ast logic 2024-11-14 13:12:25 +05:30
johnsoncherian
c7f3d5b9cc Merge branch 'lts-3.0' into fixes/release-v3.0/appbuilder 2024-11-14 12:25:23 +05:30
Johnson Cherian
db702de6cd
Merge pull request #11280 from ToolJet/page-and-viewer-fixes
Fix: viewer, sidebar and pages bugs
2024-11-14 10:28:57 +05:30
Johnson Cherian
1268ea7ab7
Merge pull request #11249 from ToolJet/fixes/release-v3.0/appbuilder-kartik
Fixes/release v3.0/appbuilder kartik
2024-11-14 10:28:29 +05:30