Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ops: sync staging to dev #3746

Merged
merged 13 commits into from
Jul 15, 2024
Merged

ops: sync staging to dev #3746

merged 13 commits into from
Jul 15, 2024

Commits on Jul 9, 2024

  1. activity: reduce data transferred over the wire

    We first change children back to their original form which is just
    a set of sources. Additionally for %base we empty out the children
    because all sources are its children. This should significantly
    reduce the init payload since %base was including lots of children
    summaries.
    
    To further reduce the payload we've also removed threads from the
    default activity scry. Instead you can now get them using a second
    "full" scry for everything or by channel/dm only. This should
    further reduce the payload to something more reasonable.
    
    More reductions might be possible through optimizing how we deliver
    individual read items.
    arthyn committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    88a215d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bba495 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    52b4404 View commit details
    Browse the repository at this point in the history
  2. chat: correct bump

    arthyn committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    eff9a89 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. groups-ui: new init scry

    arthyn committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    c44634f View commit details
    Browse the repository at this point in the history
  2. activity: refactoring to use new init an

    d sticky unreads
    arthyn committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    8237c08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d428516 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    208428a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    590bc68 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    f783ea3 View commit details
    Browse the repository at this point in the history
  2. activity: prettier logging

    Co-authored-by: fang <git@fang.io>
    arthyn and Fang- authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    5f24526 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3730 from tloncorp/hm/reduce-activity-transfer

    activity: reduce transfer and quantity of updates
    arthyn authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    2c5cbe8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f58fbb View commit details
    Browse the repository at this point in the history