Commits on Source (24)
-
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
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
Removed delta calculations from follow.py. Follower/following calculation moved to dedicated SQL function.
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Andrzej Lisak authored
[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
-
Andrzej Lisak authored
Merge branch 'vote_muting_and_other_small_fixes' of gitlab.syncad.com:hive/hivemind into vote_muting_and_other_small_fixes
-
Dariusz Kędzierski authored
-
Andrzej Lisak authored
-
Bartek Wrona authored
Vote muting and other small fixes See merge request !371
-
Dariusz Kędzierski authored
-
Bartek Wrona authored
-
Bartek Wrona authored
Follower and following names validation and type check See merge request !364
-
Bartek Wrona authored
-
Bartek Wrona authored
bridge_api.get_account_posts "by comment" optimization. See merge request !373
-
-
Bartek Wrona authored
Resolve "Url of submodule should be relative on Gitlab server" See merge request !376
Showing
- .gitlab-ci.yaml 2 additions, 1 deletion.gitlab-ci.yaml
- .gitmodules 1 addition, 1 deletion.gitmodules
- hive/db/db_state.py 10 additions, 2 deletionshive/db/db_state.py
- hive/db/schema.py 2 additions, 2 deletionshive/db/schema.py
- hive/db/sql_scripts/bridge_get_account_posts_by_comments.sql 8 additions, 3 deletionshive/db/sql_scripts/bridge_get_account_posts_by_comments.sql
- hive/db/sql_scripts/bridge_get_ranked_post_for_observer_communities.sql 3 additions, 2 deletions...ripts/bridge_get_ranked_post_for_observer_communities.sql
- hive/db/sql_scripts/condenser_get_account_reputations.sql 1 addition, 2 deletionshive/db/sql_scripts/condenser_get_account_reputations.sql
- hive/db/sql_scripts/db_upgrade.sh 2 additions, 1 deletionhive/db/sql_scripts/db_upgrade.sh
- hive/db/sql_scripts/update_follow_count.sql 33 additions, 0 deletionshive/db/sql_scripts/update_follow_count.sql
- hive/indexer/accounts.py 0 additions, 2 deletionshive/indexer/accounts.py
- hive/indexer/blocks.py 2 additions, 1 deletionhive/indexer/blocks.py
- hive/indexer/follow.py 75 additions, 205 deletionshive/indexer/follow.py
- hive/indexer/sync.py 0 additions, 3 deletionshive/indexer/sync.py
- hive/server/bridge_api/methods.py 0 additions, 2 deletionshive/server/bridge_api/methods.py
- hive/server/condenser_api/get_state.py 0 additions, 2 deletionshive/server/condenser_api/get_state.py
- hive/server/condenser_api/methods.py 5 additions, 20 deletionshive/server/condenser_api/methods.py
- hive/server/condenser_api/objects.py 0 additions, 6 deletionshive/server/condenser_api/objects.py
- hive/server/follow_api/methods.py 1 addition, 1 deletionhive/server/follow_api/methods.py
- hive/utils/normalize.py 1 addition, 0 deletionshive/utils/normalize.py
- mock_data/block_data/follow_op/mock_block_data_follow.json 90 additions, 2 deletionsmock_data/block_data/follow_op/mock_block_data_follow.json
hive/db/sql_scripts/update_follow_count.sql
0 → 100644
This diff is collapsed.