Skip to content

Commit ff46af4

Browse files
author
Donna-Marie Smith
committed
Made changes to Version Control Content
1 parent d02a994 commit ff46af4

File tree

4 files changed

+66
-3
lines changed

4 files changed

+66
-3
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
title: "Version Control"
3+
linkTitle: "Version Control"
4+
description: "This section includes user guides related to Version Control in {{% ctx %}} Gateway."
5+
weight: 75
6+
---
7+
8+
# {{% param title %}}
9+
10+
## Summary
11+
12+
The Version Control feature displays the Group hierarchy of the flows for the current user, identifying whether the current user’s flows, stored in the user’s sandbox repository, are up to date with the Master Versions, stored in the Master Repository.
13+
14+
| | |
15+
|------------------------------|-----------------------------------------------------------------|
16+
| **Roles Required:** | Admin |
17+
18+
## Anatomy
19+
20+
{{< figure src="/images/Version Control.png" title="Version Control" >}}
21+
22+
Only flows with Edit permissions for the current user are displayed in the Version Control grid.
23+
24+
Any flow versions, in the user’s repository, that are ahead of the Master Version, in the Master Repository, are indicated by an upward pointing arrow, and may be selected to be Committed as the Master Version by using the `Commit Changes` button.
25+
26+
Any flow Master Versions that have been Committed to the Master Repository by another user are indicated by a downward pointing arrow, and may be selected to be retrieved from the Master Repository and stored in the user’s repository using the `Get Master` button.
27+
28+
## Remarks
29+
30+
### Known Limitations
31+
32+
* It is necessary for the parent groups to have edit permissions in addition to the flows, to enable the display of the flows in Version Control.
33+
34+
## See Also
35+
36+
### Related Concepts
37+
38+
TODO
39+
40+
### Related Tutorials
41+
42+
* [Use Version Control][Use Version Control tutorial]
43+
44+
[Use Version Control tutorial]: {{< url path="Cortex.Tutorials.Administration.VersionControl.UseVersionControl" >}}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: "Version Control"
3+
linkTitle: "Version Control"
4+
description: "This section includes tutorials about using Version Control."
5+
weight: 75
6+
---
7+
8+
# {{% param title %}}
9+
10+
## Use Version Control
11+
12+
{{< scribe title="How_to_use_Version_Control_Management" id="DsyGmkx8QRynHP54ZRP0Ew" >}}
285 KB
Loading

data/urls.toml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -871,8 +871,12 @@
871871
SetDefaultVersion = "/docs/guides/user-guides/user-interfaces/gateway/admin/packages/package-version-editor/#set-as-default-version"
872872
Triggers = "/docs/guides/user-guides/user-interfaces/gateway/admin/packages/package-version-editor/#triggers"
873873
Unpublish = "/docs/guides/user-guides/user-interfaces/gateway/admin/packages/package-version-editor/#unpublish-a-package-version"
874+
[Cortex.Guides.UserGuides.UserInterfaces.Gateway.Admin.StudioExport]
875+
MainDoc = "/docs/guides/user-guides/user-interfaces/gateway/admin/studio-export/"
874876
[Cortex.Guides.UserGuides.UserInterfaces.Gateway.Admin.StudioImport]
875877
MainDoc = "/docs/guides/user-guides/user-interfaces/gateway/admin/studio-import/"
878+
[Cortex.Guides.UserGuides.UserInterfaces.Gateway.Admin.VersionControl]
879+
MainDoc = "/docs/guides/user-guides/user-interfaces/gateway/admin/version-control/"
876880

877881
[Cortex.Reference]
878882
MainDoc = "/docs/reference/"
@@ -2709,12 +2713,15 @@
27092713
SetDefaultPackageVersion = "/docs/tutorials/administration/package-management/#set-the-default-package-version"
27102714
Triggers = "/docs/tutorials/administration/package-management/#create-a-trigger-on-a-package-version"
27112715
UnpublishPackage = "/docs/tutorials/administration/package-management/#unpublish-a-package-version"
2712-
[Cortex.Tutorials.Administration.StudioImport]
2713-
MainDoc = "/docs/tutorials/administration/studio-import"
2714-
ImportIndividualFlows = "/docs/tutorials/administration/studio-import/#import-individual-flows"
27152716
[Cortex.Tutorials.Administration.StudioExport]
27162717
MainDoc = "/docs/tutorials/administration/studio-export"
27172718
ExportIndividualFlows = "/docs/tutorials/administration/studio-export/#export-individual-flows"
2719+
[Cortex.Tutorials.Administration.StudioImport]
2720+
MainDoc = "/docs/tutorials/administration/studio-import"
2721+
ImportIndividualFlows = "/docs/tutorials/administration/studio-import/#import-individual-flows"
2722+
[Cortex.Tutorials.Administration.VersionControl]
2723+
MainDoc = "/docs/tutorials/administration/version-control"
2724+
UseVersionControl = "/docs/tutorials/administration/version-control/#use-version-control"
27182725
[Cortex.Tutorials.Operations]
27192726
MainDoc = "/docs/tutorials/Operations"
27202727
[Cortex.Tutorials.Operations.Overview]

0 commit comments

Comments
 (0)