mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
* added app_versions fields * added data migration for backward compatibility * added ce specific logic * fixed ce migration (need to dev-test) * moved to data migration * migration changes * added endpoint to create draft version * backend changes * added draft to app_import scenario * added version description * minor changes (needs improvement) * fixed breaking dropdown in editor * updated submodule commits * revert package.json * revert ui not used changes * submodule changes * reverting non used files * ui changes * ui changes * ui changes * ui changes * ui changes * copywriting changes * ui changes * ui changes * edit version modal changes * ui integration changes * added button solid and removed unused css * removed commented code from create version modal * updated button size to use large * ui changes * draft version modal changes * added sub-module commits to main * draft version endpoint changes * ui changes for draft version modal * fix breaking ui * ui changes for banner * minor ui changes * remove scss changes from themes file * removed unused components (cleanup) * removed unused components (pr cleanup) * draft version changes * create version modal changes * canvas banner fixes * comment creation logic * refactor: version dropdown * update endpoint changes * fix: promote logic * update submodule * fix: released version and create version modal * fix draft version creation * minor ui changes * minor backend fixes * tooltip changes * added all components in same folder * added minor comments * import fixes * refactor files * fix: overlay issues * fix: on version creation * fix ce bugs * bug fixes * bug fixes * bug fixes * add migrations * splitting changes for import export * minor fixes * draft version of adapter for import -export * git sync minor changes * removed updatedAt from data queries * bug fixes * backend changes * made field optional * added get all branch endpoint (pending to test) * migration changes * branch creation endpoint and dto changes * app_version util service changes * fixed version type changes * branching related changes * chore: Update submodule hash * added logic to allow only single draft version for branching feature * added default value as true for branching * added feature keys * minor changes * minor changes * minor fixes * initial branching support * minor changes * added created by field in app_versions table * minor changes * branching api fixes * bug fixes * minor fix * fix: auto-commit during version creation * chore: update frontend submodule hash * pull changes * fix: include organisationId in fetchPr * chore: update server submodule hash * minor fix (pending to dev test) * scss changes * remove git sync css from themes file * minor change * fix styling * fix: add copy-writing for main branch lockedbanner * chore: update frontend submodule hash * fix: version listing * chore: Update server submodule hash * fix banner lock * base merge * chore: update frontend submodule hash * fix: version listing * merge base * fix: add new prop in AppGitPushDto * chore: update frontend & server submodule hash * fix: auto-commit on promoting the default branch * fix: dropdown states * fix: dropdown states * fix: hide pull commit button from promoted environments * fix: enhance git sync handling for draft versions and improve version creation logic * fix: remove unnecessary whitespace in VersionManagerDropdown component * freeze state fixes * fix: correctly read branch author * chore: update frontend and backend submodule * fixes * fix: atomic changes during branch creation * fix: error propagation * fixed freeze state * refactor methods * submodule update * fix: update autoCommit default state and disable checkbox in CreateBranchModal; remove tooltips in LifecycleCTAButton * feat: enhance BranchDropdown and LifecycleCTAButton; update icons and styles; add Check2 icon * minor fixes * feat: update BranchDropdown to always show Create PR button; enhance CreateBranchModal to refresh versions and include releasedVersionId; improve CreateDraftVersionModal to refresh versions after creating a draft * chore: update subproject commit reference in server/ee * feat: enhance CreateDraftVersionModal to improve version selection logic and add debugging logs * chore: update server submodule * chore: update subproject commit reference in frontend/ee * update submodule * update submodule * chore: comment out import option label in BaseImportAppMenu * ce build fix * fixes * minor fixes * fixes build issues * Git Sync Phase2 Changes (#14886) * Feature: Adding co-relation-id mapping (#14621) * feat: add migration for co_relation_id column * minor cleanup * added entities and dummy util file * fix: Add co-relation column for events * fixed compilation issues * added fields * minor changes * added timestamp cleanups * modified existing migration t * minor updates in co_relation id changes * fix: update migration script * feat: map co-relation-id during pull * chore: update server submodule * fixed layout co_relation id issue * fixed migration changes * revert * timestamp fixes * minor fixes * minor fix * chore: update server submodule (#14755) --------- Co-authored-by: rohanlahori <rohanlahori99@gmail.com> * resolved merge conflicts * fixed app crashing * Feature/version tagging (#14903) * feat: add migration for co_relation_id column * minor cleanup * added entities and dummy util file * fix: Add co-relation column for events * fixed compilation issues * added fields * minor changes * added timestamp cleanups * modified existing migration t * minor updates in co_relation id changes * fix: update migration script * feat: map co-relation-id during pull * chore: update server submodule * fixed layout co_relation id issue * fixed migration changes * revert * timestamp fixes * minor fixes * minor fix * added migration * minor changes * migration fix * dto changes * fixes * feature: api call for github tags post saving version * chore: update frontend & server submodule hash * fix for sub-branch pull * minor fix * feat: send message in api call * chore: update frontend & server submodule hash * chore: update frontend submodule hash * chore: update frontend submodule hash * minor fixes in import flow * fix: remove await from createGit tag * chore: Update server & frontend submodule hash * save version before committing * removed all logs * removed unused console logs * removed logs * fixes * minor fixes * fixes * removed commit changes flow from draft versions * version id fix * minor fixes * added latest changes endpoint using app Name * co_relation_id fix * added co_relation id changes * fixed co_relation id import issue * minor ui fix * fixes for tag flow * version tag fixes * submodule commits --------- Co-authored-by: parthy007 <parthadhikari1812@gmail.com> * fixed appId issue * commented not used entity field * minor co_relation_id fix * auto-commit on app creation changes * normalize(folder-apps): enforce single folder per app using created_at * Changed message * feat: enhance branch and version management UI with improved styles and functionality * Toast message copywritin * git sync related things * feat: Add tooljet folder architecture to gitsync * fix: remove autocommit on app creation * chore: Update server and frontend submodules * git sync apps & folder restriction * chore: Update server and frontend submodules * fix: restrict app rename * feat: Add version dropdown on app import * chore: Update server submodule hash * moved some logic to util.service.ts * fix branch dropdown and draft button status * feat: Support saved version import on app name change * chore: Update server & frontend submodule hash * chore: Update server and frontend server submodule * fix: add flag to skip folder check * chore: Update server and frontend submodules * chore: Update frontend submodule hash * chore: Update frontend & server submodule hash * fix: version name in version dropdown of import modal * fix: sub module * chore: update server and frontend submodule hashes * fix: send correct version name * fix: retriggering of renaming listner * chore: Update frontend & server submodule hash * fix: latest commit on pull tab * rebase submodule * fix imported app version status * remove draft tag on version dropdown in modal * version desc. optional & app removel message & empty version push err message * fix: restrict app rename without draft version * chore: Update frontend & server submodule hash * fix: latest commit on pull modal * fixed the folder success toast (#15272) * fix: git commit on version creation * fix commit button states on valid/invalid license * chore: Update frontend & server submodule hash * fix: pull error text --------- Co-authored-by: Parth <108089718+parthy007@users.noreply.github.com> Co-authored-by: parthy007 <parthadhikari1812@gmail.com> Co-authored-by: Pratush <pratush@Pratushs-MacBook-Pro.local> Co-authored-by: Vijaykant Yadav <vjy239@gmail.com> Co-authored-by: Pratush <pratush@Pratushs-MBP.lan> Co-authored-by: YuktiGoyal02 <100783212+YuktiGoyal02@users.noreply.github.com> --------- Co-authored-by: rohanlahori <rohanlahori99@gmail.com> Co-authored-by: Vijaykant Yadav <vjy239@gmail.com> Co-authored-by: parthy007 <parthadhikari1812@gmail.com> Co-authored-by: Rohan Lahori <64496391+rohanlahori@users.noreply.github.com> Co-authored-by: Parth <108089718+parthy007@users.noreply.github.com> Co-authored-by: Pratush <pratush@Pratushs-MacBook-Pro.local> Co-authored-by: Pratush <pratush@Pratushs-MBP.lan> Co-authored-by: YuktiGoyal02 <100783212+YuktiGoyal02@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| 1625814801430-UpdateDefinitionsForEvents.ts | ||
| 1629971478272-UpdateDefinitionsForTableActionEvent.ts | ||
| 1630003364070-TurnOnSSLForEveryPostgresDataSource.ts | ||
| 1632468258787-PopulateUserGroupsFromOrganizationRoles.ts | ||
| 1633370361564-SetShowBulkSelectorToTrue.ts | ||
| 1633431766605-SetHighlightSelectedRowToFalseForExistingTables.ts | ||
| 1634729050892-BackfillAppCreateAndAppDeletePermissionsAsTruthyForAdminGroup.ts | ||
| 1634848932643-SetTableCellSpacingToCompact.ts | ||
| 1636372753632-RebaseWidgetWidthAndLeftOffsetForResponsiveCanvas.ts | ||
| 1636609569079-BackfillFolderCreatePermissionsAsTruthyForAdminGroup.ts | ||
| 1638255797809-SetLoadingStateToFalseForExistingTables.ts | ||
| 1638796825499-BackfillFolderCreatePermissionsAsTruthyForMissedAdminGroup.ts | ||
| 1638941376844-SetMultiselectProperties.ts | ||
| 1639038616546-UpdateDefinitionsForGlobalSettings.ts | ||
| 1639734070615-BackfillDataSourcesAndQueriesForAppVersions.ts | ||
| 1640683693031-BackfillCalendarWeekDateFormat.ts | ||
| 1641446596775-SetImageBorderTypeToNone.ts | ||
| 1644229722021-SetFxActiveToTrueForFxFieldsConvertedToUI.ts | ||
| 1650485473528-PopulateSSOConfigs.ts | ||
| 1651820577708-PopulateTextSize.ts | ||
| 1653472569828-addedInstructionTextPropInFilePickerWidget.ts | ||
| 1653474337657-BackfillFolderDeleteFolderUpdatePermissionsAsTruthyForAdminGroup.ts | ||
| 1654150855780-BackfillAddOrgEnvironmentVariablesGroupPermissions.ts | ||
| 1654596810662-ConvertAllUserEmailsToLowercaseAndDeleteDuplicateUsers.ts | ||
| 1655279771926-listViewWidgetAddingBorderRadiusProperty.ts | ||
| 1656061763136-modal-properties.ts | ||
| 1656924847186-addingCssPropsToTextWidget.ts | ||
| 1661331234770-RestructureTableColumnSizesAndActionsToHaveAValueKeyThatPointsToItsContents.ts | ||
| 1663581777527-ModalWidget-size.ts | ||
| 1663689836425-instanceSettings.ts | ||
| 1666814745413-updateUserStatus.ts | ||
| 1667076251897-BackfillDataSources.ts | ||
| 1668521091918-ChangeDefinitionStructureForMultiPage.ts | ||
| 1669054493160-moveDataSourceOptionsToEnvironment.ts | ||
| 1669055405494-removePluginFromDataQuery.ts | ||
| 1669293520796-ConnectExistingCommentThreadsToPageIds.ts | ||
| 1669919175280-removeRepetitionInDataSourceAndQuery.ts | ||
| 1675368628629-AddAppVersionIdColumnToDataQueries.ts | ||
| 1675368628726-BackfillAppVersionToDataQueries.ts | ||
| 1675844361117-CleanupDataSourceOptionData.ts | ||
| 1675844361118-MigrateEnvironmentsUnderWorkspace.ts | ||
| 1676545162064-BackfillRunpyDatasources.ts | ||
| 1677822012965-AlterOrganizationIdInAppEnvironments.ts | ||
| 1679604241777-ReplaceTooljetDbTableNamesWithId.ts | ||
| 1680789366109-backfillDatasourceAdminPermissions.ts | ||
| 1681463532466-addMultipleEnvForCEcreatedApps.ts | ||
| 1682011503431-AddNewColumnsToInstanceSettings.ts | ||
| 1682045191971-BackfillInstanceSettingsColumns.ts | ||
| 1683022868045-environmentDataSourceMappingFix.ts | ||
| 1683136077244-AddUniqueConstraintToWorkspaceName.ts | ||
| 1683148731897-BackfillLicenseKeyFromEnv.ts | ||
| 1684145489093-AddUniqueConstraintToFolderName.ts | ||
| 1684157120658-AddUniqueConstraintToAppName.ts | ||
| 1686826460358-BackFillAppEnvironmentsPriorityColumn.ts | ||
| 1686829426671-BackFillCurrentEnvironmentId.ts | ||
| 1687188169091-UpdateOracleDbOptionsWithInstantClientVersion.ts | ||
| 1687720044583-BackfillAddOrgEnvironmentConstantsGroupPermissions.ts | ||
| 1688977149516-ListviewDefaultMode.ts | ||
| 1690830899563-UpdateMysqlDatasourceForSocketConnection.ts | ||
| 1692973078520-CellSizeRegularCondensed.ts | ||
| 1692974311591-TableRowCellStyle.ts | ||
| 1693288308041-organizationUsersRemoveDuplicates.ts | ||
| 1693309526388-addUniqueKeyConstrainForOrganizationUsers.ts | ||
| 1693368672418-addEnableMultiplayerSettingsInInstanceSettings.ts | ||
| 1693574568333-AddWhiteLabelsInInstanceSettings.ts | ||
| 1696841694689-AddCommentsInInstanceSettings.ts | ||
| 1697107564294-UpdateFolderUniqueConstriant.ts | ||
| 1697473340856-MigrateAppsDefinitionSchemaTransition.ts | ||
| 1698223506925-AddUniqueAppSlugIfDontExist.ts | ||
| 1698737393421-UpdateCurrentEnvIdOfCeCreatedApps.ts | ||
| 1698841869350-PopulateCEOrgConstantsToOtherEnvs.ts | ||
| 1698843356891-UpdateFirstUserAsSuperAdminForCEInstances.ts | ||
| 1702419267642-AddCustomLogoutUrl.ts | ||
| 1705379107714-AddAppNameAppTypeWorkspaceConstraint.ts | ||
| 1706012625969-AddEnableWorkspaceLoginConfigInInstanceSettings.ts | ||
| 1706012702739-AddEnableSignUpInInstanceSettings.ts | ||
| 1706012772483-AddAllowedDomainsInInstanceSettings.ts | ||
| 1706024347284-AddInstanceLevelSSOInSSOConfigs.ts | ||
| 1706113492448-AddConfigScopeInInstanceSettings.ts | ||
| 1707466537651-MoveVisibilityDisabledStatesToProperties.ts | ||
| 1709618105785-EncryptValuesForExistingOrganizationConstants.ts | ||
| 1710780718114-AddGracePeriodExpiryDateColumnInOrganizationLicenseTable.ts | ||
| 1711523460586-DisableSignUpIfPersonalWorkspaceNotAllowed.ts | ||
| 1711528858371-MoveTableVisibilityDisabledToStyles.ts | ||
| 1713874179417-subscriptionImprovements.ts | ||
| 1715105945504-ReplaceTjDbPrimaryKeyConstraintsForExistingTables.ts | ||
| 1715248567720-MoveCheckboxToggleDisabledToProperties.ts | ||
| 1716551121164-addSMTPConfigsToTable.ts | ||
| 1718100845287-AddOrgThemesforOrganizations.ts | ||
| 1718357264489-MoveHiddenFieldInAppVersionsToPageSettings.ts | ||
| 1718542399701-UpdateInternalTablesConfigurationsColumn.ts | ||
| 1720352990850-CreateDefaultGroupInExistingWorkspace.ts | ||
| 1720365772516-AddingUsersToRespectiveRolesBuilderAndEndUsers.ts | ||
| 1720434737529-MigrateCustomGroupToNewUserGroup.ts | ||
| 1720513124281-DropGroupPermissionsOlderRelatedTables.ts | ||
| 1721236971725-MoveToolJetDatabaseTablesFromPublicToTenantSchema.ts | ||
| 1722357931487-AddTypeAsConstantForExistingOrgConsts.ts | ||
| 1722619519787-addSMTPFromEmailToInstanceSettings.ts | ||
| 1722661249798-instanceSettingsDataTypeCorrection.ts | ||
| 1723636080272-AddAutomaticSSOLoginInInstanceSettings.ts | ||
| 1724060238202-addAppThemsv2Fields.ts | ||
| 1724931663807-AddOrganizationIdInUserDetails.ts | ||
| 1726649944702-AddConnectionTypeToSampleDataSources.ts | ||
| 1731279588337-ReplaceTheSampleDBConnectionValues.ts | ||
| 1731283187529-PopulateManualConnectionTypeForOldPostgresDs.ts | ||
| 1732273175402-AddSMTPEnvConfiguredToTable.ts | ||
| 1733274999001-AddEnvironmentPermissions.ts | ||
| 1733275000001-BackfillEnvironmentPermissionsForBuilders.ts | ||
| 1733771653728-MoveVisibilityDisabledStatesToPropertiesDaterangePicker.ts | ||
| 1735689600000-MigrateJsBundleContentToBinary.ts | ||
| 1736448327127-MoveVisibilityDisabledStatesToPropertiesTextarea.ts | ||
| 1736921797727-MoveInstanceWhiteLabelsToWhiteLabelsEntity.ts | ||
| 1737039401111-UpdateVisibilityFrIconComponent.ts | ||
| 1737041314335-UpdateVisibilityDisabledTooltipPaddingShapeForImageComponent.ts | ||
| 1738759782116-AddPlanToOrganizationLicense.ts | ||
| 1738833975655-AddPlanToOrganizationSubscription.ts | ||
| 1740401100000-SetDefaultWorkspace.ts | ||
| 1742215016773-InsertDataGithubSSH.ts | ||
| 1742369436314-StepsV2Migration.ts | ||
| 1742369617678-EnforceNewBasicPlanLimits.ts | ||
| 1742905945987-UpdateGlobalDataSources.ts | ||
| 1743053824028-MoveVisibilityDisabledStatesDividerLink.ts | ||
| 1745318714733-DeprecateLocalStaticDataSources.ts | ||
| 1745409452884-AddMissingStaticDataSources.ts | ||
| 1745409631920-AddDataSourceConstraintsForStatic.ts | ||
| 1746728238308-SetDefaultSessionTypeToUser.ts | ||
| 1747338135635-BackfillSlackAppOption.ts | ||
| 1748331051836-AddAiGenerationFlagsInApp.ts | ||
| 1748542504137-AddArtifactsTable.ts | ||
| 1749711866124-MigrateEnabledFlagToProviderColumns.ts | ||
| 1750659565297-MigrateHiddenValueFromBooleanToJson.ts | ||
| 1750761058803-RenameTJDefaultThemeTOTooljet.ts | ||
| 1751258388314-UpdateRestApiClientAuthInOauth.ts | ||
| 1751280222525-UpdateSalesforceSourceOptions.ts | ||
| 1751283157638-MoveHideHeaderAndAddPositionToPageSettings.ts | ||
| 1751315254641-BackfillDynamicOptionsPropertyForTabs.ts | ||
| 1751342006499-UpdateSnowflakeSourceOptions.ts | ||
| 1752298708040-RenameTooljetThemeToToolJet.ts | ||
| 1752307477010-AddMissingSurfaceThemeToDefault.ts | ||
| 1752403387878-MigrateFormVisibilityHeaderFooterProperties.ts | ||
| 1752404494845-MigrateContainerVisibilityProperties.ts | ||
| 1752434805432-MigrateVisibilityDisabledHighlightedStatesForTabs.ts | ||
| 1752568937074-MigrationVisibilityDisabledStateFilepicker.ts | ||
| 1752624000001-MigrateGroupSyncData.ts | ||
| 1752749046662-EncrpyGoogleCalendarClientSecret.ts | ||
| 1754048735123-MigrateSSHBranchColumnData.ts | ||
| 1754379601025-StatisticsVersion2.ts | ||
| 1754940735810-DeprecateInputWidgetTypeOfField.ts | ||
| 1754999194042-UpdateWorkflowPermissionsForAdminAndBuilder.ts | ||
| 1756697039957-UpdateStatusCodeDefaultValueForWorkflowResponseNode.ts | ||
| 1756792368199-MigrateStarRatingProperties.ts | ||
| 1756814928001-MoveVisibilityAndSetAdvancedTrueForTags.ts | ||
| 1756814928003-MoveVisibilityForHtmlComponent.ts | ||
| 1757501461678-UpdateOrganizationAiCredits.ts | ||
| 1757505548285-UpdateSelfhostAiCredits.ts | ||
| 1758009004418-AddWorkflowGranularPermissionsToExistingAdminGroups.ts | ||
| 1758192692905-AddApiKeytoSelfhostCustomer.ts | ||
| 1758457644900-MigrateCircularProgressbarProperties.ts | ||
| 1758569631987-UpdateTooltipForKanbanComponent.ts | ||
| 1758793442013-UpdateAppVersionStatusAndFields.ts | ||
| 1759169380218-BackfillGoogleSheetDatasourceAuthenticationType.ts | ||
| 1760693571486-BackfillMicrosoftGraphDatasourceScopeToHaveOfflineAccessForRefreshToken.ts | ||
| 1761556597329-AddGrantTypeKeyInSSOConfig.ts | ||
| 1762517351039-PopulateOIDCCustomScopes.ts | ||
| 1762770971766-RenameGrantTypeKeyInSSOConfig.ts | ||
| 1762960587101-AddGroupSyncEnabledToSAMLConfigs.ts | ||
| 1763837608217-AddLdapGroupSyncToggle.ts | ||
| 1764047424500-BackfillMongoDBDatasourceNewFields.ts | ||
| 1764930484535-UpdateShowFlagForCurrencyInput.ts | ||
| 1765313746517-BackfillDefaultComponentStyles.ts | ||
| 1765358668387-UpdateDefaultThemeBorderWeakValue.ts | ||
| 1765958549099-AddGranularDomainSettings.ts | ||
| 1767856819817-BackfillCommonBackgroundColorForTabs.ts | ||
| 1769151383974-NormalizeFolderAppsKeepFirstCreatedMappingPerApp.ts | ||
| 1769163530336-MigrateVisibilityDisabledStatesForIFrame.ts | ||
| 1769580578105-currency-input-number-format.ts | ||
| 1770286858475-BackfillShowClearToggle.ts | ||
| 1770370074631-update-salesforce-queryoptions-soql_query-to-query.ts | ||
| LockMigrationsTable1.ts | ||
| LockMigrationsTable2.ts | ||