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
!110
Teh call `get_profile` works
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Teh call `get_profile` works
mt-get-profile
into
develop
Overview
8
Commits
10
Pipelines
0
Changes
9
All threads resolved!
Hide all comments
Merged
Mariusz Trela
requested to merge
mt-get-profile
into
develop
4 years ago
Overview
8
Commits
10
Pipelines
0
Changes
9
All threads resolved!
Hide all comments
Expand
@bwrona
@ABW
0
0
Merge request reports
Compare
develop
version 7
20d9f430
4 years ago
version 6
87f50620
4 years ago
version 5
5bd75a57
4 years ago
version 4
50be8ccc
4 years ago
version 3
07844132
4 years ago
version 2
d87b5743
4 years ago
version 1
d87b5743
4 years ago
develop (base)
and
latest version
latest version
f5a3bb82
10 commits,
4 years ago
version 7
20d9f430
9 commits,
4 years ago
version 6
87f50620
8 commits,
4 years ago
version 5
5bd75a57
7 commits,
4 years ago
version 4
50be8ccc
4 commits,
4 years ago
version 3
07844132
3 commits,
4 years ago
version 2
d87b5743
1 commit,
4 years ago
version 1
d87b5743
457 commits,
4 years ago
9 files
+
90
−
50
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
hive/db/db_state.py
+
0
−
2
Options
@@ -128,7 +128,6 @@ class DbState:
#'hive_posts_cache_ix32', # API: community created
#'hive_posts_cache_ix33', # API: community payout
#'hive_posts_cache_ix34', # API: community muted
'
hive_accounts_ix1
'
,
# (cached_at, name)
'
hive_accounts_ix5
'
# (cached_at, name)
]
@@ -297,7 +296,6 @@ class DbState:
cls
.
_set_ver
(
3
)
if
cls
.
_ver
==
3
:
cls
.
db
().
query
(
"
CREATE INDEX hive_accounts_ix3 ON hive_accounts (vote_weight, name varchar_pattern_ops)
"
)
cls
.
_set_ver
(
4
)
if
cls
.
_ver
==
4
:
Loading