feat(GitLab): Browse GitLab issues and merge requests (backend)#7270
feat(GitLab): Browse GitLab issues and merge requests (backend)#7270
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 3 Skipped Deployments
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7270 +/- ##
==========================================
+ Coverage 98.29% 98.37% +0.07%
==========================================
Files 1357 1364 +7
Lines 50851 51071 +220
==========================================
+ Hits 49984 50239 +255
+ Misses 867 832 -35 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
f2a5cde to
f64778f
Compare
f64778f to
965031c
Compare
965031c to
c644394
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
|
Playwright Test Results (oss - depot-ubuntu-latest-16)Details
Playwright Test Results (oss - depot-ubuntu-latest-arm-16)Details
Playwright Test Results (private-cloud - depot-ubuntu-latest-arm-16)Details
Playwright Test Results (private-cloud - depot-ubuntu-latest-16)Details
Playwright Test Results (oss - depot-ubuntu-latest-16)Details
Playwright Test Results (oss - depot-ubuntu-latest-arm-16)Details
Playwright Test Results (private-cloud - depot-ubuntu-latest-16)Details
Playwright Test Results (private-cloud - depot-ubuntu-latest-arm-16)Details
Failed testsfirefox › tests/environment-permission-test.pw.ts › Environment Permission Tests › Environment-level permissions control access to features, identities, and segments @enterprise |
Visual Regression16 screenshots compared. See report for details. |
khvn26
left a comment
There was a problem hiding this comment.
Excellent work. Just 1 minor comment.
I have added information todocs/if required so people know about the feature.Changes
Contributes to #7160
Stack: #7270 (this) → #7273 (frontend) → #7274 (linking)
Allow browsing issues and merge requests in GitLab from the feature modal. This pull request adds the backend proxy endpoints that talk to the GitLab API v4 using the connection credentials stored via #7239. Frontend and linking follow in the stack.
Review effort: 2/5
How did you test this code?
Unit tests and manual API hammering.
How to review
gitlab/views.pytogitlab/views/configuration.py.gitlab/client/api.py.