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

#11 use nelmio/alice for data-faking #17

Merged
merged 16 commits into from
Apr 4, 2024
Merged

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    1e78f64 View commit details
    Browse the repository at this point in the history
  2. #11 cs-fixer

    davidhoelzel committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    e23a80e View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

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

Commits on Apr 4, 2024

  1. Update docs/ComponentConfiguration.md

    Co-authored-by: Benjamin Schultz <[email protected]>
    davidhoelzel and bschultz authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    da152c6 View commit details
    Browse the repository at this point in the history
  2. Update tests/Unit/Component/ComponentItemFactoryTest.php

    Co-authored-by: Benjamin Schultz <[email protected]>
    davidhoelzel and bschultz authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    2945b76 View commit details
    Browse the repository at this point in the history
  3. Breakpoint configuration (#18)

    * add breakpoint config
    davidhoelzel committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    585c9f0 View commit details
    Browse the repository at this point in the history
  4. add disclaimer

    - added forgotten documentation for breakpoints
    davidhoelzel committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    d064b98 View commit details
    Browse the repository at this point in the history
  5. Fix typo

    bschultz authored and davidhoelzel committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    c273e07 View commit details
    Browse the repository at this point in the history
  6. Optimize function calls

    [EA] '$item->$method()' would make more sense here (it's also faster).
    bschultz authored and davidhoelzel committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    5dbd967 View commit details
    Browse the repository at this point in the history
  7. Fix route prefix

    Regarding best practices, the bundle routes must be prefixed with the bundle alias.
    bschultz authored and davidhoelzel committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    8ce61d3 View commit details
    Browse the repository at this point in the history
  8. Cleanup and optimize code

    Add strict types and return types where it was missing.
    bschultz authored and davidhoelzel committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    0d371e3 View commit details
    Browse the repository at this point in the history
  9. merge update

    davidhoelzel committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    f83d7a5 View commit details
    Browse the repository at this point in the history
  10. add class usages

    davidhoelzel committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    5c1aa72 View commit details
    Browse the repository at this point in the history
  11. #11 code review changes

    - added cs-fixer rule for strict types
    davidhoelzel committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    4351e75 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'main' into issue-11/parameter-creator

    # Conflicts:
    #	src/Component/ComponentItemFactory.php
    #	src/Component/ComponentItemList.php
    #	tests/Functional/Service/ComponentItemFactoryTest.php
    #	tests/Unit/Component/ComponentItemFactoryTest.php
    davidhoelzel committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    4b3b8d4 View commit details
    Browse the repository at this point in the history
  13. #11 code review changes

    davidhoelzel committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    1fd8715 View commit details
    Browse the repository at this point in the history