Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Organization Parser
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Coscine
backend
scripts
Organization Parser
Merge requests
!6
Topic/1051 basic reporting
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Topic/1051 basic reporting
Topic/1051-basicReporting
into
Product/704-basicReporting
Overview
0
Commits
1
Pipelines
206
Changes
1
Merged
Marcel Nellesen
requested to merge
Topic/1051-basicReporting
into
Product/704-basicReporting
4 years ago
Overview
0
Commits
1
Pipelines
206
Changes
1
coscine/issues#1051
Edited
4 years ago
by
Marcel Nellesen
0
0
Merge request reports
Compare
Product/704-basicReporting
Product/704-basicReporting (base)
and
latest version
latest version
359dd745
1 commit,
4 years ago
1 file
+
2
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
OrganizationLoader/Program.cs
+
2
−
1
View file @ 359dd745
Edit in single-file editor
Open in Web IDE
Show full file
@@ -299,7 +299,8 @@ namespace Coscine.OrganizationLoader
@@ -299,7 +299,8 @@ namespace Coscine.OrganizationLoader
{
{
streamWriter
.
WriteLine
(
$"<
{
rorId
}
#
{
organization
.
OrgId
}
>"
);
streamWriter
.
WriteLine
(
$"<
{
rorId
}
#
{
organization
.
OrgId
}
>"
);
streamWriter
.
WriteLine
(
$" rdfs:label \"
{
organization
.
Name
}
\" ;"
);
streamWriter
.
WriteLine
(
$" rdfs:label \"
{
organization
.
Name
}
\" ;"
);
streamWriter
.
WriteLine
(
$" org:identifier \"
{
organization
.
OrgId
}
\" ;"
);
streamWriter
.
WriteLine
(
$" org:identifier \"org-id:
{
organization
.
OrgId
}
\" ;"
);
streamWriter
.
WriteLine
(
$" org:identifier \"ikz:
{
organization
.
IKZ
}
\" ;"
);
streamWriter
.
WriteLine
(
$" a org:OrganizationalUnit ;"
);
streamWriter
.
WriteLine
(
$" a org:OrganizationalUnit ;"
);
streamWriter
.
WriteLine
(
"."
);
streamWriter
.
WriteLine
(
"."
);
}
}
Loading