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: mongodb/mongoid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.1.5
Choose a base ref
...
head repository: mongodb/mongoid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.1.6
Choose a head ref
  • 10 commits
  • 59 files changed
  • 10 contributors

Commits on Mar 6, 2024

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

Commits on May 13, 2024

  1. Mongoize is not called on update_all, when $set operator is used (#5815)

    * update tests to highlight a problem with mongoize in $set operation
    
    * fix params in mongoize_for method call
    
    * align with the mongoize_for method annotation
    
    * fix failing test
    dem authored May 13, 2024
    Configuration menu
    Copy the full SHA
    2281f0d View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. DOCSP-38361 - Add text to empty pages (#5826) (#5827)

    * add text to empty pages
    
    * fix
    
    Co-authored-by: Mike Woofter <108414937+mongoKart@users.noreply.github.com>
    jamis and mongoKart authored May 28, 2024
    Configuration menu
    Copy the full SHA
    1c75d72 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. MONGOID-5789 Allow nil attribute access (backport of #5836) (#5838)

    * MONGOID-5789 database_field_name given nil or empty string should raise UnknownAttribute exception (#5836)
    
    * database_field_name given nil or empty string should raise UnknownAttribute exception
    
    * fix spec syntax
    
    * database_field_name return empty string instead of exception
    
    * `field` might be an empty string, not merely nil
    
    * fix specs to expect empty string instead of nil
    
    This is okay, because the database_field_name method is a private API.
    We can change the contract here without regard for who else might
    be using it.
    
    ---------
    
    Co-authored-by: Jamis Buck <jamis.buck@mongodb.com>
    
    * see if we can update the permissions for the Ruby directories
    
    ---------
    
    Co-authored-by: Dan Healy <dan@beyondludus.com>
    jamis and danhealy authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    e128665 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    260d3f2 View commit details
    Browse the repository at this point in the history
  2. Fix mongoize update all array operators 8.1 (#5824)

    * Cover all mongo array update operators with tests. Include  and  in special handling conditions for Mongoize
    
    * fix spacing issues
    
    ---------
    
    Co-authored-by: Jamis Buck <jamis.buck@mongodb.com>
    JohnMaguir and jamis authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    feaa47d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. MONGOID-5806 Rails 7.2 Support (#5852) (#5860)

    Co-authored-by: AlexKovynev <kovyniev.oleksii@gmail.com>
    Co-authored-by: AlexKovynev <alexkovynev@gmail.com>
    3 people authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    f0ff935 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. MONGOID-5793 Backport SSDLC changes from master (#5865)

    * MONGOID-5743 SSDLC Requirements (#5834)
    
    * prep for SSDLC tasks (and remove old release flow)
    
    * address code-scanning concerns
    
    * permit code scanning on all branches
    
    * tie actions to a specific ref
    
    do we need to bump the v2 to v3 in order to get the ruby actions?
    
    * v2
    
    * use boolean type for dry-run flag
    
    * Add empty SBOM lite file (#5830)
    
    ---------
    
    Co-authored-by: Andreas Braun <andreas.braun@mongodb.com>
    jamis and alcaeus authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    24d2c9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a67b088 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a549de2 View commit details
    Browse the repository at this point in the history
Loading