Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

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

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
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