fix(auth): add teams_manage scope and SearchFlakyTests unstable op#155
Merged
platinummonkey merged 1 commit intodatadog-labs:mainfrom Mar 4, 2026
Merged
Conversation
Remaining changes from PR datadog-labs#144 that weren't covered by PR datadog-labs#153: - Add teams_manage OAuth scope for team create/update/delete operations - Enable v2.search_flaky_tests as an unstable operation Co-Authored-By: Stephen Rosenthal <stephen.rosenthal@datadoghq.com> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
platinummonkey
approved these changes
Mar 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Remaining changes from PR #144 (by @wzoom) that weren't included in PR #153.
Changes
src/auth/types.rs— Addteams_manageOAuth scope for team create/update/delete operations (70 scopes total)src/client.rs— Enablev2.search_flaky_testsas an unstable operation (65 total)Context
PR #153 expanded OAuth coverage to 69 scopes but didn't include these two items from #144:
teams_manage— needed foron-call teams create/update/deletev2.search_flaky_tests— needed forcicd flaky-tests searchTesting
cargo test— 342 passedcargo clippy -- -D warnings— cleancargo fmt --check— cleanCloses #144
🤖 Generated with Claude Code