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
New: Script for update the existing pids
Sirieam Marie Hunke
requested to merge
Issue/2627-addPidRecord
into
dev
Jan 19, 2024
Overview
0
Commits
25
Pipelines
16
Changes
12
coscine/issues#2627
0
0
Merge request reports
Compare
dev
version 21
c44b6337
Mar 7, 2024
version 20
d6da8df4
Mar 6, 2024
version 19
165cc25f
Feb 21, 2024
version 18
20736ae0
Feb 21, 2024
version 17
2d8709d8
Feb 19, 2024
version 16
a062dba7
Feb 19, 2024
version 15
2239bb33
Feb 16, 2024
version 14
ac9eadfb
Feb 16, 2024
version 13
f1ceb5cc
Feb 16, 2024
version 12
12e33199
Feb 16, 2024
version 11
c0418bfd
Feb 16, 2024
version 10
8b68e2ef
Feb 14, 2024
version 9
68958cf9
Feb 14, 2024
version 8
082c24b5
Feb 14, 2024
version 7
f063e1f5
Feb 14, 2024
version 6
4a2d7575
Feb 13, 2024
version 5
0e8f1309
Feb 8, 2024
version 4
b40fe270
Feb 7, 2024
version 3
817e6ee1
Feb 7, 2024
version 2
5dd56b3f
Feb 5, 2024
version 1
9852cfb0
Jan 19, 2024
dev (base)
and
latest version
latest version
4fffb2f7
25 commits,
Mar 13, 2024
version 21
c44b6337
24 commits,
Mar 7, 2024
version 20
d6da8df4
23 commits,
Mar 6, 2024
version 19
165cc25f
22 commits,
Feb 21, 2024
version 18
20736ae0
21 commits,
Feb 21, 2024
version 17
2d8709d8
20 commits,
Feb 19, 2024
version 16
a062dba7
19 commits,
Feb 19, 2024
version 15
2239bb33
18 commits,
Feb 16, 2024
version 14
ac9eadfb
17 commits,
Feb 16, 2024
version 13
f1ceb5cc
16 commits,
Feb 16, 2024
version 12
12e33199
15 commits,
Feb 16, 2024
version 11
c0418bfd
14 commits,
Feb 16, 2024
version 10
8b68e2ef
13 commits,
Feb 14, 2024
version 9
68958cf9
12 commits,
Feb 14, 2024
version 8
082c24b5
10 commits,
Feb 14, 2024
version 7
f063e1f5
9 commits,
Feb 14, 2024
version 6
4a2d7575
8 commits,
Feb 13, 2024
version 5
0e8f1309
7 commits,
Feb 8, 2024
version 4
b40fe270
6 commits,
Feb 7, 2024
version 3
817e6ee1
5 commits,
Feb 7, 2024
version 2
5dd56b3f
4 commits,
Feb 5, 2024
version 1
9852cfb0
3 commits,
Jan 19, 2024
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