-
The `AsyncResource` API has been largely unchanged since its creation many majors ago, and `AsyncLocalStorage` has been out in the wild for awhile now and has proven its utility. I think both should b…
-
Currently [the health of a Kuzzle node is only defined from those of Redis and Elasticsearch](see: https://docs.kuzzle.io/core/2/api/controllers/server/health-check/#response))
That's not enough to…
-
## Expected Behavior
I should be able to see users list in the "Users" page
## Current Behavior
Users are not listed
![image](https://user-images.githubusercontent.com/4447392/86080885-37a…
-
# Document
Now this one is a bit counterintuitive. Until now, there weren't use cases for an upsert API route. Because document updates apply partial content modification to documents, it's normall…
-
I was doing some benchmark about promises performances and I noticed a performance drop in traditional promises (`then`/`catch`) between Node.js 10 and Node.js 12.
With further investigation I'm …
-
The below sentence in `Arguments` section of https://docs.kuzzle.io/api/1/controller-security/scroll-users/ seems bad. The cursor identifier cannot be obtained by `scrollUsers` query (only by `searchU…
-
It would be nice to add a list of companies which use WebdriverIO!
-
# Expected Behavior
The configuration sample given on https://docs.kuzzle.io/core/2/plugins/plugin-context/errors-manager/ should work out of the box (BTW, the code in the sample at the bottom of …
-
For now, the `PluginRepository` exposes methods to manage contents only in the storage engine, not in the cache engine (see https://github.com/kuzzleio/kuzzle/blob/rc.x/lib/api/core/models/repositorie…
-
Most likely, a conflict with
```
{verb: 'post', url: '/:index/:collection/:_id/_create', controller: 'document', action: 'create'},
```