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
!18
Credential offers API.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Credential offers API.
tsabolov/ocm-engine:feat/credential-offers
into
main
Overview
0
Commits
2
Pipelines
0
Changes
11
Merged
Konstantin Tsabolov
requested to merge
tsabolov/ocm-engine:feat/credential-offers
into
main
1 year ago
Overview
0
Commits
2
Pipelines
0
Changes
11
Expand
This MR depends on
!17 (merged)
. Refs
#10 (closed)
Edited
1 year ago
by
Konstantin Tsabolov
0
0
Merge request reports
Compare
main
version 1
1e9a8c4b
1 year ago
main (base)
and
latest version
latest version
1e9a8c4b
2 commits,
1 year ago
version 1
1e9a8c4b
18 commits,
1 year ago
11 files
+
514
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Search (e.g. *.vue) (Ctrl+P)
apps/credential-manager/src/common/constants.ts
+
2
−
0
Options
export
const
SERVICE_NAME
=
'
CREDENTIAL_MANAGER_SERVICE
'
;
export
const
SERVICE_NAME
=
'
CREDENTIAL_MANAGER_SERVICE
'
;
export
const
NATS_CLIENT
=
Symbol
(
'
NATS_CLIENT
'
);
Loading