-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Stream details page #19342
Merged
Merged
Conversation
This file contains 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
- add Stream pipeline list
ousmaneo
force-pushed
the
stream-datawarehouse
branch
2 times, most recently
from
May 31, 2024 09:52
1b0616b
to
bd92fec
Compare
ousmaneo
force-pushed
the
stream-datawarehouse
branch
from
June 4, 2024 10:32
bd92fec
to
b3243e4
Compare
- update design
- add TitleCell - hide description - update styles
- fix linter error
ousmaneo
force-pushed
the
stream-datawarehouse
branch
from
June 4, 2024 10:52
b3243e4
to
95a0151
Compare
ousmaneo
force-pushed
the
stream-datawarehouse
branch
from
June 4, 2024 10:58
95a0151
to
6b5edcc
Compare
gally47
reviewed
Jun 6, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Looking Good, I wrote some comments below.
I will test next.
graylog2-web-interface/src/components/streamrules/CreateStreamRuleButton.tsx
Outdated
Show resolved
Hide resolved
graylog2-web-interface/src/components/streamrules/DetailsStreamRule.tsx
Outdated
Show resolved
Hide resolved
graylog2-web-interface/src/components/streamrules/DetailsStreamRule.tsx
Outdated
Show resolved
Hide resolved
...2-web-interface/src/components/streams/StreamDetails/StreamProcessingRoutingDestinations.tsx
Outdated
Show resolved
Hide resolved
gally47
approved these changes
Jun 7, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
bernd
added a commit
that referenced
this pull request
Jun 21, 2024
#19454) * introduced concept of stream guard to throw an exception on invalid stream deletion requests * Implement Stream details page (#19342) * add api to get all connected piplines for a stream id * Add stream details page - add Stream pipeline list * update StreamDetailsPage * add alignActionsLeft to Section * add stream dataWarehouse - update design * fix StreamResource.java * add Mantine Text component * update StreamOverview - add TitleCell - hide description - update styles * Update stream details - fix linter error * fix linter * fix StreamOverview test * fix linters * fix linter * fix review * fix description * disable details button for not editable stream --------- Co-authored-by: Maxwell Anipah <maxwell.anipah@graylog.com> Co-authored-by: Maxwell <98284293+kodjo-anipah@users.noreply.github.com> * move stream guard to service class and add test * move out streamGuardException inner class * add license header * clean up * remove unused import --------- Co-authored-by: Ousmane SAMBA <ousmane@graylog.com> Co-authored-by: Bernd Ahlers <bernd@users.noreply.github.com> Co-authored-by: Ousmane Samba <ousmanesamba@gmail.com>
kodjo-anipah
added a commit
that referenced
this pull request
Jun 24, 2024
* introduced concept of stream guard to throw an exception on invalid stream deletion requests * Implement Stream details page (#19342) * add api to get all connected piplines for a stream id * Add stream details page - add Stream pipeline list * update StreamDetailsPage * add alignActionsLeft to Section * add stream dataWarehouse - update design * fix StreamResource.java * add Mantine Text component * update StreamOverview - add TitleCell - hide description - update styles * Update stream details - fix linter error * fix linter * fix StreamOverview test * fix linters * fix linter * fix review * fix description * disable details button for not editable stream --------- Co-authored-by: Maxwell Anipah <maxwell.anipah@graylog.com> Co-authored-by: Maxwell <98284293+kodjo-anipah@users.noreply.github.com> * move stream guard to service class and add test * move out streamGuardException inner class * add license header * clean up * add useSingleIndexSet hook * add indexSetDestitation section and actions * add bottom margin to Section * fix linter * remove unused import * fix reviews --------- Co-authored-by: Maxwell Anipah <maxwell.anipah@graylog.com> Co-authored-by: Maxwell <98284293+kodjo-anipah@users.noreply.github.com> Co-authored-by: Bernd Ahlers <bernd@users.noreply.github.com> Co-authored-by: Mohamed OULD HOCINE <106236152+gally47@users.noreply.github.com>
kodjo-anipah
added a commit
that referenced
this pull request
Jun 24, 2024
* introduced concept of stream guard to throw an exception on invalid stream deletion requests * Implement Stream details page (#19342) * add api to get all connected piplines for a stream id * Add stream details page - add Stream pipeline list * update StreamDetailsPage * add alignActionsLeft to Section * add stream dataWarehouse - update design * fix StreamResource.java * add Mantine Text component * update StreamOverview - add TitleCell - hide description - update styles * Update stream details - fix linter error * fix linter * fix StreamOverview test * fix linters * fix linter * fix review * fix description * disable details button for not editable stream --------- Co-authored-by: Maxwell Anipah <maxwell.anipah@graylog.com> Co-authored-by: Maxwell <98284293+kodjo-anipah@users.noreply.github.com> * move stream guard to service class and add test * add stream pipeline connection * add changelog * update changelog type * move changelog to right folder * move out streamGuardException inner class * add license header * add initial value for pipelines * invalid pipeline query after save * fix review * make sure current pipeline is set * sort connected pipeline * revert merge errror --------- Co-authored-by: Maxwell Anipah <maxwell.anipah@graylog.com> Co-authored-by: Maxwell <98284293+kodjo-anipah@users.noreply.github.com> Co-authored-by: Bernd Ahlers <bernd@users.noreply.github.com> Co-authored-by: Mohamed OULD HOCINE <106236152+gally47@users.noreply.github.com>
bernd
added a commit
that referenced
this pull request
Jun 26, 2024
* Add data warehouse metrics mappings to the default Prometheus exporter * Introduced the concept of stream guard to throw an exception on invalid stream deletion requests (#19454) * Implement Stream details page (#19342) * Add API to get all connected pipelines for a stream ID * Add StreamService#loadStreamTitles * Add PluginModule#addStreamDeletion guard method Co-authored-by: Maxwell Anipah <maxwell.anipah@graylog.com> Co-authored-by: Maxwell <98284293+kodjo-anipah@users.noreply.github.com> Co-authored-by: Ousmane SAMBA <ousmane@graylog.com> Co-authored-by: Mohamed OULD HOCINE <106236152+gally47@users.noreply.github.com> Co-authored-by: Bernd Ahlers <bernd@users.noreply.github.com>
ousmaneo
added a commit
that referenced
this pull request
Jun 26, 2024
* add api to get all connected piplines for a stream id * Add stream details page - add Stream pipeline list * update StreamDetailsPage * add alignActionsLeft to Section * add stream dataWarehouse - update design * fix StreamResource.java * add Mantine Text component * update StreamOverview - add TitleCell - hide description - update styles * Update stream details - fix linter error * fix linter * fix StreamOverview test * fix linters * fix linter * fix review * fix description * disable details button for not editable stream --------- Co-authored-by: Maxwell Anipah <maxwell.anipah@graylog.com> Co-authored-by: Maxwell <98284293+kodjo-anipah@users.noreply.github.com>
ousmaneo
added a commit
that referenced
this pull request
Jun 26, 2024
#19454) * introduced concept of stream guard to throw an exception on invalid stream deletion requests * Implement Stream details page (#19342) * add api to get all connected piplines for a stream id * Add stream details page - add Stream pipeline list * update StreamDetailsPage * add alignActionsLeft to Section * add stream dataWarehouse - update design * fix StreamResource.java * add Mantine Text component * update StreamOverview - add TitleCell - hide description - update styles * Update stream details - fix linter error * fix linter * fix StreamOverview test * fix linters * fix linter * fix review * fix description * disable details button for not editable stream --------- Co-authored-by: Maxwell Anipah <maxwell.anipah@graylog.com> Co-authored-by: Maxwell <98284293+kodjo-anipah@users.noreply.github.com> * move stream guard to service class and add test * move out streamGuardException inner class * add license header * clean up * remove unused import --------- Co-authored-by: Ousmane SAMBA <ousmane@graylog.com> Co-authored-by: Bernd Ahlers <bernd@users.noreply.github.com> Co-authored-by: Ousmane Samba <ousmanesamba@gmail.com>
ousmaneo
added a commit
that referenced
this pull request
Jun 26, 2024
* introduced concept of stream guard to throw an exception on invalid stream deletion requests * Implement Stream details page (#19342) * add api to get all connected piplines for a stream id * Add stream details page - add Stream pipeline list * update StreamDetailsPage * add alignActionsLeft to Section * add stream dataWarehouse - update design * fix StreamResource.java * add Mantine Text component * update StreamOverview - add TitleCell - hide description - update styles * Update stream details - fix linter error * fix linter * fix StreamOverview test * fix linters * fix linter * fix review * fix description * disable details button for not editable stream --------- Co-authored-by: Maxwell Anipah <maxwell.anipah@graylog.com> Co-authored-by: Maxwell <98284293+kodjo-anipah@users.noreply.github.com> * move stream guard to service class and add test * move out streamGuardException inner class * add license header * clean up * add useSingleIndexSet hook * add indexSetDestitation section and actions * add bottom margin to Section * fix linter * remove unused import * fix reviews --------- Co-authored-by: Maxwell Anipah <maxwell.anipah@graylog.com> Co-authored-by: Maxwell <98284293+kodjo-anipah@users.noreply.github.com> Co-authored-by: Bernd Ahlers <bernd@users.noreply.github.com> Co-authored-by: Mohamed OULD HOCINE <106236152+gally47@users.noreply.github.com>
ousmaneo
added a commit
that referenced
this pull request
Jun 26, 2024
* introduced concept of stream guard to throw an exception on invalid stream deletion requests * Implement Stream details page (#19342) * add api to get all connected piplines for a stream id * Add stream details page - add Stream pipeline list * update StreamDetailsPage * add alignActionsLeft to Section * add stream dataWarehouse - update design * fix StreamResource.java * add Mantine Text component * update StreamOverview - add TitleCell - hide description - update styles * Update stream details - fix linter error * fix linter * fix StreamOverview test * fix linters * fix linter * fix review * fix description * disable details button for not editable stream --------- Co-authored-by: Maxwell Anipah <maxwell.anipah@graylog.com> Co-authored-by: Maxwell <98284293+kodjo-anipah@users.noreply.github.com> * move stream guard to service class and add test * add stream pipeline connection * add changelog * update changelog type * move changelog to right folder * move out streamGuardException inner class * add license header * add initial value for pipelines * invalid pipeline query after save * fix review * make sure current pipeline is set * sort connected pipeline * revert merge errror --------- Co-authored-by: Maxwell Anipah <maxwell.anipah@graylog.com> Co-authored-by: Maxwell <98284293+kodjo-anipah@users.noreply.github.com> Co-authored-by: Bernd Ahlers <bernd@users.noreply.github.com> Co-authored-by: Mohamed OULD HOCINE <106236152+gally47@users.noreply.github.com>
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.
/nocl
/jpd Graylog2/graylog-plugin-enterprise#7333
Types of changes
Checklist: