Clark Andrianasolo

Results 18 issues of Clark Andrianasolo

https://issues.rudder.io/issues/24304 * The change of not updating user origin should not have been made [in this previous PR](https://github.com/Normation/rudder/pull/5408/files#diff-4a2aaf2f76c5556341804a45895b09d281d02773e3dc0ff723507cced5178652R633) : it breaks tests and users can no longer be set as...

https://issues.rudder.io/issues/25050 Escape a bunch of JS strings. We need to escape strings and will use the well tested `common-text` `StringEscapeUtils` for it. * add dependency to `commons-text` * remove use...

https://issues.rudder.io/issues/24779 Some decisions : * we don't do server-side sorting and pagination with LDAP which seems overkill here (we only have id, name, category and we still would have to...

https://issues.rudder.io/issues/25293 This also needs changes from https://github.com/Normation/rudder/pull/5808

https://issues.rudder.io/issues/25687 # :warning: This should be simpler : if no nodes in group, display group properties only

https://issues.rudder.io/issues/25659 # :warning: This is has the same (upmerge) code as https://github.com/Normation/rudder/pull/5953, it will likely need to be closed In 8.2 we need to recompute the hierarchy of group and...

qa: Can't merge

https://issues.rudder.io/issues/25681 We need to _add_ the user instead of _set_ all existing users with the current provisioned one. It just needs to reuse the `setExistingUsers` method, with the new user...

https://issues.rudder.io/issues/27114 * there was an issue reading deserializing some change requests XML * the `makeDiff` way in JS to display diff can simply be replaced by static HTML rendered on...

https://issues.rudder.io/issues/27103 We now need to include ESM modules as the newer JS libraries, here [_jsondiffpatch_](https://github.com/benjamine/jsondiffpatch/releases) are switching paradigm, or we could not upgrade (this is also the case for _chartjs_,...