Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: getsentry/sentry-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.26.0
Choose a base ref
...
head repository: getsentry/sentry-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.28.0
Choose a head ref
  • 13 commits
  • 25 files changed
  • 7 contributors

Commits on Jan 22, 2024

  1. Merge branch 'release/2.26.0'

    getsentry-bot committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    c2bb14c View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Prefer --url argument over empty auth token URL (#1914)

    With this change, the CLI will treat an org auth token that specifies an empty URL the same way as an org auth token that is not specifying a URL at all.
    
    We implemented this change in behavior by changing the type of the url in the AuthTokenPayload from an Option<String> to a String. In cases where the url previously would have been set to None, the url will now be set to an empty string. Uses of the AuthTokenPayload's url field have been updated to treat empty strings the way they previously treated None values.
    
    Fixes GH-1913
    szokeasaurusrex authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    aa29477 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Update incorrect usages of OrgNotFound to ProjectNotFound (#1916)

    Additionally, enhance the error message for ProjectNotFound to indicate to users that an incorrect project slug or an incorrect org slug can cause this error
    
    Fixes GH-1911
    szokeasaurusrex authored Jan 26, 2024
    Configuration menu
    Copy the full SHA
    be94aa6 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    9721ea0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b13185c View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. release: 2.27.0

    getsentry-bot committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    92554a7 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    szokeasaurusrex authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    61e2a11 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'release/2.27.0'

    getsentry-bot committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    00136f3 View commit details
    Browse the repository at this point in the history
  4. feat(crons): New monitor configuration options (#1922)

    This PR adds the --failure-issue-threshold and --recovery-threshold command line arguments. These control the number of consecutive failed cron checkins that trigger issue creation, and the number of consecutive successful cron checkins that trigger issue resolution, respectively.
    
    Fixes GH-1919
    szokeasaurusrex authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    aae9d2b View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. chore(deps): bump shlex from 1.1.0 to 1.3.0 (#1909)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    40733ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27ec79d View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. release: 2.28.0

    getsentry-bot committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    3179135 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90b9ccc View commit details
    Browse the repository at this point in the history
Loading