fleet/server/test
Lucas Manuel Rodriguez fcdda20664
Backend for policy automation to install software (#21650)
#21428

- [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] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [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-08-30 14:13:25 -03:00
..
comparisons.go Moar refactoring 2023-07-07 09:46:06 -04:00
context.go Implement API endpoint for MDM manual enrollment profile download (#9232) 2023-01-16 10:22:12 -05:00
functions.go Extract functionName into helper 2020-07-21 14:05:46 -07:00
mdm.go feat: enable multiple ABM and VPP tokens (#21693) 2024-08-29 18:51:46 -04:00
new_objects.go Backend for policy automation to install software (#21650) 2024-08-30 14:13:25 -03:00
testingt.go Format and clean code (#774) 2021-05-17 10:29:50 -07:00
users.go New gitops role (#10850) 2023-04-12 16:11:04 -03:00