Skip to content

Commit ed0d1ad

Browse files
authored
Merge pull request #596 from intersystems/doc-hcc-configure
Document configuration on new HealthConnect Cloud namespaces
2 parents a0b5e47 + dfe23f2 commit ed0d1ad

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

docs/hcc.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,22 @@ Use the link in the output of the sync in order to create a merge request in the
3636

3737
Suppose you begin working on a larger project in one branch, and then need to shift to something else. The proper approach to this in git-source-control is to commit your in-progress work on the first interface, and then to switch to a new branch. This branch will be based on the development branch and may be missing components from the first project, but that's OK. You can always switch back to the first interface branch to continue work there.
3838

39+
## Configuring Git on a New Namespace
40+
41+
When creating a new namespace on the Health Connect instance, you will need to ensure that the Git configuration matches that in other namespaces. The steps to do so are:
42+
43+
- Configure the mappings in the settings. From the Settings page in the source control menu, view the Mappings configuration and confirm it matches the other namespaces. Below is a sample of a common mapping configuration.
44+
45+
![Mappings Configuration](images/hcc/configuremappings.png)
46+
47+
- Configure the default merge branch. From the Settings page in the source control menu, the "Default merge branch" input should match that configured for other namespaces.
48+
49+
![Default merge branch](images/hcc/configuremergebranch.png)
50+
51+
- Run "Import All (Force)" from the source control menu. This will initially populate the namespace with items from the Git repository.
52+
53+
![Import All (Force)](images/hcc/importallforce.png)
54+
3955
## Deploying Changes to the Main Dev Namespace
4056

4157
If you are using a CI/CD pipeline in GitLab, simply merging the feature branch to development is enough; your change will be deployed to the main development namespace automatically.

docs/images/hcc/configuremappings.png

40.1 KB
Loading
5.79 KB
Loading

docs/images/hcc/importallforce.png

17.1 KB
Loading

0 commit comments

Comments
 (0)