Force refresh App explorer on create project...#3813
Merged
datho7561 merged 1 commit intoredhat-developer:mainfrom Jan 17, 2024
Merged
Conversation
...when new project name is the same as the one set in the current-context. The steps to reproduce: - On Openshift cluster: create a project giving it some name - assert that the project is successfully created, the App Explorer is refreshed automatically and the new project is lister in the App Explorer tree - Delete the project - Assert that the project is successfully deleted, the App Explorer is refreshed automatically and the deleted projectbow is marked as "Missing ptoject: in the App Explorer - Click on the "Missing project" tree item to "Create new or set Active project" - Chose "Create new project" and type exactly the same name as it was used to create the project tne the beginning - Assert that the project is successfully created - FAIL: Assert the App Explorer is refreshed automatically and tthe new project is listed in the App Explorer Signed-off-by: Victor Rubezhny <vrubezhny@redhat.com>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #3813 +/- ##
==========================================
- Coverage 32.80% 32.79% -0.02%
==========================================
Files 84 84
Lines 6255 6260 +5
Branches 1295 1296 +1
==========================================
+ Hits 2052 2053 +1
- Misses 4203 4207 +4 ☔ View full report in Codecov by Sentry. |
Contributor
Author
|
The screen cast demonstrating the issue: #3591 (comment) |
datho7561
approved these changes
Jan 17, 2024
Contributor
datho7561
left a comment
There was a problem hiding this comment.
Looks good and works great. Thanks, Victor!
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.
...when new project name is the same as the one set in the current-context.
The steps to reproduce: