Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
80f8fdd
patch api
baileycash-elastic Nov 4, 2025
6d8d7b3
add tags, update missing script ops message
baileycash-elastic Nov 5, 2025
feb3d11
remove replace tags functionality
baileycash-elastic Nov 6, 2025
8f1d7e1
add docs
baileycash-elastic Nov 6, 2025
cc90ddf
Merge branch 'main' into alerting-240356-patch
elasticmachine Nov 7, 2025
5d4a5df
tweak tests, trim inputs
baileycash-elastic Nov 7, 2025
7b2bb5d
remove found filter for greater transparency
baileycash-elastic Nov 7, 2025
4be7bdf
Merge branch 'main' into alerting-240356-patch
baileycash-elastic Nov 10, 2025
f0f9796
Merge branch 'main' into alerting-240356-patch
cnasikas Nov 12, 2025
2263196
Renames
cnasikas Nov 12, 2025
d6d5d94
Housekeeping
cnasikas Nov 12, 2025
32fca05
Authorize alert IDs by query
cnasikas Nov 13, 2025
fec5331
Update tags by query
cnasikas Nov 17, 2025
a8c4ae3
Merge branch 'main' into alerting-240356-patch
cnasikas Nov 17, 2025
25d7d4a
Fix types
cnasikas Nov 18, 2025
8977d65
Fixes, tests, and nitpicking
cnasikas Nov 18, 2025
fffeec3
Update and rename patchtagoptions.md to bulk_update_tag_options.md
baileycash-elastic Nov 18, 2025
ed2a6f7
Update docs
cnasikas Nov 19, 2025
f06f35b
Merge branch 'main' into alerting-240356-patch
cnasikas Nov 19, 2025
9292864
PR feedback
cnasikas Nov 19, 2025
11de026
Changes from node scripts/lint_ts_projects --fix
kibanamachine Nov 19, 2025
2d018bb
Merge branch 'main' into alerting-240356-patch
elasticmachine Nov 20, 2025
a10842d
Merge branch 'main' into alerting-240356-patch
cnasikas Nov 21, 2025
79f2b6b
Fix integration tests
cnasikas Nov 22, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const createAlertsClientMock = () => {
getAuthorizedAlertsIndices: jest.fn(),
bulkUpdate: jest.fn(),
bulkUpdateCases: jest.fn(),
patchTags: jest.fn(),
find: jest.fn(),
getGroupAggregations: jest.fn(),
getBrowserFields: jest.fn(),
Expand Down
Loading