-
Notifications
You must be signed in to change notification settings - Fork 15
fix: skip installed EAP, RC, NIGHTLY and PREVIEW ides from showing if they are superseded #548
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
fix: skip installed EAP, RC, NIGHTLY and PREVIEW ides from showing if they are superseded #548
Conversation
The existing EAP snapshot was removed from the repo
… they are superseded The IDE and Project view will no longer show IDEs that are installed and which are not yet released, but they have a released version available for download.
I'll follow tomorrow with some UTs. |
Qodana Community for JVM8 new problems were found
💡 Qodana analysis was run in the pull request mode: only the changed files were checked View the detailed Qodana reportTo be able to view the detailed Qodana report, you can either:
To get - name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2023.3.2
with:
upload-result: true Contact Qodana teamContact us at qodana-support@jetbrains.com
|
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.
Makes sense to me.
UTs were added to cover the new logic. |
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.
Sweet!
The IDE and Project view will no longer show IDEs that are installed and which are not yet released, but
they have a released version available for download.
Old released IDEs that are installed should not be affected by the list of newer releases.