Skip to content
Permalink
5.4
Switch branches/tags

Commits on Aug 16, 2022

  1. minor #17186 [Cache] Add return hint (mohamedGasmii)

    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    [Cache] Add return hint
    
    Add Response return hint
    
    <!--
    
    If your pull request fixes a BUG, use the oldest maintained branch that contains
    the bug (see https://symfony.com/releases for the list of maintained branches).
    
    If your pull request documents a NEW FEATURE, use the same Symfony branch where
    the feature was introduced (and `6.x` for features of unreleased versions).
    
    -->
    
    Commits
    -------
    
    b3ea56c [Cache] Add return hint
    xabbuh committed Aug 16, 2022
  2. [Cache] Add return hint

    Add Response return hint
    mohamedGasmii committed Aug 16, 2022

Commits on Aug 15, 2022

  1. Merge branch '4.4' into 5.4

    * 4.4:
      Typo fix
    xabbuh committed Aug 15, 2022
  2. minor #17168 [Routing] add missing actions return hints (mohamedGasmii)

    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    [Routing] add missing actions return hints
    
    Add missing return hints
    
    <!--
    
    If your pull request fixes a BUG, use the oldest maintained branch that contains
    the bug (see https://symfony.com/releases for the list of maintained branches).
    
    If your pull request documents a NEW FEATURE, use the same Symfony branch where
    the feature was introduced (and `6.x` for features of unreleased versions).
    
    -->
    
    Commits
    -------
    
    98f9219 [Routing] add missing action return hints
    xabbuh committed Aug 15, 2022
  3. minor #17173 Adding info about login throttling (ThomasLandauer)

    This PR was squashed before being merged into the 5.4 branch.
    
    Discussion
    ----------
    
    Adding info about login throttling
    
    Commits
    -------
    
    4292c65 Adding info about login throttling
    xabbuh committed Aug 15, 2022
  4. Adding info about login throttling

    ThomasLandauer authored and xabbuh committed Aug 15, 2022
  5. minor #17177 Deleting duplicate "default" (ThomasLandauer)

    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    Deleting duplicate "default"
    
    Since you cannot configure the ``5 * max_attempts`` part, this is an unnecessary duplication.
    
    Commits
    -------
    
    b325b4f Deleting duplicate "default"
    xabbuh committed Aug 15, 2022
  6. add missing return statement

    xabbuh committed Aug 15, 2022
  7. minor #17176 [Console] Add return for execute() (mohamedGasmii)

    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    [Console] Add return for execute()
    
    Add return hint for execute() & add return Command::SUCCESS as return.
    
    <!--
    
    If your pull request fixes a BUG, use the oldest maintained branch that contains
    the bug (see https://symfony.com/releases for the list of maintained branches).
    
    If your pull request documents a NEW FEATURE, use the same Symfony branch where
    the feature was introduced (and `6.x` for features of unreleased versions).
    
    -->
    
    Commits
    -------
    
    11b4dbd [Console] Add return hint
    xabbuh committed Aug 15, 2022
  8. minor #17175 [Console] Add return for execute() (mohamedGasmii)

    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    [Console] Add return for execute()
    
    Return value of execute() must be of the type int
    
    <!--
    
    If your pull request fixes a BUG, use the oldest maintained branch that contains
    the bug (see https://symfony.com/releases for the list of maintained branches).
    
    If your pull request documents a NEW FEATURE, use the same Symfony branch where
    the feature was introduced (and `6.x` for features of unreleased versions).
    
    -->
    
    Commits
    -------
    
    4361e9e [Console] Add return for execute()
    xabbuh committed Aug 15, 2022
  9. minor #17172 [Console] add SignalableCommandInterface link (mohamedGa…

    …smii)
    
    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    [Console] add SignalableCommandInterface link
    
    Add SignalableCommandInterface link & return hint for handleSignal
    
    <!--
    
    If your pull request fixes a BUG, use the oldest maintained branch that contains
    the bug (see https://symfony.com/releases for the list of maintained branches).
    
    If your pull request documents a NEW FEATURE, use the same Symfony branch where
    the feature was introduced (and `6.x` for features of unreleased versions).
    
    -->
    
    Commits
    -------
    
    cf1cd12 [Console] add SignalableCommandInterface link
    xabbuh committed Aug 15, 2022
  10. minor #17171 Adding type hint (ThomasLandauer)

    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    Adding type hint
    
    Commits
    -------
    
    f72042d Adding type hint
    xabbuh committed Aug 15, 2022
  11. minor #17180 Adding note box about valid values for "interval" (Thoma…

    …sLandauer)
    
    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    Adding note box about valid values for "interval"
    
    Copied from https://symfony.com/doc/5.4/rate_limiter.html#configuration
    
    Commits
    -------
    
    62c4220 Adding note box about valid values for "interval"
    xabbuh committed Aug 15, 2022
  12. minor #17158 Typo fix (andyexeter)

    This PR was submitted for the 6.1 branch but it was squashed and merged into the 4.4 branch instead.
    
    Discussion
    ----------
    
    Typo fix
    
    "Secret" should be plural "Secrets" in this context.
    
    <!--
    
    If your pull request fixes a BUG, use the oldest maintained branch that contains
    the bug (see https://symfony.com/releases for the list of maintained branches).
    
    If your pull request documents a NEW FEATURE, use the same Symfony branch where
    the feature was introduced (and `6.x` for features of unreleased versions).
    
    -->
    
    Commits
    -------
    
    9dfb4b5 Typo fix
    xabbuh committed Aug 15, 2022
  13. Typo fix

    andyexeter authored and xabbuh committed Aug 15, 2022
  14. minor #17169 Adding missing use (ThomasLandauer)

    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    Adding missing `use`
    
    Commits
    -------
    
    3e95b3e Adding missing `use`
    xabbuh committed Aug 15, 2022
  15. minor #17166 Trying to fix code sample syntax (ThomasLandauer)

    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    Trying to fix code sample syntax
    
    Thanks to  `@alexislefebvre` at #17154 (comment)
    
    Commits
    -------
    
    7261de9 Trying to fix code sample syntax
    xabbuh committed Aug 15, 2022

Commits on Aug 14, 2022

  1. Deleting duplicate "default"

    Since you cannot configure the ``5 * max_attempts`` part, this is an unnecessary duplication.
    ThomasLandauer committed Aug 14, 2022
  2. [Console] Add return hint

    Add return hint for execute() & add return Command::SUCCESS as return.
    mohamedGasmii committed Aug 14, 2022
  3. [Console] Add return for execute()

    Return value of execute() must be of the type int
    mohamedGasmii committed Aug 14, 2022
  4. [Console] add SignalableCommandInterface link

    Add SignalableCommandInterface link & return hint for handleSignal
    mohamedGasmii committed Aug 14, 2022
  5. Adding type hint

    ThomasLandauer committed Aug 14, 2022
  6. Adding missing use

    ThomasLandauer committed Aug 14, 2022
  7. [Routing] add missing action return hints

    Add missing return hints
    mohamedGasmii committed Aug 14, 2022

Commits on Aug 13, 2022

Commits on Aug 11, 2022

  1. Merge branch '4.4' into 5.4

    * 4.4:
      Add event subscriber example to mailer documentation
      amqp no autocreate queues, see #16689
    javiereguiluz committed Aug 11, 2022
  2. Tweaks

    javiereguiluz committed Aug 11, 2022
  3. minor #16744 Add event subscriber example to mailer documentation (al…

    …exander-schranz)
    
    This PR was squashed before being merged into the 4.4 branch.
    
    Discussion
    ----------
    
    Add event subscriber example to mailer documentation
    
    I could not find something about events in the docs but could find the following event in the code.
    
    Commits
    -------
    
    70fa4c0 Add event subscriber example to mailer documentation
    javiereguiluz committed Aug 11, 2022
  4. Minor syntax fix

    javiereguiluz committed Aug 11, 2022
  5. minor #16781 [Messenger] amqp no autocreate queues (alexislefebvre)

    This PR was merged into the 4.4 branch.
    
    Discussion
    ----------
    
    [Messenger] amqp no autocreate queues
    
    Backport of #16689 in 4.4
    
    Commits
    -------
    
    475a866 amqp no autocreate queues, see #16689
    javiereguiluz committed Aug 11, 2022
  6. Minor tweak

    javiereguiluz committed Aug 11, 2022
  7. minor #17152 Adding comment about route name (ThomasLandauer)

    This PR was merged into the 5.4 branch.
    
    Discussion
    ----------
    
    Adding comment about route name
    
    Commits
    -------
    
    dbf3a70 Adding comment about route name
    javiereguiluz committed Aug 11, 2022
Older