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
GitLab 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
68de2fde
Commit
68de2fde
authored
2 years ago
by
Petar Hristov
Browse files
Options
Downloads
Patches
Plain Diff
Finished_final
parent
8585508c
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!4
New: Extended with Application Profile Reporting
,
!3
New: Extended with User Reporting
Pipeline
#803633
passed
2 years ago
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/KPI Generator/Reporting.cs
+1
-1
1 addition, 1 deletion
src/KPI Generator/Reporting.cs
with
1 addition
and
1 deletion
src/KPI Generator/Reporting.cs
+
1
−
1
View file @
68de2fde
...
...
@@ -70,7 +70,7 @@ public abstract class Reporting<O> where O : class
{
// Retrieve Reporting Database project
var
reportingDatabaseProject
=
await
GitLabClient
.
Projects
.
GetAsync
(
ReportingDatabaseProjectId
);
var
commitBranch
=
"Issue/2182-kpiGeneratorUser"
;
//
reportingDatabaseProject.DefaultBranch;
var
commitBranch
=
reportingDatabaseProject
.
DefaultBranch
;
var
commitMessage
=
$"
{
InstanceName
}
Generated -
{
DateTime
.
Now
:
dd
.
MM
.
yyyy
HH
:
mm
}
"
;
// CompleteReporting Generated - 31.08.2022 10:25
var
projectTree
=
await
GitLabClient
.
Trees
.
GetAsync
(
reportingDatabaseProject
,
o
=>
...
...
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