Skip to content

feat(jetbrains-gateway): Allow fetching latest version dynamically #226

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

Merged
merged 5 commits into from
Apr 17, 2024

Conversation

matifali
Copy link
Member

@matifali matifali commented Apr 15, 2024

This pull request adds the ability to fetch the JetBrains IDE's latest version dynamically. It adds a new variable to fetch the latest version. The data.http.jetbrains_ide_versions data source retrieves the latest version information.

TODO: Add tests (probably in a separate PR)

Closes #217

@matifali matifali requested a review from mafredri April 15, 2024 14:04
@mafredri
Copy link
Member

Nice work! Do you think we'll need to proxy the latest lookups so that we can cache it and avoid hitting JetBrains API all the time?

@matifali
Copy link
Member Author

matifali commented Apr 15, 2024

Yes. However, I am unclear on how we can achieve caching the latest. Any suggestions?

Copy link
Member Author

@matifali matifali left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

self review

@matifali matifali requested a review from code-asher April 16, 2024 21:33
@matifali matifali merged commit d8f71e4 into main Apr 17, 2024
2 checks passed
@matifali matifali deleted the jetbrains-latest branch April 17, 2024 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(Jetbrains-Gateway): Specify IDE Version or Latest
2 participants