You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Address review comments from @dealako:
- auth0_mgmt.go: added a dryRun parameter to syncProfileToAuth0 so the
no-metadata-diff no-op path is honored in dry-run mode, matching the
real-write path's usersUpdated/usersSkipped classification (per @dealako)
- backfill_email_profile.go: removed the duplicated dry-run branches in
backfillProfileForUser and syncSingleUser; both now delegate to
syncProfileToAuth0Fn(..., dryRun) for a single source of truth (per @dealako)
- auth0_mgmt.go: renamed syncProfileToAuth0's existing param to primaryUser
for consistency with emailLinkEligibility/linkEmailIdentity/unlinkEmailIdentity
(per @dealako)
- handlers_users.go, auth0_mgmt_test.go, handlers_users_test.go: updated call
sites and test signatures for the new dryRun parameter
Resolves 2 review threads.
Assisted-by: github-copilot:claude-sonnet-5
Signed-off-by: Eric Searcy <eric@linuxfoundation.org>
0 commit comments