Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Formula Team Management
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Jitka Viceníková
Formula Team Management
Merge requests
!44
An error occurred while fetching the assigned milestone of the selected merge_request.
Security
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Security
security
into
develop
Overview
2
Commits
48
Pipelines
20
Changes
42
Merged
Jitka Viceníková
requested to merge
security
into
develop
1 year ago
Overview
2
Commits
48
Pipelines
20
Changes
1
Expand
0
0
Merge request reports
Compare
version 11
version 19
8600454c
1 year ago
version 18
5a2f9297
1 year ago
version 17
c865ac4a
1 year ago
version 16
6f19a3f5
1 year ago
version 15
efcc20d0
1 year ago
version 14
ef505047
1 year ago
version 13
1267b096
1 year ago
version 12
e668b806
1 year ago
version 11
69b776e2
1 year ago
version 10
4d4d52ee
1 year ago
version 9
5e8ff6ac
1 year ago
version 8
7f30f688
1 year ago
version 7
bb7cd637
1 year ago
version 6
a0f22e14
1 year ago
version 5
615de89d
1 year ago
version 4
cc5b3e8c
1 year ago
version 3
1dc421cb
1 year ago
version 2
b08dbf1e
1 year ago
version 1
593eb3aa
1 year ago
develop (base)
and
version 12
latest version
280791e7
48 commits,
1 year ago
version 19
8600454c
47 commits,
1 year ago
version 18
5a2f9297
46 commits,
1 year ago
version 17
c865ac4a
45 commits,
1 year ago
version 16
6f19a3f5
44 commits,
1 year ago
version 15
efcc20d0
42 commits,
1 year ago
version 14
ef505047
41 commits,
1 year ago
version 13
1267b096
40 commits,
1 year ago
version 12
e668b806
39 commits,
1 year ago
version 11
69b776e2
38 commits,
1 year ago
version 10
4d4d52ee
37 commits,
1 year ago
version 9
5e8ff6ac
35 commits,
1 year ago
version 8
7f30f688
33 commits,
1 year ago
version 7
bb7cd637
32 commits,
1 year ago
version 6
a0f22e14
23 commits,
1 year ago
version 5
615de89d
14 commits,
1 year ago
version 4
cc5b3e8c
13 commits,
1 year ago
version 3
1dc421cb
12 commits,
1 year ago
version 2
b08dbf1e
11 commits,
1 year ago
version 1
593eb3aa
4 commits,
1 year ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
visualization/src/main/java/cz/muni/pa165/service/VisualizationService.java
+
1
−
1
Options
@@ -102,7 +102,7 @@ public class VisualizationService {
document
.
save
(
baos
);
String
outputDirName
=
"output-data"
;
Path
projectDir
=
Paths
.
get
(
""
)
.
toAbsolutePath
().
getParent
()
;
Path
projectDir
=
Paths
.
get
(
""
);
Path
outputDirPath
=
projectDir
.
resolve
(
outputDirName
);
// Create output directory if it does not exist
Loading