Skip to content

Commit e501c6d

Browse files
chris-camposcopybara-github
authored andcommitted
Add GitLab Merge Request Origin
This is a presubmit origin that is able to read from a project's merge requests. This origin doesn't handle filtering by pending state, closed state, approvals, etc correctly, but doing so would have increased the commit size larger than I would have wanted. I plan to do this in a follow-up change. BUG=393384198 PiperOrigin-RevId: 731052478 Change-Id: I2a55743331cace6ea3d005d81a0e2ea053da21c1
1 parent 0ee8c1b commit e501c6d

File tree

6 files changed

+1042
-1
lines changed

6 files changed

+1042
-1
lines changed

java/com/google/copybara/git/BUILD

+4
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,11 @@ java_library(
6565
"//java/com/google/copybara/exception",
6666
"//java/com/google/copybara/git/github:api",
6767
"//java/com/google/copybara/git/github:util",
68+
"//java/com/google/copybara/git/gitlab:git_lab_options",
69+
"//java/com/google/copybara/git/gitlab/api:gitlab_api",
70+
"//java/com/google/copybara/git/gitlab/api/entities",
6871
"//java/com/google/copybara/go",
72+
"//java/com/google/copybara/http/auth",
6973
"//java/com/google/copybara/jcommander:converters",
7074
"//java/com/google/copybara/jcommander:splitters",
7175
"//java/com/google/copybara/jcommander:validators",

0 commit comments

Comments
 (0)