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

Update behaviour for immutable and computed properties #837

Merged
merged 17 commits into from
Sep 19, 2024

Commits on Jul 17, 2024

  1. Strip computed properties from payload and update OpenAPI documentati…

    …on for `computed` and `immutable` properties
    yvo-niedrich committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    9f758de View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

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

Commits on Jul 23, 2024

  1. OpenAPI: Display Computed properties with the entity schema and `Co…

    …mputedDefault` properties with the create schema
    yvo-niedrich committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    f5740f7 View commit details
    Browse the repository at this point in the history
  2. update phpunit snapshots

    yvo-niedrich committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    aa10b9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    165bb17 View commit details
    Browse the repository at this point in the history
  4. Improvement: Utilizing the method-chaining nature of `Model.setAttrib…

    …ute` adds support for external model mutations and polymorphism.
    yvo-niedrich committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    e7dfb5c View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. PHPUnit: Update snapshots for mongo test suite (computed properties…

    … are defined for the entity in OpenAPI documentation)
    yvo-niedrich committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    cef62a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

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

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    c363ad8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from yvo-niedrich/5.x-prop-source

    Bugfix: EloquentEntitySet::create - comply with source attribute (when configured)
    yvo-niedrich authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    e63ff1f View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    3bc5b54 View commit details
    Browse the repository at this point in the history
  2. CR Feedback: Update entity auto-detected key property annotation from…

    … `ComputedDefault` to `Computed`
    yvo-niedrich committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    ebc5db6 View commit details
    Browse the repository at this point in the history
  3. Update tests

    yvo-niedrich committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    43b73e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7fd254 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f64d6de View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2 from EcoOnline/ESR/EPC-11157-uuid-500

    EPC-11157: validate `Guid` values (and return a proper HTTP 400)
    yvo-niedrich authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    940dc98 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Prevent Str::startsWith being called with null on `Transaction:ge…

    …tAcceptedContentTypes`
    yvo-niedrich committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    a1f1c5a View commit details
    Browse the repository at this point in the history