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: rails/globalid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.2
Choose a base ref
...
head repository: rails/globalid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.1
Choose a head ref
  • 10 commits
  • 8 files changed
  • 4 contributors

Commits on Aug 24, 2021

  1. Why u no love me?

    kaspth committed Aug 24, 2021
    1 Configuration menu
    Copy the full SHA
    9b1a4d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

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

Commits on Nov 3, 2021

  1. Merge pull request #137 from rails/dependabot/bundler/nokogiri-1.12.5

    Bump nokogiri from 1.11.7 to 1.12.5
    rafaelfranca authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    e9d6ed9 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Move ActiveRecord::FixtureSet.signed_global_id to this gem

    Active Record doesn't depend on GlobalID so this code should not be
    defined there.
    
    Instead, we should use the `active_record_fixture_set` `on_load` hook
    to define the GlobalID specific method using the GlobalID railtie.
    rafaelfranca committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    b3ec8b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c894a43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29e12cb View commit details
    Browse the repository at this point in the history
  4. Prepare to 0.6.0

    rafaelfranca committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    beab3e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Prepare for 1.0.0

    rafaelfranca committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    42f5ea6 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Fix ReDoS vulnerability in name parsing

    Thanks to @ooooooo_q for the patch!
    
    [CVE-2023-22799]
    tenderlove committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    4a75ecb View commit details
    Browse the repository at this point in the history
  2. Bump version for release

    tenderlove committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    574b99f View commit details
    Browse the repository at this point in the history
Loading