Skip to content
Snippets Groups Projects

Jsalyers muting at sql level

Merged Jason Salyers requested to merge jsalyers-muting-at-sql-level into develop
All threads resolved!

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Bartek Wrona
  • Jason Salyers added 1 commit

    added 1 commit

    • d3d5f951 - [JES] Create a view for getting the muted accounts. Not In/Not Exists/Left...

    Compare with previous version

  • Jason Salyers added 1 commit

    added 1 commit

    Compare with previous version

  • Jason Salyers added 1 commit

    added 1 commit

    • 4b16df93 - [JES] Revert the is_muted carryover for now. We will need that though unless...

    Compare with previous version

  • Can you explain more on the "is_muted" issue? Why are you reverting it if we need it?

  • Jason Salyers added 21 commits

    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...

    Compare with previous version

  • Jason Salyers added 1 commit

    added 1 commit

    • 2019d65d - [JES] More updates to muting. Adding is_muted to the raw posts returned from...

    Compare with previous version

  • Jason Salyers added 1 commit

    added 1 commit

    • 2021370c - [JES] Missed an irredeemables check. Those are no longer needed since that was...

    Compare with previous version

  • Jason Salyers added 1 commit

    added 1 commit

    • 142a662e - [JES] Initial test of adding observer to additional bridge calls before I go changing all of them

    Compare with previous version

  • Jason Salyers added 1 commit

    added 1 commit

    • 5b321841 - [JES] Missed a spot of passing the observer, second test

    Compare with previous version

  • Jason Salyers added 1 commit

    added 1 commit

    • dae1c6a8 - [JES] Typo. And to think I used to be a spelling champion..

    Compare with previous version

  • Jason Salyers added 1 commit

    added 1 commit

    • 606d4839 - [JES] Check that blackilsts exist before trying to reference them

    Compare with previous version

  • Jason Salyers added 1 commit

    added 1 commit

    • 627df934 - [JES] One more test, but I think this is what I was needing to keep the query...

    Compare with previous version

  • Jason Salyers added 1 commit

    added 1 commit

    • 8cb20ba0 - [JES] Missed a closing paren

    Compare with previous version

  • Jason Salyers added 1 commit

    added 1 commit

    • c941b9cb - [JES] Trying another function as a test

    Compare with previous version

  • Jason Salyers added 1 commit

    added 1 commit

    Compare with previous version

  • Jason Salyers added 1 commit

    added 1 commit

    • c3ef3f92 - [JES] Now actually give it to the SQL function

    Compare with previous version

  • Jason Salyers added 1 commit

    added 1 commit

    • 093129d1 - [JES] Add the new muting to the rest of the get_ranked_post functions

    Compare with previous version

  • Jason Salyers added 1 commit

    added 1 commit

    • 3c6b17a8 - [JES] Forgot to add the observer into some SQL definitions

    Compare with previous version

  • Jason Salyers added 1 commit

    added 1 commit

    • 5a7e9fbf - [JES] And this is why we do full testing

    Compare with previous version

  • Bartek Wrona
  • Can you rebase against latest version of develop ? I see already merged changes again comming in from your branch

  • Jason Salyers added 47 commits

    added 47 commits

    • f992ce04 - [JES] Try to apply muting at the SQL level instead for more efficiency. This...
    • 60c4ff77 - [JES] Noticed the STABLEs got switched back to VOLATILEs. This fixes that
    • 66ef5243 - [JES] Create a view for getting the muted accounts. Not In/Not Exists/Left...
    • dd2ecbd3 - [JES] Fix a broken query
    • 5a04840d - [JES] Revert the is_muted carryover for now. We will need that though unless...
    • bac7ad5d - [ABW]: [Change] removed vote muting functionality
    • 5c7c299d - [ABW]: fixed pattern
    • 63d904ca - Cast all follow name data to string. Should protect against setting non string...
    • 2343c3b4 - Follower and following entries must be strings. Same behaviour as in old hivemind
    • 62ad7900 - Mimic old hivemind behaviour for follower, following check. Use get_follow_count for testing
    • 67167872 - Hardcode 5000017 for max block to actually sync mocked data
    • 15dc5ed0 - Revert exists method to its original form. List check is not needed there
    • ee9ce849 - Guard escape_characters with assert
    • 5c33c134 - Extend mock file with JS test
    • d58d9b4d - Removed delta calculations from follow.py. Follower/following calculation...
    • cf5d8269 - Removed unused imports
    • eee0b19d - Adding block number to follow update operation caused chages in notification patters.
    • 30399d9c - Update block number on state > 8 update operations
    • e463fe26 - Upgrade script supplemented
    • c0409078 - bridge_api.get_account_posts "by comment" optimization.
    • 04d6cc5d - [JES] Try to apply muting at the SQL level instead for more efficiency. This...
    • 951d1833 - [JES] Noticed the STABLEs got switched back to VOLATILEs. This fixes that
    • a76b951e - [JES] Create a view for getting the muted accounts. Not In/Not Exists/Left...
    • 193f4312 - [JES] Fix a broken query
    • 2ab77413 - [JES] Revert the is_muted carryover for now. We will need that though unless...
    • bb764b20 - [JES] More updates to muting. Adding is_muted to the raw posts returned from...
    • cbb4bc5e - [JES] Missed an irredeemables check. Those are no longer needed since that was...
    • 1b5f94fc - [JES] Initial test of adding observer to additional bridge calls before I go changing all of them
    • 70de5057 - [JES] Missed a spot of passing the observer, second test
    • 56329e2c - [JES] Typo. And to think I used to be a spelling champion..
    • d21bc4ae - [JES] Check that blackilsts exist before trying to reference them
    • 0305ec93 - [JES] One more test, but I think this is what I was needing to keep the query...
    • bf2cee67 - [JES] Missed a closing paren
    • 9c9a21c7 - [JES] Trying another function as a test
    • fecb2a91 - [JES] Missed a param
    • dd7a06fb - [JES] Now actually give it to the SQL function
    • 13cf6073 - [JES] Add the new muting to the rest of the get_ranked_post functions
    • 66e0bf25 - [JES] Forgot to add the observer into some SQL definitions
    • 975860a1 - [JES] And this is why we do full testing
    • fd13f0a7 - Cast all follow name data to string. Should protect against setting non string...
    • e1194839 - Mimic old hivemind behaviour for follower, following check. Use get_follow_count for testing
    • 63187634 - Extend mock file with JS test
    • 1944deec - Removed unused imports
    • 0b08a974 - Resolve "Url of submodule should be relative on Gitlab server"
    • 2456fdc1 - Handle postgres connection string with unix socket, fix #100 (closed)
    • a65a0f37 - Change shebang to "#!/usr/bin/env python3" in python shell scripts. Fix #103 (closed)
    • 11bd9f0c - [JES] Trying to rebase

    Compare with previous version

  • Jason Salyers added 1 commit

    added 1 commit

    • c1e2b03e - [JES] Move view definition to its own file

    Compare with previous version

  • Jason Salyers marked as a Work In Progress

    marked as a Work In Progress

  • Jason Salyers added 1 commit

    added 1 commit

    • e149b557 - [JES] A few condenser calls reference bridge calls that now require an observer

    Compare with previous version

  • Jason Salyers added 1 commit

    added 1 commit

    • 42e2f28f - [JES] Add a check for valid observer

    Compare with previous version

  • Jason Salyers added 29 commits

    added 29 commits

    • 42e2f28f...16005c96 - 28 commits from branch develop
    • b07246fa - [JES] I love when a file I haven't touched keeps getting merge conflicts

    Compare with previous version

  • Jason Salyers unmarked as a Work In Progress

    unmarked as a Work In Progress

  • Jason Salyers resolved all threads

    resolved all threads

  • Jason Salyers added 5 commits

    added 5 commits

    • b07246fa...4837cf9f - 4 commits from branch develop
    • 7f364f17 - Merge branch 'develop' of gitlab.syncad.com:hive/hivemind into jsalyers-muting-at-sql-level

    Compare with previous version

  • merged

  • Dan Notestein mentioned in commit 449e8ea0

    mentioned in commit 449e8ea0

  • Please register or sign in to reply
    Loading