Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
KPI Reporting Generator
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coscine
backend
scripts
KPI Reporting Generator
Commits
7834efed
Commit
7834efed
authored
2 years ago
by
Petar Hristov
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'remotes/origin/main' into dev
# Conflicts: # src/KPI Generator/Reporting.cs
parents
919c8828
66a63125
No related branches found
No related tags found
1 merge request
!14
Fix: Organizations
Pipeline
#846537
passed
2 years ago
Stage: build
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/KPI Generator/KPI Generator.csproj
+1
-1
1 addition, 1 deletion
src/KPI Generator/KPI Generator.csproj
src/KPI Generator/Reporting.cs
+1
-0
1 addition, 0 deletions
src/KPI Generator/Reporting.cs
with
2 additions
and
1 deletion
src/KPI Generator/KPI Generator.csproj
+
1
−
1
View file @
7834efed
...
...
@@ -7,7 +7,7 @@
<AssemblyName>Coscine.KpiGenerator</AssemblyName>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>0.1.
5
</Version>
<Version>0.1.
6
</Version>
</PropertyGroup>
<PropertyGroup>
...
...
This diff is collapsed.
Click to expand it.
src/KPI Generator/Reporting.cs
+
1
−
0
View file @
7834efed
...
...
@@ -297,6 +297,7 @@ public abstract class Reporting<O> where O : class
organization
=
inst
.
ToList
()[
0
];
}
}
Console
.
WriteLine
(
$" Could not find match for
{
organization
}
"
);
return
organization
;
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment