From 27cb686216b08b26763645d21d61e090d99b2b7b Mon Sep 17 00:00:00 2001 From: carlosmonastyrski Date: Fri, 20 Jun 2025 21:26:12 -0300 Subject: [PATCH] feat(secret-sync): Fix frontend file names --- .../{GitlabSyncFields.tsx => GitLabSyncFields.tsx} | 0 .../{GitlabSyncReviewFields.tsx => GitLabSyncReviewFields.tsx} | 0 .../{GitlabConnectionForm.tsx => GitLabConnectionForm.tsx} | 0 ...{GitlabSyncDestinationCol.tsx => GitLabSyncDestinationCol.tsx} | 0 ...yncDestinationSection.tsx => GitLabSyncDestinationSection.tsx} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename frontend/src/components/secret-syncs/forms/SecretSyncDestinationFields/{GitlabSyncFields.tsx => GitLabSyncFields.tsx} (100%) rename frontend/src/components/secret-syncs/forms/SecretSyncReviewFields/{GitlabSyncReviewFields.tsx => GitLabSyncReviewFields.tsx} (100%) rename frontend/src/pages/organization/AppConnections/AppConnectionsPage/components/AppConnectionForm/{GitlabConnectionForm.tsx => GitLabConnectionForm.tsx} (100%) rename frontend/src/pages/secret-manager/IntegrationsListPage/components/SecretSyncsTab/SecretSyncTable/SecretSyncDestinationCol/{GitlabSyncDestinationCol.tsx => GitLabSyncDestinationCol.tsx} (100%) rename frontend/src/pages/secret-manager/SecretSyncDetailsByIDPage/components/SecretSyncDestinationSection/{GitlabSyncDestinationSection.tsx => GitLabSyncDestinationSection.tsx} (100%) diff --git a/frontend/src/components/secret-syncs/forms/SecretSyncDestinationFields/GitlabSyncFields.tsx b/frontend/src/components/secret-syncs/forms/SecretSyncDestinationFields/GitLabSyncFields.tsx similarity index 100% rename from frontend/src/components/secret-syncs/forms/SecretSyncDestinationFields/GitlabSyncFields.tsx rename to frontend/src/components/secret-syncs/forms/SecretSyncDestinationFields/GitLabSyncFields.tsx diff --git a/frontend/src/components/secret-syncs/forms/SecretSyncReviewFields/GitlabSyncReviewFields.tsx b/frontend/src/components/secret-syncs/forms/SecretSyncReviewFields/GitLabSyncReviewFields.tsx similarity index 100% rename from frontend/src/components/secret-syncs/forms/SecretSyncReviewFields/GitlabSyncReviewFields.tsx rename to frontend/src/components/secret-syncs/forms/SecretSyncReviewFields/GitLabSyncReviewFields.tsx diff --git a/frontend/src/pages/organization/AppConnections/AppConnectionsPage/components/AppConnectionForm/GitlabConnectionForm.tsx b/frontend/src/pages/organization/AppConnections/AppConnectionsPage/components/AppConnectionForm/GitLabConnectionForm.tsx similarity index 100% rename from frontend/src/pages/organization/AppConnections/AppConnectionsPage/components/AppConnectionForm/GitlabConnectionForm.tsx rename to frontend/src/pages/organization/AppConnections/AppConnectionsPage/components/AppConnectionForm/GitLabConnectionForm.tsx diff --git a/frontend/src/pages/secret-manager/IntegrationsListPage/components/SecretSyncsTab/SecretSyncTable/SecretSyncDestinationCol/GitlabSyncDestinationCol.tsx b/frontend/src/pages/secret-manager/IntegrationsListPage/components/SecretSyncsTab/SecretSyncTable/SecretSyncDestinationCol/GitLabSyncDestinationCol.tsx similarity index 100% rename from frontend/src/pages/secret-manager/IntegrationsListPage/components/SecretSyncsTab/SecretSyncTable/SecretSyncDestinationCol/GitlabSyncDestinationCol.tsx rename to frontend/src/pages/secret-manager/IntegrationsListPage/components/SecretSyncsTab/SecretSyncTable/SecretSyncDestinationCol/GitLabSyncDestinationCol.tsx diff --git a/frontend/src/pages/secret-manager/SecretSyncDetailsByIDPage/components/SecretSyncDestinationSection/GitlabSyncDestinationSection.tsx b/frontend/src/pages/secret-manager/SecretSyncDetailsByIDPage/components/SecretSyncDestinationSection/GitLabSyncDestinationSection.tsx similarity index 100% rename from frontend/src/pages/secret-manager/SecretSyncDetailsByIDPage/components/SecretSyncDestinationSection/GitlabSyncDestinationSection.tsx rename to frontend/src/pages/secret-manager/SecretSyncDetailsByIDPage/components/SecretSyncDestinationSection/GitLabSyncDestinationSection.tsx