fleet
fleet copied to clipboard
Add activity item for disabled/edited webhook
This PR adds enabled_activities_webhook
/disabled_activities_webhook
activity types to trace activities webhook changes.
- [x] Changes file added for user-visible changes in
changes/
,orbit/changes/
oree/fleetd-chrome/changes
. See Changes files for more information. - [ ] Input data is properly validated,
SELECT *
is avoided, SQL injection is prevented (using placeholders for values in statements) - [ ] Added support on fleet's osquery simulator
cmd/osquery-perf
for new osquery data ingestion features. - [x] Added/updated tests
- [ ] If paths of existing endpoints are modified without backwards compatibility, checked the frontend/CLI for any necessary changes
- [ ] If database migrations are included, checked table schema to confirm autoupdate
- For database migrations:
- [ ] Checked schema for all modified table for columns that will auto-update timestamps during migration.
- [ ] Confirmed that updating the timestamps is acceptable, and will not cause unwanted side effects.
- [ ] Ensured the correct collation is explicitly set for character columns (
COLLATE utf8mb4_unicode_ci
).
- [ ] Manual QA for all new/changed functionality