Commits on Source (17)
-
Andrzej Lisak authored
[Fix] corrected paging in bridge_get_account_posts_by_blog [Change] bridge_get_account_posts_by_blog reused for get_discussions_by_blog
-
Andrzej Lisak authored
-
Andrzej Lisak authored
resteemed->reblogged
-
Andrzej Lisak authored
-
Wojciech Barcik authored
-
Andrzej Lisak authored
-
Andrzej Lisak authored
-
Andrzej Lisak authored
-
Andrzej Lisak authored
-
Marcin authored
-
Bartek Wrona authored
vacuuming hive_posts only for massive sync See merge request !411
-
Bartek Wrona authored
Direct hive server logging to file only See merge request !403
-
Bartek Wrona authored
-
Bartek Wrona authored
more small changes, get_discussions_by_blog reusing bridge SQL function See merge request !410
-
Bartek Wrona authored
Benchmark time limit increased to 1.5 s See merge request !412
-
Andrzej Lisak authored
[ABW]: find_account_id changed to be similar to find_comment_id (other routines like that will likely follow) - True means the check will be performed, but not when account is empty (that needs to be blocked/allowed in python code) get_discussion SQL function renamed to bridge_get_discussion added validation of observer in get_discussion
-
Bartek Wrona authored
Corrections related to bridge.get_discussion + some cleanup See merge request !413
Showing
- .gitlab-ci.yaml 2 additions, 1 deletion.gitlab-ci.yaml
- hive/db/db_state.py 17 additions, 18 deletionshive/db/db_state.py
- hive/db/schema.py 0 additions, 1 deletionhive/db/schema.py
- hive/db/sql_scripts/bridge_get_account_posts_by_blog.sql 17 additions, 14 deletionshive/db/sql_scripts/bridge_get_account_posts_by_blog.sql
- hive/db/sql_scripts/bridge_get_discussion.sql 4 additions, 4 deletionshive/db/sql_scripts/bridge_get_discussion.sql
- hive/db/sql_scripts/bridge_get_ranked_post_for_tag.sql 0 additions, 1 deletionhive/db/sql_scripts/bridge_get_ranked_post_for_tag.sql
- hive/db/sql_scripts/condenser_follows.sql 2 additions, 2 deletionshive/db/sql_scripts/condenser_follows.sql
- hive/db/sql_scripts/condenser_get_discussions_by_blog.sql 0 additions, 141 deletionshive/db/sql_scripts/condenser_get_discussions_by_blog.sql
- hive/db/sql_scripts/database_api_list_votes.sql 1 addition, 1 deletionhive/db/sql_scripts/database_api_list_votes.sql
- hive/db/sql_scripts/db_upgrade.sh 0 additions, 1 deletionhive/db/sql_scripts/db_upgrade.sh
- hive/db/sql_scripts/upgrade/upgrade_table_schema.sql 2 additions, 2 deletionshive/db/sql_scripts/upgrade/upgrade_table_schema.sql
- hive/db/sql_scripts/utility_functions.sql 7 additions, 5 deletionshive/db/sql_scripts/utility_functions.sql
- hive/server/bridge_api/methods.py 1 addition, 1 deletionhive/server/bridge_api/methods.py
- hive/server/bridge_api/thread.py 3 additions, 4 deletionshive/server/bridge_api/thread.py
- hive/server/condenser_api/get_state.py 1 addition, 1 deletionhive/server/condenser_api/get_state.py
- hive/server/condenser_api/methods.py 2 additions, 4 deletionshive/server/condenser_api/methods.py
- hive/server/hive_api/notify.py 1 addition, 1 deletionhive/server/hive_api/notify.py
- hive/server/tags_api/methods.py 0 additions, 1 deletionhive/server/tags_api/methods.py
- mock_data/block_data/follow_op/mock_block_data_follow.json 1 addition, 1 deletionmock_data/block_data/follow_op/mock_block_data_follow.json
- mock_data/block_data/reblog_op/flow.txt 4 additions, 0 deletionsmock_data/block_data/reblog_op/flow.txt
mock_data/block_data/reblog_op/flow.txt
0 → 100644