Insights: symfony/symfony
Overview
Could not load contribution data
Please try again later
20 Pull requests merged by 12 people
-
[Security] Fix `AuthenticationUtils::getLastUsername()` returning null
#53509 merged
Jan 18, 2024 -
[Notifier] register missing Notifier transport factories
#53577 merged
Jan 18, 2024 -
[Mailer] register the ResendTransportFactory
#53574 merged
Jan 18, 2024 -
Use `{user_identifier}` over deprecated `{username}` in factories
#53529 merged
Jan 18, 2024 -
[String] Correct inflection of axis
#53567 merged
Jan 18, 2024 -
[Mailer] add Azure and Resend support to the UnsupportedSchemeException
#53573 merged
Jan 18, 2024 -
[Mailer] Add Resend bridge
#53554 merged
Jan 18, 2024 -
[FrameworkBundle] Remove redundant check from test
#53546 merged
Jan 17, 2024 -
do not mock the ContainerInterface
#53535 merged
Jan 17, 2024 -
[VarDumper] fix tests
#53560 merged
Jan 17, 2024 -
[FrameworkBundle] Fixen broken README link
#53558 merged
Jan 17, 2024 -
[Cache] fix Redis proxies tests
#53556 merged
Jan 17, 2024 -
[VarDumper] Fix missing colors initialization in `CliDumper`
#53537 merged
Jan 16, 2024 -
[Filesystem][Finder][Form] Use CPP
#53493 merged
Jan 16, 2024 -
[Validator] Fix charset encoding detection in `CharsetValidator`
#53538 merged
Jan 16, 2024 -
CS: enable ordered_types.null_adjustment=always_last
#53544 merged
Jan 16, 2024 -
[SecurityBundle] Add missing removed config options to upgrade guide
#53522 merged
Jan 13, 2024 -
[Cache] Add support for using DSN with `PDOAdapter`
#53448 merged
Jan 12, 2024 -
[Security] do not mock the RequestStack class
#53502 merged
Jan 12, 2024
23 Pull requests opened by 16 people
-
[Messenger] [AmazonSqs] Allow `async-aws/sqs` version 2
#53524 opened
Jan 12, 2024 -
[Messenger] [AMQP] Throw exception on `nack` callback for sf 5.4
#53525 opened
Jan 12, 2024 -
[Messenger][Redis] Add option to auto generate consumer
#53528 opened
Jan 12, 2024 -
[Messenger] Use `now` function to allow mock of time
#53531 opened
Jan 12, 2024 -
[Process] Fixed inconsistent test
#53532 opened
Jan 12, 2024 -
[Console] Add `AlarmableCommandInterface` and `console.alarm` event
#53533 opened
Jan 13, 2024 -
Trigger WebhookSentEvent after acquiring a Webhook response
#53534 opened
Jan 13, 2024 -
[TwigBridge] Update the undefined callable list
#53536 opened
Jan 13, 2024 -
chore: use _ syntax for `PHP_VERSION_ID` comparison
#53540 opened
Jan 15, 2024 -
[ErrorHandler] Fix `RecursiveDirectoryIterator` exception with wrong composer autoload
#53542 opened
Jan 15, 2024 -
[FrameworkBundle][HttpClient] Add `ThrottlingHttpClient` to limit requests within a timeframe
#53550 opened
Jan 16, 2024 -
[DomCrawler] Allow to add choices to single select
#53559 opened
Jan 17, 2024 -
[Mime] Fix undefined array key 0 when empty sender
#53565 opened
Jan 17, 2024 -
[Validator] Add callback option to the ExpressionSyntax constraint
#53569 opened
Jan 17, 2024 -
Localized Passthrough Locale for #[Route()]
#53571 opened
Jan 18, 2024 -
[Validator] keep a reference to all cache pools
#53572 opened
Jan 18, 2024 -
[Mailer] register the MailPaceTransportFactory
#53575 opened
Jan 18, 2024 -
[Console] Only execute additional checks for color support if the output
#53576 opened
Jan 18, 2024 -
[Cache] [WIP] fix Redis and RedisCluster compatibility
#53578 opened
Jan 18, 2024 -
[Routing] Fix AttributeClassLoaderTestCase Test
#53580 opened
Jan 18, 2024 -
[String] fix aircraft inflection
#53581 opened
Jan 18, 2024 -
[TwigBundle] Fix configuration when "paths" is null
#53582 opened
Jan 19, 2024
12 Issues closed by 9 people
-
Kernel Error From cache:clear After Upgrade
#53566 closed
Jan 18, 2024 -
AuthenticationUtils::getLastUsername(): Return value must be of type string, null returned
#53503 closed
Jan 18, 2024 -
Allow symfony/validator [..]->atPath(...) to take "absolute" property-path
#50965 closed
Jan 18, 2024 -
[Serializer] Allow the mapped object in discriminator mapping to be other type than string.
#53387 closed
Jan 17, 2024 -
[symfony/messenger] Serializer Context Groups doesn't seems to be handle
#53553 closed
Jan 17, 2024 -
[WebProfilerBundle] `ContentSecurityPolicyHandler` also sets `unsafe-inline` CSP directive
#53552 closed
Jan 16, 2024 -
Symfony Cloud: the DATABASE_VERSION automatically generated env variable does not respect the dbal config.
#53549 closed
Jan 16, 2024 -
[ERROR] Module build failed: Module not found: @symfony/stimulus-bundle
#53477 closed
Jan 15, 2024 -
1 returned with $request->getLocale() with array path in route attribute.
#53539 closed
Jan 15, 2024 -
[Messenger] Batch handlers are not flushed on worker stop
#49026 closed
Jan 14, 2024 -
getProjectDir assumes composer.json
#53527 closed
Jan 12, 2024 -
[Cache] Using DSN with PDOAdapter
#52460 closed
Jan 12, 2024
11 Issues opened by 11 people
-
[Messenger] Unneeded warnings when consuming specific queues from multiple transports
#53579 opened
Jan 18, 2024 -
`HtmlErrorRenderer` loops near-infinite times during functional tests
#53563 opened
Jan 17, 2024 -
[Scheduler|Messenger] Message can't be redispatched with Symfony serializer in between
#53562 opened
Jan 17, 2024 -
UnrecoverableMessageHandlingException ended message still in failed transport
#53561 opened
Jan 17, 2024 -
Skip cacheable voters in AccessDecisionManager::getVoters
#53555 opened
Jan 17, 2024 -
`cache:pool:clear --all` command fails in a prod environment
#53551 opened
Jan 16, 2024 -
Handle all expression errors
#53547 opened
Jan 16, 2024 -
EsmtpTransport does not honor tls false configuration
#53545 opened
Jan 15, 2024 -
Disconnect Redis connection for symfony/redis-messenger on "kernel.reset"
#53543 opened
Jan 15, 2024 -
[ErrorHandler] RecursiveDirectoryIterator exception with wrong composer PSR-4 autoload config
#53541 opened
Jan 15, 2024 -
[Messenger] stats command fails for Beanstalked transport
#53526 opened
Jan 12, 2024
55 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.
-
Ignore uninitialized objects during normalization
#53495 commented on
Jan 16, 2024 • 9 new comments -
chore: CS - apply `phpdoc_types_order.sort_algorithm=alpha`
#53519 commented on
Jan 14, 2024 • 8 new comments -
[PropertyInfo][Serializer] Add support of `list` and trigger deprecation when filling a list-typed property with an array
#49056 commented on
Jan 15, 2024 • 6 new comments -
[AssetMapper] Replace ImportMapConfigReader by interface
#53485 commented on
Jan 15, 2024 • 6 new comments -
[Translation] Allow default parameters
#53425 commented on
Jan 12, 2024 • 5 new comments -
Use security voter with a #[MapRequestPayload] controller argument
#53510 commented on
Jan 17, 2024 • 4 new comments -
[Serializer] Add support for auto generated custom normalizers
#52905 commented on
Jan 15, 2024 • 4 new comments -
[Serializer] Error when trying to deserialize an object with a constructor using a variadic parameter
#53354 commented on
Jan 12, 2024 • 3 new comments -
[Validator] Add ability to skip sizes check for HEIF/HEIC format
#46964 commented on
Jan 12, 2024 • 3 new comments -
[Mailer] Make `RoundRobinTransport` `retryPeriod` configurable
#50981 commented on
Jan 17, 2024 • 2 new comments -
Webhook sent events
#50932 commented on
Jan 13, 2024 • 2 new comments -
[FeatureFlag] Propose a simple version
#53213 commented on
Jan 15, 2024 • 2 new comments -
`json_login_ldap` in chain with `json_login` and new authenticator
#41892 commented on
Jan 14, 2024 • 2 new comments -
Color support detectiong change in 6.3.11 introduced a regression
#53460 commented on
Jan 15, 2024 • 2 new comments -
[Messenger] Issues after migrating to AWS RabbitMQ
#48241 commented on
Jan 17, 2024 • 2 new comments -
[Serializer] Add `DateTimeNormalizer::CAST_KEY` context option
#53056 commented on
Jan 13, 2024 • 2 new comments -
Upgrading to symfony 6.4 from 6.3 causes major CPU spike (100x load) because of unnecessary secret decryption
#53429 commented on
Jan 18, 2024 • 2 new comments -
[Serializer] ConstraintViolationListNormalizer returns an URL to a page that does not exist
#48947 commented on
Jan 15, 2024 • 2 new comments -
[Messenger] Potential PRECONDITION_FAILED error when using heartbeat with amqp-messenger
#49029 commented on
Jan 16, 2024 • 2 new comments -
[Mailer] Make RoundRobinTransport retryPeriod configurable
#52551 commented on
Jan 16, 2024 • 2 new comments -
Denormalize support for std class
#52850 commented on
Jan 15, 2024 • 1 new comment -
[DependencyInjection] Prepending extension configs with file loaders
#52843 commented on
Jan 14, 2024 • 1 new comment -
[HttpKernel] Adding a new `#[MapRequestHeader]` attribute and resolver
#51379 commented on
Jan 15, 2024 • 1 new comment -
[Form] Issue with some code in `MoneyType`
#53488 commented on
Jan 12, 2024 • 1 new comment -
[WebProfilerBundle] Temporarily remove `XDEBUG_*` cookie while performing XHR
#52950 commented on
Jan 16, 2024 • 1 new comment -
[MonologBridge] Fix context data and display extra data
#52994 commented on
Jan 17, 2024 • 1 new comment -
[PropertyInfo] [TypeInfo] Deprecate PropertyInfo Type
#53160 commented on
Jan 12, 2024 • 1 new comment -
[Validator] Make it explicit when English translation differs from its resource name
#53507 commented on
Jan 12, 2024 • 1 new comment -
[Console] Add a stream helper
#53518 commented on
Jan 15, 2024 • 1 new comment -
[Messenger][AMQP] Throw exception on `nack` callback
#53520 commented on
Jan 12, 2024 • 1 new comment -
baseUrls not use env csv?
#50924 commented on
Jan 12, 2024 • 1 new comment -
[Serializer] `TranslatableNormalizer` should be opt-in
#53451 commented on
Jan 12, 2024 • 1 new comment -
Monitor/debug DB calls made by serialization
#49150 commented on
Jan 13, 2024 • 1 new comment -
PR-49187 breaks BC for LDAP extraFields
#49994 commented on
Jan 13, 2024 • 1 new comment -
[HttpFoundation] Allow BinaryFileResponse for non-successful responses
#50966 commented on
Jan 14, 2024 • 1 new comment -
[DependencyInjection] Tagged services with negative priority
#50900 commented on
Jan 14, 2024 • 1 new comment -
Deserialize array of scalars to its doctype
#53490 commented on
Jan 15, 2024 • 1 new comment -
In testing environment (mock_file), calling repositories throw ini_set(): Session ini settings cannot be changed after headers have already been sent
#51600 commented on
Jan 15, 2024 • 1 new comment -
[Security] Using IsGranted in combination with MapRequestPayload passes incorrect subject to voter
#50964 commented on
Jan 15, 2024 • 1 new comment -
[Security] Security::login() does not work as expected when logging from one firewall to another
#53499 commented on
Jan 17, 2024 • 1 new comment -
Automatically disable http client tracing / logging when approaching memory limit
#45974 commented on
Jan 17, 2024 • 1 new comment -
Impersonation exit logs out user (followup)
#47837 commented on
Jan 18, 2024 • 1 new comment -
symfony/console 5.4.12 make db Too many connection errors
#47566 commented on
Jan 18, 2024 • 1 new comment -
ConfigBuilderCacheWarmer is not executed when running cache:warmup
#53496 commented on
Jan 18, 2024 • 1 new comment -
[Messenger] blocking messenger consumer
#47226 commented on
Jan 12, 2024 • 1 new comment -
[DependencyInjection] Add Lazy attribute for classes and arguments
#52922 commented on
Jan 16, 2024 • 0 new comments -
[Serializer] Fix unexpected allowed attributes
#52917 commented on
Jan 13, 2024 • 0 new comments -
[AssetMapper] Handle assets with non-ascii characters in dev server
#53260 commented on
Jan 15, 2024 • 0 new comments -
[TypeInfo] Introduce component
#52510 commented on
Jan 12, 2024 • 0 new comments -
[HttpClient] Fix error chunk creation in passthru
#53506 commented on
Jan 17, 2024 • 0 new comments -
[JsonEncoder] Introducing the component
#51718 commented on
Jan 12, 2024 • 0 new comments -
[Console][Messenger] Asynchronously notify transports which messages are still being processed
#53508 commented on
Jan 13, 2024 • 0 new comments -
[PhpUnitBridge] Hide deprecations by default when running tests
#53513 commented on
Jan 14, 2024 • 0 new comments -
[Console] Allow '0' as a $shortcut in InputOption.php
#53516 commented on
Jan 17, 2024 • 0 new comments -
Serializer/PropertyInfo treats list<Type> as Type[] and does not enforce sequential indexes
#48887 commented on
Jan 18, 2024 • 0 new comments