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(related_issues): Decouple endpoint #70504

Merged
merged 3 commits into from
May 9, 2024

Commits on May 9, 2024

  1. feat(related_issues): Decouple endpoint

    The API would try extracting issues with the same root cause and from the trace, this is done sequentially (slower) and it makes it harder to iterate on each approach indepdently.
    
    This change allows using a `type` parameter with the endpoint in order to execute one approach or the other.
    
    The UI will be changed to make two independent requests, thus, improving load time.
    armenzg committed May 9, 2024
    Configuration menu
    Copy the full SHA
    22ab3a5 View commit details
    Browse the repository at this point in the history
  2. Update src/sentry/api/endpoints/issues/related_issues.py

    Co-authored-by: Matt Duncan <14761+mrduncan@users.noreply.github.com>
    armenzg and mrduncan committed May 9, 2024
    Configuration menu
    Copy the full SHA
    8e627d6 View commit details
    Browse the repository at this point in the history
  3. Change return shape

    armenzg committed May 9, 2024
    Configuration menu
    Copy the full SHA
    adcb389 View commit details
    Browse the repository at this point in the history