Open ghernandez345 opened 1 day ago
Attention: Patch coverage is 0%
with 6 lines
in your changes missing coverage. Please review.
Project coverage is 63.38%. Comparing base (
4a7654f
) to head (c156061
). Report is 12 commits behind head on feat-create-policies-from-fleet-apps.
Files with missing lines | Patch % | Lines |
---|---|---|
...Titles/SoftwareTable/SoftwareTitlesTableConfig.tsx | 0.00% | 6 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
relates to #23137, #23136
implements to the rest of the UI for automatically creating fleet policies when adding a fleet maintained app. Also includes the API changes needed for this which include changing the
GET /software/titles
andGET /software/titles/:id
endpoints to include theautomatic_install_policies
data.UI added includes:
Adding tag for automatic install software titles
Adding modal to show the policies associated with that software title
changes/
,orbit/changes/
oree/fleetd-chrome/changes
.