✨ [FFL-2857] Feature Flags tab — team filtering + token revocation (stacked PR 4 of 4) - #4932
Open
kellyw1806 wants to merge 1 commit into
Open
✨ [FFL-2857] Feature Flags tab — team filtering + token revocation (stacked PR 4 of 4)#4932kellyw1806 wants to merge 1 commit into
kellyw1806 wants to merge 1 commit into
Conversation
🎉 All green!🧪 All tests passed 🎯 Code Coverage (details) 🔗 Commit SHA: c960f4a | Docs | Datadog PR Page | Give us feedback! |
kellyw1806
force-pushed
the
kelly.wang/ffl-2596
branch
5 times, most recently
from
August 7, 2026 16:44
c88291e to
2a98437
Compare
kellyw1806
force-pushed
the
kelly.wang/ffl-2857
branch
from
August 7, 2026 16:58
4c49f6e to
16b1216
Compare
Bundles Sizes Evolution
|
kellyw1806
force-pushed
the
kelly.wang/ffl-2596
branch
from
August 7, 2026 17:26
2a98437 to
da1a176
Compare
kellyw1806
force-pushed
the
kelly.wang/ffl-2857
branch
from
August 10, 2026 15:00
16b1216 to
e4698ab
Compare
Filter the flag catalog by owning team (teams_read scope + flag identity), and revoke the OAuth grant at Datadog on disconnect rather than only clearing local tokens. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
kellyw1806
force-pushed
the
kelly.wang/ffl-2857
branch
from
August 10, 2026 17:25
e4698ab to
c960f4a
Compare
kellyw1806
marked this pull request as ready for review
August 10, 2026 17:29
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.
Motivation
Stacked on #4912 (flag overrides). Adds team/creator filtering + per-flag descriptions to the Feature Flags tab, plus production OAuth support and token revocation on disconnect.
Stack (review bottom-up)
mainffl-2597mainffl-2596Changes
created_by=<uuid>; "My teams" →tags=team:<handle>. Identity (user UUID + team handles) comes from/api/v2/current_user+/api/v2/team?filter[me]=true. "My teams" is a checkbox dropdown showing an "N selected" summary.descriptionattribute), with a "Show more" expander that only appears when the text is actually clamped.getClientId— staging vs prod); site picker trimmed to US1 + Staging./oauth2/v1/revoke— revokes the refresh token, clears local tokens either way).teams_read(viainvalid_scoperedirect or an authorize page-load failure).DEMO
Note, we can now choose between datadoghq.com and staging. There are also filters for My Feature Flags and My Teams. Descriptions are fetched as well.
Screen.Recording.2026-08-10.at.1.26.56.PM.mov
Checklist