Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GÉANT Service Orchestrator
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
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GÉANT Orchestration and Automation Team
GAP
GÉANT Service Orchestrator
Merge requests
!60
Feature/nat 217 import sites
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/nat 217 import sites
feature/NAT-217-Import-Sites
into
develop
Overview
0
Commits
10
Pipelines
24
Changes
19
Merged
Neda Moeini
requested to merge
feature/NAT-217-Import-Sites
into
develop
1 year ago
Overview
0
Commits
10
Pipelines
24
Changes
3
Expand
0
0
Merge request reports
Compare
version 10
version 23
01e4942a
1 year ago
version 22
c50aa47b
1 year ago
version 21
57cd51b5
1 year ago
version 20
aa479dcd
1 year ago
version 19
5ce12edd
1 year ago
version 18
c32491b1
1 year ago
version 17
53ab9f7c
1 year ago
version 16
245a58c0
1 year ago
version 15
c3ed107a
1 year ago
version 14
92934161
1 year ago
version 13
662647a4
1 year ago
version 12
a516c208
1 year ago
version 11
80076eab
1 year ago
version 10
3ec603cf
1 year ago
version 9
388dc54c
1 year ago
version 8
81da6145
1 year ago
version 7
eccef5d9
1 year ago
version 6
69d01334
1 year ago
version 5
ac63a692
1 year ago
version 4
380c3bed
1 year ago
version 3
dae6a67f
1 year ago
version 2
a2567a70
1 year ago
version 1
59a09c25
1 year ago
develop (base)
and
version 21
latest version
a1228219
10 commits,
1 year ago
version 23
01e4942a
9 commits,
1 year ago
version 22
c50aa47b
11 commits,
1 year ago
version 21
57cd51b5
14 commits,
1 year ago
version 20
aa479dcd
27 commits,
1 year ago
version 19
5ce12edd
26 commits,
1 year ago
version 18
c32491b1
25 commits,
1 year ago
version 17
53ab9f7c
24 commits,
1 year ago
version 16
245a58c0
23 commits,
1 year ago
version 15
c3ed107a
22 commits,
1 year ago
version 14
92934161
21 commits,
1 year ago
version 13
662647a4
20 commits,
1 year ago
version 12
a516c208
19 commits,
1 year ago
version 11
80076eab
18 commits,
1 year ago
version 10
3ec603cf
17 commits,
1 year ago
version 9
388dc54c
16 commits,
1 year ago
version 8
81da6145
15 commits,
1 year ago
version 7
eccef5d9
14 commits,
1 year ago
version 6
69d01334
13 commits,
1 year ago
version 5
ac63a692
12 commits,
1 year ago
version 4
380c3bed
11 commits,
1 year ago
version 3
dae6a67f
10 commits,
1 year ago
version 2
a2567a70
9 commits,
1 year ago
version 1
59a09c25
8 commits,
1 year ago
Show latest version
3 files
+
3
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
test/conftest.py
+
1
−
1
Options
@@ -93,7 +93,7 @@ def data_config_filename(configuration_data) -> str:
def
db_uri
():
"""
Provide the database uri configuration to run the migration on.
"""
return
os
.
environ
.
get
(
"
DATABASE_URI_TEST
"
)
return
os
.
environ
.
get
(
"
DATABASE_URI_TEST
"
,
"
postgresql://gso:gos@localhost/gso-test-db
"
)
def
run_migrations
(
db_uri
:
str
)
->
None
:
Loading