Jsalyers muting at sql level
Merge request reports
Activity
- Resolved by Jason Salyers
- Resolved by Jason Salyers
added 1 commit
- d3d5f951 - [JES] Create a view for getting the muted accounts. Not In/Not Exists/Left...
added 1 commit
- 4b16df93 - [JES] Revert the is_muted carryover for now. We will need that though unless...
added 21 commits
- 031c3253 - [JES] Try to apply muting at the SQL level instead for more efficiency. This...
- f66dac63 - [JES] Noticed the STABLEs got switched back to VOLATILEs. This fixes that
- d80ef008 - [JES] Create a view for getting the muted accounts. Not In/Not Exists/Left...
- e60411be - [JES] Fix a broken query
- a5f13d51 - [JES] Revert the is_muted carryover for now. We will need that though unless...
- 3e358504 - [ABW]: [Change] removed vote muting functionality
- 1cad6f9c - [ABW]: fixed pattern
- b1f4457a - Cast all follow name data to string. Should protect against setting non string...
- 5467b448 - Follower and following entries must be strings. Same behaviour as in old hivemind
- eecc1b32 - Mimic old hivemind behaviour for follower, following check. Use get_follow_count for testing
- ba7bba3f - Hardcode 5000017 for max block to actually sync mocked data
- 8cb9ebb9 - Revert exists method to its original form. List check is not needed there
- f261e40d - Guard escape_characters with assert
- 17b8f647 - Extend mock file with JS test
- 5908daa7 - Removed delta calculations from follow.py. Follower/following calculation...
- f3272528 - Removed unused imports
- 990689d6 - Adding block number to follow update operation caused chages in notification patters.
- 7d7376cc - Update block number on state > 8 update operations
- f4f9c18e - Upgrade script supplemented
- ab0c0e05 - bridge_api.get_account_posts "by comment" optimization.
- fbf3a90d - Merge branch 'jsalyers-muting-at-sql-level' of gitlab.syncad.com:hive/hivemind...
Toggle commit listadded 1 commit
- 2019d65d - [JES] More updates to muting. Adding is_muted to the raw posts returned from...
added 1 commit
- 2021370c - [JES] Missed an irredeemables check. Those are no longer needed since that was...
added 1 commit
- 142a662e - [JES] Initial test of adding observer to additional bridge calls before I go changing all of them
added 1 commit
- 5b321841 - [JES] Missed a spot of passing the observer, second test
added 1 commit
- dae1c6a8 - [JES] Typo. And to think I used to be a spelling champion..
added 1 commit
- 606d4839 - [JES] Check that blackilsts exist before trying to reference them
added 1 commit
- 627df934 - [JES] One more test, but I think this is what I was needing to keep the query...
added 1 commit
- c3ef3f92 - [JES] Now actually give it to the SQL function
added 1 commit
- 093129d1 - [JES] Add the new muting to the rest of the get_ranked_post functions
added 1 commit
- 3c6b17a8 - [JES] Forgot to add the observer into some SQL definitions
Please register or sign in to reply