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
!341
SDC-1188 - final merge
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Merged
SDC-1188 - final merge
SDC-1188-SAS_ID-table
into
master
Overview
27
Commits
12
Pipelines
2
Changes
14
Merged
Nico Vermaas
requested to merge
SDC-1188-SAS_ID-table
into
master
1 year ago
Overview
27
Commits
12
Pipelines
2
Changes
14
Expand
GUI hooked up to functionality removed all old/test code added unittests
0
0
Merge request reports
Compare
master
version 1
d2484344
1 year ago
master (base)
and
latest version
latest version
7ecedf62
12 commits,
1 year ago
version 1
d2484344
11 commits,
1 year ago
14 files
+
187
−
264
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
14
Search (e.g. *.vue) (Ctrl+P)
atdb/atdb/settings/dev.py
+
1
−
1
Options
@@ -14,7 +14,7 @@ DATABASES = {
'
USER
'
:
'
atdb_admin
'
,
'
PASSWORD
'
:
'
atdb123
'
,
#'NAME': 'atdb_ldv_19jan2024',
'
NAME
'
:
'
atdb_ldv_1
6
feb2024
'
,
'
NAME
'
:
'
atdb_ldv_1
7
feb2024
'
,
'
HOST
'
:
'
localhost
'
,
'
PORT
'
:
'
5432
'
,
},
Loading