-
Notifications
You must be signed in to change notification settings - Fork 59
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
Gui improvements 28 06 2024 #3762
Open
maryvictol
wants to merge
48
commits into
develop
Choose a base branch
from
gui_improvements_28-06-2024
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
6c29965
Update user status locator
maryvictol 5cf709e
Add Apply button to Permission form
maryvictol 522cdbf
Add Apply button to Permission form
maryvictol f26fa23
Add Apply button to Permission form
maryvictol 124423d
Add Apply button to Permission form
maryvictol 5422cd0
Update addNewUser method
maryvictol 7953157
Add Apply button to Permission form
maryvictol 2139155
Add Apply button to Permission form
maryvictol 0c98364
update delete user/group from permissions
maryvictol a342949
Update waitForMountBuckets method
maryvictol abcf4d9
Update setCommand method
maryvictol 9a445ba
Add login as admin before each LaunchLimitMounts test
maryvictol 83818a2
Update waitForMountBuckets method
maryvictol 46fb54f
Update selectRunCapability method
maryvictol 602202b
Disable luigiGraphTabShouldBeValid test
maryvictol 17f29dd
Update deleteStorageRule method
maryvictol a255523
Update selectRunCapability method
maryvictol a3d7d0c
Update Confirmation popup locators
maryvictol d3655d0
Fix Confirmation popup locator
maryvictol 79e80d9
Update AutopauseTest
maryvictol 93e4dc5
Update selectRunCapability method
maryvictol 5d1e008
Update Parameters locators
maryvictol 77e3777
Update Parameters locators
maryvictol 236e084
Update REMOVE_PARAMETER locator
maryvictol a17b7b3
Update PARAMETER_PATH locator
maryvictol 5c6faec
Update ssh method to open selected region
maryvictol 2765b86
Fix SamplesMetadataTest
maryvictol b5716dd
Update SamplesMetadataTest
maryvictol 8e83600
Update SamplesMetadataTest
maryvictol ea1b1a3
Update SamplesMetadataTest
maryvictol 7422153
Update SamplesMetadataTest
maryvictol 91cd3e4
Update LaunchParametersTest and PauseResumeTest
maryvictol df0b8ab
Update LaunchParametersTest
maryvictol b961f56
Update Parameters locators
maryvictol d0b1192
Update VersionControlTest, ToolsTest
maryvictol 15cdaa9
Add label for master node
maryvictol 4dec563
Update parameters index
maryvictol 63e2929
Update VersionControlTest, disabled tests for luigi graph, add multip…
maryvictol 5092599
Merge branch 'develop' into gui_improvements_28-06-2024
maryvictol d696f82
Small fixes
maryvictol 8a425f1
Update Cluster All Nodes tab locator
maryvictol b1d91ed
Add sorting nodes
maryvictol e2c58a5
Update ssh()
kamyshova b963892
Update after review
maryvictol 1310929
Update after review
maryvictol 8cae5fc
Add sorting nodes
maryvictol 06d457b
Add ToolParameterAO class
maryvictol e53cebc
Merge branch 'develop' into gui_improvements_28-06-2024
maryvictol File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
Maybe it will be better to use just one forEach() where we check the condition for each node() instead of the same two stream
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.
Done