Results 41 issues of Thomas Draier

Hi, I had to change the expression parser to semver range as they are defined by : https://docs.npmjs.com/misc/semver#range-grammar It's not really compatible with the one defined in https://github.com/zafarkhaja/jsemver/issues/1 - I...

**Describe the bug** When using `OsgiGraphQLHttpServlet`, a new thread pool (of 1 thread) is created on every request, and never shut down. The thread pool is created when creating a...

bug

## Description - Add ability to edit user message, create new version of user message - Hide assistant messages that have no parent message Fix #4941 ## Risk Not identified...

## Description Fixes for new sparkle packaging Uses @0.2.187-esm , need to be updated once https://github.com/dust-tt/dust/pull/6090 is validated/published , before merging ## Risk Rollback plan : - first rollback this...

fixes : [#989](https://github.com/dust-tt/tasks/issues/989) ## Description Generate esm lib + cjs bundle. CJS bundle still there as main entrypoint. Use module entrypoint to use esm. In order to use, css need...

fixes: https://github.com/dust-tt/dust/issues/6703 ## Description Add endpoints described in https://github.com/dust-tt/dust/issues/6703 Postman collection to test : https://dust88.postman.co/workspace/Dust-Workspace~74ef36ac-0636-4a8f-bad9-0d7ff6c3a4d0/folder/31825760-3d267729-510a-482b-9c6c-42640d9ed4ea?action=share&source=copy-link&creator=35973216&ctx=documentation ## Risk New endpoints only ## Deploy Plan Deploy `front`

## Description Script to synchronize dust apps and execute in dev environments ## Risk ## Deploy Plan

fixes: https://github.com/dust-tt/dust/issues/6532 ## Description Added support for filter parameters in : `/projects/{projectId}/data_sources/{dataSourceName}/tables` `/projects/{projectId}/data_sources/{dataSourceName}/tables/{tableId}` `/projects/{projectId}/data_sources/{dataSourceName}/tables/{tableId}/rows` `/query_database` Originally coming from https://github.com/dust-tt/dust/pull/6687 , check comments there ## Risk ## Deploy Plan deploy `core`

POST /w/[wId]/vaults - create vault ``` { name: "vault name", members: [ uids ] } ``` GET /w/[wId]/vaults - list vaults ``` [ { name: "vault name" } ] ```...

## Description Instead of stopping / restarting a fullsync, check if a full sync is running and send signal to add/remove items ## Risk ## Deploy Plan