Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
backend_api
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Package registry
Container registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
videoag
backend_api
Commits
f2bd3a02
Commit
f2bd3a02
authored
4 months ago
by
Simon Künzel
Browse files
Options
Downloads
Patches
Plain Diff
Update common py
parent
d5b4b347
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
config/api_example_config.py
+0
-1
0 additions, 1 deletion
config/api_example_config.py
src/generate_specification.py
+1
-1
1 addition, 1 deletion
src/generate_specification.py
submodules/backend_common_py
+1
-1
1 addition, 1 deletion
submodules/backend_common_py
with
2 additions
and
3 deletions
config/api_example_config.py
+
0
−
1
View file @
f2bd3a02
...
...
@@ -69,7 +69,6 @@ DATABASE = {
"
connect_args
"
:
{},
"
check_drift
"
:
True
,
"
auto_migration
"
:
True
,
"
ignore_no_connection
"
:
False
,
"
skip_drift_check_when_no_connection
"
:
False
,
"
max_read_attempts
"
:
2
,
"
max_write_attempts
"
:
2
...
...
This diff is collapsed.
Click to expand it.
src/generate_specification.py
+
1
−
1
View file @
f2bd3a02
...
...
@@ -4,7 +4,7 @@ from pathlib import Path
if
__name__
==
'
__main__
'
:
import
json
os
.
environ
[
"
API_
IGNORE_NO_DB
_CONNECTION
"
]
=
"
true
"
os
.
environ
[
"
API_
SKIP_DRIFT_CHECK_WHEN_NO
_CONNECTION
"
]
=
"
true
"
# noinspection PyUnresolvedReferences
import
app
# Ensure everything is loaded
...
...
This diff is collapsed.
Click to expand it.
backend_common_py
@
6c08b477
Compare
7b9bc757
...
6c08b477
Subproject commit
7b9bc7576ded5273fb07350f4526e95c221713d8
Subproject commit
6c08b477832da79999473a3ae26c4162684c75f2
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment