Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
BlobApi
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review 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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Coscine
backend
apis
BlobApi
Commits
940f24c9
Commit
940f24c9
authored
2 years ago
by
Benedikt Heinrichs
Browse files
Options
Downloads
Patches
Plain Diff
Update: Remove old metadata structure traces
parent
695b9d1c
No related branches found
No related tags found
2 merge requests
!93
Release: Sprint/2023 06 :robot:
,
!92
Update: Remove old metadata structure traces
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Blob/Controllers/BlobController.cs
+1
-3
1 addition, 3 deletions
src/Blob/Controllers/BlobController.cs
with
1 addition
and
3 deletions
src/Blob/Controllers/BlobController.cs
+
1
−
3
View file @
940f24c9
...
...
@@ -36,7 +36,6 @@ namespace Coscine.Api.Blob.Controllers
private
readonly
AnalyticsLogObject
_analyticsLogObject
;
private
readonly
RdfStoreConnector
_rdfStoreConnector
;
private
readonly
CoscineLDPHelper
_coscineLDPHelper
;
private
readonly
string
_prefix
;
/// <summary>
/// Blob controller constructor
...
...
@@ -53,8 +52,7 @@ namespace Coscine.Api.Blob.Controllers
_coscineLogger
=
new
CoscineLogger
(
logger
);
_analyticsLogObject
=
new
AnalyticsLogObject
();
_prefix
=
_configuration
.
GetStringAndWait
(
"coscine/global/epic/prefix"
);
_coscineLDPHelper
=
new
CoscineLDPHelper
(
_rdfStoreConnector
,
_prefix
);
_coscineLDPHelper
=
new
CoscineLDPHelper
(
_rdfStoreConnector
);
}
/// <summary>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment