Why:
sync results (created/updated/errors/skipped) only exist in the AJAX response and Toolbox::logDebug. No way to audit what a past sync did, which is blocking for unattended (cron) runs.
What:
- New itemtype SyncExecution (table glpi_plugin_advancedldap_syncexecutions): syncfilter FK, date, duration, mode (manual / dry-run / cron), counters, error details (JSON), triggering user
- LdapSyncExecutor writes one record per run
- New tab on SyncFilter showing execution history
- Retention policy (keep last N executions, purge with the SyncFilter)
- Unit tests
Depends on:
"Support LDAP paged results" (to persist the truncated-result signal)
Why:
sync results (created/updated/errors/skipped) only exist in the AJAX response and Toolbox::logDebug. No way to audit what a past sync did, which is blocking for unattended (cron) runs.
What:
Depends on:
"Support LDAP paged results" (to persist the truncated-result signal)