Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hivemind
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
hive
hivemind
Merge requests
!121
Something went wrong on our end
Prerequisuites to Reputation api support
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Prerequisuites to Reputation api support
reputation_api_support
into
develop
Overview
0
Commits
14
Pipelines
0
Changes
4
Merged
Bartek Wrona
requested to merge
reputation_api_support
into
develop
4 years ago
Overview
0
Commits
14
Pipelines
0
Changes
4
Expand
0
0
Merge request reports
Viewing commit
3e30ab63
Prev
Next
Show latest version
4 files
+
49
−
23
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
3e30ab63
Prerequisites for MT version of Reputation flush.
· 3e30ab63
Bartek Wrona
authored
4 years ago
hive/db/adapter.py
+
4
−
0
Options
@@ -50,6 +50,10 @@ class Db:
self
.
_exec
=
self
.
_conn
.
execute
self
.
_exec
(
sqlalchemy
.
text
(
"
COMMIT
"
))
def
clone
(
self
):
c
=
Db
(
self
.
_url
)
return
c
def
engine
(
self
):
"""
Lazy-loaded SQLAlchemy engine.
"""
if
not
self
.
_engine
:
Loading