Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PID Record Migrator
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
Releases
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
PID Record Migrator
Merge requests
!1
New: Script for update the existing pids
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
New: Script for update the existing pids
Issue/2627-addPidRecord
into
dev
Overview
0
Commits
25
Pipelines
16
Changes
12
Merged
Sirieam Marie Hunke
requested to merge
Issue/2627-addPidRecord
into
dev
1 year ago
Overview
0
Commits
25
Pipelines
16
Changes
12
coscine/issues#2627
0
0
Merge request reports
Compare
dev
version 21
c44b6337
1 year ago
version 20
d6da8df4
1 year ago
version 19
165cc25f
1 year ago
version 18
20736ae0
1 year ago
version 17
2d8709d8
1 year ago
version 16
a062dba7
1 year ago
version 15
2239bb33
1 year ago
version 14
ac9eadfb
1 year ago
version 13
f1ceb5cc
1 year ago
version 12
12e33199
1 year ago
version 11
c0418bfd
1 year ago
version 10
8b68e2ef
1 year ago
version 9
68958cf9
1 year ago
version 8
082c24b5
1 year ago
version 7
f063e1f5
1 year ago
version 6
4a2d7575
1 year ago
version 5
0e8f1309
1 year ago
version 4
b40fe270
1 year ago
version 3
817e6ee1
1 year ago
version 2
5dd56b3f
1 year ago
version 1
9852cfb0
1 year ago
dev (base)
and
latest version
latest version
4fffb2f7
25 commits,
1 year ago
version 21
c44b6337
24 commits,
1 year ago
version 20
d6da8df4
23 commits,
1 year ago
version 19
165cc25f
22 commits,
1 year ago
version 18
20736ae0
21 commits,
1 year ago
version 17
2d8709d8
20 commits,
1 year ago
version 16
a062dba7
19 commits,
1 year ago
version 15
2239bb33
18 commits,
1 year ago
version 14
ac9eadfb
17 commits,
1 year ago
version 13
f1ceb5cc
16 commits,
1 year ago
version 12
12e33199
15 commits,
1 year ago
version 11
c0418bfd
14 commits,
1 year ago
version 10
8b68e2ef
13 commits,
1 year ago
version 9
68958cf9
12 commits,
1 year ago
version 8
082c24b5
10 commits,
1 year ago
version 7
f063e1f5
9 commits,
1 year ago
version 6
4a2d7575
8 commits,
1 year ago
version 5
0e8f1309
7 commits,
1 year ago
version 4
b40fe270
6 commits,
1 year ago
version 3
817e6ee1
5 commits,
1 year ago
version 2
5dd56b3f
4 commits,
1 year ago
version 1
9852cfb0
3 commits,
1 year ago
12 files
+
885
−
91
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
src/.config/dotnet-tools.json
0 → 100644
+
12
−
0
View file @ 4fffb2f7
Edit in single-file editor
Open in Web IDE
{
"version"
:
1
,
"isRoot"
:
true
,
"tools"
:
{
"csharpier"
:
{
"version"
:
"0.27.2"
,
"commands"
:
[
"dotnet-csharpier"
]
}
}
}
\ No newline at end of file
Loading