-
Notifications
You must be signed in to change notification settings - Fork 42
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
Automatically check for IJ Platform updates #202
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
rock3r
force-pushed
the
ide-platform-updates
branch
from
October 24, 2023 09:50
9b6a73f
to
ed95f41
Compare
devkanro
reviewed
Oct 25, 2023
rock3r
force-pushed
the
ide-platform-updates
branch
from
October 25, 2023 07:07
fe1b8a1
to
6c31ec9
Compare
rock3r
force-pushed
the
ide-platform-updates
branch
from
October 25, 2023 10:29
6c31ec9
to
181689e
Compare
rock3r
force-pushed
the
ide-platform-updates
branch
from
October 25, 2023 10:32
181689e
to
e486688
Compare
This allows us to get notified when a non-stable IDE version goes stable, too.
rock3r
force-pushed
the
ide-platform-updates
branch
from
October 25, 2023 10:41
e486688
to
6e92f6b
Compare
lamba92
approved these changes
Oct 25, 2023
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.
This PR adds a new plugin into buildSrc that queries the JetBrains APIs to determine the latest IJ Platform available, and errors out when the version we're using is not the latest available. It keeps into consideration that if we're on a stable platform version, we don't want to upgrade to a non-stable one, too.
This PR additionally sets up a CI job that checks daily (at 8 AM in some timezone lol) that there are no available updates. Right now, this is going to fail both for 232 and 233, but I will update the platforms in a separate PR, right after this.
Example failure for 232:
Note: the task is not cacheable as-is, but it's fine, since we don't want it to be skipped. It's mostly intended to be run on a schedule by the CI, or manually; never being up-to-date is the intended behaviour.