File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
src/GitLabHealth-Model-Importer Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 7
7
push :
8
8
branches :
9
9
- main
10
+ - develop
10
11
11
12
jobs :
12
13
build :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Class {
12
12
#classVars : [
13
13
' currentImporter'
14
14
],
15
- #category : ' GitLabHealth-Model-Importer' ,
15
+ #category : ' GitLabHealth-Model-Importer'
16
16
}
17
17
18
18
{ #category : #' as yet unclassified' }
@@ -592,6 +592,7 @@ GLHModelImporter >> importContributedProjectsOfUser: aGLHUser [
592
592
(self glhModel
593
593
addAll: newlyFoundElmts
594
594
unless: self blockOnIdEquality) ].
595
+ ]
595
596
596
597
{ #category : ' as yet unclassified' }
597
598
GLHModelImporter >> importCreatorOfCommit: aCommit [
@@ -608,7 +609,7 @@ GLHModelImporter >> importCreatorOfCommit: aCommit [
608
609
]
609
610
610
611
{ #category : #' as yet unclassified' }
611
- GLHModelImporter >> importCreatorOfCommit : aCommit [
612
+ GLHModelImporter >> importCreatorOfCommit2 : aCommit [
612
613
613
614
aCommit commitCreator ifNil: [
614
615
aCommit commitCreator:
@@ -941,7 +942,7 @@ GLHModelImporter >> initialize [
941
942
userCatalogue := GLHUserCatalogueV2 new
942
943
anImporter: self ;
943
944
yourself .
944
- self initReader
945
+ self initReader.
945
946
946
947
currentImporter := self
947
948
]
You can’t perform that action at this time.
0 commit comments