Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nmaas Platform
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nmaas
nmaas Platform
Merge requests
!20
Left only 5 applications for local db init
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Left only 5 applications for local db init
214-reduce-the-number-of-test-applications-kept-in-the-source-code
into
develop
Overview
0
Commits
1
Pipelines
1
Changes
179
Merged
Lukasz Lopatowski
requested to merge
214-reduce-the-number-of-test-applications-kept-in-the-source-code
into
develop
9 months ago
Overview
0
Commits
1
Pipelines
1
Changes
179
Expand
Related to
#214 (closed)
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
ff0cf227
1 commit,
9 months ago
179 files
+
114
−
9273
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
179
Search (e.g. *.vue) (Ctrl+P)
src/main/java/net/geant/nmaas/portal/persistent/entity/Configuration.java
+
1
−
0
Options
@@ -47,6 +47,7 @@ public class Configuration {
@Column
(
nullable
=
false
)
private
boolean
sendAppInstanceFailureEmails
=
false
;
@Builder
.
Default
@Column
(
nullable
=
false
)
@Getter
(
value
=
AccessLevel
.
PRIVATE
)
@Setter
(
value
=
AccessLevel
.
PRIVATE
)
Loading