feat(GitLab): Link GitLab issues and merge requests to feature flags#7274
feat(GitLab): Link GitLab issues and merge requests to feature flags#7274
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
4a25c7e to
8c91bf3
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7274 +/- ##
=======================================
Coverage 98.37% 98.37%
=======================================
Files 1364 1366 +2
Lines 51071 51161 +90
=======================================
+ Hits 50239 50328 +89
- Misses 832 833 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
8c91bf3 to
a214ee7
Compare
There was a problem hiding this comment.
Code review is billed via overage credits. To resume reviews, an organization admin can raise the monthly limit at claude.ai/admin-settings/claude-code.
Once credits are available, reopen this pull request to trigger a review.
Docker builds report
|
c8a84fe to
7123bff
Compare
There was a problem hiding this comment.
Note
This code is moved from frontend/web/components/ExternalResourcesLinkTab.tsx, only because we needed to extract ExternalResourcesTable out of ExternalResourcesLinkTab. Minor uncoupling necessary, but no improvements in this pull request.
There was a problem hiding this comment.
Code review is billed via overage credits. To resume reviews, an organization admin can raise the monthly limit at claude.ai/admin-settings/claude-code.
Once credits are available, reopen this pull request to trigger a review.
I have added information todocs/if required so people know about the feature.Changes
Closes #7160
Stack: #7270 (backend) → #7273 (frontend) → #7274 (this)
With browsing in place (#7270, #7273), users can now link GitLab issues and merge requests to their feature flags. This completes the core linking flow.
Slight refactor:
<ExternalResourcesTable>now renders regardless of GitHub.Review effort: 2/5
How did you test this code?
Integration tests. Manual UI tests. Screenshots: