-
The reported behaviour is coming from a copy of the implementation found in kuzzle-device-manager, lib\core\registers\DecodersRegister.ts, createDefaultUsers().
Here is a User with a sdk.security.c…
-
## Expected Behavior
Clicking on an arrow of a column in table view should sort the entire document set
# Current Behavior
Clicking on an arrow of a column in table view actually only sort the do…
-
As stated in the README, this repository is not officially supported nor maintained.
If you are interested about publishing a proper version of the classes contained in this repo, feel free to upvo…
-
## Expected Behavior
ESP32 Example getting started link leads to a 404 page
## Current Behavior
## Possible Solution
## Steps to Reproduce
1. 2. 3. 4.
## Context (E…
-
Check if we need to change something in our source code to support Node.js 18 LTS.
This should only be performed after October LTS promoting of the Node.js version 18 according to [the official plann…
-
When updating an asset nested metadata, the [complete path is not saved in the history document](https://github.com/kuzzleio/kuzzle-device-manager/blob/master/lib/modules/asset/AssetService.ts#L170) c…
-
console trace:
16:50:01,701 Error: invalid parameter [size], use [max_docs] instead
_timeoutRequest kuzzle.js:2
query kuzzle.js:2
query kuzzle.js:2
mDelete kuzzle.js:2
e ku…
-
Instead of having :
```ts
this.measures.register('temperature', temperatureMeasure);
```
Have simply:
```ts
this.measures.register(temperatureMeasure);
```
With `'temperature'` defined…
-
This is meant to be a continuation of the conversation on #867, but since so much has changed I wanted to open up a new discussion.
Over the last six months since I quit my day to day job we have i…
-
# Description
Add event before/after Asset measure propagation
Trigger before a measure is propagated into the linked asset
- [ ] device-manager:asset:measures:before => { index, asset, measu…