You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
query=query.Joins("JOIN project ON project.id = build.has_project_id AND (project.id IN (?) OR project.yolo_id IN (?))", formattedProjectsID, formattedProjectsID)
283
296
}
284
297
iflen(bl.MergeRequestID) >0 {
285
298
query=query.Where("build.has_mergerequest_id IN (?)", bl.MergeRequestID)
0 commit comments