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

Improve performance of leaving breadcrumbs #863

Merged
merged 24 commits into from
Oct 27, 2020
Merged

Commits on Oct 22, 2020

  1. Configuration menu
    Copy the full SHA
    8aba236 View commit details
    Browse the repository at this point in the history
  2. Remove -[BugsnagBreadcrumbs arrayValue]

    It is only used by the unit tests, so now resides there in a class
    category
    nickdowell committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    f9dc70e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f39e7dd View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary _Nonnull

    Co-authored-by: Delisa <[email protected]>
    nickdowell and kattrali authored Oct 22, 2020
    Configuration menu
    Copy the full SHA
    48bf906 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    636fad7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f66ab47 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    45a1ce5 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Use BSGCachesDirectory

    nickdowell committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    57153d7 View commit details
    Browse the repository at this point in the history
  2. Sort headers

    nickdowell committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    8c6d322 View commit details
    Browse the repository at this point in the history
  3. Make cachePath nonnull

    nickdowell committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    7260dbb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1c4943 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #858 from bugsnag/feature/breadcrumbs-granular-sto…

    …rage
    
    Implement granular breadcrumb storage
    nickdowell authored Oct 23, 2020
    Configuration menu
    Copy the full SHA
    9758017 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5293741 View commit details
    Browse the repository at this point in the history
  7. Add missing call to free()

    nickdowell committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    4d08cbf View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Configuration menu
    Copy the full SHA
    5f4ffc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d37e50f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b68bce2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5d44ea View commit details
    Browse the repository at this point in the history
  5. Fix format string

    nickdowell committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    b2a806d View commit details
    Browse the repository at this point in the history
  6. Fix const warning

    nickdowell committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    ace5928 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #860 from bugsnag/feature/breadcrumbs-granular-sto…

    …rage
    
    Insert breadcrumbs into KSCrashReport
    nickdowell authored Oct 26, 2020
    Configuration menu
    Copy the full SHA
    c1b7261 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9eb3943 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Merge pull request #861 from bugsnag/feature/remove-breadcrumbs-in-me…

    …mory
    
    Remove in-memory breadcrumbs
    nickdowell authored Oct 27, 2020
    Configuration menu
    Copy the full SHA
    4699107 View commit details
    Browse the repository at this point in the history
  2. Add #863 to changelog

    nickdowell committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    175694e View commit details
    Browse the repository at this point in the history