Elaad FURREEDAN
- Login: elaad.furreedan
- GitHub: ElaadF
- Registered on: 2019-03-29
- Last sign in: 2026-09-02
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 62 | 231 | 293 |
| Reported issues | 114 | 473 | 587 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Rudder | Developer | 2019-03-29 |
| Rudder plugins | Developer | 2019-04-03 |
| API authorizations | Developer, Release | 2019-04-03 |
| Branding | Developer | 2019-04-03 |
| Centreon | Developer | 2019-04-03 |
| Change validation | Developer, Release | 2019-04-03 |
| Consul | Developer | 2020-04-06 |
| Datasources | Developer | 2019-04-03 |
| GLPI | Developer | 2019-04-03 |
| Node external reports | Developer | 2019-04-03 |
| Notifications | Developer | 2019-04-03 |
| OpenSCAP | Developer | 2019-10-22 |
| Scale-out relay | Developer | 2019-04-03 |
| User management | Developer, Release | 2019-04-03 |
| Vault | Developer | 2019-04-03 |
| Zabbix | Developer | 2019-04-03 |
| Rudder tools | Developer | 2019-07-09 |
| Rudder websites | Developer | 2019-07-09 |
Activity
2026-09-04
-
11:23 Zabbix Bug #29694 (Pending technical review): Mark zabbix plugin as deprecated
- PR https://github.com/Normation/rudder-plugins/pull/1026
-
10:42 Zabbix Bug #29694 (In progress): Mark zabbix plugin as deprecated
-
10:41 Zabbix Bug #29694 (Pending release): Mark zabbix plugin as deprecated
- Today the plugin is not working as expected, we want to depreciate it the time to investigate and potentially fix the issues with it, so user don't get frustrated with a non working plugin.
2026-09-03
-
14:05 Rudder Bug #28982 (Pending technical review): Document that Rudder relay need to be in version 9.0 at least with Rudder server 9.1
- PR https://github.com/Normation/rudder-doc/pull/1160
2026-08-27
-
10:28 Rudder Bug #29647 (Pending technical review): JSON payload in create technique endpoint is completely wrong
- PR https://github.com/Normation/rudder/pull/7442
-
09:47 Rudder Bug #29647 (In progress): JSON payload in create technique endpoint is completely wrong
-
09:46 Rudder Bug #29647 (Pending release): JSON payload in create technique endpoint is completely wrong
- The example payload cannot work for many reasons :
* ID of the technique is not canonised
* the technique parameter name is not canonised
* missing @tags@ parameter
* missing @description@ parameter
* typo on @disabledReporting@
* ...
2026-07-29
-
14:32 Rudder Bug #29416 (Pending technical review): In technique packageManagement already_install class is defined in pass1
- PR https://github.com/Normation/rudder-techniques/pull/1935
-
14:29 Rudder Bug #29416 (In progress): In technique packageManagement already_install class is defined in pass1
-
14:29 Rudder Bug #29416 (Pending release): In technique packageManagement already_install class is defined in pass1
- already_install class is defined in pass1 while this class depends on method in pass2, leading on error when we try to check if a package is installed when "Upgrade only if already installed" is checked.