phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

Peace of mind from prototype to production

Results 76 phoenix issues
Sort by recently updated
recently updated
newest added

With current implementation of `ContainerEntityListenerResolver` it's not possible to use same class, even if it has different service IDs Consider following config: ```yaml services: service_a: class: My\Class parameters: ['param1`] tags:...

Ready to work on

Versions: PHP - not relevant DoctrineBundle - master Windows Authentication is authentication method which will use Windows credentials to log into MS SQL Server (e.g. user account when running PHP...

Ready to work on

As symfony >= 3.3 brings autowiring function, I think it could be somehow useful to have an "empty" interface called `EntityListenerInterface` to take advantage of the autowiring features. This way...

Feature
Ready to work on

Currently, the `doctrine` timing in the timeline panel is only the DBAL time. The ORM time should be tracked too (it may require adding some logging points in the ORM)

Feature
Status: On Hold

I can't configure this with the bundle, had to add a compiler pass and `addMethodCall` as a workaround.

Feature
Ready to work on

I was inspecting the dependency injection container generated in production and, after MonologBundle removed the `.class` params in https://github.com/symfony/monolog-bundle/pull/170 and Symfony removed its last `.class` params in https://github.com/symfony/symfony/pull/21739, DoctrineBundle is...

Improvement

Currently it is only possible to configure "default" region type but https://github.com/doctrine/doctrine2/pull/954 introduced optimized Doctrine\ORM\Cache\Region\DefaultMultiGetRegion region that uses fetchMultiple method. **Proposal:** - allow to use "default_multi" under second_level_cache.regions.type configuration. BTW....

Status: On Hold

Currently, this bundle is used to configure both `doctrine/dbal` and `doctrine/orm`. This can cause issues for people only wanting to use DBAL without ORM (for example https://github.com/symfony/recipes/issues/428). This could be...

Ready to work on

The goal is to improve the clarity over what is imported. Don’t send a pull request for this yet as it requires https://github.com/phoenixframework/phoenix_html/issues/372 to be completed and many helpers to...

### Environment Erlang/OTP 24 [erts-12.0.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit] Elixir 1.12.0 (compiled with Erlang/OTP 24) phoenix 1.5.9 (Hex package) (mix) ### Steps to reproduce. ``` mix phx.new yolo...

kind:enhancement