Skip to content

Commit

Permalink
Merge pull request #58 from moosetechnology/develop
Browse files Browse the repository at this point in the history
up metrics-fixing with fixes from develop
  • Loading branch information
badetitou authored Sep 16, 2024
2 parents 9aa4fc9 + aef2771 commit 9db8bd0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-moose11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches:
- main
- develop

jobs:
build:
Expand Down
7 changes: 4 additions & 3 deletions src/GitLabHealth-Model-Importer/GLHModelImporter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Class {
#classVars : [
'currentImporter'
],
#category : 'GitLabHealth-Model-Importer',
#category : 'GitLabHealth-Model-Importer'
}

{ #category : #'as yet unclassified' }
Expand Down Expand Up @@ -592,6 +592,7 @@ GLHModelImporter >> importContributedProjectsOfUser: aGLHUser [
(self glhModel
addAll: newlyFoundElmts
unless: self blockOnIdEquality) ].
]

{ #category : 'as yet unclassified' }
GLHModelImporter >> importCreatorOfCommit: aCommit [
Expand All @@ -608,7 +609,7 @@ GLHModelImporter >> importCreatorOfCommit: aCommit [
]

{ #category : #'as yet unclassified' }
GLHModelImporter >> importCreatorOfCommit: aCommit [
GLHModelImporter >> importCreatorOfCommit2: aCommit [

aCommit commitCreator ifNil: [
aCommit commitCreator:
Expand Down Expand Up @@ -941,7 +942,7 @@ GLHModelImporter >> initialize [
userCatalogue := GLHUserCatalogueV2 new
anImporter: self;
yourself.
self initReader
self initReader.

currentImporter := self
]
Expand Down

0 comments on commit 9db8bd0

Please sign in to comment.