fleet/server/service/testdata/software-installers
Lucas Manuel Rodriguez b3adf3455e
Add support for Windows setup experience software (#33134)
For #32542.

- [X] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
See [Changes
files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/guides/committing-changes.md#changes-files)
for more information.
- [X] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)

## Testing

- [X] Added/updated automated tests
- [X] Where appropriate, [automated tests simulate multiple hosts and
test for host
isolation](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/reference/patterns-backend.md#unit-testing)
(updates to one hosts's records do not affect another)
- [X] QA'd all new/changed functionality manually
2025-09-18 16:39:15 -03:00
..
dummy_installer.pkg Match macOS software <-> titles using bundle identifier (#19969) 2024-07-09 13:43:21 -03:00
emacs.deb Add software self_service bool to software titles list (#19258) 2024-05-27 15:44:31 -04:00
fleet-osquery.msi Backend for policy automation to install software (#21650) 2024-08-30 14:13:25 -03:00
hello-world-installer.exe Fix broken installer PATCH (always failing with "missing install script" error) on EXEs (#28670) 2025-04-29 17:53:52 -05:00
no_bundle_identifier.pkg Automatic install custom packages (#25021) 2024-12-27 15:10:28 -03:00
no_version.pkg Backend for policy automation to install software (#21650) 2024-08-30 14:13:25 -03:00
README.md Add support for Windows setup experience software (#33134) 2025-09-18 16:39:15 -03:00
ruby.deb Add backend to upload/delete software installers (#18660) 2024-05-02 10:20:54 -03:00
ruby.rpm Add support to upload RPM packages (#22502) 2024-10-01 13:02:13 -03:00
ruby_arm64.deb fix: filter filename JOIN by team id 2024-05-20 16:00:21 -04:00
test.tar.gz API endpoints for Linux setup experience (#32493) 2025-09-04 12:58:47 -03:00
vim.deb Add No Team to Software Backend (#20822) 2024-07-30 11:19:05 -06:00

testdata

  • fleet-osquery.msi is a dummy MSI installer created by packaging.BuildMSI with a fake orbit.exe that just has hello world in it. Its software title is Fleet osquery and its version is 1.0.0.
  • ruby.rpm was downloaded from https://rpmfind.net/linux/fedora/linux/development/rawhide/Everything/x86_64/os/Packages/r/ruby-3.3.5-15.fc42.x86_64.rpm.
  • no_bundle_identifier.pkg was generated with the following command pkgbuild --nopayload --install-location "/" --scripts scripts/ --identifier ' ' --version '1.0.0' no_bundle_identifier.pkg (where scripts/ contained a dummy preinstall and postinstall scripts).
  • hello-world-installer.exe has Hello world as software title.