fleet/server/test
Victor Lyuboslavsky 913a5904c8
Move NewActivity to activity bounded context (#39521)
<!-- Add the related story/sub-task/bug number, like Resolves #123, or
remove if NA -->
**Related issue:** Resolves #38536 

This PR moves all logic to create new activities to activity bounded
context.
The old service and ActivityModule methods are not facades that route to
the new activity bounded context. The facades will be removed in a
subsequent PR.

# Checklist for submitter

- [x] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.

## Testing

- [x] Added/updated automated tests
- [x] QA'd all new/changed functionality manually

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

* **New Features**
* Added webhook support for activity events with configurable endpoint
and enable/disable settings.
* Enhanced automation-initiated activity creation without requiring a
user context.
* Improved activity service architecture with centralized creation and
management.

* **Improvements**
* Refactored activity creation to use a dedicated service layer for
better separation of concerns.
* Added support for host-specific and automation-originated activities.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-02-25 14:11:03 -06:00
..
httptest Moved common endpointer packages to platform dir. (#37780) 2026-01-06 14:23:07 -06:00
activities.go Move NewActivity to activity bounded context (#39521) 2026-02-25 14:11:03 -06:00
comparisons.go software display names: DB changes (#35066) 2025-11-04 10:04:42 -05:00
context.go Implement API endpoint for MDM manual enrollment profile download (#9232) 2023-01-16 10:22:12 -05:00
enrollment.go Refactor EnrollOrbit/EnrollHost (#30872) 2025-07-15 17:22:02 -03:00
functions.go Updated SQL modes in tests to match production. (#31445) 2025-08-03 08:18:13 +02:00
mdm.go Feature branch for Android config profiles (#32976) 2025-09-22 11:29:57 -04:00
new_objects.go Android: add 'Android' builtin label, add new Android hosts to 'All hosts' and this label (#26585) 2025-02-25 14:44:48 -05:00
printing.go Bulk script execution backend (#28299) 2025-04-30 12:54:46 -04:00
testingt.go Format and clean code (#774) 2021-05-17 10:29:50 -07:00
users.go Add new Technician role (#39564) 2026-02-11 15:00:10 -03:00