Migrate sources to Configurator format for 8.3.27 - #27
Merged
Conversation
zeegin
marked this pull request as ready for review
July 20, 2026 07:50
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.mdo,.form,.rights,.schedule, and related source artifactsWhy
The repository source of truth was tied to EDT serialization, while the target workflow requires standard Configurator XML that can be loaded directly by 1C:Enterprise 8.3.27. Keeping both formats would create two competing source trees, so this change makes the Configurator format authoritative.
Impact
The configurations can now be loaded from
OpenSubsystemsLibrary/srcandOpenSubsystemsLibrary.Tests/srcwith Configurator batch commands. EDT project metadata is no longer part of the repository.Validation
./scripts/verify-configurator-format.sh— passedgit diff --check origin/master...HEAD— passedTestsextension loaded, checked for applicability, and applied to the test databaseTest_HTTPRequestshttpbin.orgreturning HTTP 503/HTML or timing outya.rupage bodyПревышено время ожидания) while 8.3.27 returnsПревышен таймаутThe legacy feature files also still use the old 1Unit-generated English server-step syntax; the test run used a temporary, mechanical syntax adaptation without modifying repository sources.