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: avast/retry-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.6.0
Choose a base ref
...
head repository: avast/retry-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.6.1
Choose a head ref
  • 16 commits
  • 10 files changed
  • 4 contributors

Commits on Aug 14, 2023

  1. Update link to docs

    ajeetdsouza authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    82e870d View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Update .godocdown.tmpl

    ajeetdsouza authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    8fd002b View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. bump VERSION

    JaSei committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b1cad88 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #100 from ajeetdsouza/ajeetdsouza-patch-1

    Update link to docs
    JaSei authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    01d7e00 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2025

  1. Configuration menu
    Copy the full SHA
    eb3d8dc View commit details
    Browse the repository at this point in the history
  2. update github actions

    JaSei committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    948c287 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c0cc21 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5197715 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6523ff3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac94eb5 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #126 from avast/issue_99_failing_test_on_windows

    fix test for slow windows + add newer golang versions
    JaSei authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    0eeb96f View commit details
    Browse the repository at this point in the history
  8. Bump github.com/stretchr/testify from 1.9.0 to 1.10.0

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.10.0.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.9.0...v1.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    d873473 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #123 from avast/dependabot/go_modules/github.com/s…

    …tretchr/testify-1.10.0
    
    Bump github.com/stretchr/testify from 1.9.0 to 1.10.0
    JaSei authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    79a35c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2025

  1. Make sure DelayType function gets consistent values of n

    Without this change DelayType function gets n either from
    0,1,2,... or from 1,2,3,... depending on the value of Attempts
    config value.
    
    This change unifies the behaviour and makes n always take values from
    1,2,3,...
    
    Fixes #124
    
    Signed-off-by: Piotr Jastrzebski <haaawk@gmail.com>
    haaawk committed Feb 22, 2025
    Configuration menu
    Copy the full SHA
    8d7cef7 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. Merge pull request #125 from haaawk/fix_124

    Make sure DelayType function gets consistent values of n
    JaSei authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    d20c351 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93932f8 View commit details
    Browse the repository at this point in the history
Loading