fleet/pkg/file
Lucas Manuel Rodriguez fee21ae2eb
Use pkgutil approach to be more effective at uninstalling (#22618)
#22571

- [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/Committing-Changes.md#changes-files)
for more information.
- [X] Added/updated tests
- [X] If database migrations are included, checked table schema to
confirm autoupdate
- For database migrations:
- [X] Checked schema for all modified table for columns that will
auto-update timestamps during migration.
- [X] Confirmed that updating the timestamps is acceptable, and will not
cause unwanted side effects.
- [X] Ensured the correct collation is explicitly set for character
columns (`COLLATE utf8mb4_unicode_ci`).
- [X] Manual QA for all new/changed functionality
2024-10-03 14:21:23 -03:00
..
scripts Use pkgutil approach to be more effective at uninstalling (#22618) 2024-10-03 14:21:23 -03:00
testdata Use pkgutil approach to be more effective at uninstalling (#22618) 2024-10-03 14:21:23 -03:00
deb.go Parsing package IDs 2024-09-06 09:49:27 -05:00
file.go Add support to upload RPM packages (#22502) 2024-10-01 13:02:13 -03:00
file_test.go Special-case the name of the .exe installer for Notion as it uses non-standard naming (#20881) 2024-07-31 13:56:25 -04:00
management.go Add support to upload RPM packages (#22502) 2024-10-01 13:02:13 -03:00
management_test.go Add support to upload RPM packages (#22502) 2024-10-01 13:02:13 -03:00
msi.go Parsing package IDs 2024-09-06 09:49:27 -05:00
pdf.go Consider an empty EULA pdf file the same as an invalid one, returning 400 Bad Request (#12542) 2023-06-28 08:19:42 -04:00
pdf_test.go Consider an empty EULA pdf file the same as an invalid one, returning 400 Bad Request (#12542) 2023-06-28 08:19:42 -04:00
pe.go Parsing package IDs 2024-09-06 09:49:27 -05:00
pe_test.go Fix TestExtractInstallerMetadata test fail. 2024-09-08 13:16:04 -05:00
rpm.go Add support to upload RPM packages (#22502) 2024-10-01 13:02:13 -03:00
rpm_test.go Add support to upload RPM packages (#22502) 2024-10-01 13:02:13 -03:00
validation.go cli: try to infer the bootstrap package name from the URL too (#11571) 2023-05-11 10:36:28 -03:00
validation_test.go cli: try to infer the bootstrap package name from the URL too (#11571) 2023-05-11 10:36:28 -03:00
xar.go Parsing package IDs 2024-09-06 09:49:27 -05:00
xar_test.go Fix TestExtractInstallerMetadata test fail. 2024-09-08 13:16:04 -05:00