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 8 commits into
base: develop
Choose a base branch
from

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    8012399 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21c1b11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7a9951 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 7, 2024
    Configuration menu
    Copy the full SHA
    188b129 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5e9f73 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf723dd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4d9f64c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1a151be View commit details
    Browse the repository at this point in the history