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(hybridcloud) Use control file for user/sentryapp avatars #54118

Merged
merged 7 commits into from
Aug 9, 2023

Commits on Aug 3, 2023

  1. feat(hybridcloud) Use control file for user/sentryapp avatars

    Going forward always write to ControlFile for User & sentry app avatars.
    This helps make application logic more consistent going forwards as
    new avatars are always stored in ControlFile. I've retained read paths
    for `File` backed avatars so that we preserve behavior in both
    single-tenant and self-hosted. We also retain the ability to write to
    a control silo specific storage bucket should an environment be
    configured in that way.
    markstory committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    5c03d7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4348b72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c346bf8 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

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

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    57da4cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69ba210 View commit details
    Browse the repository at this point in the history