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

Potentially use rustc-artifacts crate #77

Open
Mark-Simulacrum opened this issue Apr 19, 2020 · 0 comments
Open

Potentially use rustc-artifacts crate #77

Mark-Simulacrum opened this issue Apr 19, 2020 · 0 comments
Labels
A-git-access Area: git commit data access enhancement New feature or request

Comments

@Mark-Simulacrum
Copy link
Member

https://docs.rs/rustc-artifacts/0.2.0/rustc_artifacts/fn.master_commits.html provides access to bors commit data that doesn't depend on the GitHub API. It provides less information than we might want today, but I would be willing to expand that (I'm the owner of the crate).

That crate currently uses a new triagebot API that lists bors commits made in the last 168 days, currently with just the sha, parent sha, and timestamp of the commit.

That would mean that we can run bisection entirely without the GITHUB_TOKEN or a local rust repository clone, and then use the GitHub API solely to lookup the commit details (if desired).

@ehuss ehuss added enhancement New feature or request A-git-access Area: git commit data access labels Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-git-access Area: git commit data access enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants