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

Feature: Add Config Option to Enforce Nullable Relationships #1580

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Aug 6, 2024

  1. feat: add config option for nullable relationships

    Introduce enforce_nullable_relationships configuration to control nullable Eloquent relationships.
    jeramyhing committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    992e331 View commit details
    Browse the repository at this point in the history
  2. refactor: update logic for nullable relationships

    Update isRelationNullable method to respect new config option.
    jeramyhing committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    57797c8 View commit details
    Browse the repository at this point in the history
  3. test: add tests for nullable relationship config

    - Verify behavior of enforce_nullable_relationships configuration option.
    - Create snapshot to reflect enforce_nullable_relationships set to false.
    jeramyhing committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    65bff5a View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    653b177 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9f3d23 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

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