mongodb-bundle
mongodb-bundle copied to clipboard
Bundle service integration of official mongodb/mongo-php-library
This PR resolve the issue https://github.com/facile-it/mongodb-bundle/issues/125
Hello, In order to better monitor ongoDB servers, I use the `appName` connection URI option but after going through the bundle's code, in particular `ClientRegistry::buildClientConfiguration()`, it seems like URI options...
Dev environment should include nginx/apache and a symfony installation to provide a more friendly profiler development
We need to profile remaining non profiled Collection class methods and evaluate to profile Database class methods too.
It would help referring loaded object across different fixture files. Pro: - less boilerplate code Cons: - (probably) a major consumption of memory
Fixes #167 I'm not sure if this is a good approach. Other suggestions are welcome. Thanks for reacting to the issue @ilario-pierbattista and thanks for creating this great library. The...
We encountered this issue while using Symfony Live Components. We were (accidentally as part of a larger object) trying to insert a `MountedComponent` instance into a MongoDB collection. When the...
According to the official documentation, the getMode() has been deprecated and will be removed in version 2.0 of MongoDB extension. Usage on file _src/Capsule/Collection.php_, method `translateReadPreference` (line 210) I suggest...
You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting...
The maxDepth of 256 still triggered a stack overflow because our maximum stack size was 512 and the stack grows by 2 during each recursion. The 50 chosen here is...