-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Insights: symfony/symfony
Overview
Could not load contribution data
Please try again later
35 Pull requests merged by 20 people
-
[FrameworkBundle] Fix displayed stack trace when session is used on stateless routes
#58459 merged
Oct 4, 2024 -
[Console] Use
assertSame
for input tests#58455 merged
Oct 4, 2024 -
[HttpFoundation] ensure session storages are opened in tests before destroying them
#58453 merged
Oct 4, 2024 -
[FrameworkBundle] Simplify the configuration class
#58450 merged
Oct 4, 2024 -
[Mailer] Remove useless
sprintf()
call#58442 merged
Oct 3, 2024 -
[Serializer] Fix
ObjectNormalizer
gives warnings on normalizing with public static property#58255 merged
Oct 3, 2024 -
[Serializer] Collect denormalization errors for variadic params
#58306 merged
Oct 3, 2024 -
[HttpKernel] Correctly merge
max-age
/s-maxage
andExpires
headers#58376 merged
Oct 3, 2024 -
[Translation] Allow sort when extracting translation files
#58408 merged
Oct 3, 2024 -
[Security][Validator] Check translations for Czech
#58422 merged
Oct 3, 2024 -
[DoctrineBridge] Fix risky test warnings
#58424 merged
Oct 3, 2024 -
[Notifier][GatewayAPI] Add support for label parameter
#58427 merged
Oct 3, 2024 -
Remove a few unnecessary full qualifier
#58430 merged
Oct 3, 2024 -
[Notifier][JoliNotif] Allow
jolicode/jolinotif
3#58437 merged
Oct 3, 2024 -
Make
@var
occurrences consistent#58432 merged
Oct 2, 2024 -
[Security] Fix serialized object representation in tests
#58423 merged
Oct 1, 2024 -
[ExpressionLanguage] Add support for logical
xor
operator#58341 merged
Oct 1, 2024 -
[Cache][Routing] do not use
TestCase::getName()
when possible#58415 merged
Oct 1, 2024 -
[FrameworkBundle] Never hash the empty decryption key to compute
kernel.secret
#58419 merged
Oct 1, 2024 -
[String] Add the
AbstractString::kebab()
method#58385 merged
Sep 30, 2024 -
[Mailer][Webhook] Mailtrap webhook support
#58403 merged
Sep 30, 2024 -
[WebProfilerBundle] do not base services on PHPUnit mocks
#58413 merged
Sep 30, 2024 -
[Finder] do not use
assertCount()
with generators#58412 merged
Sep 30, 2024 -
[Contracts] closure to arrow functions
#58283 merged
Sep 30, 2024 -
[DependencyInjection] Add coverage for error cases of
LazyClosure
andAutowireLocator
#58369 merged
Sep 28, 2024 -
[TwigBridge] Remove
VersionAwareTest
fromAbstractLayoutTestCase
#58411 merged
Sep 28, 2024 -
[DependencyInjection] Fix
XmlFileLoader
not respecting when env for services#58299 merged
Sep 28, 2024 -
[Console] Suppress
proc_open
errors withinTerminal::readFromProcess
#58332 merged
Sep 28, 2024 -
[ExpressionLanguage] Use script to generate regex
#58342 merged
Sep 28, 2024 -
[HttpClient] Add
crypto_method
to scoped client options#58343 merged
Sep 28, 2024 -
Add missing Albanian translations for Security and Validator components
#58349 merged
Sep 28, 2024 -
[Mailer] deprecate the TransportFactoryTestCase
#58351 merged
Sep 28, 2024 -
[Form] do not override the final
runTest()
method#58357 merged
Sep 28, 2024 -
[TwigBridge] Fixed a parameterized choice label translation
#58395 merged
Sep 28, 2024 -
[Translation] Fix extracting of message from ->trans() method with named params
#58409 merged
Sep 28, 2024
13 Pull requests opened by 9 people
-
[FrameworkBundle] rewrite `WebTestCaseTest` to not rely on PHPUnit implementation details
#58418 opened
Sep 30, 2024 -
[Config] Add `StringNode`
#58428 opened
Oct 1, 2024 -
Various CS fix for consistency
#58443 opened
Oct 3, 2024 -
[FrameworkBundle][Lock] Fix certain DSNs identified as service IDs
#58445 opened
Oct 3, 2024 -
[TwigBridge] Update main.css email stylesheet to latest foundation-emails release
#58448 opened
Oct 3, 2024 -
[Form] Support intl.use_exceptions/error_level in NumberToLocalizedStringTransformer
#58449 opened
Oct 3, 2024 -
[TwigBridge] Improve error rendering when running tests
#58456 opened
Oct 4, 2024 -
Fix test extension requirements
#58458 opened
Oct 4, 2024 -
Add failing test for http client with retryable client when response is not initialized
#58460 opened
Oct 4, 2024 -
[ExpressionLanguage] Improve tests on `BinaryNode`
#58461 opened
Oct 4, 2024 -
[ExpressionLanguage] Add missing test case for `Lexer`
#58462 opened
Oct 4, 2024 -
[FrameworkBundle] Add support for setting headers to `TemplateController::__invoke()`
#58464 opened
Oct 4, 2024
15 Issues closed by 6 people
-
[Routing] The stateless property of a route cannot be changed in included routes
#45300 closed
Oct 4, 2024 -
[HttpClient] Support closures and `Stringable` in header options
#58439 closed
Oct 4, 2024 -
[Serializer] ObjectNormalizer gives warnings on normalizing object with static array property
#58221 closed
Oct 4, 2024 -
symfony/runtime: avoid/configure registration of Symfony\Component\ErrorHandler\ErrorHandler
#49718 closed
Oct 3, 2024 -
symfony/telegram-notifier sends always notification
#58436 closed
Oct 3, 2024 -
[Serializer] PartialDenormalizationException broken when denormalize array of values
#58281 closed
Oct 3, 2024 -
[Translation] Extend the "translation:update" command's "sort" option to apply to the translation files
#37918 closed
Oct 3, 2024 -
Sort flag in `translation:extract` command doesn't seem to work
#49250 closed
Oct 3, 2024 -
Missing translations for Czech (cs)
#54552 closed
Oct 3, 2024 -
[AssetMapper] CSP - Refused to load the script 'data:application/javascript,'
#58416 closed
Oct 2, 2024 -
[RFC] Get logs emitted by a particular service
#58237 closed
Oct 1, 2024 -
[String] Add `kebab()` to methods to change case
#48780 closed
Sep 30, 2024 -
[Request] option for the query string list parameters to respect the CGI standard interpretation
#54376 closed
Sep 28, 2024 -
[Dependency Injection] XmlFileLoader treats `when@env` differently than YamlFileLoader
#58293 closed
Sep 28, 2024 -
Missing translations for Albanian (sq)
#54548 closed
Sep 28, 2024
9 Issues opened by 9 people
-
[AssetMapper] Dependencies not found
#58465 opened
Oct 4, 2024 -
[ErrorHandler] DebugClassLoader triggers deprecations for "final" problem in vendors
#58463 opened
Oct 4, 2024 -
Symfony\Lock\Store\RedisStore does not use LOAD SCRIPT and EVALSHA
#58452 opened
Oct 4, 2024 -
Add option to prevent pre-filling translations
#58451 opened
Oct 4, 2024 -
[Scheduler][DX] scalability issue
#58444 opened
Oct 3, 2024 -
Class not found when using autoloader
#58438 opened
Oct 3, 2024 -
[Serializer] Context Options on how numeric/float are normalized to XML
#58429 opened
Oct 1, 2024 -
`symfony/html-sanitizer` stripping `<head>` element despite being a safe element by default
#58426 opened
Oct 1, 2024 -
Clarify Error Messages in Object List Denormalization Process
#58420 opened
Sep 30, 2024
58 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
[Serializer] [JsonEncoder] Introducing the component
#51718 commented on
Oct 4, 2024 • 29 new comments -
[Console] Expose the original input arguments and options and to unparse options
#57598 commented on
Oct 4, 2024 • 8 new comments -
[Console] Add finished indicator to `ProgressIndicator`
#57576 commented on
Oct 2, 2024 • 4 new comments -
[ObjectMapper] Object to Object mapper component
#51741 commented on
Oct 4, 2024 • 3 new comments -
[Notifier] Add Sweego bridge
#58322 commented on
Oct 4, 2024 • 2 new comments -
[TypeInfo] Redesign Type methods and nullability
#57630 commented on
Oct 4, 2024 • 2 new comments -
[Webhook] Add Mailchimp webhook
#50324 commented on
Oct 4, 2024 • 1 new comment -
[AccessToken] A component for fetching and caching remote services access tokens
#54013 commented on
Oct 1, 2024 • 1 new comment -
[Messenger] Potential PRECONDITION_FAILED error when using heartbeat with amqp-messenger
#49029 commented on
Sep 28, 2024 • 0 new comments -
[Console][Messenger] Asynchronously notify transports which messages are still being processed
#53508 commented on
Oct 1, 2024 • 0 new comments -
[Console] Add ability to schedule alarm signals and a `ConsoleAlarmEvent`
#53533 commented on
Oct 1, 2024 • 0 new comments -
[Messenger] implementation of `messenger:consume`, which processes messages concurrently
#53964 commented on
Oct 4, 2024 • 0 new comments -
[Workflow] Add support for executing custom workflow definition validators during the container compilation
#54276 commented on
Oct 1, 2024 • 0 new comments -
[Doctrine][Messenger] Use common sequence name to get id from Oracle
#54566 commented on
Oct 1, 2024 • 0 new comments -
[Validator] deprecate the use of option arrays to configure validation constraints
#54744 commented on
Oct 3, 2024 • 0 new comments -
[PropertyInfo] Add `PropertyDescriptionExtractorInterface` to `PhpStanExtractor`
#57632 commented on
Oct 4, 2024 • 0 new comments -
[FrameworkBundle] Add flag to sort `debug:router` output
#57651 commented on
Oct 3, 2024 • 0 new comments -
[Security] Add a Not_Full_Fledged_handler in ExceptionListener from security login
#57661 commented on
Sep 30, 2024 • 0 new comments -
[Config] Allow using an enum FQCN with `EnumNode`
#57686 commented on
Oct 3, 2024 • 0 new comments -
[FrameworkBundle] Finetune `AboutCommand`
#57829 commented on
Oct 4, 2024 • 0 new comments -
[Lock] Add `$prefix` parameter to avoid collision with `FlockStore`
#57857 commented on
Sep 29, 2024 • 0 new comments -
[Decorator] Add component for callable decorators
#58076 commented on
Oct 3, 2024 • 0 new comments -
[SecurityBundle] Deprecate XML-configured custom authenticators and providers under security namespace
#58083 commented on
Oct 1, 2024 • 0 new comments -
[Security] Implement double-submit CSRF protection
#58095 commented on
Oct 3, 2024 • 0 new comments -
Continuation : Add messages and score on votes
#58107 commented on
Sep 30, 2024 • 0 new comments -
[Yaml] Add support for dumping `null` as an empty value by using the `Yaml::DUMP_NULL_AS_EMPTY` flag
#58243 commented on
Oct 3, 2024 • 0 new comments -
[ExpressionLanguage] Fix matches to handle booleans being used as regexp
#58261 commented on
Oct 3, 2024 • 0 new comments -
[Mailer] Support region in sendgrid bridge
#58264 commented on
Oct 4, 2024 • 0 new comments -
[Mailer][Mime] Support unicode email addresses
#58361 commented on
Oct 3, 2024 • 0 new comments -
[WebProfilerBundle] Update the logic that minimizes the toolbar
#58380 commented on
Oct 3, 2024 • 0 new comments -
[Validator][CidrValidator] Fix error message for `OutOfRangeNetmask` validation
#58387 commented on
Oct 4, 2024 • 0 new comments -
[Messenger] `messenger:failed:retry id1 id2 idn` fails for all messages when a single message fails
#54256 commented on
Sep 28, 2024 • 0 new comments -
[Serializer] "_" as "no_group" group
#51628 commented on
Sep 28, 2024 • 0 new comments -
Missing translations for Greek (el)
#57108 commented on
Sep 28, 2024 • 0 new comments -
[BrowserKit] When uploading files, body is a Generator and no string
#44443 commented on
Sep 29, 2024 • 0 new comments -
[Serializer] ArrayDenormalizer silently fails if data is empty object or array
#58367 commented on
Sep 29, 2024 • 0 new comments -
Using IsCsrfTokenValid attribute with invalid token redirects user to login page
#57343 commented on
Sep 30, 2024 • 0 new comments -
[Console] ProgressIndicator fails to clear properly when used in sections
#54262 commented on
Sep 30, 2024 • 0 new comments -
[Messenger][UX] make basic operational messages from messenger:consume NOTICE instead of INFO
#54064 commented on
Oct 1, 2024 • 0 new comments -
The service "doctrine.orm.listeners.lock_store_schema_listener" has a dependency on a non-existent service "semaphore".
#58383 commented on
Oct 1, 2024 • 0 new comments -
Symfony 6.4 custom logout "Unable to logout with CSRF token validation"
#58311 commented on
Oct 1, 2024 • 0 new comments -
Messenger with multiple AMQP nodes
#35098 commented on
Oct 1, 2024 • 0 new comments -
Console: Add type-safe getArgument and getOption methods to InputInterface
#58406 commented on
Oct 1, 2024 • 0 new comments -
Nested TranslatableMessage-s aren't translated properly by DataCollectorTranslator
#58213 commented on
Oct 2, 2024 • 0 new comments -
[HttpClient] Add support for configuring cache at framework bundle level
#41843 commented on
Oct 2, 2024 • 0 new comments -
Inconsistency in html5 support for fields
#54055 commented on
Oct 2, 2024 • 0 new comments -
[Serializer] the problem normalizer does not include previous exceptions
#54428 commented on
Oct 3, 2024 • 0 new comments -
[symfony/slack-notifier] Avoid block async request waiting for get status in post message slack
#52603 commented on
Oct 3, 2024 • 0 new comments -
Adding messenger component breaks mailer assertions
#54161 commented on
Oct 3, 2024 • 0 new comments -
[Cache] Symfony Serializer implementation for MarshallerInterface
#54411 commented on
Oct 3, 2024 • 0 new comments -
Constraints on unmapped fields are not validated as expected when using validation groups
#58407 commented on
Oct 4, 2024 • 0 new comments -
LDAPConnection is not exchangeable with own interface implementation
#48875 commented on
Oct 4, 2024 • 0 new comments -
[RFC] Add a `DoctrineOrmSessionHandler`
#58257 commented on
Oct 4, 2024 • 0 new comments -
[HttpKernel][HttpClient] `CachingHttpClient` should be configurable as a `private` cache
#36858 commented on
Oct 4, 2024 • 0 new comments -
[Console] Support a set of control keys and key combinations in `QuestionHelper`
#48287 commented on
Oct 2, 2024 • 0 new comments -
[CssSelector] Add :has() support
#49388 commented on
Oct 3, 2024 • 0 new comments -
[DoctrineBridge][Form] Introducing new `LazyChoiceLoader` class and `choice_lazy` option for `ChoiceType`
#52503 commented on
Oct 3, 2024 • 0 new comments -
[FeatureFlag] Propose a simple version
#53213 commented on
Oct 4, 2024 • 0 new comments