Open sgress454 opened 1 day ago
Attention: Patch coverage is 56.00000%
with 11 lines
in your changes missing coverage. Please review.
Project coverage is 63.17%. Comparing base (
ee1ee95
) to head (5eb40da
). Report is 10 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
cmd/fleet/serve.go | 0.00% | 11 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
for #22824
This PR splits up the
newMDMProfileManager
function into two functionsnewAppleMDMProfileManager
andnewWindowsMDMProfileManager
, the latter containing the code to start the windows-specific profile management job. This allows scheduling and scaling the Apple and Windows profile management jobs separately.Tested locally by checking that the jobs were scheduled at startup, and then triggering the
mdm_apple_profile_manager
andmdm_windows_profile_manager
schedules via the/trigger
API; nothing blew up.