-
Notifications
You must be signed in to change notification settings - Fork 649
Add Verions Owner Actions to the API #1947
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
Conversation
r? @sgrif (rust_highfive has picked a reviewer for you, use r? to override) |
Thanks for fixing up and merging my previous PR. Here is the next step of Issue 1548. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried this out locally and it works great!! 🎉
There are just a few comments in the tests that can be removed now, and some of the test expectations need to be updated so that they don't rely on the ordering of the audit actions.
Thanks!
06c8c0a
to
314016c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm so looking at all the places you needed to add the ordering makes me think we should extract a function to keep all this logic in one place so that we don't miss a spot if we need to update it in the future. Something like VersionOwnerAction::all_for_versions
that would take a slice of versions?
Sorry for adding One More Thing... are you up for making that change? If not, let me know and I'm happy to take care of it :)
Contributes to Issue rust-lang#1548
314016c
to
88f8aaf
Compare
Looks great now!! Thank you so much!! @bors r+ |
📌 Commit 88f8aaf has been approved by |
…10cents Add Verions Owner Actions to the API Contributes to Issue #1548
☀️ Test successful - checks-travis |
Contributes to Issue #1548