Skip to content
Snippets Groups Projects
Commit a21e4112 authored by GitLab Bot's avatar GitLab Bot
Browse files

Add latest changes from gitlab-org/gitlab@12-0-stable-ee

parent 96b52080
No related branches found
No related tags found
No related merge requests found
Showing
with 40 additions and 0 deletions
Loading
Loading
@@ -83,3 +83,5 @@ module Boards
end
end
end
Boards::ListsController.prepend(EE::Boards::ListsController)
Loading
Loading
@@ -234,3 +234,5 @@ class Clusters::ClustersController < Clusters::BaseController
@cluster.applications.each(&:schedule_status_update)
end
end
Clusters::ClustersController.prepend(EE::Clusters::ClustersController)
Loading
Loading
@@ -44,3 +44,5 @@ module BoardsActions
serializer.represent(resource, serializer: 'board', include_full_project_path: board.group_board?)
end
end
BoardsActions.prepend(EE::BoardsActions)
Loading
Loading
@@ -85,3 +85,5 @@ module BoardsResponses
BoardSerializer.new
end
end
BoardsResponses.prepend(EE::BoardsResponses)
Loading
Loading
@@ -45,3 +45,5 @@ module InternalRedirect
URI(request.referer).path
end
end
InternalRedirect.prepend(EE::InternalRedirect)
Loading
Loading
@@ -223,3 +223,5 @@ module IssuableActions
@project || @group # rubocop:disable Gitlab/ModuleWithInstanceVariables
end
end
IssuableActions.prepend(EE::IssuableActions)
Loading
Loading
@@ -208,3 +208,5 @@ module IssuableCollections
end
# rubocop:enable Gitlab/ModuleWithInstanceVariables
end
IssuableCollections.prepend(EE::IssuableCollections)
Loading
Loading
@@ -128,3 +128,5 @@ module LfsRequest
false
end
end
LfsRequest.prepend(EE::LfsRequest)
Loading
Loading
@@ -55,3 +55,5 @@ module RoutableActions
end
end
end
RoutableActions.prepend(EE::RoutableActions)
Loading
Loading
@@ -85,3 +85,5 @@ module ServiceParams
ALLOWED_PARAMS_CE
end
end
ServiceParams.prepend(EE::ServiceParams)
Loading
Loading
@@ -31,3 +31,5 @@ class ConfirmationsController < Devise::ConfirmationsController
after_sign_in_path_for(resource)
end
end
ConfirmationsController.prepend(EE::ConfirmationsController)
Loading
Loading
@@ -88,3 +88,5 @@ class Dashboard::ProjectsController < Dashboard::ApplicationController
Events::RenderService.new(current_user).execute(@events, atom_request: request.format.atom?)
end
end
Dashboard::ProjectsController.prepend(EE::Dashboard::ProjectsController)
Loading
Loading
@@ -38,3 +38,5 @@ class Groups::ApplicationController < ApplicationController
url_for(safe_params)
end
end
Groups::ApplicationController.prepend(EE::Groups::ApplicationController)
Loading
Loading
@@ -44,3 +44,5 @@ class Groups::GroupMembersController < Groups::ApplicationController
# MembershipActions concern
alias_method :membershipable, :group
end
Groups::GroupMembersController.prepend(EE::Groups::GroupMembersController)
Loading
Loading
@@ -118,3 +118,5 @@ class Groups::MilestonesController < Groups::ApplicationController
params.permit(:state, :search_title).merge(group_ids: group.id)
end
end
Groups::MilestonesController.prepend(EE::Groups::MilestonesController)
Loading
Loading
@@ -228,3 +228,5 @@ class GroupsController < Groups::ApplicationController
url_for(safe_params)
end
end
GroupsController.prepend(EE::GroupsController)
Loading
Loading
@@ -6,3 +6,5 @@ class IdeController < ApplicationController
def index
end
end
IdeController.prepend(EE::IdeController)
Loading
Loading
@@ -182,3 +182,5 @@ class Import::GithubController < Import::BaseController
{}
end
end
Import::GithubController.prepend(EE::Import::GithubController)
Loading
Loading
@@ -31,3 +31,5 @@ class Ldap::OmniauthCallbacksController < OmniauthCallbacksController
redirect_to new_user_session_path
end
end
Ldap::OmniauthCallbacksController.prepend(EE::Ldap::OmniauthCallbacksController)
Loading
Loading
@@ -214,3 +214,5 @@ class OmniauthCallbacksController < Devise::OmniauthCallbacksController
end
end
end
OmniauthCallbacksController.prepend(EE::OmniauthCallbacksController)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment