We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is the last development in the backend before porting code over to Treeherder.
Creation endpoints (revision, diff, issues) are OK now, but the bot also needs a way to retrieve issues in 3 stages:
We can build a single endpoint that takes as URL parameters:
unresolved|known|closed
The endpoint serializer returns each Issue ID & hash (that's it).
The Endpoint would be exposed as /diff/{diff_id}/issues/{mode}/
/diff/{diff_id}/issues/{mode}/
We'll then implement their usage in the bot in a followup
The text was updated successfully, but these errors were encountered:
vrigal
Successfully merging a pull request may close this issue.
This is the last development in the backend before porting code over to Treeherder.
Creation endpoints (revision, diff, issues) are OK now, but the bot also needs a way to retrieve issues in 3 stages:
We can build a single endpoint that takes as URL parameters:
unresolved|known|closed
The endpoint serializer returns each Issue ID & hash (that's it).
The Endpoint would be exposed as
/diff/{diff_id}/issues/{mode}/
We'll then implement their usage in the bot in a followup
The text was updated successfully, but these errors were encountered: