mongodb-bundle icon indicating copy to clipboard operation
mongodb-bundle copied to clipboard

Bundle service integration of official mongodb/mongo-php-library

Results 11 mongodb-bundle issues
Sort by recently updated
recently updated
newest added

This PR resolve the issue https://github.com/facile-it/mongodb-bundle/issues/125

enhancement

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

enhancement
help wanted
low priority

We need to profile remaining non profiled Collection class methods and evaluate to profile Database class methods too.

enhancement
help wanted
low priority

It would help referring loaded object across different fixture files. Pro: - less boilerplate code Cons: - (probably) a major consumption of memory

help wanted
low priority
proposal

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...

bug
help wanted

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...

dependencies
php

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...