Toly

Results 21 issues of Toly

Add support of index name prefix like made for tables in `yii\db\Connection`. This may be useful when one cluster is used in multiple applications or stage zones. I already implemented...

type:enhancement

Just look at this code: ``` php $models = EsPost::find()->andWhere(['author' => $id])->all(); foreach($models as $model) { $model->doSomething(); $model->save(); } ``` This produces multiple ES requests, but it is really possible...

type:enhancement

Since 2.1 ES supports profiling of requests. I think it's a good feature to add for `[run query]` button on ES debug page https://www.elastic.co/guide/en/elasticsearch/reference/current/search-profile.html

type:enhancement

This is a **BUG REPORT** **Version of Helm and Kubernetes**: ``` $ helm version Client: &version.Version{SemVer:"v2.8.2", GitCommit:"a80231648a1473929271764b920a8e346f6de844", GitTreeState:"clean"} Server: &version.Version{SemVer:"v2.8.2", GitCommit:"a80231648a1473929271764b920a8e346f6de844", GitTreeState:"clean"} $ kubectl version Client Version: version.Info{Major:"1", Minor:"9", GitVersion:"v1.9.3",...

This is a **BUG REPORT** On Kubernetes 1.10.0 I got a problem with version detection. I have .Capabilities.KubeVersion.Minor equal to "10" and this is less than "8" by rules of...

We want to use this extension in our staging zone, but the problem is that we have multiple application servers behind balancing server. We tried to extend this module, but...

type:enhancement
status:ready for adoption

**Is your feature request related to a problem? Please describe.** During our application initialization I want to distinguish errors that my constructors throw from DI graph issues. I need to...

enhancement

Hi, @crisu83 Just wanna let you know about my fork. It was hard for me to inject your library into Lumen 5 framework, so I decided to fork it and...

Hey, First of all, I want to appreciate the author of this project. This library is super useful for testing. Sadly, the repo is abandoned, so I had to fork...