- Nov 11, 2020
-
-
-
-
Removed delta calculations from follow.py. Follower/following calculation moved to dedicated SQL function.
-
-
-
-
-
-
-
Cast all follow name data to string. Should protect against setting non string data types as names in follower and following
-
-
[Fix] get_account_reputations no longer fails with error when account_lower_bound is skipped; also added real default value for limit (1000) [Fix] bridge_get_ranked_post_by_trends_for_observer_communities now validates observer like other functions of the same family [Fix] all VOLATILE get_ranked_post related SQL functions turned into STABLE
-
Jason Salyers authored
[JES] Revert the is_muted carryover for now. We will need that though unless someone has a different idea of how to fetch posts muted in communities by admins/mods
-
Jason Salyers authored
-
Jason Salyers authored
[JES] Create a view for getting the muted accounts. Not In/Not Exists/Left Join all have extremely similar processing times. Went with Not In for readibility
-
Jason Salyers authored
-
Jason Salyers authored
[JES] Try to apply muting at the SQL level instead for more efficiency. This only covers the bridge methods at the moment
-
- Nov 09, 2020
-
-
Bartek Wrona authored
New tests for `condenser_api.get_state` See merge request !351
-
Bartek Wrona authored
-
Bartek Wrona authored
issue #91: incorrect results when initial sync started not from scratch See merge request !354
-
Bartek Wrona authored
fix incorrect volatile sql function type See merge request !366
-
Marcin authored
-
- Nov 07, 2020
-
-
Bartek Wrona authored
condenser get trending tags opt See merge request !365
-
Bartek Wrona authored
Changes in index definitions, to significantly speedup 'condenser_api.get_trending_tags' call. Dedicated index created: hive_posts_category_id_payout_plus_pending_payout_depth_idx Other indexes (mostly used by bridge_api.get_ranked_posts) has been extended by WHERE condition to eliminate rows does not matching conditions. This way indexes size has been significantly reduced.
-
Bartek Wrona authored
Recreate table deps_saved_ddl when doing db upgrade See merge request !360
-
- Nov 06, 2020
-
-
Wojciech Barcik authored
This reverts commit 4a9e1e14.
-
Mariusz Trela authored
-
Bartek Wrona authored
get account posts by feed fix See merge request !362
-
Bartek Wrona authored
-
Bartek Wrona authored
branch 'bw_get_account_posts_by_feed_fix' of gitlab.syncad.com:hive/hivemind into bw_get_account_posts_by_feed_fix
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
Reimplemented condenser_api.get_discussions_by_feed to reuse bridge_api SQL function and match previous behavior
-
Bartek Wrona authored
-
Bartek Wrona authored
reusing code of bridge calls in condenser_api See merge request !337
-
Andrzej Lisak authored
-
Andrzej Lisak authored
-
Andrzej Lisak authored
Merge branch 'bridge_code_reuse_in_condenser_api' of gitlab.syncad.com:hive/hivemind into bridge_code_reuse_in_condenser_api
-
Wojciech Barcik authored
-
Wojciech Barcik authored
Fix problem with collation,
-