Commits on Source (38)
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Marcin authored
-
Dariusz Kędzierski authored
-
Bartek Wrona authored
Remove unexpected active auths spam from logs See merge request !195
-
Marcin authored
-
Marcin authored
-
Bartek Wrona authored
log virtual op calls See merge request !197
-
Bartek Wrona authored
Changes in the API implementations required to match reputation data calculated and held in the database now.
-
Bartek Wrona authored
Account reputations are calculated according to previously collected input data. See merge request !182
-
Bartek Wrona authored
-
Bartek Wrona authored
Mi fix problem live sync See merge request !200
-
Andrzej Lisak authored
[Ign] find_comment_id changed so it only ever looks for id when nonempty args are passed [Fix] __post_id filled unconditionally (condition would fail to generate error if author was passed blank, but not permlink) [Fix] everywhere where payout was needed sum of payout and pending_payout is used (this is true payout value for posts that are not paid yet) [Fix] added ORDER BY id DESC (or changed to DESC) where it was missing (needed for paging to work correctly, also gives us correct order of newest first) [Fix] pinned posts now subtract from limit as they used to in old version [Fix] added missing LIMIT to bridge_get_ranked_post_by_payout_for_observer_communities and bridge_get_ranked_post_pinned_for_community (the latter is still missing paging, but that would change behaviour) [Fix] added (and used) missing bridge_get_ranked_post_by_muted_for_observer_communities [Fix] removed superfluous check from get_account_posts [Change] promoted sort no longer only gives replies in results [Change] sanity check: get_account_post_replies now requires given account to exist marked some places where we most likely need to change use of payout into use of sum of payout and pending_payout renamed bridge_get_ranked_post_by_trends_for_observer_community to bridge_get_ranked_post_by_trends_for_observer_communities to look like other of the same kind duplicate bridge_get_ranked_post_by_hot_for_observer_communities removed unused __head_block_time removed from ..._by_payout_comments... and bridge_get_ranked_post_by_muted removed superfluous sort on created_at where it was still present (sort on id is enough) tabs removed and indentation unified
-
Marcin authored
Update of communities rank is executed in one query Update is executed when sync is finished
-
Bartek Wrona authored
-
Bartek Wrona authored
Fixes related to reputations update during regular sync. See merge request !206
-
Andrzej Lisak authored
[Fix] hive_votes_view now correctly takes reputation of voter instead of author (test patterns corrected)
-
Bartek Wrona authored
Fixes related to bridge.get_ranked_posts See merge request !203
-
Bartek Wrona authored
issue 62: communities rank reworked See merge request !205
-
Mariusz Trela authored
-
Andrzej Lisak authored
-
Bartek Wrona authored
Gathering mention fix See merge request !185
-
Bartek Wrona authored
Fixed format in valid_date utility routine See merge request !214
-
Jolly Pirate authored
- add git dependency - remove pip3 and use python install, otherwise the db schema doesn't add when synching a fresh instance
-
Bartek Wrona authored
-
Dan Notestein authored
Update Dockerfile with two fixes See merge request !216
-
Bartek Wrona authored
Update on hive_account shall be limited only to records which really have been changed. See merge request !217
-
Marcin authored
Notifications range is narrowed to last 90 days before the head block
-
Marcin authored
-
Bartek Wrona authored
unread notifications + speedup notifications See merge request !212
Showing
- Dockerfile 6 additions, 5 deletionsDockerfile
- hive/conf.py 1 addition, 0 deletionshive/conf.py
- hive/db/db_state.py 17 additions, 1 deletionhive/db/db_state.py
- hive/db/schema.py 35 additions, 75 deletionshive/db/schema.py
- hive/db/sql_scripts/bridge_get_ranked_post_for_all.sql 179 additions, 184 deletionshive/db/sql_scripts/bridge_get_ranked_post_for_all.sql
- hive/db/sql_scripts/bridge_get_ranked_post_for_communities.sql 244 additions, 248 deletions...db/sql_scripts/bridge_get_ranked_post_for_communities.sql
- hive/db/sql_scripts/bridge_get_ranked_post_for_observer_communities.sql 368 additions, 369 deletions...ripts/bridge_get_ranked_post_for_observer_communities.sql
- hive/db/sql_scripts/bridge_get_ranked_post_for_tag.sql 199 additions, 200 deletionshive/db/sql_scripts/bridge_get_ranked_post_for_tag.sql
- hive/db/sql_scripts/bridge_get_ranked_post_type.sql 1 addition, 1 deletionhive/db/sql_scripts/bridge_get_ranked_post_type.sql
- hive/db/sql_scripts/calculate_account_reputations.sql 149 additions, 0 deletionshive/db/sql_scripts/calculate_account_reputations.sql
- hive/db/sql_scripts/delete_hive_posts_mentions.sql 24 additions, 0 deletionshive/db/sql_scripts/delete_hive_posts_mentions.sql
- hive/db/sql_scripts/get_account_post_replies.sql 11 additions, 15 deletionshive/db/sql_scripts/get_account_post_replies.sql
- hive/db/sql_scripts/get_number_of_unreaded_notifications.sql 17 additions, 0 deletionshive/db/sql_scripts/get_number_of_unreaded_notifications.sql
- hive/db/sql_scripts/head_block_time.sql 19 additions, 0 deletionshive/db/sql_scripts/head_block_time.sql
- hive/db/sql_scripts/notifications_view.sql 228 additions, 0 deletionshive/db/sql_scripts/notifications_view.sql
- hive/db/sql_scripts/update_communities_rank.sql 35 additions, 0 deletionshive/db/sql_scripts/update_communities_rank.sql
- hive/db/sql_scripts/update_hive_posts_mentions.sql 6 additions, 6 deletionshive/db/sql_scripts/update_hive_posts_mentions.sql
- hive/indexer/blocks.py 4 additions, 0 deletionshive/indexer/blocks.py
- hive/indexer/community.py 0 additions, 36 deletionshive/indexer/community.py
- hive/indexer/custom_op.py 0 additions, 1 deletionhive/indexer/custom_op.py
This diff is collapsed.
hive/db/sql_scripts/head_block_time.sql
0 → 100644
hive/db/sql_scripts/notifications_view.sql
0 → 100644