This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Gitlink
/
forgeplus
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
16
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
新增: pull_created_unix字段至新接口
pull/347/head
yystopf
1 year ago
parent
732b273ad7
commit
7392e3e338
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
app/views/api/v1/projects/pulls/_simple_detail.json.jbuilder
+ 2
- 1
app/views/api/v1/projects/pulls/_simple_detail.json.jbuilder
View File
@@ -23,4 +23,5 @@ json.issue do
end
json.reviewers pull.reviewers.pluck(:login)
json.journals_count pull.journals.count
json.journals_count pull.journals.count
json.pr_created_unix pull.created_at.to_i
Write
Preview
Loading…
Cancel
Save