Skip to content

Commit 6d4b975

Browse files
committed
docs: added simple diagram for production decomposition
1 parent 730e6fe commit 6d4b975

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
227 KB
Loading

docs/production-decomposition.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Production Decomposition
22
Production Decomposition is a feature of Embedded Git that allows multiple developers to edit the same IRIS Interoperability production in the same namespace. In the past, the production class has been an obstacle preventing organizations using multi-user development namespaces from adopting source control. Production Decomposition resolves this by representing the production as a directory of files for each production item that may be edited independently. An uncommitted change to the settings for a single item through the Interoperability Portal will block other users from editing that item while allowing changes to other items in the production.
33

4+
5+
![Productions in Git](images/production-decomposition.png)
6+
47
## Enabling production decomposition
58
The feature may be enabled by checking the "Decompose Productions" box in the Git Settings page. For deployment of changes to other environments through git to work properly, the value of this setting must match on all namespaces connected to this repository. To assist, settings are automatically exported into a `embedded-git-config.json` file at the root of the repository that may be committed and imported into other environments.
69

0 commit comments

Comments
 (0)