Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
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
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Merge requests
!348
Resolve "Bug prevents volume computation when data length column in Metadata DB is null"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Bug prevents volume computation when data length column in Metadata DB is null"
462-bug-prevents-volume-computation-when-data-length-column-in-metadata-db-is-null
into
dev
Overview
0
Commits
10
Pipelines
0
Changes
1
Merged
Resolve "Bug prevents volume computation when data length column in Metadata DB is null"
Martin Weise
requested to merge
462-bug-prevents-volume-computation-when-data-length-column-in-metadata-db-is-null
into
dev
8 months ago
Overview
0
Commits
10
Pipelines
0
Changes
1
Closes #462
0
0
Merge request reports
Viewing commit
e680faf1
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
Verified
e680faf1
Copying the whole folder
· e680faf1
Martin Weise
authored
8 months ago
.gitlab-ci.yml
+
2
−
2
View file @ e680faf1
Edit in single-file editor
Open in Web IDE
Show full file
@@ -4,8 +4,8 @@ variables:
TESTCONTAINERS_RYUK_DISABLED
:
"
false"
PYTHON_VERSION
:
"
3.11"
DOC_VERSION
:
"
1.5"
APP_VERSION
:
"
1.5.
1
"
CHART_VERSION
:
"
1.5.
1
"
APP_VERSION
:
"
1.5.
0
"
CHART_VERSION
:
"
1.5.
0
"
CACHE_FALLBACK_KEY
:
${CI_DEFAULT_BRANCH}
# This will supress any download for dependencies and plugins or upload messages which would clutter the console log.
# `showDateTime` will show the passed time in milliseconds. You need to specify `--batch-mode` to make this work.
Loading