Andreas Braun

Results 235 comments of Andreas Braun

@nikophil I've updated the code to also handle server versions where `$listSearchIndexes` doesn't exist (tested with 4.4.29 on my machine). The error message is consistent, so this should hopefully handle...

@mustanggb I just ran the tests for TbbcMoneyBundle locally. With MongoDB 7.0.9, I was able to reproduce the failures using ODM 2.8.0, but using 2.8.1 fixes the tests. Removing the...

I've released 2.8.2 with a fix for this. Sorry for the delay here.

Sorry for the delay on this. There are two issues described in this ticket: Issue number one is that no queries are logged. As explained earlier, this needs to be...

Sorry for the delay in getting back to you. I've previously seen this error sporadically, but was not able to reproduce it in a fresh clone of the extension. Can...

Agree. At the moment, the package display page doesn't even show the extension name, so there's no way for people to connect an extension package to the old extension name...

For the sake of the many users that will be impacted by this, I hope you consider the timeline of the deprecation and removal. Going through the deprecation of YAML...

Current set of changes LGTM! The build doesn't quite like it though ;)

`start_date` is not the correct field path, it would be `input_params.start_date`. Off the top of my head I'm not sure if this will work, as you're not embedding a model...

> Do you keep any test that use the legacy constants to ensure they still work even if they are deprecated? Added now.