Skip to content
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

Listing previous Insiders version download link #122136

Closed
yamachu opened this issue Apr 25, 2021 · 5 comments
Closed

Listing previous Insiders version download link #122136

yamachu opened this issue Apr 25, 2021 · 5 comments
Assignees
Labels
feature-request Request for new features or functionality install-update VS Code installation and upgrade system issues verification-needed Verification of issue is requested verified Verification succeeded
Milestone

Comments

@yamachu
Copy link
Contributor

yamachu commented Apr 25, 2021

When I'm checking for Visual Studio Code Insiders bugs, it's hard to build it myself and do a binary search...
It is possible to use the list yourself using the API for checking the latest version periodically, but I do not want to use this because it is not a generally known API.

@joaomoreno joaomoreno added feature-request Request for new features or functionality install-update VS Code installation and upgrade system issues labels Apr 28, 2021
@joaomoreno joaomoreno added this to the May 2021 milestone Apr 28, 2021
@joaomoreno joaomoreno modified the milestones: May 2021, June 2021 Jun 3, 2021
@joaomoreno joaomoreno removed feature-request Request for new features or functionality install-update VS Code installation and upgrade system issues labels Jun 9, 2021
@joaomoreno joaomoreno removed this from the June 2021 milestone Jun 9, 2021
@joaomoreno joaomoreno added feature-request Request for new features or functionality install-update VS Code installation and upgrade system issues labels Jun 9, 2021
@joaomoreno joaomoreno added this to the June 2021 milestone Jun 9, 2021
@joaomoreno joaomoreno added author-verification-requested Issues potentially verifiable by issue author verification-needed Verification of issue is requested labels Jun 9, 2021
@joaomoreno
Copy link
Member

The following API already existed, which returns the last 200 released versions' commit ids:

https://update.code.visualstudio.com/api/commits/QUALITY/PLATFORM

Examples:

https://update.code.visualstudio.com/api/commits/insider/win32-x64
https://update.code.visualstudio.com/api/commits/insider/darwin
https://update.code.visualstudio.com/api/commits/stable/darwin

With #122396, you can now fetch additional information per commit ID, namely the download URL.

@joaomoreno
Copy link
Member

@yamachu, you can help us out by confirming things are working as expected. If things look good, please leave a comment with the text /verified to let us know.

@joaomoreno
Copy link
Member

@yamachu Any chance you can confirm whether this works?

@yamachu
Copy link
Contributor Author

yamachu commented Jun 29, 2021

I have missed this notification, sorry.
It seems to be good!
Thanks @joaomoreno !

@yamachu
Copy link
Contributor Author

yamachu commented Jun 29, 2021

/verified

yamachu added a commit to yamachu/vscode-insiders-tracker that referenced this issue Jun 29, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Jul 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality install-update VS Code installation and upgrade system issues verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants
@joaomoreno @yamachu and others