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
!27
Clean files
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Clean files
clean-files
into
main
Overview
0
Commits
3
Pipelines
4
Changes
3
Merged
Georgi Michev
requested to merge
clean-files
into
main
2 years ago
Overview
0
Commits
3
Pipelines
4
Changes
1
Expand
Cleaning feature files that are already applied.
0
0
Merge request reports
Compare
version 2
version 2
6ea77f85
2 years ago
version 1
1e82b901
2 years ago
main (base)
and
latest version
latest version
a61ca155
3 commits,
2 years ago
version 2
6ea77f85
2 commits,
2 years ago
version 1
1e82b901
1 commit,
2 years ago
Show latest version
1 file
+
0
−
16
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
features/trustedInfoImport.feature deleted
100644 → 0
+
0
−
16
Options
As
user
I
want to import value to the cache and trust to the imported content
So
I
can then process the trusted data
Scenario
:
Import data
Given
DID documents are published
And
JSON transformations policy is published
When
I send a request to import
And
the request contains JSON-LD data
And
the request contains allowed DIDs list
And
the request contains import interval
And
the request contains http sources to import
When
I get a successful response
When
I evaluate the policy to get result from the cache
Then
I get a response
And
the response contains transformed data
Loading