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

Hubs/Scopes Merge 42d - Close previous scopes before binding a new global client #3404

Merged
merged 52 commits into from
May 7, 2024

Commits on Mar 27, 2024

  1. replace hub with scopes

    adinauer committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    305baf5 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Add Scopes

    adinauer committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    95f5e1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27f2398 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce3c14f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce615f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22ddc00 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    305c217 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    da927bc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8279276 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9bfc086 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b998e50 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    739827a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    69f2d63 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    792d482 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9bcbce6 View commit details
    Browse the repository at this point in the history
  15. Merge branch 'feat/hsm-13-replacements-in-samples' into feat/hubs-sco…

    …pes-merge-2-add-scopes
    adinauer committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    3f25a4b View commit details
    Browse the repository at this point in the history
  16. gitscopes -> github

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

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    7752bcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e329c5 View commit details
    Browse the repository at this point in the history
  3. Add global scope

    adinauer committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    b0d89ae View commit details
    Browse the repository at this point in the history
  4. use global scope in Scopes

    adinauer committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    cdd414a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98da9ff View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    2d26033 View commit details
    Browse the repository at this point in the history
  2. Use separate scopes for current, isolation and global scope; rename m…

    …ainScopes to rootScopes
    adinauer committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    bbb6700 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c714b21 View commit details
    Browse the repository at this point in the history
  4. Combine scopes

    adinauer committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    a474402 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae93e33 View commit details
    Browse the repository at this point in the history
  6. Add lifecycle helper

    adinauer committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    b01298b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b64e688 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d06fc50 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f0af5c3 View commit details
    Browse the repository at this point in the history
  10. Discussion TODOs

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

Commits on Apr 15, 2024

  1. Fix breadcrumb ordering

    adinauer committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    bf4a7bf View commit details
    Browse the repository at this point in the history
  2. Mark TODOS with [HSM]

    adinauer committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    62cb91a View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    b1630ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    136b9ce View commit details
    Browse the repository at this point in the history
  3. Reuse code in Scopes

    adinauer committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    94d54ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    017599d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f4c2b3c View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Implement ScopesTest

    adinauer committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    61c9d4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04f3892 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Fix combined contexts

    adinauer committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    840c194 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab1c3a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    23506c5 View commit details
    Browse the repository at this point in the history
  2. more

    adinauer committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    c9b6f8b View commit details
    Browse the repository at this point in the history
  3. even more

    adinauer committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    696a809 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

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

Commits on Apr 25, 2024

  1. Use SentryOptions.empty

    adinauer committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    8e86d3b View commit details
    Browse the repository at this point in the history
  2. Remove Hub

    adinauer committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    06db228 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    d4a35bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28de44b View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

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