Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: symfony/maker-bundle
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.60.0
Choose a base ref
...
head repository: symfony/maker-bundle
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.61.0
Choose a head ref
  • 15 commits
  • 116 files changed
  • 9 contributors

Commits on Jun 17, 2024

  1. feature #1549 [make:registration-form] improve generated types for ph…

    …pstan
    
    * Update EmailVerifier.tpl.php
    
    * Update RegistrationController.tpl.php
    
    * fix expected templates to match generated changes
    
    ---------
    
    Co-authored-by: Jesse Rushlow <[email protected]>
    seb-jean and jrushlow authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    b8707f1 View commit details
    Browse the repository at this point in the history
  2. feature #1548 [make:reset-password] improve generated typehints for p…

    …hpstan
    
    * Update ResetPasswordController.tpl.php
    
    * fix expected generated code for changes
    
    ---------
    
    Co-authored-by: Jesse Rushlow <[email protected]>
    seb-jean and jrushlow authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    c2bfa32 View commit details
    Browse the repository at this point in the history
  3. bug #1550 [make:user] fix getPassword() return type in certain inst…

    …ance with `PasswordAuthenticatedUserInterface`
    
    * Update UserClassBuilder.php
    
    * fix nullable return type
    
    ---------
    
    Co-authored-by: Jesse Rushlow <[email protected]>
    seb-jean and jrushlow authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    2d1007f View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. feature #1571 [make:twig-component] Improve make:twig-component by …

    …reading the configuration file
    
    * Improve the make:twig_component command to read the first entry in the twig_component.yaml configuration file to get the proper class path
    
    * Add missing argument
    
    * Remove \App from the namespace
    
    * Code fixes
    
    * remove unused import
    
    * php-cs-fixer fixes
    
    * Add checks for yaml parsing validation
    
    * Fix code style
    
    * Add test
    
    * Update tests/Maker/MakeTwigComponentTest.php
    
    Co-authored-by: Jesse Rushlow <[email protected]>
    
    * call copy before running maker
    
    * refactor interact method try..catch
    
    * Remove unused import
    
    * Add throw statements on errors
    
    ---------
    
    Co-authored-by: Jesse Rushlow <[email protected]>
    Co-authored-by: Jesse Rushlow <[email protected]>
    3 people authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    08b21c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

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

Commits on Jul 30, 2024

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

Commits on Jul 31, 2024

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

Commits on Aug 29, 2024

  1. minor #1576 [ci] allow template linter tests on OSX (Darwin)

    * test: Do not skip TemplateLinterTest on Windows
    
    See https://github.com/symfony/maker-bundle/pull/1429/files#r1653262959.
    
    * port change
    
    * php-cs-fixer it up
    
    ---------
    
    Co-authored-by: Jesse Rushlow <[email protected]>
    theofidry and jrushlow authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d4e0685 View commit details
    Browse the repository at this point in the history
  2. feature #1579 [make:listener] Match event name against active events …

    …class/id
    
    * Match event name against Event classes/id
    
    * fix: CS fixes after review
    maelanleborgne authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ba37c4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0d1574 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a64783e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    207ed9c View commit details
    Browse the repository at this point in the history
  6. feature #1583 [make:crud] Remove / from from index action URL

    * Update Controller.tpl.php
    
    * Update it_generates_basic_crud.php
    
    * allow empty path arguments
    
    ---------
    
    Co-authored-by: Jesse Rushlow <[email protected]>
    seb-jean and jrushlow authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    09089bc View commit details
    Browse the repository at this point in the history
  7. minor #1586 [ci] handle deprecations

    * [ci] explicitly disable automapping in regen tests
    
    * set throwables config value in regen tests
    jrushlow authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    0f2261b View commit details
    Browse the repository at this point in the history
  8. minor #1585 [release] v1.61.0

    jrushlow authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a3b7f14 View commit details
    Browse the repository at this point in the history
Loading