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
!141
calculate hot and trends only for not paid posts
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
calculate hot and trends only for not paid posts
mi_hot_and_trend_optimization
into
develop
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Marcin
requested to merge
mi_hot_and_trend_optimization
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
42bcaef0
1 commit,
4 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
hive/utils/trends.py
+
1
−
1
Options
@@ -25,7 +25,7 @@ def update_hot_and_tranding_for_block_range( first_block = NO_CONSTRAINT, last_b
{}
GROUP BY hv.post_id
) as ds
WHERE ihp.id = ds.id
WHERE ihp.id = ds.id
AND ihp.is_paidout = False
"""
sql
=
""
Loading