Commit graph

13843 commits

Author SHA1 Message Date
Adish M
0dbf071c5f
Merge pull request #14850 from ToolJet/feat/Added-password-domains
Added allowed and restricted domain for password login and signup.
2026-01-05 21:57:07 +05:30
Adish M
c9cd9374b6
Merge pull request #14795 from ToolJet/test/automation-marketplace-part-1
Added marketplace data source automation
2026-01-05 20:52:03 +05:30
Adish M
ddfc079ada
🚀 chore: update submodules to latest lts-3.16 after auto-merge (#14906)
Co-authored-by: kavinvenkatachalam <50441969+kavinvenkatachalam@users.noreply.github.com>
2026-01-05 20:28:08 +05:30
Adish M
310ffda43f
🚀 chore: update submodules to latest lts-3.16 after auto-merge (#14905)
Co-authored-by: kavinvenkatachalam <50441969+kavinvenkatachalam@users.noreply.github.com>
2026-01-05 20:27:45 +05:30
Manish Kushare
20dc870216
[fix] - Accent color is not getting applied in range slider component (#14892)
* bug fixed - accent bg color is getting applied

* Add documentation link for RangeSliderV2 component
2026-01-05 20:26:07 +05:30
Manish Kushare
355982fafd
Editable tags (#14831)
* feat: add Editable Tags component with create, select, and delete functionality

- Implement EditableTagsChip for displaying selected tags with remove option.
- Create EditableTagsMenuList for rendering the dropdown menu with loading state and create new tag option.
- Develop EditableTagsOption for individual tag options in the dropdown.
- Add EditableTagsValueContainer to manage the display of selected tags and input.
- Style the Editable Tags component with SCSS for better UI/UX.
- Update index.js to export the EditableTags component.
- Enhance editorHelpers.js to include EditableTags in the component list.
- Define editableTagsConfig for widget configuration in the server.
- Integrate editableTagsConfig into the main widget configuration index.

* feat: enhance Editable Tags for dynamic height and improved overflow handling

* feat: add dynamic height support and EditableTags to relevant configurations

* feat: integrate Editable Tags support with updated configurations and sorting options

* feat: add Editable Tags component with updated configurations and improved styling options

* feat: add input focus functionality on component click in Editable Tags

* feat: add event handlers for tag addition and deletion in events slice

* refactor: remove unused selectTags and deselectTags functions in EditableTags

* feat: enhance dynamic height support and scrollbar styling in Editable Tags

* feat: update styling for Editable Tags and Editable Tags Chip components

* feat: improve styling and layout for Editable Tags components

* feat: enhance layout and styling for Editable Tags components to improve responsiveness and prevent overflow

* feat: enhance scrollbar styling and padding for Editable Tags menu list

* feat: add EditableTags to input components for form

* feat: remove unused imports from EditableTags components for cleaner code

* feat: enhance EditableTags components with improved hover and active states, update no options message, and refine styling for better user experience

* feat: modify EditableTags to always open menu on focus, improving user interaction

* feat: add EditableTags to select and widget configurations for enhanced component integration

* feat: remove case enforcement feature from EditableTags for simplified tag management

* feat: remove unused variables from EditableTags components for cleaner code

* feat: initialize values array in exposedVariables for EditableTags configuration

* fix: adjust padding and border formatting in EditableTags component for consistency

* feat: remove case enforcement rendering from EditableTags for simplified component logic

* refactor: streamline EditableTags components for improved readability and maintainability by removing inline styles

* feat: Rename from editableTags to tagsInput

* refactor: enhance layout and styling of new tag preview in TagsInputOption component

* feat: add customizable tag colors in TagsInput components

* fix: update schema to include disable property for tag options

* feat: add 'TagsInput' to component type checks in ComponentsService and AppsUtilService

* chore: update subproject commit reference in server/ee

* feat: add tooltip support to TagsInput component

* feat: add enableSearch toggle to TagsInput component configuration

* feat: update duplicate check in TagsInput to be case-sensitive and adjust key handling for tag selection

* feat: enhance tag creation validation in TagsInput to prevent duplicates with case-sensitive check

* feat: enhance tag selection and deselection logic in TagsInput to support label matching

* chore: update subproject commit reference in server/ee

* feat: enhance TagsInput styling and functionality with new tag creation support and padding to dropdown

* feat: update Select component to support TagsInput in marked as default logic as multiple selection

* feat: remove icon and icon color configuration from TagsInput component

* fix: update dependency in TagsInput to use selectOptions for exposed variable

* feat: add TagsInput component and integrate it into WidgetIcon

* feat: enhance TagsInput component with controlled option focus and improved keyboard navigation

* feat: refine TagsInput styling and structure for improved usability and aesthetics

* feat: enhance scrollbar styling for improved visibility and aesthetics in TagsInput component

* fix: adjust padding in valueContainer for improved layout in TagsInput component

* feat: update hover background color in TagsInput for improved visual feedback

* fix: update footer text in TagsInputMenuList to improve clarity

* fix: adjust alignment class and add top margin for improved layout in TagsInput component's label

* feat: add search functionality for TagsInput component and update configuration section label

* feat: add auto pick chip color feature to TagsInput component

* feat: add checkboxLabel to TagsInput configuration for improved label customization

* fix: update display names for tag background and text color in TagsInput configuration

* fix: standardize display names for tag background and text color in TagsInput configuration

* chore: update subproject commit reference in server/ee

* chore: update subproject commit references in frontend and server directories

* chore: update subproject commit references in frontend and server directories

* chore: update version to 3.20.64-lts
2026-01-05 20:25:51 +05:30
Mekhla Asopa
19117e5dd7 update config 2026-01-05 18:56:17 +05:30
Adish M
c4e21e5283
Merge pull request #14851 from ToolJet/test/automation-marketplace-part-2 2026-01-05 18:33:52 +05:30
Mekhla Asopa
c37c508719 Merge branch 'test/automation-marketplace-part-1' into test/automation-marketplace-part-2 2026-01-05 16:16:51 +05:30
Mekhla Asopa
ca63cac1a9 Merge branch 'lts-3.16' into test/automation-marketplace-part-1 2026-01-05 16:13:06 +05:30
Siddharth Pundir
864cfc3c67
Merge pull request #14900 from ToolJet/test/Automation-fix-allowed-domain-1
Fixed the changes
2026-01-05 12:39:48 +05:30
Adish M
d9d1f054e2
Merge pull request #14875 from ToolJet/abhijeet/list-tables
list tables for mongo and postgres
2026-01-05 12:23:09 +05:30
Yukti Goyal
06d690fe5f Updated the helper text 2026-01-05 12:11:18 +05:30
abhijeet760
94682dbc1a removed app and response from controller 2026-01-05 06:23:15 +00:00
Siddharth Pundir
779a4c0e2f
Merge pull request #14883 from ToolJet/test/Automation-fix-allowed-domain
Automation fix for password and sso domain changes
2026-01-02 20:20:34 +05:30
abhijeet760
3b3056d352 lint errors 2026-01-02 07:55:45 +00:00
abhijeet760
a0de33c5eb lint errors 2026-01-02 07:53:37 +00:00
abhijeet760
81f89a7169 lint errors 2026-01-02 07:47:30 +00:00
Yukti Goyal
90c163ad8a Merge branch 'feat/Added-password-domains' into test/Automation-fix-allowed-domain 2026-01-02 12:30:34 +05:30
Siddharthpl
672e7d6832 Fixed the flickering of container 2026-01-02 11:46:41 +05:30
abhijeet760
359f09ac3b reverting the changes in fetchServiceAndParsedParams 2026-01-02 05:48:44 +00:00
Ganesh Kumar
37151b01f1
Hotfix: Query operation becomes empty in TJDB operation (#14881)
* fix for query operation becomes empty in TJDB operation

* bump version to 3.20.63-lts across all components

---------

Co-authored-by: gsmithun4 <gsmithun4@gmail.com>
2025-12-31 18:27:51 +05:30
abhijeet760
9ab84118c9 adding enviornmentid and removing app and respnse 2025-12-31 11:52:11 +00:00
Adish M
b510ccd2b6
🚀 chore: update submodules to latest lts-3.16 after auto-merge (#14890) 2025-12-31 17:19:00 +05:30
Adish M
950cf9663c
Merge pull request #14878 from ToolJet/fix/tracing-health-api
fix: OpenTelemetry database spans not working due to late initialization
2025-12-31 17:17:01 +05:30
Adish M
4a0d2c1f78 Remove edition log from logStartupInfo for cleaner output 2025-12-31 16:21:35 +05:30
Adish M
5f1c997e5b Update error logging message for OpenTelemetry initialization failure 2025-12-31 16:06:13 +05:30
Adish M
324403fc67 fix: Correct indentation in logStartupInfo for improved readability 2025-12-31 16:05:26 +05:30
Adish M
319cd5f8d4 refactor: Remove redundant debug log level check in logStartupInfo 2025-12-31 16:02:24 +05:30
Yukti Goyal
afcb9d758b added auto sso custom commad 2025-12-31 15:56:49 +05:30
Adish M
ddc05ee857 Add debug logging for OpenTelemetry initialization and middleware application 2025-12-31 15:42:40 +05:30
Adish M
496d74a439 Enhance debug logging for OpenTelemetry initialization and shutdown processes 2025-12-31 15:18:59 +05:30
Adish M
f5ad423efb
Merge pull request #14887 from ToolJet/fix/tracing-loggers
Enhance OpenTelemetry shutdown and initialization logging for better traceability
2025-12-31 15:03:32 +05:30
Adish M
f342696c0f Fix missing newline at end of file in tracing.ts 2025-12-31 15:03:02 +05:30
Adish M
5118ac8fc1 Enhance OpenTelemetry shutdown and initialization logging for better traceability 2025-12-31 15:02:12 +05:30
Adish M
12f6d14387 fix: Improve error logging during OpenTelemetry shutdown and initialization 2025-12-31 15:00:32 +05:30
Adish M
1d5a64cd13 Improve error logging during OpenTelemetry shutdown and remove redundant console logs 2025-12-31 14:55:36 +05:30
gsmithun4
c85bcf7ad9 refactor listTables method for improved error handling and readability 2025-12-31 14:52:37 +05:30
Adish M
9f51b1d614 Remove OpenTelemetry listener interface definition 2025-12-31 13:01:11 +05:30
Adish M
febea49483 Remove Community Edition OpenTelemetry listener implementation 2025-12-31 12:10:11 +05:30
gsmithun4
30ebbd71d4 change listTables endpoint from POST to GET 2025-12-31 11:05:20 +05:30
Yukti Goyal
6a24604b7a updated allowed domain changes 2025-12-31 00:29:46 +05:30
Adish M
4ffba6acc8 Update OpenTelemetry initialization to support Cloud edition alongside Enterprise Edition 2025-12-30 20:01:45 +05:30
Adish M
4f5d186455 Implement OpenTelemetry middleware initialization and auto-start logic 2025-12-30 19:58:45 +05:30
abhijeet760
a50dd9e6f0 added listtables feature key 2025-12-30 14:11:03 +00:00
Adish M
8ae3924968 fix: Enhance health check URL handling in ignoreIncomingRequestHook 2025-12-30 12:31:01 +05:30
Siddharthpl
d5f1037275 Revert "Removed email verification for ee and ce"
This reverts commit 20eedfb4a4.
2025-12-30 10:12:11 +05:30
Siddharthpl
b3890e0128 Updated the migration to prefilled both password login and soo allowed domain 2025-12-29 14:30:30 +05:30
Siddharthpl
c006260e6a Updated the password login for instance level 2025-12-29 12:54:05 +05:30
Siddharthpl
20eedfb4a4 Removed email verification for ee and ce 2025-12-28 16:00:10 +05:30