ToolJet/server/data-migrations
Shaurya Sharma 67b4722acc
Style enhancements (#14627)
* feat: add migration for app_history table and update entity structure

* feat: refactor AppHistory module imports and add new services and guards

* Fix: Vertical page menu minor enhancements

* feat: add stream history feature and update related permissions and constants

* feat: add AppStateRepository to AppHistoryModule imports and providers

* feat: add NameResolverRepository to AppHistoryModule imports and providers

* feat: implement NameResolverRepository and NameResolverService for component and page name resolution

* feat: remove QueueHistoryIntegrationService and update AppHistoryModule to reflect changes

* feat: update AppHistoryModule and AppHistoryRepository with new methods and refactor imports

* feat: refactor AppHistoryModule and related services to streamline name resolution and history capture

* feat: add AppStateRepository and HistoryQueueProcessor, refactor AppStateAggregatorService to utilize repository methods

* feat: rename methods in AppStateRepository for clarity and update AppStateAggregatorService to reflect changes

* feat: refactor history capture logic to use synchronous execution and improve error handling across services

* Fix: Mobile view page menu UI enhancements

* feat: enhance ability guards and repository methods for app history validation

* Update submodule references

* Migrate to shadcn sidebar component

* plan

* Fix: Components not getting pasted at correct position if user scrolled and pasted inside container components

* Fix: Group components not getting pasted at correct position horizontally inside container components

* POC for removing overlap prevention logic if not enough space present,  incase user clicks somewhere to respect click position

* Update frontend/src/AppBuilder/AppCanvas/Container.jsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* modules and customGroup

* feat: enhance AppHistoryModule registration with isMainImport flag

* feat: update settings method to queue history capture after successful update

* chore: update subproject commit reference in frontend/ee

* feat: add function to delete app history for structural migrations

* Refactor imports and enhance code organization across multiple files

- Updated import paths to reflect the new directory structure in TooljetDatabase and AppBuilder components.
- Consolidated utility functions in appUtils.js, removing redundant code and improving readability.
- Enhanced error handling and state management in dataQueriesStore and resolverStore.
- Added Bundle Analyzer plugin to webpack configuration for better performance insights.
- Improved chunking strategy in webpack to optimize loading of libraries and components.
- Refactored ErrorBoundary imports to maintain consistency across UI components.

* feat: enhance UI components with new icons and styling adjustments

* refactor: remove unused components and icons from QueryManager

- Deleted QueryManagerHeader component and its associated logic.
- Removed SuccessNotificationInputs component and its functionality.
- Eliminated Transformation component and related code.
- Deleted BreadcrumbsIcon, CreateIcon, PreviewIcon, RenameIcon, RunIcon, and ToggleQueryEditorIcon.
- Updated imports in appUtils.js to reflect new icon paths.

* Refactor editorHelpers and utils: Remove unused functions and imports, streamline background update logic, and adjust state handling. Comment out or delete handleReferenceTransactions and related logic in various stores to simplify data flow and improve maintainability.

* Refactor queryPanelStore and storeHelper by commenting out unused imports and code. This cleanup improves code readability and maintainability.

* builder roggle

* role name

* revert: Reverted the lazy loading changes

* revert: Reverted the changes on App & AppRoute

* Fix: Inside side effects, get the correct canvas element, disable page scrolling and reposition modal container when modal is opened

* Fix: Use the side effects when modal is opened and closed

* Update submodule references

* struct

* fix

* sus

* field fix

* create app btn

* fix: Corrected zustandDevTools enabled option logic

* module visible

* refactor: update license validation logic and improve feature access checks

* app module

* feat: Added modules support for public apps

* update ee-frontend submodule ref

* Enhance: Vertical page menu default styles

* refactor: migrate license management to a new store and update related components

* workflow enabled

* feat: integrate license validation into Viewer component and remove deprecated license check

* Revert "feat: integrate license validation into Viewer component and remove deprecated license check"

This reverts commit b4b5218079.

* Revert "refactor: migrate license management to a new store and update related components"

This reverts commit cd2936bb12.

* chore: update subproject commit reference in server/ee

* chore: merged with lts

* chore: moved components from Editor to AppBuilder folder

* chore: cleaned up the appbuilder imports

* refactor: update license checks in PageSettingsTab components to use appPermissionPages feature flag

* refactor: update license checks in QueryCardMenu and Inspector components to use appPermission feature flags

* chore: update subproject commit reference

* update submodule ref

* Enhance: Horizontal page menu default styles

* fix: Global search for multiselect column

* Fix: More button on pages overflow is getting cropped and remove unnecessary calculations related to it

* Refactor page menu code

* Integrate shadcn navigation menu component for horizontal page menu

* Update submodule ref

* refactor: add license checks for page, query, and component permissions in app-permissions feature configuration

* chore: update subproject commit reference in server/ee to latest version

* chore: update subproject commit reference in server/ee to latest version

* update submodule ref

* Fix: Minimum width of the popup in horizontal page menu

* Fixed UI issues

* Removed commented code

* Removed wrapper and unwanted code

* Fix: Minor page menu bugs inside Editor

* Fix: popover overflow issue and other minor bugs

* Remove unnecessary package.json change

* chore: fix import path casing for RealTimeEditor

* Fix: Grid resizing issue and component selector overflow

* Fix: Increased transition duration to 200

* Removed the classname change

* Fix: Scrollbar visible in viewer in vertical page menu

* Fix: Remove arbitrary variant chains since not supported in Tailwind v3 to fix animations in horizontal page menu

* chore: update subproject commits for frontend and server

* Refactored code

* Update ee-frontend submodule reference

* Removed leading and trailing icon width

* chore: update subproject commit reference in server/ee to latest version

* Refactor page menu styling part to make it reusable for mobile view

* Integrate Shacn Sidebar component in page menu for mobile view

* Update submodule references

* fix: merge issues and minor bugs

* Update frontend/src/_styles/pages-sidebar.scss

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* update submodule ref

* fixed: custom validation working for dropdown inside the listview

* update submodule references

* Fix: Broken app logo in editor incase app logo url is incorrect

* Fix: Default styles

* update submodule reference

* Fix: Implement changes for legacy modal as well

* Fix: Change state logic to dom manipulation logic on canvas scroll to prevent unnecessary re-renders

* Fix: Change default border color to cc-Border/weak

* Fix: Remove max width on overflow menu in horizontal page menu and prevent right sidebar to open on toggling page groups in overflow menu

* Fix: Box shadow should only be visible for horizontal page menu only when canvas is scrolled and not on top

* Update submodule references

* Feat: Add support for icon in modal trigger

* Update frontend/src/AppBuilder/Widgets/ModalV2/ModalV2.jsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update frontend/src/AppBuilder/Widgets/ModalV2/helpers/stylesFactory.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* chore: update subproject commit reference in frontend/ee

* refactor: clean up controller methods and remove unused streamHistory and getEvents methods

* chore: update subproject commit reference in frontend/ee

* update submodule references

* Fix: Scrollbar behaviour in vertical page menu

* Fix: Group closes on selecting a page on vertical page menu

* Remove log

* fix: update BoundedBox widget styles and fix class names; add datepicker styles

* feat: add permission checks based on selected data source scope in QueryCard component

* Border weak added to containers

* Added border weak to table and code editor

* fix: enhance error handling in streamHistoryUpdates and update subproject reference

* fix: fixed the bug on app history in capturing the query deletion

* fix: Fixed unknown component issue while adding an event in query and pages. Added resolveEntityName method to handle entity name resolution for components, queries, and pages

* feat: Add captureSettingsUpdateHistory method to log app version settings updates

* fix: pageSettings were not properly restored while restoring the app history and version change

* fix: Enhance settings update history capture with action type differentiation

* feat: Optimize layout updates by batching component layout changes

* fix: Prevent redundant canvasHeight updates when the value is unchanged

* Changed default size of container based components to that of form

* Organized accordians for ModalV2, Form and Container and added divider colors

* Added container styles to some components

* style: Update padding and spacing in app history styles for improved layout

* chore: Update subproject commit reference for frontend/ee

* chore: Update subproject commit references for frontend and server

* Fix: update hover effect for app name display in EditAppName component

* Fix: remove redundant darkMode prop from FormField component

* fix: add !important to primary color for rc-slider track and handle

* feat: implement batching for form component updates and layout changes

* feat: enhance form component handling with batching and parent ID extraction

* Update submodule references

* Fix: Page of type app or url gets converted to default page on app import

* feat: enhance page cloning with history capture functionality

* fix: optimize parent change detection to prevent unnecessary batch updates during drag operations

* feat: optimize query saving logic to skip unnecessary updates for name changes

* Fix: Group not selected after nested page selection until hovered in horizontal menu

* Revert "Revert "[refactor]: Fix leftsidebar on opening disturbing the scroll""

This reverts commit d712c47f9c.

* Fix: Navigation menu disappears when view switched between desktop and mobile view in editor

* update ee-server submodule ref

* update submodule references

* Fix: Icon alignment issue

* Reverted default sizes for calendar & kanban and made header title center aligned for form and container

* feat: implement bulk creation of event handlers and optimize component event handling

* chore: update subproject commit reference in frontend/ee

* Revert "POC for removing overlap prevention logic if not enough space present,  incase user clicks somewhere to respect click position"

This reverts commit 8aec525e9a.

* feat: disable client overlay in webpack configuration

* update the submodule refs

* update submodule refs

* update submodule reference for server/ee

* refactor: rename `defaultDataSources` prop to `staticDataSources` in `DataSourceSelect` component.

* update submodule refs

* feat: add AppHistoryStreamService to manage app history streaming

* update submodule reference for server/ee

* update submodule reference for server/ee

* fix: add null check in onHideSideEffects and remove unnecessary !important from sidebar height

* fix: update submodule reference for server/ee

* Fix: Page menu header overflowing the canvas on app mode change

* Fix: Canvas width changes on opening left and right sidebar when page menu is side aligned and opened

* Fix: App logo and name getting wrapped to new line in mobile view

* chore: update submodule to latest commit ddc3418f for server/ee

* Fix: Released app mobile view

* Fix: sidebar footer getting cutoff in mobile view

* chore: update submodules for frontend and server to latest commits

* Update ee-server submodule reference

* Update ee-server submodule reference

* Button accordian renamed to trigger button

* Migrations added

* Migrations added

* Submodule update

* Comments resolved

---------

Co-authored-by: Kavin Venkatachalam <kavin.saratha@gmail.com>
Co-authored-by: devanshu052000 <devanshu.rastogi05@gmail.com>
Co-authored-by: Rudhra Deep Biswas <rudra21ultra@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: manishkushare <kushare.manish9@gmail.com>
Co-authored-by: Johnson Cherian <johnsonc.dev@gmail.com>
Co-authored-by: Nishidh Jain <nishidhjain909@gmail.com>
Co-authored-by: Kavin Venkatachalam <50441969+kavinvenkatachalam@users.noreply.github.com>
2025-12-19 14:31:49 +05:30
..
1625814801430-UpdateDefinitionsForEvents.ts Initial commit 2025-02-25 12:22:50 +05:30
1629971478272-UpdateDefinitionsForTableActionEvent.ts Initial commit 2025-02-25 12:22:50 +05:30
1630003364070-TurnOnSSLForEveryPostgresDataSource.ts Feature - Multi Environment support (#4833) 2022-12-09 20:23:42 +05:30
1632468258787-PopulateUserGroupsFromOrganizationRoles.ts Initial commit 2025-02-25 12:22:50 +05:30
1633370361564-SetShowBulkSelectorToTrue.ts Initial commit 2025-02-25 12:22:50 +05:30
1633431766605-SetHighlightSelectedRowToFalseForExistingTables.ts Initial commit 2025-02-25 12:22:50 +05:30
1634729050892-BackfillAppCreateAndAppDeletePermissionsAsTruthyForAdminGroup.ts Initial commit 2025-02-25 12:22:50 +05:30
1634848932643-SetTableCellSpacingToCompact.ts Initial commit 2025-02-25 12:22:50 +05:30
1636372753632-RebaseWidgetWidthAndLeftOffsetForResponsiveCanvas.ts feat(logging): integrate transaction logging across various guards and services 2025-09-19 02:08:49 +05:30
1636609569079-BackfillFolderCreatePermissionsAsTruthyForAdminGroup.ts Initial commit 2025-02-25 12:22:50 +05:30
1638255797809-SetLoadingStateToFalseForExistingTables.ts Initial commit 2025-02-25 12:22:50 +05:30
1638796825499-BackfillFolderCreatePermissionsAsTruthyForMissedAdminGroup.ts Initial commit 2025-02-25 12:22:50 +05:30
1638941376844-SetMultiselectProperties.ts Initial commit 2025-02-25 12:22:50 +05:30
1639038616546-UpdateDefinitionsForGlobalSettings.ts Initial commit 2025-02-25 12:22:50 +05:30
1639734070615-BackfillDataSourcesAndQueriesForAppVersions.ts Cloud licensing related changes (#13033) 2025-07-02 10:57:36 +05:30
1640683693031-BackfillCalendarWeekDateFormat.ts Initial commit 2025-02-25 12:22:50 +05:30
1641446596775-SetImageBorderTypeToNone.ts Initial commit 2025-02-25 12:22:50 +05:30
1644229722021-SetFxActiveToTrueForFxFieldsConvertedToUI.ts Initial commit 2025-02-25 12:22:50 +05:30
1650485473528-PopulateSSOConfigs.ts Platform LTS Final fixes (#13221) 2025-07-09 22:36:41 +05:30
1651820577708-PopulateTextSize.ts Initial commit 2025-02-25 12:22:50 +05:30
1653472569828-addedInstructionTextPropInFilePickerWidget.ts Initial commit 2025-02-25 12:22:50 +05:30
1653474337657-BackfillFolderDeleteFolderUpdatePermissionsAsTruthyForAdminGroup.ts Initial commit 2025-02-25 12:22:50 +05:30
1654150855780-BackfillAddOrgEnvironmentVariablesGroupPermissions.ts Initial commit 2025-02-25 12:22:50 +05:30
1654596810662-ConvertAllUserEmailsToLowercaseAndDeleteDuplicateUsers.ts Initial commit 2025-02-25 12:22:50 +05:30
1655279771926-listViewWidgetAddingBorderRadiusProperty.ts Initial commit 2025-02-25 12:22:50 +05:30
1656061763136-modal-properties.ts Initial commit 2025-02-25 12:22:50 +05:30
1656924847186-addingCssPropsToTextWidget.ts Initial commit 2025-02-25 12:22:50 +05:30
1661331234770-RestructureTableColumnSizesAndActionsToHaveAValueKeyThatPointsToItsContents.ts Initial commit 2025-02-25 12:22:50 +05:30
1663581777527-ModalWidget-size.ts Initial commit 2025-02-25 12:22:50 +05:30
1663689836425-instanceSettings.ts Initial commit 2025-02-25 12:22:50 +05:30
1666814745413-updateUserStatus.ts Initial commit 2025-02-25 12:22:50 +05:30
1667076251897-BackfillDataSources.ts Initial commit 2025-02-25 12:22:50 +05:30
1668521091918-ChangeDefinitionStructureForMultiPage.ts Initial commit 2025-02-25 12:22:50 +05:30
1669054493160-moveDataSourceOptionsToEnvironment.ts Cloud licensing related changes (#13033) 2025-07-02 10:57:36 +05:30
1669055405494-removePluginFromDataQuery.ts fix for app preview error (#4994) 2022-12-15 16:01:10 +05:30
1669293520796-ConnectExistingCommentThreadsToPageIds.ts Initial commit 2025-02-25 12:22:50 +05:30
1669919175280-removeRepetitionInDataSourceAndQuery.ts [Feature] :: Global datasources (#5504) 2023-03-24 21:41:21 +05:30
1675368628629-AddAppVersionIdColumnToDataQueries.ts [Feature] :: Global datasources (#5504) 2023-03-24 21:41:21 +05:30
1675368628726-BackfillAppVersionToDataQueries.ts [Feature] :: Global datasources (#5504) 2023-03-24 21:41:21 +05:30
1675844361117-CleanupDataSourceOptionData.ts [Feature] :: Global datasources (#5504) 2023-03-24 21:41:21 +05:30
1675844361118-MigrateEnvironmentsUnderWorkspace.ts Initial commit 2025-02-25 12:22:50 +05:30
1676545162064-BackfillRunpyDatasources.ts [Feature] :: Global datasources (#5504) 2023-03-24 21:41:21 +05:30
1677822012965-AlterOrganizationIdInAppEnvironments.ts Initial commit 2025-02-25 12:22:50 +05:30
1679604241777-ReplaceTooljetDbTableNamesWithId.ts Initial commit 2025-02-25 12:22:50 +05:30
1680789366109-backfillDatasourceAdminPermissions.ts [fix/modularisation] Fixed the white-label store helper issue and changed EDITION to TOOLJET_EDITION (#12044) 2025-02-25 17:58:43 +05:30
1681463532466-addMultipleEnvForCEcreatedApps.ts Fix for CE Migration - added environments (#14811) 2025-12-15 22:31:31 +05:30
1682011503431-AddNewColumnsToInstanceSettings.ts Initial commit 2025-02-25 12:22:50 +05:30
1682045191971-BackfillInstanceSettingsColumns.ts Initial commit 2025-02-25 12:22:50 +05:30
1683022868045-environmentDataSourceMappingFix.ts Cloud licensing related changes (#13033) 2025-07-02 10:57:36 +05:30
1683136077244-AddUniqueConstraintToWorkspaceName.ts Initial commit 2025-02-25 12:22:50 +05:30
1683148731897-BackfillLicenseKeyFromEnv.ts Initial commit 2025-02-25 12:22:50 +05:30
1684145489093-AddUniqueConstraintToFolderName.ts Initial commit 2025-02-25 12:22:50 +05:30
1684157120658-AddUniqueConstraintToAppName.ts Initial commit 2025-02-25 12:22:50 +05:30
1686826460358-BackFillAppEnvironmentsPriorityColumn.ts Initial commit 2025-02-25 12:22:50 +05:30
1686829426671-BackFillCurrentEnvironmentId.ts Initial commit 2025-02-25 12:22:50 +05:30
1687188169091-UpdateOracleDbOptionsWithInstantClientVersion.ts Initial commit 2025-02-25 12:22:50 +05:30
1687720044583-BackfillAddOrgEnvironmentConstantsGroupPermissions.ts Initial commit 2025-02-25 12:22:50 +05:30
1688977149516-ListviewDefaultMode.ts Initial commit 2025-02-25 12:22:50 +05:30
1690830899563-UpdateMysqlDatasourceForSocketConnection.ts Initial commit 2025-02-25 12:22:50 +05:30
1692973078520-CellSizeRegularCondensed.ts Initial commit 2025-02-25 12:22:50 +05:30
1692974311591-TableRowCellStyle.ts Initial commit 2025-02-25 12:22:50 +05:30
1693288308041-organizationUsersRemoveDuplicates.ts Initial commit 2025-02-25 12:22:50 +05:30
1693309526388-addUniqueKeyConstrainForOrganizationUsers.ts Initial commit 2025-02-25 12:22:50 +05:30
1693368672418-addEnableMultiplayerSettingsInInstanceSettings.ts Initial commit 2025-02-25 12:22:50 +05:30
1693574568333-AddWhiteLabelsInInstanceSettings.ts Initial commit 2025-02-25 12:22:50 +05:30
1696841694689-AddCommentsInInstanceSettings.ts Initial commit 2025-02-25 12:22:50 +05:30
1697107564294-UpdateFolderUniqueConstriant.ts Initial commit 2025-02-25 12:22:50 +05:30
1697473340856-MigrateAppsDefinitionSchemaTransition.ts Initial commit 2025-02-25 12:22:50 +05:30
1698223506925-AddUniqueAppSlugIfDontExist.ts Cloud licensing related changes (#13033) 2025-07-02 10:57:36 +05:30
1698737393421-UpdateCurrentEnvIdOfCeCreatedApps.ts Cloud licensing related changes (#13033) 2025-07-02 10:57:36 +05:30
1698841869350-PopulateCEOrgConstantsToOtherEnvs.ts Fix for CE Migration - added environments (#14811) 2025-12-15 22:31:31 +05:30
1698843356891-UpdateFirstUserAsSuperAdminForCEInstances.ts Cloud licensing related changes (#13033) 2025-07-02 10:57:36 +05:30
1702419267642-AddCustomLogoutUrl.ts Initial commit 2025-02-25 12:22:50 +05:30
1705379107714-AddAppNameAppTypeWorkspaceConstraint.ts Initial commit 2025-02-25 12:22:50 +05:30
1706012625969-AddEnableWorkspaceLoginConfigInInstanceSettings.ts Initial commit 2025-02-25 12:22:50 +05:30
1706012702739-AddEnableSignUpInInstanceSettings.ts Initial commit 2025-02-25 12:22:50 +05:30
1706012772483-AddAllowedDomainsInInstanceSettings.ts Initial commit 2025-02-25 12:22:50 +05:30
1706024347284-AddInstanceLevelSSOInSSOConfigs.ts Platform LTS Final fixes (#13221) 2025-07-09 22:36:41 +05:30
1706113492448-AddConfigScopeInInstanceSettings.ts Initial commit 2025-02-25 12:22:50 +05:30
1707466537651-MoveVisibilityDisabledStatesToProperties.ts Initial commit 2025-02-25 12:22:50 +05:30
1709618105785-EncryptValuesForExistingOrganizationConstants.ts Initial commit 2025-02-25 12:22:50 +05:30
1710780718114-AddGracePeriodExpiryDateColumnInOrganizationLicenseTable.ts Platform LTS Final fixes (#13221) 2025-07-09 22:36:41 +05:30
1711523460586-DisableSignUpIfPersonalWorkspaceNotAllowed.ts Initial commit 2025-02-25 12:22:50 +05:30
1711528858371-MoveTableVisibilityDisabledToStyles.ts Initial commit 2025-02-25 12:22:50 +05:30
1713874179417-subscriptionImprovements.ts Cloud licensing related changes (#13033) 2025-07-02 10:57:36 +05:30
1715105945504-ReplaceTjDbPrimaryKeyConstraintsForExistingTables.ts Initial commit 2025-02-25 12:22:50 +05:30
1715248567720-MoveCheckboxToggleDisabledToProperties.ts Initial commit 2025-02-25 12:22:50 +05:30
1716551121164-addSMTPConfigsToTable.ts Cloud licensing related changes (#13033) 2025-07-02 10:57:36 +05:30
1718100845287-AddOrgThemesforOrganizations.ts Initial commit 2025-02-25 12:22:50 +05:30
1718357264489-MoveHiddenFieldInAppVersionsToPageSettings.ts fix page menu UI and settings 2024-10-22 17:08:53 +05:30
1718542399701-UpdateInternalTablesConfigurationsColumn.ts Initial commit 2025-02-25 12:22:50 +05:30
1720352990850-CreateDefaultGroupInExistingWorkspace.ts Cloud licensing related changes (#13033) 2025-07-02 10:57:36 +05:30
1720365772516-AddingUsersToRespectiveRolesBuilderAndEndUsers.ts Initial commit 2025-02-25 12:22:50 +05:30
1720434737529-MigrateCustomGroupToNewUserGroup.ts Cloud licensing related changes (#13033) 2025-07-02 10:57:36 +05:30
1720513124281-DropGroupPermissionsOlderRelatedTables.ts moves migration to data migrations 2024-07-11 11:15:22 +05:30
1721236971725-MoveToolJetDatabaseTablesFromPublicToTenantSchema.ts Hotfix: ToolJet database can't create a new role if the password severity is set too high on the database server. (#13908) 2025-08-22 17:35:11 +05:30
1722357931487-AddTypeAsConstantForExistingOrgConsts.ts Feature: Secret constants + Bug fixes for resolution of constants and secrets (#10551) 2024-09-23 11:00:36 +05:30
1722619519787-addSMTPFromEmailToInstanceSettings.ts Initial commit 2025-02-25 12:22:50 +05:30
1722661249798-instanceSettingsDataTypeCorrection.ts Initial commit 2025-02-25 12:22:50 +05:30
1723636080272-AddAutomaticSSOLoginInInstanceSettings.ts Initial commit 2025-02-25 12:22:50 +05:30
1724060238202-addAppThemsv2Fields.ts Initial commit 2025-02-25 12:22:50 +05:30
1724931663807-AddOrganizationIdInUserDetails.ts Initial commit 2025-02-25 12:22:50 +05:30
1726649944702-AddConnectionTypeToSampleDataSources.ts Cloud licensing related changes (#13033) 2025-07-02 10:57:36 +05:30
1731279588337-ReplaceTheSampleDBConnectionValues.ts Cloud licensing related changes (#13033) 2025-07-02 10:57:36 +05:30
1731283187529-PopulateManualConnectionTypeForOldPostgresDs.ts optimise postgres data migration query (#658) 2024-11-11 22:54:39 +05:30
1732273175402-AddSMTPEnvConfiguredToTable.ts Cloud licensing related changes (#13033) 2025-07-02 10:57:36 +05:30
1733771653728-MoveVisibilityDisabledStatesToPropertiesDaterangePicker.ts Daterangepicker tooltip migration added 2025-07-18 01:03:55 +05:30
1736448327127-MoveVisibilityDisabledStatesToPropertiesTextarea.ts Merge conflicts resolved 2025-03-12 12:31:02 +05:30
1736921797727-MoveInstanceWhiteLabelsToWhiteLabelsEntity.ts Cloud licensing related changes (#13033) 2025-07-02 10:57:36 +05:30
1737039401111-UpdateVisibilityFrIconComponent.ts added box shadow 2025-04-04 15:28:05 +05:30
1737041314335-UpdateVisibilityDisabledTooltipPaddingShapeForImageComponent.ts Image migration fix 2025-07-18 00:43:03 +05:30
1738759782116-AddPlanToOrganizationLicense.ts Cloud licensing related changes (#13033) 2025-07-02 10:57:36 +05:30
1738833975655-AddPlanToOrganizationSubscription.ts Cloud licensing related changes (#13033) 2025-07-02 10:57:36 +05:30
1740401100000-SetDefaultWorkspace.ts Platform LTS Final fixes (#13221) 2025-07-09 22:36:41 +05:30
1742215016773-InsertDataGithubSSH.ts Moving Git Module to Pre-Release (#12852) 2025-06-11 17:03:58 +05:30
1742369436314-StepsV2Migration.ts Fix migrations for file picker and Steps widget 2025-07-16 15:14:45 +05:30
1742369617678-EnforceNewBasicPlanLimits.ts fix: super admin issue 2025-05-07 13:07:55 +05:30
1742905945987-UpdateGlobalDataSources.ts migration fix 2025-07-11 10:53:52 +05:30
1743053824028-MoveVisibilityDisabledStatesDividerLink.ts fix 2025-03-27 11:56:28 +05:30
1745318714733-DeprecateLocalStaticDataSources.ts migration fixes (#13526) 2025-07-22 15:45:05 +05:30
1745409452884-AddMissingStaticDataSources.ts migration fixes (#13526) 2025-07-22 15:45:05 +05:30
1745409631920-AddDataSourceConstraintsForStatic.ts Deprecated static local data sources (#12687) 2025-06-22 12:59:13 +05:30
1746728238308-SetDefaultSessionTypeToUser.ts Secure PAT for AppEmbeddings (#12899) 2025-06-27 12:18:25 +05:30
1747338135635-BackfillSlackAppOption.ts Release: Marketplace sprint 12 (#13207) 2025-07-11 12:15:39 +05:30
1748331051836-AddAiGenerationFlagsInApp.ts Fix migration by add old file (#13327) 2025-07-10 22:46:53 +05:30
1748542504137-AddArtifactsTable.ts added the correct files for migration 2025-07-10 14:52:32 +05:30
1749711866124-MigrateEnabledFlagToProviderColumns.ts Feature edit git pulled apps/pre release (#13003) 2025-06-25 12:06:04 +05:30
1750659565297-MigrateHiddenValueFromBooleanToJson.ts Revamp pages in viewer and editor (#13022) 2025-06-27 17:36:32 +05:30
1750761058803-RenameTJDefaultThemeTOTooljet.ts Custom themes (#13064) 2025-06-27 18:12:34 +05:30
1751258388314-UpdateRestApiClientAuthInOauth.ts fix: token headers & client-auth dropdown (#14082) 2025-10-22 15:19:20 +05:30
1751280222525-UpdateSalesforceSourceOptions.ts Enhance: Extract OAuth 2.0 flow for Salesforce & Snowflake (#13529) 2025-07-23 22:18:50 +05:30
1751283157638-MoveHideHeaderAndAddPositionToPageSettings.ts fix: migration and design changes 2025-07-10 15:18:01 +05:30
1751315254641-BackfillDynamicOptionsPropertyForTabs.ts Tabs migration 2025-07-12 10:57:01 +05:30
1751342006499-UpdateSnowflakeSourceOptions.ts Enhance: Extract OAuth 2.0 flow for Salesforce & Snowflake (#13529) 2025-07-23 22:18:50 +05:30
1752298708040-RenameTooljetThemeToToolJet.ts Custom themes migration 2025-07-12 11:17:03 +05:30
1752307477010-AddMissingSurfaceThemeToDefault.ts Theme surface migration added 2025-07-13 11:40:35 +05:30
1752403387878-MigrateFormVisibilityHeaderFooterProperties.ts fix footer 2025-07-15 21:07:46 +05:30
1752404494845-MigrateContainerVisibilityProperties.ts separate migrations 2025-07-13 16:47:41 +05:30
1752434805432-MigrateVisibilityDisabledHighlightedStatesForTabs.ts Tabs migration for disabled states 2025-07-14 01:15:49 +05:30
1752568937074-MigrationVisibilityDisabledStateFilepicker.ts Fix file picker migration for maxFilecount, maxSize, minSize 2025-07-17 22:33:56 +05:30
1752624000001-MigrateGroupSyncData.ts Instance level OIDC common file changes (#12925) 2025-06-19 14:37:45 +05:30
1752749046662-EncrpyGoogleCalendarClientSecret.ts Fix class issue (#13572) 2025-07-31 14:41:00 +05:30
1754048735123-MigrateSSHBranchColumnData.ts Git sync data migration issue (#13611) 2025-08-01 20:32:44 +05:30
1754379601025-StatisticsVersion2.ts update default value of Secondary Label, Secondary Content Alignment & Icon Direction for Statistics 2.0 component 2025-08-22 12:28:37 +05:30
1754940735810-DeprecateInputWidgetTypeOfField.ts Fix 2025-08-20 14:43:54 +05:30
1754999194042-UpdateWorkflowPermissionsForAdminAndBuilder.ts Merge pull request #13780 from ToolJet/fix/bugs-11 2025-08-12 22:49:40 +05:30
1756697039957-UpdateStatusCodeDefaultValueForWorkflowResponseNode.ts Fix: Implement batch processing in migration and show progress 2025-09-08 02:34:24 +05:30
1756792368199-MigrateStarRatingProperties.ts fix migration 2025-09-03 17:06:43 +05:30
1756814928001-MoveVisibilityAndSetAdvancedTrueForTags.ts Refactors Tags component with improved styling and events 2025-09-02 02:18:03 +05:30
1756814928003-MoveVisibilityForHtmlComponent.ts Adds box shadow styling support to HTML widget 2025-09-10 00:55:30 +05:30
1757501461678-UpdateOrganizationAiCredits.ts isValid check and copywriting 2025-09-19 15:10:44 +05:30
1757505548285-UpdateSelfhostAiCredits.ts isValid check and copywriting 2025-09-19 15:10:44 +05:30
1758009004418-AddWorkflowGranularPermissionsToExistingAdminGroups.ts feat: wrap migration logic in dbTransactionWrap for better error handling 2025-09-16 17:33:13 +05:30
1758192692905-AddApiKeytoSelfhostCustomer.ts ADD adpi key to selfhost customer (#14111) 2025-09-18 16:31:06 +05:30
1758457644900-MigrateCircularProgressbarProperties.ts Migration added 2025-09-21 22:55:58 +05:30
1758569631987-UpdateTooltipForKanbanComponent.ts Fix: Change 'General' property heading to 'Additional Actions' 2025-09-23 10:18:13 +05:30
1758793442013-UpdateAppVersionStatusAndFields.ts Feature/draft versioning support (#14284) 2025-12-05 22:13:00 +05:30
1759169380218-BackfillGoogleSheetDatasourceAuthenticationType.ts Feat: Support for service account authentication in google sheet datasource (#14209) 2025-10-08 14:34:05 +05:30
1760693571486-BackfillMicrosoftGraphDatasourceScopeToHaveOfflineAccessForRefreshToken.ts Hotfix: Microsoft graph datasource refresh token flow (#14344) 2025-10-17 22:11:19 +05:30
1761556597329-AddGrantTypeKeyInSSOConfig.ts Feat: OIDC PKCE flow (#14407) 2025-10-31 15:29:20 +05:30
1762517351039-PopulateOIDCCustomScopes.ts Implemented group sync in for SAML and also changed border weak in default tooljet theme on platform (#14574) 2025-11-17 22:46:15 +05:30
1762770971766-RenameGrantTypeKeyInSSOConfig.ts Fix: Casing issue of grant-type in SSO configs (#14545) 2025-11-10 23:51:40 +05:30
1762960587101-AddGroupSyncEnabledToSAMLConfigs.ts Implemented group sync in for SAML and also changed border weak in default tooljet theme on platform (#14574) 2025-11-17 22:46:15 +05:30
1764047424500-BackfillMongoDBDatasourceNewFields.ts MongoDB connection with srv support (#14626) 2025-12-10 15:06:10 +05:30
1764930484535-UpdateShowFlagForCurrencyInput.ts feat: add show currency flag option (#14690) 2025-12-19 14:26:24 +05:30
1765313746517-BackfillDefaultComponentStyles.ts Style enhancements (#14627) 2025-12-19 14:31:49 +05:30
1765358668387-UpdateDefaultThemeBorderWeakValue.ts Style enhancements (#14627) 2025-12-19 14:31:49 +05:30
LockMigrationsTable1.ts all: fix spelling (#4326) 2022-10-11 13:46:40 +05:30
LockMigrationsTable2.ts Hotfix: Split data and db migrations (#3610) 2022-07-14 14:03:21 +05:30