Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
RDMS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
researchdata
RDMS
Merge requests
!352
Verify CRC1280 import task
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Verify CRC1280 import task
feature/399_verify_import_task
into
develop
Overview
0
Commits
3
Pipelines
2
Changes
1
Merged
Anusha Ranganathan
requested to merge
feature/399_verify_import_task
into
develop
4 months ago
Overview
0
Commits
3
Pipelines
2
Changes
1
Expand
fixes
https://gitlab.ruhr-uni-bochum.de/FDM/rdm-system/antleaf-projectmanagement/-/issues/399
0
0
Merge request reports
Viewing commit
dc76e842
Prev
Next
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
dc76e842
Rename file with correct extension
· dc76e842
Anusha Ranganathan
authored
4 months ago
hyrax/lib/tasks/verify_import.r
b
→
hyrax/lib/tasks/verify_
crc_1280_
import.r
ake
+
2
−
2
Options
require
'json'
namespace
:rdms
do
namespace
:crc1280_import
do
namespace
:crc
_
1280_import
do
desc
'Verify CRC1280 import or verify CRC1280 import of an experiment. This will compare the files in the file path with the objects in the S3 bucket"]'
task
:"verify_import"
,
[
:import_id
]
=>
:environment
do
|
task
,
args
|
puts
"Verifying import
#{
args
.
import_id
}
"
@@ -17,4 +17,4 @@ namespace :rdms do
puts
"Detailed reports is available at:
#{
report_path
}
"
end
end
end
\ No newline at end of file
end
Loading