- Nov 09, 2020
-
-
Dariusz Kędzierski authored
Removed delta calculations from follow.py. Follower/following calculation moved to dedicated SQL function.
-
Dariusz Kędzierski 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
-
Dariusz Kędzierski authored
-
Marcin authored
-
- Nov 08, 2020
-
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski 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
-
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
Cast all follow name data to string. Should protect against setting non string data types as names in follower and following
-
Wojciech Barcik authored
This reverts commit 4a9e1e14.
-
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,
-
- Nov 05, 2020
-
-
Bartek Wrona authored
Supplemented missing condition to get account posts by blog See merge request !359
-
Bartek Wrona authored
-
Bartek Wrona authored
-
Bartek Wrona authored
get account posts by blog fixes See merge request !358
-
Bartek Wrona authored
-
Bartek Wrona authored
full sync tavern tests See merge request !293
-
Andrzej Lisak authored
added missing .sql files to upgrade script
-
Andrzej Lisak authored
-
Bartek Wrona authored
bridge_api.get_account_posts when sort = "feed" improvements See merge request !357
-
Bartek Wrona authored
Eliminated performance problems in the above implementation. Defined 2 new indexes: hive_feed_cache_block_num_idx and hive_feed_cache_created_at_idx.
-
Andrzej Lisak authored
-