fix: commit semantic repair changes

This commit is contained in:
2026-03-21 11:22:25 +03:00
parent b11e35b451
commit 81406bc2e2
272 changed files with 4603 additions and 1668 deletions

View File

@@ -4,7 +4,7 @@
@PURPOSE: UI для выбора и создания веток Git.
@LAYER: Component
@RELATION: CALLS -> gitService.getBranches
@RELATION: CALLS -> gitService.checkoutBranch
@RELATION: CALLS -> GitServiceBranch
@RELATION: CALLS -> gitService.createBranch
@RELATION: BINDS_TO -> onchange
-->

View File

@@ -1,12 +1,14 @@
<!-- [DEF:CommitModal:Component] -->
<!--
@UX_STATE: Loading -> Default
@COMPLEXITY: 3
@SEMANTICS: git, commit, modal, version_control, diff
@PURPOSE: Модальное окно для создания коммита с просмотром изменений (diff).
@LAYER: Component
@RELATION: CALLS -> gitService.commit
@RELATION: CALLS -> gitService.getStatus
@RELATION: CALLS -> gitService.getDiff
@RELATION: CALLS -> GitService
@RELATION: CALLS -> GitService
@RELATION: CALLS -> GitService
@RELATION: DISPATCHES -> commit
-->

View File

@@ -3,7 +3,7 @@
@SEMANTICS: deployment, git, environment, modal
@PURPOSE: Modal for deploying a dashboard to a target environment.
@LAYER: Component
@RELATION: CALLS -> frontend/src/services/gitService.js
@RELATION: CALLS -> GitService
@RELATION: DISPATCHES -> deploy
@INVARIANT: Cannot deploy without a selected environment.

View File

@@ -1,4 +1,4 @@
// [DEF:frontend.src.components.git.__tests__.git_manager_unfinished_merge_integration:Module]
// [DEF:GitManagerUnfinishedMergeIntegrationTest:Module]
// @COMPLEXITY: 3
// @SEMANTICS: git-manager, unfinished-merge, dialog, integration-test
// @PURPOSE: Protect unresolved-merge dialog contract in GitManager pull flow.