fleet icon indicating copy to clipboard operation
fleet copied to clipboard

Add activity item for disabled/edited webhook

Open ilpianista opened this issue 6 months ago • 2 comments

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/ or ee/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

ilpianista avatar Aug 16 '24 12:08 ilpianista