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
Commits
d6830306
Commit
d6830306
authored
9 months ago
by
kbeyro
Browse files
Options
Downloads
Patches
Plain Diff
update merge
parent
eea88ec8
No related branches found
No related tags found
3 merge requests
!65
Resolve "Prevent users from adding an existing SSH key"
,
!60
1.6.5 fix processing bulk
,
!25
Resolve "Allow for refreshing status information for a single or all application instances in a bulk"
Pipeline
#89105
passed
9 months ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/net/geant/nmaas/portal/api/bulk/BulkController.java
+5
-0
5 additions, 0 deletions
.../java/net/geant/nmaas/portal/api/bulk/BulkController.java
with
5 additions
and
0 deletions
src/main/java/net/geant/nmaas/portal/api/bulk/BulkController.java
+
5
−
0
View file @
d6830306
...
...
@@ -176,6 +176,11 @@ public class BulkController {
}
private
List
<
BulkDeploymentViewS
>
mapToViewList
(
List
<
BulkDeployment
>
deployments
)
{
return
deployments
.
stream
()
.
map
(
bulk
->
mapToView
(
bulk
,
BulkDeploymentViewS
.
class
))
.
collect
(
Collectors
.
toList
());
}
@GetMapping
(
"/refresh/{id}"
)
@PreAuthorize
(
"hasRole('ROLE_SYSTEM_ADMIN') || hasRole('ROLE_VL_MANAGER')"
)
public
ResponseEntity
<
BulkDeploymentViewS
>
getRefreshedState
(
@PathVariable
Long
id
)
{
...
...
This diff is collapsed.
Click to expand it.
Karol Beyrowski
@kbeyrowski
mentioned in commit
62fcbc38
·
8 months ago
mentioned in commit
62fcbc38
mentioned in commit 62fcbc38acd238ea97496dae80018d659b605e51
Toggle commit list
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