-
- Downloads
Squashed commit of the following:
commit 3eb72984 Author: Martin Lees <drov0@users.noreply.github.com> Date: Mon Aug 22 00:18:09 2022 -0400 Fix pattern tests following changes in mocks commit e0ed25f8 Author: Martin Lees <drov0@users.noreply.github.com> Date: Sun Aug 21 20:35:51 2022 -0400 Added test cases in the mocks + pattern tests commit 1144c265 Merge: 2a80d650 066762c7 Author: Martin Lees <drov0@users.noreply.github.com> Date: Sun Aug 21 20:35:21 2022 -0400 Merge branch 'feature/role-only-if-subscribed' of gitlab.syncad.com:hive/hivemind into feature/role-only-if-subscribed commit 066762c7 Author: Martin Lees <drov0@users.noreply.github.com> Date: Sun May 8 23:13:17 2022 -0400 Added flow.txt where it's missed commit 6acdb300 Author: Martin Lees <drov0@users.noreply.github.com> Date: Sun Apr 24 10:46:38 2022 -0400 fix all tests commit 566a71ab Author: Martin Lees <drov0@users.noreply.github.com> Date: Sat Apr 23 22:35:34 2022 -0400 attempt at fixing most tests commit ec803921 Author: Martin Lees <drov0@users.noreply.github.com> Date: Sat Apr 23 21:25:23 2022 -0400 first fix try commit cbb74d37 Author: Martin Lees <drov0@users.noreply.github.com> Date: Sun Apr 3 23:26:00 2022 -0400 small fix commit 9dc83b3b Author: Martin Lees <drov0@users.noreply.github.com> Date: Sun Apr 3 23:23:55 2022 -0400 Allows setting the muted role even if you're not subscribed commit 446a4c1b Author: Martin Lees <drov0@users.noreply.github.com> Date: Sun Apr 3 23:11:00 2022 -0400 added communtiy_helpers to base schema commit e710b92c Author: Martin Lees <drov0@users.noreply.github.com> Date: Sun Apr 3 19:52:29 2022 -0400 Update SetRole/SetUserTitle so that you have to be subscribed to get it, also added a script to generate flow.txt and cleaned up communtiy_flow commit 2a80d650 Author: Martin Lees <drov0@users.noreply.github.com> Date: Sun May 8 23:13:17 2022 -0400 Added flow.txt where it's missed commit 555d03c6 Author: Martin Lees <drov0@users.noreply.github.com> Date: Sun Apr 24 10:46:38 2022 -0400 fix all tests commit 0b705204 Author: Martin Lees <drov0@users.noreply.github.com> Date: Sat Apr 23 22:35:34 2022 -0400 attempt at fixing most tests commit 4e2946f7 Author: Martin Lees <drov0@users.noreply.github.com> Date: Sat Apr 23 21:25:23 2022 -0400 first fix try commit 7c467c37 Author: Martin Lees <drov0@users.noreply.github.com> Date: Sun Apr 3 23:26:00 2022 -0400 small fix commit 3ecaf640 Author: Martin Lees <drov0@users.noreply.github.com> Date: Sun Apr 3 23:23:55 2022 -0400 Allows setting the muted role even if you're not subscribed commit 2e9081e5 Author: Martin Lees <drov0@users.noreply.github.com> Date: Sun Apr 3 23:11:00 2022 -0400 added communtiy_helpers to base schema commit 7f0cc6d5 Author: Martin Lees <drov0@users.noreply.github.com> Date: Sun Apr 3 19:52:29 2022 -0400 Update SetRole/SetUserTitle so that you have to be subscribed to get it, also added a script to generate flow.txt and cleaned up communtiy_flow
Showing
- hive/db/schema.py 1 addition, 0 deletionshive/db/schema.py
- hive/db/sql_scripts/community_helpers.sql 41 additions, 0 deletionshive/db/sql_scripts/community_helpers.sql
- hive/db/sql_scripts/db_upgrade.sh 1 addition, 0 deletionshive/db/sql_scripts/db_upgrade.sh
- hive/indexer/community.py 14 additions, 16 deletionshive/indexer/community.py
- mock_data/block_data/community_op/mock_block_data_community.json 607 additions, 36 deletions...ta/block_data/community_op/mock_block_data_community.json
- mock_data/block_data/follow_op/flow.txt 96 additions, 0 deletionsmock_data/block_data/follow_op/flow.txt
- mock_data/block_data/notify_op/flow.txt 11 additions, 0 deletionsmock_data/block_data/notify_op/flow.txt
- mock_data/block_data/payments_op/flow.txt 10 additions, 0 deletionsmock_data/block_data/payments_op/flow.txt
- scripts/mocks_to_flow.py 53 additions, 0 deletionsscripts/mocks_to_flow.py
- tests/api_tests/hivemind/tavern/bridge_api_patterns/account_notifications/coinfox.pat.json 1 addition, 1 deletion...ridge_api_patterns/account_notifications/coinfox.pat.json
- tests/api_tests/hivemind/tavern/bridge_api_patterns/account_notifications/dantheman.pat.json 5 additions, 5 deletions...dge_api_patterns/account_notifications/dantheman.pat.json
- tests/api_tests/hivemind/tavern/bridge_api_patterns/account_notifications/gtg.pat.json 2 additions, 2 deletions...rn/bridge_api_patterns/account_notifications/gtg.pat.json
- tests/api_tests/hivemind/tavern/bridge_api_patterns/account_notifications/max_score.pat.json 1 addition, 1 deletion...dge_api_patterns/account_notifications/max_score.pat.json
- tests/api_tests/hivemind/tavern/bridge_api_patterns/account_notifications/min_score.pat.json 5 additions, 5 deletions...dge_api_patterns/account_notifications/min_score.pat.json
- tests/api_tests/hivemind/tavern/bridge_api_patterns/account_notifications/test-safari.pat.json 31 additions, 31 deletions...e_api_patterns/account_notifications/test-safari.pat.json
- tests/api_tests/hivemind/tavern/bridge_api_patterns/get_community/hive-117600.pat.json 1 addition, 1 deletion...rn/bridge_api_patterns/get_community/hive-117600.pat.json
- tests/api_tests/hivemind/tavern/bridge_api_patterns/get_community/hive-117600_admin.pat.json 1 addition, 1 deletion...dge_api_patterns/get_community/hive-117600_admin.pat.json
- tests/api_tests/hivemind/tavern/bridge_api_patterns/get_community/hive-117600_mod.pat.json 2 additions, 2 deletions...ridge_api_patterns/get_community/hive-117600_mod.pat.json
- tests/api_tests/hivemind/tavern/bridge_api_patterns/get_community/hive-117600_non_subscribed_guest.pat.json 1 addition, 1 deletion...s/get_community/hive-117600_non_subscribed_guest.pat.json
- tests/api_tests/hivemind/tavern/bridge_api_patterns/get_community/hive-117600_non_subscribed_member.pat.json 2 additions, 2 deletions.../get_community/hive-117600_non_subscribed_member.pat.json
Loading
Please register or sign in to comment