Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OCM-Engine
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Harbor Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
xfsc
Organization Credential Manager
OCM-Engine
Merge requests
!15
feat(ssi): credential definition module
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feat(ssi): credential definition module
tsabolov/ocm-engine:credential-definitions
into
main
Overview
0
Commits
1
Pipelines
0
Changes
11
Merged
Berend Sliedrecht
requested to merge
tsabolov/ocm-engine:credential-definitions
into
main
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
New credential definition module
Same API as the schema module
0
0
Merge request reports
Compare
version 3
version 3
337166bb
1 year ago
version 2
1194cef4
1 year ago
version 1
1194cef4
1 year ago
main (base)
and
latest version
latest version
547da0a0
1 commit,
1 year ago
version 3
337166bb
2 commits,
1 year ago
version 2
1194cef4
5 commits,
1 year ago
version 1
1194cef4
70 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
apps/ssi-abstraction/src/agent/schemas/schemas.service.ts
+
1
−
1
Options
@@ -60,7 +60,7 @@ export class SchemasService {
},
});
if
(
schemaState
.
state
!==
'
finished
'
)
{
if
(
schemaState
.
state
!==
'
finished
'
&&
schemaState
.
state
!==
'
action
'
)
{
throw
new
Error
(
`Error registering schema:
${
schemaState
.
state
===
'
failed
'
?
schemaState
.
reason
:
'
Not Finished
'
Loading