diff --git a/isc/git/Diff.cls.xml b/isc/git/Diff.cls
similarity index 51%
rename from isc/git/Diff.cls.xml
rename to isc/git/Diff.cls
index d136a45..d1faa7e 100644
--- a/isc/git/Diff.cls.xml
+++ b/isc/git/Diff.cls
@@ -1,30 +1,24 @@
-
-
-
-isc.util.OSUtils
-64700,69295.723984
+Class isc.git.Diff Extends isc.util.OSUtils
+{
-
-
-Get diff between two points in repository
-repo - repository root directory
-sha1, commitEnd - poins of history in repository
-modified - list of modified files
-added - list of added files
-deleted - list of deleted files
-
-Internal diff statuses:
-M modified - File has been modified
-C copy-edit - File has been copied and modified //3-arg form
-R rename-edit - File has been renamed and modified //3-arg form
-A added - File has been added
-D deleted - File has been deleted
-U unmerged - File has conflicts after a merge
-
-do ##class(isc.git.Diff).buildDiff("C:\\temp\GitLab\", "HEAD~10", "HEAD", .modified, .added, .deleted)
-1
-repo:%String,commitBegin:%String,commitEnd:%String,*modified:%List,*added:%List,*deleted:%List
-
-
+}
-
-
-Determine if the file is neede for git diff
-1
-dir:%String,file:%String
-%Boolean
-0
-]]>
-
-
-
+}
+
+}
+
diff --git a/isc/git/GitLab.cls.xml b/isc/git/GitLab.cls
similarity index 58%
rename from isc/git/GitLab.cls.xml
rename to isc/git/GitLab.cls
index 21544ca..a22c994 100644
--- a/isc/git/GitLab.cls.xml
+++ b/isc/git/GitLab.cls
@@ -1,30 +1,21 @@
-
-
-
-64700,73518.498808
-
-
-1
-expression
-
-
-
-
-
-For CI build - get current commit
-1
-expression
-
-
-
-
-
-Do a full load
-do ##class(isc.git.GitLab).load()
-1
-
write !,$System.Status.GetErrorText(ex.AsStatus()),!
do $system.Process.Terminate(, 1)
}
-]]>
-
+}
-
-
-Do a diff load
-do ##class(isc.git.GitLab).loadDiff()
-1
-
do ..logException(ex)
do $system.Process.Terminate(, 1)
}
-]]>
-
+}
-
-1
-
} else {
do ..log("No init code")
}
-]]>
-
+}
-
-
-do ##class(isc.git.GitLab).test()
-1
-
do ..logException(ex)
do $system.Process.Terminate(, 1)
}
-]]>
-
+}
-
-
-do ##class(GitLab.Main).package()
-1
-
do ..logException(ex)
do $system.Process.Terminate(, 1)
}
-]]>
-
+}
-
-1
-
do file.LinkToFile(name)
do file.Write(text)
quit file.%Save()
-]]>
-
+}
-
-1
-
-
+}
-
-
-Get extensions as wildcard for import
-1
-%String
-
-
+}
-
-
-w ##class(GitLab.Main).isLastTestOk()
-1
-%Boolean
-
return:suite.Status=0 $$$NO
}
quit $$$YES
-]]>
-
+}
-
-
@@ -221,14 +188,10 @@ window.location.href = "!!!"
If you are not redirected automatically, follow this link to tests.