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: danger/danger
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.5.0
Choose a base ref
...
head repository: danger/danger
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.5.1
Choose a head ref
  • 14 commits
  • 7 files changed
  • 3 contributors

Commits on Aug 7, 2024

  1. update ruby version in Dockerfile to 3.2 #1472

    `docker build` fails with the message "bundler requires Ruby version >= 3.0.0. The current ruby version is 2.7.8.225."
    it seems to be caused by bundler@2.5.1 requires ruby@3.0.0
    okatatuki authored and manicmaniac committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    bd6980a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    533e62d View commit details
    Browse the repository at this point in the history
  3. Add CHANGELOG entry

    manicmaniac committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    21d671e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1495 from manicmaniac/fix_bundler_version_in_dock…

    …erfile
    
    Update ruby version in Dockerfile to 3.2
    manicmaniac authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    1431227 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. fix find_merge_base_with_incremental_fetch

    fix to return merge_base not boolean
    nagataaaas authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    bc1a676 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    nagataaaas authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    a99a429 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    800fa85 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    61c8787 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1498 from nagataaaas/fix/find_merge_base_with_inc…

    …remental_fetch
    
    [BUGFIX] Fix `Danger::GitRepo::find_merge_base_with_incremental_fetch` return value
    manicmaniac authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    16eca2e View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    183ea9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79be3c8 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG entry

    manicmaniac committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    73fbe8a View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Merge pull request #1499 from manicmaniac/add-gems-ejected-from-stdlib

    Add gems ejected from future stdlib
    manicmaniac authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    cd913ea View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Prepare for release

    manicmaniac committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    53ebd64 View commit details
    Browse the repository at this point in the history
Loading