Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
tests
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Gaia-X
Trust Services API
tests
Merge requests
!25
add export and import for Infohub
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
add export and import for Infohub
infohub-export-import
into
main
Overview
4
Commits
3
Pipelines
0
Changes
19
All threads resolved!
Hide all comments
Merged
Georgi Michev
requested to merge
infohub-export-import
into
main
2 years ago
Overview
4
Commits
3
Pipelines
0
Changes
5
All threads resolved!
Hide all comments
Expand
Signed-off-by: georgi.michev
georgi.michev@vereign.com
0
0
Merge request reports
Compare
version 1
version 2
1481cbf3
2 years ago
version 1
cf4e1471
2 years ago
main (base)
and
latest version
latest version
5db7b35a
3 commits,
2 years ago
version 2
1481cbf3
2 commits,
2 years ago
version 1
cf4e1471
1 commit,
2 years ago
Show latest version
5 files
+
19
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
src/test/java/api/test/rest/tsa/cache/CacheStepDefinitions.java
+
0
−
5
Options
@@ -34,11 +34,6 @@ public class CacheStepDefinitions extends BaseStepDefinitions {
}
}
@And
(
"^I get the result \\{(\\d+)\\} from Import IDs $"
)
public
void
iGetTheResultOfTask
(
int
id
)
{
iSendTheCachePOSTRequest
(
restSessionContainer
.
getImportIDs
().
get
(
id
));
}
@And
(
"I load element \\{(\\d+)\\} from Info SessionContainer into currentRequest HEADER \\{(.*?)\\}$"
)
public
void
load_element_from_Info_SessionContainer_into_currentRequest_Header_
(
int
id
,
String
headerName
)
throws
Throwable
{
currentRequest
.
getHeaders
().
put
(
headerName
,
restSessionContainer
.
getImportIDs
().
get
(
id
));
Loading