-
Notifications
You must be signed in to change notification settings - Fork 440
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
Fleet UI: Add automatic install to custom packages upload #24729
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #24729 +/- ##
==========================================
- Coverage 63.55% 63.55% -0.01%
==========================================
Files 1601 1601
Lines 151668 151672 +4
Branches 3951 3952 +1
==========================================
- Hits 96398 96397 -1
- Misses 47595 47600 +5
Partials 7675 7675
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
5a73d41
to
1685063
Compare
frontend/interfaces/software.ts
Outdated
@@ -276,6 +277,7 @@ export interface ISoftwareInstallResult { | |||
post_install_script_output: string; | |||
created_at: string; | |||
updated_at: string | null; | |||
automatic_install: boolean; |
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.
@lucasmrod Will this return? or is it just for post
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.
Just for the POST
. Because what makes the installer automated is the fact that it has a policy associated to it. The UI already renders the "Automatic install" using the automatic_install_policies
field.
frontend/interfaces/software.ts
Outdated
@@ -306,6 +308,7 @@ export interface ISoftwareInstallVersion { | |||
|
|||
export interface IHostSoftwarePackage { | |||
name: string; | |||
automatic_install: boolean; |
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.
@lucasmrod Will this return? or is it just for post
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.
Issue
Story #23344
FE #24384
Description
Screenshots/screen recording
Tests updated
Checklist for submitter
If some of the following don't apply, delete the relevant line.
changes/
,orbit/changes/
oree/fleetd-chrome/changes
.