Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Production Branch #1

Draft
wants to merge 14 commits into
base: mongoid-4-w-patches
Choose a base branch
from
Draft

Production Branch #1

wants to merge 14 commits into from

Commits on Aug 18, 2022

  1. Patch mongodb#4144

    msaffitz committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    702bcf8 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Configuration menu
    Copy the full SHA
    056a70d View commit details
    Browse the repository at this point in the history
  2. MONGOID-3659 Adding a spec to prove this is no longer an issue

    Dianna Hohensee authored and msaffitz committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    0d191cc View commit details
    Browse the repository at this point in the history
  3. MONGOID-4019 Don't include Attributes::Dynamic when cloning docs with…

    … unknown attributes
    estolfo authored and msaffitz committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    7d6d4d3 View commit details
    Browse the repository at this point in the history
  4. Fix cloning with embedded translations

    when cloning process_localized_fields only works from the parent
    document causing embedded documents with translations to get
    set to a hash instead of the proper translation
    eric-pigeon authored and msaffitz committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    f3111ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2613c9b View commit details
    Browse the repository at this point in the history
  6. Use #merge! instead for simplicity

    estolfo authored and msaffitz committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    a76e485 View commit details
    Browse the repository at this point in the history
  7. fix cloning document with polymorphic embedded documents with multipl…

    …e language field
    tomasc authored and msaffitz committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    b1d3051 View commit details
    Browse the repository at this point in the history
  8. improve naming

    tomasc authored and msaffitz committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    dc721eb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    30395d0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d5a059e View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Ensure that embeds_many with store_as are properly set during clone

    It's not clear that this properly works in HEAD / latest releases.  I searched for a commit that would provide this functionality, but was unable to find one.
    It's possible that it's there in a spot I didn't see; HEAD varies substantially from our branch.
    msaffitz committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    b0a34be View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    6bd0924 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from apptentive-engineering/PBI-4486

    Backport fix for assigning a localized field when attributes is a BSON::Document
    msaffitz authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    03ea1ba View commit details
    Browse the repository at this point in the history