Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GraphDeployer
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coscine
backend
scripts
GraphDeployer
Commits
c230d042
Commit
c230d042
authored
9 months ago
by
Sirieam Marie Hunke
Browse files
Options
Downloads
Patches
Plain Diff
I'm stupid...
parent
49df2e25
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!26
New: MigrateSQL2Linked to GD
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/GraphDeployer/Implementations/ResourcetypeStructuralData.cs
+1
-1
1 addition, 1 deletion
...aphDeployer/Implementations/ResourcetypeStructuralData.cs
src/GraphDeployer/Implementations/RoleStructuralData.cs
+2
-2
2 additions, 2 deletions
src/GraphDeployer/Implementations/RoleStructuralData.cs
with
3 additions
and
3 deletions
src/GraphDeployer/Implementations/ResourcetypeStructuralData.cs
+
1
−
1
View file @
c230d042
...
@@ -14,7 +14,7 @@ public class ResourceTypeStructuralData
...
@@ -14,7 +14,7 @@ public class ResourceTypeStructuralData
{
{
private
readonly
AdminApi
_adminApi
;
private
readonly
AdminApi
_adminApi
;
private
readonly
ILogger
<
ResourceTypeStructuralData
>
_logger
;
private
readonly
ILogger
<
ResourceTypeStructuralData
>
_logger
;
public
ResourceTypeStructuralData
(
AdminApi
adminApi
)
public
ResourceTypeStructuralData
(
AdminApi
adminApi
,
ILogger
<
ResourceTypeStructuralData
>
logger
)
{
{
_adminApi
=
adminApi
;
_adminApi
=
adminApi
;
_logger
=
logger
;
_logger
=
logger
;
...
...
This diff is collapsed.
Click to expand it.
src/GraphDeployer/Implementations/RoleStructuralData.cs
+
2
−
2
View file @
c230d042
...
@@ -14,8 +14,8 @@ namespace Coscine.GraphDeployer;
...
@@ -14,8 +14,8 @@ namespace Coscine.GraphDeployer;
public
class
RoleStructuralData
public
class
RoleStructuralData
{
{
private
readonly
AdminApi
_adminApi
;
private
readonly
AdminApi
_adminApi
;
private
readonly
ILogger
<
R
esourc
eTypeStructuralData
>
_logger
;
private
readonly
ILogger
<
R
ol
eTypeStructuralData
>
_logger
;
public
RoleStructuralData
(
AdminApi
adminApi
)
public
RoleStructuralData
(
AdminApi
adminApi
,
ILogger
<
RoleTypeStructuralData
>
_logger
)
{
{
_adminApi
=
adminApi
;
_adminApi
=
adminApi
;
_logger
=
logger
;
_logger
=
logger
;
...
...
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