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
!404
Fixed critical bug in testing option processing leading whole hive sync to fail.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fixed critical bug in testing option processing leading whole hive sync to fail.
bw_hive_sync_critical_fix
into
develop
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Bartek Wrona
requested to merge
bw_hive_sync_critical_fix
into
develop
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
ca374a04
1 commit,
4 years ago
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
hive/indexer/sync.py
+
1
−
1
Options
@@ -280,7 +280,7 @@ class Sync:
@@ -280,7 +280,7 @@ class Sync:
Community
.
start_block
=
self
.
_conf
.
get
(
"
community_start_block
"
)
Community
.
start_block
=
self
.
_conf
.
get
(
"
community_start_block
"
)
paths
=
self
.
_conf
.
get
(
"
mock_block_data_path
"
)
paths
=
self
.
_conf
.
get
(
"
mock_block_data_path
"
)
or
[]
for
path
in
paths
:
for
path
in
paths
:
self
.
load_mock_data
(
path
)
self
.
load_mock_data
(
path
)
Loading