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: canonical/pebble
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.19.1
Choose a base ref
...
head repository: canonical/pebble
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.19-maintenance
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on May 30, 2025

  1. fix: avoid panic when Pebble restarts after stop-checks (#625)

    Calling change.Abort() is enough. We had previously added the SetStatus
    in commit f9250f6 as the test was
    seeing a Hold status, but that was because it hadn't done an Ensure to
    actually move the checks to Doing. So fix the test as well, and the
    change should end up as Done.
    
    Fixes #621
    benhoyt committed May 30, 2025
    Configuration menu
    Copy the full SHA
    1d67e84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9a786d View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

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