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

feat(replays): Materialize replays_local table #5708

Merged
merged 37 commits into from
Apr 18, 2024

Commits on Mar 29, 2024

  1. Add materialized view

    cmanallen committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    9269bcb View commit details
    Browse the repository at this point in the history
  2. Fix data type

    cmanallen committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    3fb9a85 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Add array materializations

    cmanallen committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    0f85114 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62f977d View commit details
    Browse the repository at this point in the history
  3. Materialize viewed-by-ids

    cmanallen committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    df4b2dd View commit details
    Browse the repository at this point in the history
  4. Remove .py extension

    cmanallen committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    62e92f5 View commit details
    Browse the repository at this point in the history
  5. Add target

    cmanallen committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    9a7dc10 View commit details
    Browse the repository at this point in the history
  6. Fix lint issues

    cmanallen committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    5f8f369 View commit details
    Browse the repository at this point in the history
  7. Fix type issues

    cmanallen committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    702ce00 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fafc4dd View commit details
    Browse the repository at this point in the history
  9. Remove formatting

    cmanallen committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    2e11f3b View commit details
    Browse the repository at this point in the history
  10. Remove YAML

    cmanallen committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    168c28d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c6e9ade View commit details
    Browse the repository at this point in the history
  12. Remove formatting again

    cmanallen committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    ff9c4b3 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'cmanallen/replays-add-materialized-view' of https://git…

    …hub.com/getsentry/snuba into cmanallen/replays-add-materialized-view
    cmanallen committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    a751e2e View commit details
    Browse the repository at this point in the history
  14. Fix typing

    cmanallen committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    661fd51 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    5db0240 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79ada55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b06ae9 View commit details
    Browse the repository at this point in the history
  4. Use replays storage set

    cmanallen committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    bb6bc4a View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    b72f371 View commit details
    Browse the repository at this point in the history
  2. Just drop the table

    cmanallen committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    17182d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

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

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    fa51db8 View commit details
    Browse the repository at this point in the history
  2. Remove aggregated arrays

    cmanallen committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    db9a833 View commit details
    Browse the repository at this point in the history
  3. Remove replay_id index

    cmanallen committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    09c13b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39e57a4 View commit details
    Browse the repository at this point in the history
  5. Revert "Remove replay_id index"

    This reverts commit 09c13b9.
    cmanallen committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    3477c3e View commit details
    Browse the repository at this point in the history
  6. Remove release

    cmanallen committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    df93728 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Allow null

    cmanallen committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    0da4f00 View commit details
    Browse the repository at this point in the history
  2. Update ordering

    cmanallen committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    3c3bf38 View commit details
    Browse the repository at this point in the history
  3. Wrap with modifiers

    cmanallen committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    4b962d5 View commit details
    Browse the repository at this point in the history
  4. Group retention_days

    cmanallen committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    3ec3b94 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Remove index

    cmanallen committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    268258b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c48a616 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

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

Commits on Apr 18, 2024

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