-
Notifications
You must be signed in to change notification settings - Fork 188
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
feat(#3032): Harmonize data explorer and live dashboard #3058
Merged
dominikriemer
merged 17 commits into
dev
from
3032-harmonize-data-explorer-and-live-dashboard
Aug 19, 2024
Merged
feat(#3032): Harmonize data explorer and live dashboard #3058
dominikriemer
merged 17 commits into
dev
from
3032-harmonize-data-explorer-and-live-dashboard
Aug 19, 2024
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
…hub.com:apache/streampipes into 3032-harmonize-data-explorer-and-live-dashboard
8 tasks
github-actions
bot
added
java
Pull requests that update Java code
ui
Anything that affects the UI
backend
Everything that is related to the StreamPipes backend
testing
Relates to any kind of test (unit test, integration, or E2E test).
labels
Jul 22, 2024
* feat(#3059): Replace time selection bar with menu * Fix tests * Support global and widget time * Fix time update
* feat(#3091): Add option to configure time ordering * Remove deprecated model * Fix checkstyle * test: Add time order test + minor changes (#3113) * added time order test + minor changes * minor changes for e2e test --------- Co-authored-by: Marcelfrueh <[email protected]>
…hub.com:apache/streampipes into 3032-harmonize-data-explorer-and-live-dashboard
…nality with new E2E-test (#3137) * Add dialog window for deletion of data view and dashboards + add tests for this feature * Enhance test with cancellation of deletion * bug fixes and minor changes in data explorer * new functions for data lake utils + fixes for delete-widget-test
dominikriemer
deleted the
3032-harmonize-data-explorer-and-live-dashboard
branch
August 19, 2024 19:05
This was
linked to
issues
Aug 19, 2024
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.
Purpose
Tracks subtasks of #3032
Remarks
PR introduces (a) breaking change(s): <yes/no>
PR introduces (a) deprecation(s): <yes/no>