diff --git a/app/controllers/projects/pipelines_controller.rb b/app/controllers/projects/pipelines_controller.rb index 9c5bb92ee429205e4be2f684601e7c0c0def0e30..62cef8d4a4deba9b986f64949c79fe01c3c83a85 100644 --- a/app/controllers/projects/pipelines_controller.rb +++ b/app/controllers/projects/pipelines_controller.rb @@ -18,16 +18,8 @@ class Projects::PipelinesController < Projects::ApplicationController format.json do render json: { pipelines: PipelineSerializer -<<<<<<< HEAD - .incremental( - project: @project, - user: @current_user, - last_updated: @last_updated) - .represent -======= .new(project: @project, user: @current_user) .incremental(@pipelines, @last_updated), ->>>>>>> 6b52adc661896434d3fea1fd7f83c62bef2456a6 updated_at: Time.now, count: { all: @pipelines_count,