fix: commit semantic repair changes
This commit is contained in:
@@ -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
|
||||
-->
|
||||
|
||||
@@ -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
|
||||
-->
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user