新增:新合并请求列表接口

This commit is contained in:
2022-07-25 16:21:03 +08:00
parent 1feb166fd5
commit 5db43bf768
9 changed files with 123 additions and 15 deletions
@@ -0,0 +1,4 @@
json.total_count @pulls.total_count
json.pulls @pulls.each do |pull|
json.partial! 'api/v1/projects/pulls/simple_detail', pull: pull
end