Skip to content

feat(GitLab): Link GitLab issues and merge requests to feature flags#7274

Open
emyller wants to merge 22 commits intomainfrom
feat/gitlab-link-issues-mrs-flow
Open

feat(GitLab): Link GitLab issues and merge requests to feature flags#7274
emyller wants to merge 22 commits intomainfrom
feat/gitlab-link-issues-mrs-flow

Conversation

@emyller
Copy link
Copy Markdown
Contributor

@emyller emyller commented Apr 17, 2026

  • I have read the Contributing Guide.
  • I have added information to docs/ if required so people know about the feature.
  • I have filled in the "Changes" section below.
  • I have filled in the "How did you test this code" section below.

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:

image image

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 17, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
flagsmith-frontend-preview Ready Ready Preview, Comment Apr 20, 2026 10:39pm
flagsmith-frontend-staging Ready Ready Preview, Comment Apr 20, 2026 10:39pm
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
docs Ignored Ignored Preview Apr 20, 2026 10:39pm

Request Review

@github-actions github-actions bot added front-end Issue related to the React Front End Dashboard api Issue related to the REST API feature New feature or request labels Apr 17, 2026
@emyller emyller changed the title feat(GitLab): Link GitLab issues and MRs to feature flags feat(GitLab): Link GitLab issues and merge requests to feature flags Apr 17, 2026
@emyller emyller force-pushed the feat/gitlab-link-issues-mrs-flow branch from 4a25c7e to 8c91bf3 Compare April 17, 2026 00:51
@github-actions github-actions bot added feature New feature or request and removed feature New feature or request labels Apr 17, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.37%. Comparing base (fc564c4) to head (7649dbc).
⚠️ Report is 2 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@emyller emyller force-pushed the feat/gitlab-link-issues-mrs-flow branch from 8c91bf3 to a214ee7 Compare April 17, 2026 00:59
@github-actions github-actions bot added feature New feature or request and removed feature New feature or request labels Apr 17, 2026
@emyller emyller marked this pull request as ready for review April 17, 2026 01:05
@emyller emyller requested review from a team as code owners April 17, 2026 01:05
@emyller emyller requested review from Zaimwa9 and removed request for a team April 17, 2026 01:05
Copy link
Copy Markdown

@claude claude bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Code review skipped — your organization's overage spend limit has been reached.

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.

@github-actions github-actions bot added feature New feature or request and removed feature New feature or request labels Apr 17, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 17, 2026

Docker builds report

Image Build Status Security report
ghcr.io/flagsmith/flagsmith-e2e:pr-7274 Finished ✅ Skipped
ghcr.io/flagsmith/flagsmith-api-test:pr-7274 Finished ✅ Skipped
ghcr.io/flagsmith/flagsmith-api:pr-7274 Finished ✅ Results
ghcr.io/flagsmith/flagsmith:pr-7274 Finished ✅ Results
ghcr.io/flagsmith/flagsmith-private-cloud:pr-7274 Finished ✅ Results
ghcr.io/flagsmith/flagsmith-frontend:pr-7274 Finished ✅ Results

@emyller emyller force-pushed the feat/gitlab-link-issues-mrs-flow branch from c8a84fe to 7123bff Compare April 20, 2026 16:17
@github-actions github-actions bot added feature New feature or request and removed feature New feature or request labels Apr 20, 2026
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown

@claude claude bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Code review skipped — your organization's overage spend limit has been reached.

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.

@github-actions github-actions bot added feature New feature or request and removed feature New feature or request labels Apr 20, 2026
@emyller emyller requested review from Zaimwa9 and khvn26 April 20, 2026 22:52
@emyller emyller self-assigned this Apr 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api Issue related to the REST API feature New feature or request front-end Issue related to the React Front End Dashboard

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GitLab integration: link issues and MRs to feature flags

3 participants