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

Make Membership::leader() return a Result<_> #3738

Merged
merged 23 commits into from
Oct 23, 2024
Merged

Make Membership::leader() return a Result<_> #3738

merged 23 commits into from
Oct 23, 2024

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    401cdba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d473b0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55a19d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5034303 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Fix possible deadlock

    lukaszrzasik committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    a46979e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7c842e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ccb10f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84b697d View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    9ef171a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7021c8c View commit details
    Browse the repository at this point in the history
  3. make leader return a Result

    ss-es committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    59c7624 View commit details
    Browse the repository at this point in the history
  4. fix

    ss-es committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    15289ff View commit details
    Browse the repository at this point in the history
  5. fix

    ss-es committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    9c1dd3a View commit details
    Browse the repository at this point in the history
  6. fix

    ss-es committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b5a6d30 View commit details
    Browse the repository at this point in the history
  7. fix

    ss-es committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    f6c3d19 View commit details
    Browse the repository at this point in the history
  8. add anyhow replacement

    ss-es committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    da977a9 View commit details
    Browse the repository at this point in the history
  9. clippy

    ss-es committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    6ecbbfe View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. convert to new Result type

    ss-es committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    85d428c View commit details
    Browse the repository at this point in the history
  2. update

    ss-es committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    b0b72cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72ea714 View commit details
    Browse the repository at this point in the history
  4. update

    ss-es committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    7d37f58 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. rename

    ss-es committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    9a9ef16 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

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