-
Notifications
You must be signed in to change notification settings - Fork 478
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: backend for VPP related global activities #20484
Conversation
Note: I'm going to implement the host activities in the branch that Roberto started for the actual installation process. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feat-vpp-apps-18867 #20484 +/- ##
======================================================
Coverage ? 37.19%
======================================================
Files ? 1423
Lines ? 134025
Branches ? 3201
======================================================
Hits ? 49849
Misses ? 79662
Partials ? 4514
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Just a couple small things.
Merging as the one failing test is unrelated: https://github.com/fleetdm/fleet/actions/runs/9958739248/job/27513841683?pr=20484#step:13:3143 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mainly a question, even if not specified in the Figma seems like the activities should be associated with an user?
return ctxerr.Wrap(ctx, err, "delete VPP token") | ||
} | ||
|
||
act := fleet.ActivityDisabledVPP{} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have we decided to not store an user id for add/remove here?
SoftwareTitle string `json:"software_title"` | ||
AppStoreID string `json:"app_store_id"` | ||
TeamName *string `json:"team_name"` | ||
TeamID *uint `json:"team_id"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same for this, no actor?
Checklist for submitter
If some of the following don't apply, delete the relevant line.
changes/
,orbit/changes/
oree/fleetd-chrome/changes
.See Changes files for more information.