File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -71,14 +71,12 @@ Property environmentName As %String(MAXLEN = "") [ InitialExpression = {##class(
71
71
/// Whether the branch should or should not be locked down from changing namespaces
72
72
Property lockBranch As %Boolean [ InitialExpression = {##class (SourceControl.Git.Utils ).LockBranch ()} ];
73
73
74
-
75
74
/// Whether we are using OAuth for https
76
75
Property OAuth As %Boolean [ InitialExpression = {##class (SourceControl.Git.Utils ).UsingOAuth ()} ];
77
76
78
77
/// (Optional) A namespace-specific string that may be included in mapping configurations as <token> to support multi-namespace repositories
79
78
Property mappingsToken As %String (MAXLEN = " " ) [ InitialExpression = {##class (SourceControl.Git.Utils ).MappingsToken ()} ];
80
79
81
-
82
80
Property Mappings [ MultiDimensional ];
83
81
84
82
Property favoriteNamespaces As %DynamicArray ;
@@ -193,8 +191,6 @@ Method %Save() As %Status
193
191
// no-op; user might not have privileges.
194
192
}
195
193
196
- do ##class (SourceControl.Git.Utils ).SetConfiguredRemote (..gitRemoteURL )
197
-
198
194
199
195
200
196
// update value of basicUserMode to reflect the updated setting for basicMode
@@ -602,4 +598,3 @@ ClassMethod GetRemoteType(remoteURL As %String) As %String
602
598
}
603
599
604
600
}
605
-
You can’t perform that action at this time.
0 commit comments