Nicolas Grekas
0e7e1ee070
Merge branch '5.4' into 6.2
...
* 5.4:
[PhpUnitBridge] Kill the last concurrent process when it stales for more than 60s
[Intl] fix test
[Intl] Use VarExporter::export() in PhpBundleWriter
Use triggering class to generate baseline for deprecation messages from DebugClassLoader
[Security] Fix false-string handling in RememberMeAuthenticator
[CssSelector] Tests on Xpath translator will always pass
[Serializer] Fix Normalizer not utilizing converted name for index variadic param
[DepdencyInjection] Fix costly logic when checking errored definitions
fix children cond
[DoctrineBridge] Load refreshed user proxy
[DependencyInjection] Don't ignore attributes on the actual decorator
[FrameworkBundle] Prevent `cache:clear` to lose files on subsequent runs
2023-07-12 17:50:46 +02:00
Quentin Devos
ee50ae4cad
[FrameworkBundle] Prevent cache:clear to lose files on subsequent runs
2023-05-30 16:03:54 +02:00
Nicolas Grekas
e47f3ace09
Merge branch '5.4' into 6.2
...
* 5.4:
[FrameworkBundle] Generate caches consistently on successive run of `cache:clear` command
2023-05-14 22:52:42 +02:00
Quentin Devos
e98ec123cf
[FrameworkBundle] Generate caches consistently on successive run of cache:clear command
2023-05-14 21:54:19 +02:00
Grégoire Pineau
fb7ade8fab
[CS] Remove @inheritdoc PHPDoc
2022-08-25 17:27:04 +02:00
Thomas Calvet
aaae26547e
Leverage str_starts_with(), str_ends_with() and str_contains()
2021-12-08 15:00:06 +01:00
Alexander M. Turek
bf9d0d4969
[FrameworkBundle] Add types to private properties
2021-11-02 11:55:16 +01:00
Nicolas Grekas
54788c67a5
Use #[AsCommand] to describe commands
2021-09-30 17:28:07 +02:00
Nicolas Grekas
988c6a1b53
Merge branch '4.4' into 5.3
...
* 4.4:
cs fix
[Security][Validator] Add missing translations for Indonesian (id)
Report mismatches between trans-unit id and source text via status script
Do not add namespace argument to NullAdapter in CachePoolPass
[FrameworkBundle] Update cache:clear help
Fix ExecutionContextInterface::setParameter phpdoc example
always close open stopwatch section after handling kernel.request events
2021-08-09 11:00:11 +02:00
Fabien Salathe
6779ca2360
[FrameworkBundle] Update cache:clear help
2021-08-06 11:57:11 +02:00
Nicolas Grekas
4a8f8840cc
Merge branch '5.2' into 5.3
...
* 5.2:
Leverage str_contains/str_starts_with
Leverage str_ends_with
2021-07-21 14:40:44 +02:00
Nicolas Grekas
276a57b3c9
Merge branch '4.4' into 5.2
...
* 4.4:
Leverage str_contains/str_starts_with
Leverage str_ends_with
2021-07-21 14:38:00 +02:00
Alexander M. Turek
d6e4f596a5
Leverage str_contains/str_starts_with
...
Signed-off-by: Alexander M. Turek <me@derrabus.de >
2021-07-21 14:19:41 +02:00
Tobias Schultze
1cc79354b7
Leverage str_ends_with
...
added the php80 polyfill to requirements when necessary
2021-07-21 13:57:04 +02:00
Alexander M. Turek
77271a44eb
Merge branch '5.2' into 5.x
...
* 5.2:
[CS] Replace easy occurences of ?: with ??
2021-04-07 18:09:00 +02:00
Alexander M. Turek
1459484774
Merge branch '4.4' into 5.2
...
* 4.4:
[CS] Replace easy occurences of ?: with ??
2021-04-07 18:07:52 +02:00
Thomas Calvet
75ee4be9e5
[CS] Replace easy occurences of ?: with ??
2021-04-07 17:47:03 +02:00
Fabien Potencier
3f8b570669
Merge branch '5.2' into 5.x
...
* 5.2:
Fix #36973 : Command description consistency
Render email once
2021-03-06 09:05:19 +01:00
Fabien Potencier
a26f088761
Merge branch '4.4' into 5.2
...
* 4.4:
Fix #36973 : Command description consistency
Render email once
2021-03-06 08:59:01 +01:00
Dane Powell
1d7c9a5590
Fix #36973 : Command description consistency
2021-03-05 09:58:50 -08:00
Nicolas Grekas
a2ab2c0854
[Console] enable describing commands in ways that make the list command lazy
2021-01-20 12:45:16 +01:00
Jérémy Derussé
0663407ca5
Fix NFS detection on macOs
2020-12-18 12:40:59 +01:00
Jérémy Derussé
6986321fb3
Fix cache:clear with buildDir
2020-12-14 18:14:39 +01:00
Robin Chalas
c158532b4a
Fix missing kernel.build_dir on cache clear
2020-12-12 23:17:42 +01:00
Nyholm
add22f95b3
[FrameworkBundle] Bugfixes in buildDir in the CacheClear command
2020-10-13 20:01:37 +02:00
Fabien Potencier
2415c821e9
Merge branch '5.1'
...
* 5.1:
[FrameworkBundle] Add Mailjet definition
Revert "bug #38063 [FrameworkBundle] generate preload.php in src/ to make opcache.preload predictable (nicolas-grekas)"
[PhpUnitBridge] Fix class_alias() for PHPUnit\Framework\Error\Error
2020-09-30 07:29:43 +02:00
Fabien Potencier
023ca65852
Merge branch '4.4' into 5.1
...
* 4.4:
Revert "bug #38063 [FrameworkBundle] generate preload.php in src/ to make opcache.preload predictable (nicolas-grekas)"
[PhpUnitBridge] Fix class_alias() for PHPUnit\Framework\Error\Error
2020-09-30 07:27:28 +02:00
Nicolas Grekas
01c517f488
Revert "bug #38063 [FrameworkBundle] generate preload.php in src/ to make opcache.preload predictable (nicolas-grekas)"
...
This reverts commit d441d867cd1da214b1c9662568b11632e8e57f52, reversing
changes made to 043e7c34de230179a993cfb8afb964dee9eef8de.
2020-09-29 11:51:46 +02:00
Fabien Potencier
28622037ac
Merge branch '5.1'
...
* 5.1:
[FrameworkBundle] adopt src/.preload.php
[Cache] Fix key encoding issue in Memcached adapter
[HttpClient] Fix Array to string conversion notice when parsing JSON error body with non-scalar detail property
2020-09-10 14:33:14 +02:00
Fabien Potencier
4b290fdf89
Merge branch '4.4' into 5.1
...
* 4.4:
[FrameworkBundle] adopt src/.preload.php
[Cache] Fix key encoding issue in Memcached adapter
[HttpClient] Fix Array to string conversion notice when parsing JSON error body with non-scalar detail property
2020-09-10 14:33:01 +02:00
Nicolas Grekas
5e73476fd4
[FrameworkBundle] adopt src/.preload.php
2020-09-10 14:29:02 +02:00
Fabien Potencier
5d2bf1908b
Merge branch '5.1'
...
* 5.1:
[FrameworkBundle] generate preload.php in src/ to make opcache.preload predictable
2020-09-07 09:18:55 +02:00
Fabien Potencier
3a7e223cc6
Merge branch '4.4' into 5.1
...
* 4.4:
[FrameworkBundle] generate preload.php in src/ to make opcache.preload predictable
2020-09-07 09:18:45 +02:00
Nicolas Grekas
980947b621
[FrameworkBundle] generate preload.php in src/ to make opcache.preload predictable
2020-09-07 09:07:11 +02:00
Matthieu Napoli
4f31761cb7
[HttpKernel] Add $kernel->getBuildDir() to separate it from the cache directory
2020-08-21 08:43:34 +02:00
Thomas Calvet
dff609fcd7
[FrameworkBundle][CacheWarmupCommand] Append files to preload
2020-04-30 16:30:59 +02:00
Nicolas Grekas
2f247eb59d
[DI] fix not preloading excluded service factories
2020-04-25 22:55:37 +02:00
Nicolas Grekas
948d1b98fb
[HttpKernel] allow cache warmers to add to the list of preloaded classes and files
2020-04-04 11:52:45 +02:00
Fabien Potencier
f5e4847511
Merge branch '3.4' into 4.4
...
* 3.4:
Add missing dots at the end of exception messages
2020-03-15 11:05:03 +01:00
Fabien Potencier
7224570d0c
Add missing dots at the end of exception messages
2020-03-15 10:38:08 +01:00
Jan Schädlich
38fc5d8a95
[Console] Command::execute() should always return int - deprecate returning null
...
- added deprecation message for non-int return value in Command::execute()
- fixed all core commands to return proper int values
- added proper return type-hint to Command::execute() method in all core Commands
2019-10-02 16:44:58 +02:00
Philippe Segatori
8b74e93d1e
Remove superfluous phpdoc tags
2019-08-14 13:59:53 +02:00
Fabien Potencier
3d7aab208e
fixed CS
2019-01-16 19:35:49 +01:00
Fabien Potencier
4401fe84d6
fixed short array CS in comments
2019-01-16 14:27:11 +01:00
Fabien Potencier
ce7ef306e9
switched array() to []
2019-01-16 10:39:14 +01:00
Nicolas Grekas
17902d17f5
Merge branch '2.8' into 3.4
...
* 2.8:
Enable native_constant_invocation CS fixer
2018-07-26 13:19:56 +02:00
Nicolas Grekas
79d26eb183
Enable native_constant_invocation CS fixer
2018-07-26 13:13:39 +02:00
Nicolas Grekas
92f6742b16
Merge branch '4.0' into 4.1
...
* 4.0:
Alpha-ordering for "use" statements
2018-07-26 11:10:45 +02:00
Nicolas Grekas
f262579e4a
Merge branch '3.4' into 4.0
...
* 3.4:
Alpha-ordering for "use" statements
2018-07-26 11:08:35 +02:00
Nicolas Grekas
a281fdb702
Merge branch '2.8' into 3.4
...
* 2.8:
Alpha-ordering for "use" statements
2018-07-26 11:06:28 +02:00