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

Fixes #37825 - Upgrade Rails to 7.0 #10299

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    962598a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    623088a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90938da View commit details
    Browse the repository at this point in the history
  4. Refs #37825 - Fix resource nesting for PreloadScopesBuilder

    Without this patch Ansible-related scopes for Host::Managed.includes()
    would look like:
    [ { host_ansible_roles: :ansible_roles }, { ansible_role: [{ ansible_variables:
    [:lookup_values] }] } ], which for some reason worked before Rails 7.
    After this patch, it looks like:
    [ { host_ansible_roles: { ansible_role: [{ ansible_variables:
    [:lookup_values] }] } } ].
    ofedoren committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    1f9d946 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1539105 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    88f2126 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4d569a2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3fe5e3e View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

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