add ability to create manual labels (#18303)

relates to #17031

Adds functionality to create manual labels in fleet.

- [x] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [x] Added/updated tests
- [x] M0anual QA for all new/changed functionality

---------

Co-authored-by: Martin Angers <martin.n.angers@gmail.com>
This commit is contained in:
Gabriel Hernandez
2024-04-16 17:22:08 +01:00
committed by GitHub
co-authored by Martin Angers
parent de94299b65
commit 2fc4e520b8
59 changed files with 1607 additions and 726 deletions
+1
View File
@@ -0,0 +1 @@
* Updated the `POST /api/v1/fleet/labels` and `PATCH /api/v1/fleet/labels/{id}` endpoints to support creation and update of manual labels.
+1
View File
@@ -0,0 +1 @@
- implement manual labels in fleet UI