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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nmaas
nmaas Platform
Commits
7ca89323
Unverified
Commit
7ca89323
authored
Jul 3, 2023
by
Łukasz Łopatowski
Committed by
GitHub
Jul 3, 2023
Browse files
Options
Downloads
Plain Diff
Merge pull request
#90
from nmaas-platform/release/1.5.3
Release/1.5.3
parents
75be7eee
7c3d16d6
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.gradle
+4
-4
4 additions, 4 deletions
build.gradle
src/main/resources/changelog.json
+13
-3
13 additions, 3 deletions
src/main/resources/changelog.json
with
17 additions
and
7 deletions
build.gradle
+
4
−
4
View file @
7ca89323
...
...
@@ -5,7 +5,7 @@ plugins {
id
'org.springframework.boot'
version
'2.7.12'
id
'io.spring.dependency-management'
version
'1.1.0'
id
'com.gorylenko.gradle-git-properties'
version
'2.4.1'
id
'org.sonarqube'
version
'3.
2.0
'
id
'org.sonarqube'
version
'3.
3
'
id
'com.google.protobuf'
version
'0.9.3'
}
...
...
@@ -13,7 +13,7 @@ repositories {
mavenCentral
()
}
version
=
'1.5.3
-SNAPSHOT
'
version
=
'1.5.3'
group
=
'net.geant.nmaas'
java
{
...
...
@@ -188,12 +188,12 @@ tasks.register('integrationTest', Test) {
jacoco
{
toolVersion
=
"0.8.8"
reportsDirectory
=
layout
.
buildDirectory
.
dir
(
'
customJacocoReportDir
'
)
reportsDirectory
=
layout
.
buildDirectory
.
dir
(
'
jacoco
'
)
}
jacocoTestReport
{
reports
{
xml
.
required
=
fals
e
xml
.
required
=
tru
e
csv
.
required
=
false
html
.
outputLocation
=
layout
.
buildDirectory
.
dir
(
'jacocoHtml'
)
}
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/changelog.json
+
13
−
3
View file @
7ca89323
...
...
@@ -2,12 +2,22 @@
"versions"
:
[
{
"verNo"
:
"1.5.3"
,
"date"
:
"(2023/06/
xx
)"
,
"date"
:
"(2023/06/
30
)"
,
"topic"
:
[
{
"title"
:
"
TDB
"
,
"title"
:
"
Fixed issue with adding users to domain
"
,
"tags"
:
"[Bugfix]"
,
"description"
:
"TBD"
"description"
:
"Fixed issue with searching for users by their email address."
},
{
"title"
:
"New applications specification via a JSON file"
,
"tags"
:
"[Enhancement]"
,
"description"
:
"Added possibility of adding definitions of new applications or new versions of existing applications by uploading raw JSON content."
},
{
"title"
:
"Portal layout improvements"
,
"tags"
:
"[Enhancement]"
,
"description"
:
"Applied some layout improvements to several views mostly for system and domain administrator users."
}
]
},
...
...
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
sign in
to comment