Merged
Conversation
Collaborator
Author
|
Will probably need a sync with @MR2011 on this. |
michalkrzyz
reviewed
Feb 11, 2026
| if input.Name != nil && *input.Name != "" { | ||
| ivs, err := r.App.ListIssueVariants(&entity.IssueVariantFilter{SecondaryName: []*string{input.Name}}, &entity.ListOptions{}) | ||
| if err == nil { | ||
| for _, v := range ivs.Elements { |
Collaborator
There was a problem hiding this comment.
maybe we should consider adding url to filters? @MR2011
aacff78 to
d8e1550
Compare
MR2011
reviewed
Feb 24, 2026
|
|
||
| package model | ||
|
|
||
| // SIEM models (kept separate to avoid touching generated models.go) |
Collaborator
There was a problem hiding this comment.
I suggest we remove this and use the generated models by gqlgen. You can generate them with make gqlgen
MR2011
reviewed
Feb 24, 2026
MR2011
reviewed
Feb 24, 2026
MR2011
reviewed
Feb 24, 2026
47ef037 to
cc69a7b
Compare
cc69a7b to
8d6e635
Compare
MR2011
approved these changes
Feb 27, 2026
kanstantsinbuklis-sap
pushed a commit
that referenced
this pull request
Mar 24, 2026
* feat(SIEM): SIEM Alert models & gql * Automatic application of license header * feat(SIEM): mutation for SIEM * Some additions to SIEM handling * Review changes * Automatic application of license header * Test fix for siem alert test * Review fixes --------- Co-authored-by: License Bot <license_bot@github.com> Co-authored-by: Michael Reimsbach <michael.reimsbach@sap.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
SIEM Alerts handling, mutation implementation and e2e test.
What type of PR is this? (check all applicable)
Related Tickets & Documents
Added tests?
Checklist