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: litl/backoff
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.0
Choose a base ref
...
head repository: litl/backoff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.1
Choose a head ref
  • 4 commits
  • 6 files changed
  • 3 contributors

Commits on May 20, 2022

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

Commits on Oct 5, 2022

  1. Merge pull request #159 from edgarrmondragon/docs/backoff-runtime-readme

    docs: Document `backoff.runtime` in readme
    bgreen-litl authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    9a20a7f View commit details
    Browse the repository at this point in the history
  2. Fix type hint for wait generator

    I picked this up in one of the type hinting improvement PRs but it
    doesn't seem to work and isn't necessary.
    
    This also adds a test file which will be picked up by mypy when
    running make check which would have caught the error.
    
    Fixes #177
    bgreen-litl committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    6cb1a4e View commit details
    Browse the repository at this point in the history
  3. Prepare v2.2.1 release

    bgreen-litl committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    d9d80a9 View commit details
    Browse the repository at this point in the history
Loading