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
1
All threads resolved!
Hide all comments
Expand
Signed-off-by: georgi.michev
georgi.michev@vereign.com
0
0
Merge request reports
Compare
version 2
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
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/test/resources/features/tsa/infohub/v1/export/GET.feature
+
1
−
0
Options
@@ -36,6 +36,7 @@ Feature: API - TSA - Infohub - v1/export GET
And the field {proof.verificationMethod} has the value {did
:
web
:
gaiax.vereign.com
:
tsa
:
policy
:
policy
:
example
:
returnDID
:
1.0
:
evaluation
#key1}
And
the field {proof.type} has the value {JsonWebSignature2020}
@negative
Scenario
:
TSA - Export missing export through Infohub - Negative
When
I export the {missing_export} via TSA Infohub API
Then
the status code should be {404}
Loading