Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
administration
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
OZG-Cloud
app
administration
Merge requests
!7
OZG-7609 add ozgcloud prefix to aggregation properties and ITCase
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
OZG-7609 add ozgcloud prefix to aggregation properties and ITCase
OZG-7609-configure-statistik-to-cloud-config
into
main
Overview
1
Commits
2
Changes
4
1 unresolved thread
Hide all comments
Merged
Felix Reichenbach
requested to merge
OZG-7609-configure-statistik-to-cloud-config
into
main
4 months ago
Overview
1
Commits
2
Changes
4
1 unresolved thread
Hide all comments
Expand
0
0
Merge request reports
Compare
main
version 1
4d9688d8
4 months ago
main (base)
and
latest version
latest version
56580948
2 commits,
3 months ago
version 1
4d9688d8
1 commit,
4 months ago
4 files
+
162
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
src/main/java/de/ozgcloud/admin/reporting/ReportingAggregationManagerSettingDtoService.java
+
1
−
1
Options
@@ -52,6 +52,6 @@ class ReportingAggregationManagerSettingDtoService implements SettingDtoService
@Override
public
String
getSettingKeyName
()
{
return
"aggregation"
;
return
"
ozgcloud.
aggregation"
;
}
}
Loading