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

fix: Reduce RTS calls in the updateLayout flow #37127

Open
wants to merge 15 commits into
base: release
Choose a base branch
from

Commits on Oct 29, 2024

  1. Revert "chore: removed unwanted metrics (#37052)"

    This reverts commit 88b987f.
    rishabhrathod01 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    0c4b37b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a150314 View commit details
    Browse the repository at this point in the history
  3. Send all bindings together to avoid multiple RTS calls

    - After this change we reduce the RTS calls from 2*N to 2 where N is the no of bindings in the layout.
    rishabhrathod01 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    448f663 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. remove commented code

    rishabhrathod01 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    e3ec3c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65b5492 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    87ffad7 View commit details
    Browse the repository at this point in the history
  2. fix cypress test

    rishabhrathod01 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    28a92e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42a274d View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    cfa0d94 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    41209f5 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    9b3b5f4 View commit details
    Browse the repository at this point in the history
  2. remove unused code

    rishabhrathod01 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    fa2ed2c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release' into chore/rts-metrics

    “sneha122” committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    e9fe711 View commit details
    Browse the repository at this point in the history
  4. trigger CI

    rishabhrathod01 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    e108c96 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b0981b View commit details
    Browse the repository at this point in the history