Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CaosDB Crawler
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
CaosDB Crawler
Commits
82efdf85
Commit
82efdf85
authored
2 years ago
by
Henrik tom Wörden
Browse files
Options
Downloads
Patches
Plain Diff
FIX: the data paper allows a year prefix for the name of the project level
parent
9cc4d2d5
No related branches found
No related tags found
2 merge requests
!53
Release 0.1
,
!34
F insert auth
Pipeline
#28193
failed
2 years ago
Stage: info
Stage: setup
Stage: cert
Stage: style
Stage: test
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
unittests/scifolder_cfood.yml
+2
-2
2 additions, 2 deletions
unittests/scifolder_cfood.yml
unittests/scifolder_extended.yml
+2
-2
2 additions, 2 deletions
unittests/scifolder_extended.yml
unittests/scifolder_extended2.yml
+2
-2
2 additions, 2 deletions
unittests/scifolder_extended2.yml
with
6 additions
and
6 deletions
unittests/scifolder_cfood.yml
+
2
−
2
View file @
82efdf85
...
...
@@ -16,12 +16,12 @@ Data: # name of the converter
subtree
:
&template
project_dir
:
# name of the first subtree element which is a converter
type
:
Directory
match
:
(?P<
date>.*?)_
(?P<identifier>.*)
match
:
(
(?P<
year>[0-9]{4,4})_)?
(?P<identifier>.*)
records
:
Project
:
# this is an identifiable in this case
parents
:
-
Project
# not needed as the name is equivalent
date
:
$
date
date
:
$
year
identifier
:
$identifier
subtree
:
...
...
This diff is collapsed.
Click to expand it.
unittests/scifolder_extended.yml
+
2
−
2
View file @
82efdf85
...
...
@@ -16,12 +16,12 @@ Data: # name of the converter
subtree
:
&template
project_dir
:
# name of the first subtree element which is a converter
type
:
Directory
match
:
(?P<
date>.*?)_
(?P<identifier>.*)
match
:
(
(?P<
year>[0-9]{4,4})_)?
(?P<identifier>.*)
records
:
Project
:
# this is an identifiable in this case
parents
:
-
Project
# not needed as the name is equivalent
date
:
$
date
date
:
$
year
identifier
:
$identifier
subtree
:
...
...
This diff is collapsed.
Click to expand it.
unittests/scifolder_extended2.yml
+
2
−
2
View file @
82efdf85
...
...
@@ -16,12 +16,12 @@ Data: # name of the converter
subtree
:
&template
project_dir
:
# name of the first subtree element which is a converter
type
:
Directory
match
:
(?P<
date>.*?)_
(?P<identifier>.*)
match
:
(
(?P<
year>[0-9]{4,4})_)?
(?P<identifier>.*)
records
:
Project
:
# this is an identifiable in this case
parents
:
-
Project
# not needed as the name is equivalent
date
:
$
date
date
:
$
year
identifier
:
$identifier
subtree
:
...
...
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