Alex Konn
Alex Konn
## Expected Behavior The guide text should be displayed when a new dashboard is created, but not when adding additional tabs. ## Current Behavior The text is displayed for every...
We currently have circular dependencies between `org.graylog2.contentpacks` and `views`. In order to produce and consume content packs wrappers need to be mapped to and from our domain entities. For most...
## Expected Behavior The API resource `/views/search/{id}/execute` should trigger an asynchronous search. The result would then be retrieved from `/views/search/status/{jobId}`. ## Current Behavior `/views/search/{id}/execute` always blocks and answers with the...
## Expected Behavior If a decorator adds a field I expect it to be selectable in the message table's edit dialog.  It should also be usable as...