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: ruby/timeout
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.1
Choose a base ref
...
head repository: ruby/timeout
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.2
Choose a head ref
  • 15 commits
  • 9 files changed
  • 8 contributors

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    3acb0ed View commit details
    Browse the repository at this point in the history
  2. Update test/test_timeout.rb

    Co-authored-by: Benoit Daloze <eregontp@gmail.com>
    jjb and eregon authored Nov 7, 2023
    Configuration menu
    Copy the full SHA
    56fde15 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Merge pull request #43 from jjb/patch-1

    fixed check for error bubble up test
    hsbt authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    d1d2263 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    b41f33d View commit details
    Browse the repository at this point in the history
  2. [DOC] Missing documents

    nobu committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    301ad4c View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Provide a 'Changelog' link on rubygems.org/gems/timeout

    By providing a 'changelog_uri' in the metadata of the gemspec
    a 'Changelog' link will be shown on https://rubygems.org/gems/timeout
    which makes it quick and easy for someone to check on the changes
    introduced with a new version.
    
    Details of this functionality can be found on https://guides.rubygems.org/specification-reference/
    mark-young-atg committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    47a6f03 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #46 from mark-young-atg/provide_changelog_link_on_…

    …rubygems
    
    Provide a 'Changelog' link on rubygems.org/gems/timeout
    hsbt authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    a7e91a5 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Make test_nested_timeouts less flaky

    This test randomly fails due to the bug reported in [Bug #20314], where
    the two timeouts are too close so that they can expire at the same time.
    
    As a workaround, this change increases the time difference between
    timeouts. This will reduce the probability of simultaneous expirations
    and lower flakiness.
    mame authored and hsbt committed May 30, 2024
    Configuration menu
    Copy the full SHA
    cb5ee35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c99460 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Global #timeout was remove 5 years ago

    * Also update Timeout::timeout to the more common format of Timeout.timeout
    jpcamara committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    213f4e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Merge pull request #49 from jpcamara/fix-documentation-for-timeout-me…

    …thod
    
    Global #timeout was removed 5 years ago
    olleolleolle authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    6b445fc View commit details
    Browse the repository at this point in the history
  2. timeout.rb: Update documentation

    This is a followup to #49.
    olleolleolle committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    683fdb4 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

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

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    87edf95 View commit details
    Browse the repository at this point in the history
  2. Bump up v0.4.2

    hsbt committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    2f52522 View commit details
    Browse the repository at this point in the history
Loading