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: splitrb/split
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: add-ruby-4-0
Choose a base ref
...
head repository: splitrb/split
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 9 files changed
  • 2 contributors

Commits on Dec 30, 2025

  1. Merge pull request #741 from splitrb/add-ruby-4-0

    chore(ci): add ruby 4.0 to the matrix
    andrehjr authored Dec 30, 2025
    Configuration menu
    Copy the full SHA
    39817b8 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2026

  1. Configuration menu
    Copy the full SHA
    d9a69ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    687ca63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4b88ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    396b9c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8df7bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8c0c9f9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ca2c402 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c9b1c56 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2026

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

Commits on Jan 18, 2026

  1. Merge pull request #742 from splitrb/refactor-experiment-load

    Refactor Experiment Storage In order to reduce the amount of Redis Calls made during a single experiment
    andrehjr authored Jan 18, 2026
    Configuration menu
    Copy the full SHA
    cca970a View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2026

  1. Configuration menu
    Copy the full SHA
    da10e43 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #743 from snaka/doc/cache-warning

    docs: add cache invalidation warning for Redis Caching
    andrehjr authored Feb 14, 2026
    Configuration menu
    Copy the full SHA
    9387b12 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2026

  1. ci: use bundler-cache in ruby/setup-ruby action

    Replace manual bundle install with ruby/setup-ruby's built-in bundler-cache
    feature for better compatibility with Ruby 4.0+ security features.
    snaka committed Feb 15, 2026
    Configuration menu
    Copy the full SHA
    17ad5b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4013b4a View commit details
    Browse the repository at this point in the history
  3. Fix RuboCop to inherit default Exclude patterns

    - Add `inherit_mode: { merge: [Exclude] }` to inherit default exclusion patterns
    - Remove explicit `vendor/**/*` exclusion (now inherited from default config)
    - Remove obsolete `gemfiles/**/*` exclusion (gemfiles directory was removed)
    
    This ensures that `vendor/bundle` is properly excluded when using
    `bundler-cache: true` in GitHub Actions workflow, preventing RuboCop
    from inspecting gem files and loading their .rubocop.yml configurations.
    
    Fixes the issue where RuboCop tried to require 'rubocop-rake' from
    gems installed in vendor/bundle.
    snaka committed Feb 15, 2026
    Configuration menu
    Copy the full SHA
    615c37a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #745 from snaka/fix/delegate-bundle-to-setup-ruby

     ci: use bundler-cache in setup-ruby and fix RuboCop configuration
    andrehjr authored Feb 15, 2026
    Configuration menu
    Copy the full SHA
    9477336 View commit details
    Browse the repository at this point in the history
Loading