Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
atdb-ldv
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASTRON SDC
atdb-ldv
Merge requests
!326
bugfix, didn't consider rfi_percent = 0 a valid RFI
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
bugfix, didn't consider rfi_percent = 0 a valid RFI
sdch-4164-missing-calcq
into
master
Overview
7
Commits
10
Pipelines
7
Changes
15
1 unresolved thread
Hide all comments
Merged
Nico Vermaas
requested to merge
sdch-4164-missing-calcq
into
master
1 year ago
Overview
7
Commits
10
Pipelines
7
Changes
15
1 unresolved thread
Hide all comments
Expand
rfi_percent = 0 lead to a null value in the calculated quality.
0
0
Merge request reports
Compare
master
version 6
c2cfb98f
1 year ago
version 5
08702f3e
1 year ago
version 4
60a8cf09
1 year ago
version 3
102bb75a
1 year ago
version 2
f1d7b84d
1 year ago
version 1
2d1ba09f
1 year ago
master (base)
and
latest version
latest version
2f7c0556
10 commits,
1 year ago
version 6
c2cfb98f
9 commits,
1 year ago
version 5
08702f3e
8 commits,
1 year ago
version 4
60a8cf09
7 commits,
1 year ago
version 3
102bb75a
6 commits,
1 year ago
version 2
f1d7b84d
2 commits,
1 year ago
version 1
2d1ba09f
1 commit,
1 year ago
15 files
+
157
−
33
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
15
Search (e.g. *.vue) (Ctrl+P)
atdb/atdb/settings/dev.py
+
1
−
1
Options
@@ -13,7 +13,7 @@ DATABASES = {
'
ENGINE
'
:
'
django.db.backends.postgresql_psycopg2
'
,
'
USER
'
:
'
atdb_admin
'
,
'
PASSWORD
'
:
'
atdb123
'
,
'
NAME
'
:
'
atdb_ldv_
5oct
2023
'
,
'
NAME
'
:
'
atdb_ldv_
20nov
2023
'
,
'
HOST
'
:
'
localhost
'
,
'
PORT
'
:
'
5432
'
,
},
Loading