Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
48348936
Commit
48348936
authored
May 05, 2021
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove `::EE::` prefix in prepend_mod_with
parent
d882fac5
Changes
114
Show whitespace changes
Inline
Side-by-side
Showing
114 changed files
with
115 additions
and
115 deletions
+115
-115
app/controllers/profiles/preferences_controller.rb
app/controllers/profiles/preferences_controller.rb
+1
-1
app/controllers/projects/settings/operations_controller.rb
app/controllers/projects/settings/operations_controller.rb
+1
-1
app/finders/ci/daily_build_group_report_results_finder.rb
app/finders/ci/daily_build_group_report_results_finder.rb
+1
-1
app/finders/license_template_finder.rb
app/finders/license_template_finder.rb
+1
-1
app/finders/namespaces/projects_finder.rb
app/finders/namespaces/projects_finder.rb
+1
-1
app/finders/projects_finder.rb
app/finders/projects_finder.rb
+1
-1
app/finders/template_finder.rb
app/finders/template_finder.rb
+1
-1
app/graphql/mutations/alert_management/http_integration/create.rb
...hql/mutations/alert_management/http_integration/create.rb
+1
-1
app/graphql/mutations/alert_management/http_integration/http_integration_base.rb
...lert_management/http_integration/http_integration_base.rb
+1
-1
app/graphql/mutations/alert_management/http_integration/update.rb
...hql/mutations/alert_management/http_integration/update.rb
+1
-1
app/graphql/mutations/boards/create.rb
app/graphql/mutations/boards/create.rb
+1
-1
app/graphql/mutations/boards/lists/create.rb
app/graphql/mutations/boards/lists/create.rb
+1
-1
app/graphql/mutations/boards/update.rb
app/graphql/mutations/boards/update.rb
+1
-1
app/graphql/mutations/ci/ci_cd_settings_update.rb
app/graphql/mutations/ci/ci_cd_settings_update.rb
+1
-1
app/graphql/mutations/concerns/mutations/resolves_issuable.rb
...graphql/mutations/concerns/mutations/resolves_issuable.rb
+1
-1
app/graphql/mutations/issues/create.rb
app/graphql/mutations/issues/create.rb
+1
-1
app/graphql/mutations/issues/update.rb
app/graphql/mutations/issues/update.rb
+1
-1
app/graphql/resolvers/concerns/board_issue_filterable.rb
app/graphql/resolvers/concerns/board_issue_filterable.rb
+1
-1
app/graphql/resolvers/issues_resolver.rb
app/graphql/resolvers/issues_resolver.rb
+1
-1
app/graphql/resolvers/namespace_projects_resolver.rb
app/graphql/resolvers/namespace_projects_resolver.rb
+1
-1
app/graphql/types/board_list_type.rb
app/graphql/types/board_list_type.rb
+1
-1
app/graphql/types/board_type.rb
app/graphql/types/board_type.rb
+1
-1
app/graphql/types/boards/board_issue_input_base_type.rb
app/graphql/types/boards/board_issue_input_base_type.rb
+1
-1
app/graphql/types/boards/board_issue_input_type.rb
app/graphql/types/boards/board_issue_input_type.rb
+1
-1
app/graphql/types/boards/negated_board_issue_input_type.rb
app/graphql/types/boards/negated_board_issue_input_type.rb
+1
-1
app/graphql/types/ci/pipeline_type.rb
app/graphql/types/ci/pipeline_type.rb
+1
-1
app/graphql/types/issuable_type.rb
app/graphql/types/issuable_type.rb
+1
-1
app/graphql/types/issue_connection_type.rb
app/graphql/types/issue_connection_type.rb
+1
-1
app/graphql/types/issue_sort_enum.rb
app/graphql/types/issue_sort_enum.rb
+1
-1
app/graphql/types/issue_type.rb
app/graphql/types/issue_type.rb
+1
-1
app/graphql/types/issues/negated_issue_filter_input_type.rb
app/graphql/types/issues/negated_issue_filter_input_type.rb
+1
-1
app/graphql/types/merge_request_type.rb
app/graphql/types/merge_request_type.rb
+1
-1
app/graphql/types/milestone_type.rb
app/graphql/types/milestone_type.rb
+1
-1
app/graphql/types/mutation_type.rb
app/graphql/types/mutation_type.rb
+1
-1
app/graphql/types/notes/noteable_type.rb
app/graphql/types/notes/noteable_type.rb
+1
-1
app/graphql/types/project_type.rb
app/graphql/types/project_type.rb
+1
-1
app/graphql/types/todo_target_enum.rb
app/graphql/types/todo_target_enum.rb
+1
-1
app/helpers/ci/jobs_helper.rb
app/helpers/ci/jobs_helper.rb
+1
-1
app/helpers/environments_helper.rb
app/helpers/environments_helper.rb
+1
-1
app/helpers/feature_flags_helper.rb
app/helpers/feature_flags_helper.rb
+1
-1
app/helpers/form_helper.rb
app/helpers/form_helper.rb
+1
-1
app/helpers/ide_helper.rb
app/helpers/ide_helper.rb
+1
-1
app/helpers/projects/security/configuration_helper.rb
app/helpers/projects/security/configuration_helper.rb
+1
-1
app/helpers/sorting_helper.rb
app/helpers/sorting_helper.rb
+1
-1
app/helpers/sorting_titles_values_helper.rb
app/helpers/sorting_titles_values_helper.rb
+1
-1
app/helpers/tree_helper.rb
app/helpers/tree_helper.rb
+1
-1
app/models/bulk_imports/stage.rb
app/models/bulk_imports/stage.rb
+1
-1
app/models/ci/bridge.rb
app/models/ci/bridge.rb
+1
-1
app/models/commit_status.rb
app/models/commit_status.rb
+1
-1
app/models/iteration.rb
app/models/iteration.rb
+1
-1
app/models/list.rb
app/models/list.rb
+1
-1
app/models/merge_request.rb
app/models/merge_request.rb
+1
-1
app/models/milestone.rb
app/models/milestone.rb
+1
-1
app/models/pages_domain.rb
app/models/pages_domain.rb
+1
-1
app/models/project_authorization.rb
app/models/project_authorization.rb
+1
-1
app/models/project_import_data.rb
app/models/project_import_data.rb
+1
-1
app/presenters/commit_status_presenter.rb
app/presenters/commit_status_presenter.rb
+1
-1
app/serializers/build_details_entity.rb
app/serializers/build_details_entity.rb
+1
-1
app/serializers/environment_entity.rb
app/serializers/environment_entity.rb
+1
-1
app/serializers/issue_entity.rb
app/serializers/issue_entity.rb
+1
-1
app/serializers/project_mirror_entity.rb
app/serializers/project_mirror_entity.rb
+1
-1
app/services/alert_management/http_integrations/create_service.rb
...ices/alert_management/http_integrations/create_service.rb
+1
-1
app/services/alert_management/http_integrations/update_service.rb
...ices/alert_management/http_integrations/update_service.rb
+1
-1
app/services/deploy_keys/create_service.rb
app/services/deploy_keys/create_service.rb
+1
-1
app/services/emails/base_service.rb
app/services/emails/base_service.rb
+1
-1
app/services/git/branch_hooks_service.rb
app/services/git/branch_hooks_service.rb
+1
-1
app/services/git/branch_push_service.rb
app/services/git/branch_push_service.rb
+1
-1
app/services/git/tag_hooks_service.rb
app/services/git/tag_hooks_service.rb
+1
-1
app/services/ide/schemas_config_service.rb
app/services/ide/schemas_config_service.rb
+1
-1
app/services/integrations/test/project_service.rb
app/services/integrations/test/project_service.rb
+1
-1
app/services/projects/operations/update_service.rb
app/services/projects/operations/update_service.rb
+1
-1
app/services/search/snippet_service.rb
app/services/search/snippet_service.rb
+1
-1
app/services/system_notes/issuables_service.rb
app/services/system_notes/issuables_service.rb
+1
-1
app/uploaders/object_storage.rb
app/uploaders/object_storage.rb
+1
-1
app/workers/issuable_export_csv_worker.rb
app/workers/issuable_export_csv_worker.rb
+1
-1
app/workers/repository_check/batch_worker.rb
app/workers/repository_check/batch_worker.rb
+1
-1
app/workers/repository_check/single_repository_worker.rb
app/workers/repository_check/single_repository_worker.rb
+1
-1
doc/development/ee_features.md
doc/development/ee_features.md
+1
-1
ee/app/presenters/ee/merge_request_presenter.rb
ee/app/presenters/ee/merge_request_presenter.rb
+1
-1
ee/app/serializers/vulnerabilities/finding_entity.rb
ee/app/serializers/vulnerabilities/finding_entity.rb
+1
-1
lib/api/helpers/project_snapshots_helpers.rb
lib/api/helpers/project_snapshots_helpers.rb
+1
-1
lib/banzai/reference_parser/epic_parser.rb
lib/banzai/reference_parser/epic_parser.rb
+1
-1
lib/banzai/reference_parser/iteration_parser.rb
lib/banzai/reference_parser/iteration_parser.rb
+1
-1
lib/banzai/reference_parser/vulnerability_parser.rb
lib/banzai/reference_parser/vulnerability_parser.rb
+1
-1
lib/gitlab/analytics/cycle_analytics/stage_events.rb
lib/gitlab/analytics/cycle_analytics/stage_events.rb
+1
-1
lib/gitlab/auth/auth_finders.rb
lib/gitlab/auth/auth_finders.rb
+1
-1
lib/gitlab/auth/ldap/access.rb
lib/gitlab/auth/ldap/access.rb
+1
-1
lib/gitlab/auth/ldap/adapter.rb
lib/gitlab/auth/ldap/adapter.rb
+1
-1
lib/gitlab/auth/ldap/config.rb
lib/gitlab/auth/ldap/config.rb
+1
-1
lib/gitlab/auth/ldap/person.rb
lib/gitlab/auth/ldap/person.rb
+1
-1
lib/gitlab/auth/ldap/user.rb
lib/gitlab/auth/ldap/user.rb
+1
-1
lib/gitlab/auth/o_auth/auth_hash.rb
lib/gitlab/auth/o_auth/auth_hash.rb
+1
-1
lib/gitlab/auth/o_auth/user.rb
lib/gitlab/auth/o_auth/user.rb
+1
-1
lib/gitlab/auth/result.rb
lib/gitlab/auth/result.rb
+1
-1
lib/gitlab/auth/saml/config.rb
lib/gitlab/auth/saml/config.rb
+1
-1
lib/gitlab/auth/saml/user.rb
lib/gitlab/auth/saml/user.rb
+1
-1
lib/gitlab/background_migration/populate_uuids_for_security_findings.rb
...kground_migration/populate_uuids_for_security_findings.rb
+1
-1
lib/gitlab/background_migration/user_mentions/models/namespace.rb
...ab/background_migration/user_mentions/models/namespace.rb
+1
-1
lib/gitlab/ci/config/entry/job.rb
lib/gitlab/ci/config/entry/job.rb
+1
-1
lib/gitlab/ci/config/entry/need.rb
lib/gitlab/ci/config/entry/need.rb
+1
-1
lib/gitlab/ci/config/entry/needs.rb
lib/gitlab/ci/config/entry/needs.rb
+1
-1
lib/gitlab/ci/jwt.rb
lib/gitlab/ci/jwt.rb
+1
-1
lib/gitlab/ci/parsers.rb
lib/gitlab/ci/parsers.rb
+1
-1
lib/gitlab/ci/status/build/failed.rb
lib/gitlab/ci/status/build/failed.rb
+1
-1
lib/gitlab/email/handler/reply_processing.rb
lib/gitlab/email/handler/reply_processing.rb
+1
-1
lib/gitlab/github_import/parallel_importer.rb
lib/gitlab/github_import/parallel_importer.rb
+1
-1
lib/gitlab/import_export/project/relation_factory.rb
lib/gitlab/import_export/project/relation_factory.rb
+1
-1
lib/gitlab/omniauth_initializer.rb
lib/gitlab/omniauth_initializer.rb
+1
-1
lib/gitlab/rack_attack.rb
lib/gitlab/rack_attack.rb
+1
-1
lib/gitlab/rack_attack/request.rb
lib/gitlab/rack_attack/request.rb
+1
-1
lib/gitlab/snippet_search_results.rb
lib/gitlab/snippet_search_results.rb
+1
-1
lib/gitlab/template/gitlab_ci_yml_template.rb
lib/gitlab/template/gitlab_ci_yml_template.rb
+1
-1
lib/gitlab/tree_summary.rb
lib/gitlab/tree_summary.rb
+1
-1
spec/support/helpers/test_env.rb
spec/support/helpers/test_env.rb
+2
-2
No files found.
app/controllers/profiles/preferences_controller.rb
View file @
48348936
...
@@ -55,4 +55,4 @@ class Profiles::PreferencesController < Profiles::ApplicationController
...
@@ -55,4 +55,4 @@ class Profiles::PreferencesController < Profiles::ApplicationController
end
end
end
end
Profiles
::
PreferencesController
.
prepend_mod_with
(
'
::EE::
Profiles::PreferencesController'
)
Profiles
::
PreferencesController
.
prepend_mod_with
(
'Profiles::PreferencesController'
)
app/controllers/projects/settings/operations_controller.rb
View file @
48348936
...
@@ -155,4 +155,4 @@ module Projects
...
@@ -155,4 +155,4 @@ module Projects
end
end
end
end
Projects
::
Settings
::
OperationsController
.
prepend_mod_with
(
'
::EE::
Projects::Settings::OperationsController'
)
Projects
::
Settings
::
OperationsController
.
prepend_mod_with
(
'Projects::Settings::OperationsController'
)
app/finders/ci/daily_build_group_report_results_finder.rb
View file @
48348936
...
@@ -94,4 +94,4 @@ module Ci
...
@@ -94,4 +94,4 @@ module Ci
end
end
end
end
Ci
::
DailyBuildGroupReportResultsFinder
.
prepend_mod_with
(
'
::EE::
Ci::DailyBuildGroupReportResultsFinder'
)
Ci
::
DailyBuildGroupReportResultsFinder
.
prepend_mod_with
(
'Ci::DailyBuildGroupReportResultsFinder'
)
app/finders/license_template_finder.rb
View file @
48348936
...
@@ -56,4 +56,4 @@ class LicenseTemplateFinder
...
@@ -56,4 +56,4 @@ class LicenseTemplateFinder
end
end
end
end
LicenseTemplateFinder
.
prepend_mod_with
(
'
::EE::
LicenseTemplateFinder'
)
LicenseTemplateFinder
.
prepend_mod_with
(
'LicenseTemplateFinder'
)
app/finders/namespaces/projects_finder.rb
View file @
48348936
...
@@ -60,4 +60,4 @@ module Namespaces
...
@@ -60,4 +60,4 @@ module Namespaces
end
end
end
end
Namespaces
::
ProjectsFinder
.
prepend_mod_with
(
'
::EE::
Namespaces::ProjectsFinder'
)
Namespaces
::
ProjectsFinder
.
prepend_mod_with
(
'Namespaces::ProjectsFinder'
)
app/finders/projects_finder.rb
View file @
48348936
...
@@ -247,4 +247,4 @@ class ProjectsFinder < UnionFinder
...
@@ -247,4 +247,4 @@ class ProjectsFinder < UnionFinder
end
end
end
end
ProjectsFinder
.
prepend_mod_with
(
'
::EE::
ProjectsFinder'
)
ProjectsFinder
.
prepend_mod_with
(
'ProjectsFinder'
)
app/finders/template_finder.rb
View file @
48348936
...
@@ -70,4 +70,4 @@ class TemplateFinder
...
@@ -70,4 +70,4 @@ class TemplateFinder
end
end
end
end
TemplateFinder
.
prepend_mod_with
(
'
::EE::
TemplateFinder'
)
TemplateFinder
.
prepend_mod_with
(
'TemplateFinder'
)
app/graphql/mutations/alert_management/http_integration/create.rb
View file @
48348936
...
@@ -34,4 +34,4 @@ module Mutations
...
@@ -34,4 +34,4 @@ module Mutations
end
end
end
end
Mutations
::
AlertManagement
::
HttpIntegration
::
Create
.
prepend_mod_with
(
'
::EE::
Mutations::AlertManagement::HttpIntegration::Create'
)
Mutations
::
AlertManagement
::
HttpIntegration
::
Create
.
prepend_mod_with
(
'Mutations::AlertManagement::HttpIntegration::Create'
)
app/graphql/mutations/alert_management/http_integration/http_integration_base.rb
View file @
48348936
...
@@ -33,4 +33,4 @@ module Mutations
...
@@ -33,4 +33,4 @@ module Mutations
end
end
end
end
Mutations
::
AlertManagement
::
HttpIntegration
::
HttpIntegrationBase
.
prepend_mod_with
(
'
::EE::
Mutations::AlertManagement::HttpIntegration::HttpIntegrationBase'
)
Mutations
::
AlertManagement
::
HttpIntegration
::
HttpIntegrationBase
.
prepend_mod_with
(
'Mutations::AlertManagement::HttpIntegration::HttpIntegrationBase'
)
app/graphql/mutations/alert_management/http_integration/update.rb
View file @
48348936
...
@@ -32,4 +32,4 @@ module Mutations
...
@@ -32,4 +32,4 @@ module Mutations
end
end
end
end
Mutations
::
AlertManagement
::
HttpIntegration
::
Update
.
prepend_mod_with
(
'
::EE::
Mutations::AlertManagement::HttpIntegration::Update'
)
Mutations
::
AlertManagement
::
HttpIntegration
::
Update
.
prepend_mod_with
(
'Mutations::AlertManagement::HttpIntegration::Update'
)
app/graphql/mutations/boards/create.rb
View file @
48348936
...
@@ -30,4 +30,4 @@ module Mutations
...
@@ -30,4 +30,4 @@ module Mutations
end
end
end
end
Mutations
::
Boards
::
Create
.
prepend_mod_with
(
'
::EE::
Mutations::Boards::Create'
)
Mutations
::
Boards
::
Create
.
prepend_mod_with
(
'Mutations::Boards::Create'
)
app/graphql/mutations/boards/lists/create.rb
View file @
48348936
...
@@ -34,4 +34,4 @@ module Mutations
...
@@ -34,4 +34,4 @@ module Mutations
end
end
end
end
Mutations
::
Boards
::
Lists
::
Create
.
prepend_mod_with
(
'
::EE::
Mutations::Boards::Lists::Create'
)
Mutations
::
Boards
::
Lists
::
Create
.
prepend_mod_with
(
'Mutations::Boards::Lists::Create'
)
app/graphql/mutations/boards/update.rb
View file @
48348936
...
@@ -42,4 +42,4 @@ module Mutations
...
@@ -42,4 +42,4 @@ module Mutations
end
end
end
end
Mutations
::
Boards
::
Update
.
prepend_mod_with
(
'
::EE::
Mutations::Boards::Update'
)
Mutations
::
Boards
::
Update
.
prepend_mod_with
(
'Mutations::Boards::Update'
)
app/graphql/mutations/ci/ci_cd_settings_update.rb
View file @
48348936
...
@@ -36,4 +36,4 @@ module Mutations
...
@@ -36,4 +36,4 @@ module Mutations
end
end
end
end
Mutations
::
Ci
::
CiCdSettingsUpdate
.
prepend_mod_with
(
'
::EE::
Mutations::Ci::CiCdSettingsUpdate'
)
Mutations
::
Ci
::
CiCdSettingsUpdate
.
prepend_mod_with
(
'Mutations::Ci::CiCdSettingsUpdate'
)
app/graphql/mutations/concerns/mutations/resolves_issuable.rb
View file @
48348936
...
@@ -38,4 +38,4 @@ module Mutations
...
@@ -38,4 +38,4 @@ module Mutations
end
end
end
end
Mutations
::
ResolvesIssuable
.
prepend_mod_with
(
'
::EE::
Mutations::ResolvesIssuable'
)
Mutations
::
ResolvesIssuable
.
prepend_mod_with
(
'Mutations::ResolvesIssuable'
)
app/graphql/mutations/issues/create.rb
View file @
48348936
...
@@ -102,4 +102,4 @@ module Mutations
...
@@ -102,4 +102,4 @@ module Mutations
end
end
end
end
Mutations
::
Issues
::
Create
.
prepend_mod_with
(
'
::EE::
Mutations::Issues::Create'
)
Mutations
::
Issues
::
Create
.
prepend_mod_with
(
'Mutations::Issues::Create'
)
app/graphql/mutations/issues/update.rb
View file @
48348936
...
@@ -42,4 +42,4 @@ module Mutations
...
@@ -42,4 +42,4 @@ module Mutations
end
end
end
end
Mutations
::
Issues
::
Update
.
prepend_mod_with
(
'
::EE::
Mutations::Issues::Update'
)
Mutations
::
Issues
::
Update
.
prepend_mod_with
(
'Mutations::Issues::Update'
)
app/graphql/resolvers/concerns/board_issue_filterable.rb
View file @
48348936
...
@@ -32,4 +32,4 @@ module BoardIssueFilterable
...
@@ -32,4 +32,4 @@ module BoardIssueFilterable
end
end
end
end
::
BoardIssueFilterable
.
prepend_mod_with
(
'
::EE::
Resolvers::BoardIssueFilterable'
)
::
BoardIssueFilterable
.
prepend_mod_with
(
'Resolvers::BoardIssueFilterable'
)
app/graphql/resolvers/issues_resolver.rb
View file @
48348936
...
@@ -55,4 +55,4 @@ module Resolvers
...
@@ -55,4 +55,4 @@ module Resolvers
end
end
end
end
Resolvers
::
IssuesResolver
.
prepend_mod_with
(
'
::EE::
Resolvers::IssuesResolver'
)
Resolvers
::
IssuesResolver
.
prepend_mod_with
(
'Resolvers::IssuesResolver'
)
app/graphql/resolvers/namespace_projects_resolver.rb
View file @
48348936
...
@@ -64,4 +64,4 @@ module Resolvers
...
@@ -64,4 +64,4 @@ module Resolvers
end
end
end
end
Resolvers
::
NamespaceProjectsResolver
.
prepend_mod_with
(
'
::EE::
Resolvers::NamespaceProjectsResolver'
)
Resolvers
::
NamespaceProjectsResolver
.
prepend_mod_with
(
'Resolvers::NamespaceProjectsResolver'
)
app/graphql/types/board_list_type.rb
View file @
48348936
...
@@ -50,4 +50,4 @@ module Types
...
@@ -50,4 +50,4 @@ module Types
# rubocop: enable Graphql/AuthorizeTypes
# rubocop: enable Graphql/AuthorizeTypes
end
end
Types
::
BoardListType
.
prepend_mod_with
(
'
::EE::
Types::BoardListType'
)
Types
::
BoardListType
.
prepend_mod_with
(
'Types::BoardListType'
)
app/graphql/types/board_type.rb
View file @
48348936
...
@@ -41,4 +41,4 @@ module Types
...
@@ -41,4 +41,4 @@ module Types
end
end
end
end
Types
::
BoardType
.
prepend_mod_with
(
'
::EE::
Types::BoardType'
)
Types
::
BoardType
.
prepend_mod_with
(
'Types::BoardType'
)
app/graphql/types/boards/board_issue_input_base_type.rb
View file @
48348936
...
@@ -23,4 +23,4 @@ module Types
...
@@ -23,4 +23,4 @@ module Types
end
end
end
end
Types
::
Boards
::
BoardIssueInputBaseType
.
prepend_mod_with
(
'
::EE::
Types::Boards::BoardIssueInputBaseType'
)
Types
::
Boards
::
BoardIssueInputBaseType
.
prepend_mod_with
(
'Types::Boards::BoardIssueInputBaseType'
)
app/graphql/types/boards/board_issue_input_type.rb
View file @
48348936
...
@@ -21,4 +21,4 @@ module Types
...
@@ -21,4 +21,4 @@ module Types
end
end
end
end
Types
::
Boards
::
BoardIssueInputType
.
prepend_mod_with
(
'
::EE::
Types::Boards::BoardIssueInputType'
)
Types
::
Boards
::
BoardIssueInputType
.
prepend_mod_with
(
'Types::Boards::BoardIssueInputType'
)
app/graphql/types/boards/negated_board_issue_input_type.rb
View file @
48348936
...
@@ -7,4 +7,4 @@ module Types
...
@@ -7,4 +7,4 @@ module Types
end
end
end
end
Types
::
Boards
::
NegatedBoardIssueInputType
.
prepend_mod_with
(
'
::EE::
Types::Boards::NegatedBoardIssueInputType'
)
Types
::
Boards
::
NegatedBoardIssueInputType
.
prepend_mod_with
(
'Types::Boards::NegatedBoardIssueInputType'
)
app/graphql/types/ci/pipeline_type.rb
View file @
48348936
...
@@ -179,4 +179,4 @@ module Types
...
@@ -179,4 +179,4 @@ module Types
end
end
end
end
Types
::
Ci
::
PipelineType
.
prepend_mod_with
(
'
::EE::
Types::Ci::PipelineType'
)
Types
::
Ci
::
PipelineType
.
prepend_mod_with
(
'Types::Ci::PipelineType'
)
app/graphql/types/issuable_type.rb
View file @
48348936
...
@@ -20,4 +20,4 @@ module Types
...
@@ -20,4 +20,4 @@ module Types
end
end
end
end
Types
::
IssuableType
.
prepend_mod_with
(
'
::EE::
Types::IssuableType'
)
Types
::
IssuableType
.
prepend_mod_with
(
'Types::IssuableType'
)
app/graphql/types/issue_connection_type.rb
View file @
48348936
...
@@ -6,4 +6,4 @@ module Types
...
@@ -6,4 +6,4 @@ module Types
end
end
end
end
Types
::
IssueConnectionType
.
prepend_mod_with
(
'
::EE::
Types::IssueConnectionType'
)
Types
::
IssueConnectionType
.
prepend_mod_with
(
'Types::IssueConnectionType'
)
app/graphql/types/issue_sort_enum.rb
View file @
48348936
...
@@ -13,4 +13,4 @@ module Types
...
@@ -13,4 +13,4 @@ module Types
end
end
end
end
Types
::
IssueSortEnum
.
prepend_mod_with
(
'
::EE::
Types::IssueSortEnum'
)
Types
::
IssueSortEnum
.
prepend_mod_with
(
'Types::IssueSortEnum'
)
app/graphql/types/issue_type.rb
View file @
48348936
...
@@ -153,4 +153,4 @@ module Types
...
@@ -153,4 +153,4 @@ module Types
end
end
end
end
Types
::
IssueType
.
prepend_mod_with
(
'
::EE::
Types::IssueType'
)
Types
::
IssueType
.
prepend_mod_with
(
'Types::IssueType'
)
app/graphql/types/issues/negated_issue_filter_input_type.rb
View file @
48348936
...
@@ -24,4 +24,4 @@ module Types
...
@@ -24,4 +24,4 @@ module Types
end
end
end
end
Types
::
Issues
::
NegatedIssueFilterInputType
.
prepend_mod_with
(
'
::EE::
Types::Issues::NegatedIssueFilterInputType'
)
Types
::
Issues
::
NegatedIssueFilterInputType
.
prepend_mod_with
(
'Types::Issues::NegatedIssueFilterInputType'
)
app/graphql/types/merge_request_type.rb
View file @
48348936
...
@@ -263,4 +263,4 @@ module Types
...
@@ -263,4 +263,4 @@ module Types
end
end
end
end
Types
::
MergeRequestType
.
prepend_mod_with
(
'
::EE::
Types::MergeRequestType'
)
Types
::
MergeRequestType
.
prepend_mod_with
(
'Types::MergeRequestType'
)
app/graphql/types/milestone_type.rb
View file @
48348936
...
@@ -62,4 +62,4 @@ module Types
...
@@ -62,4 +62,4 @@ module Types
end
end
end
end
Types
::
MilestoneType
.
prepend_mod_with
(
'
::EE::
Types::MilestoneType'
)
Types
::
MilestoneType
.
prepend_mod_with
(
'Types::MilestoneType'
)
app/graphql/types/mutation_type.rb
View file @
48348936
...
@@ -105,4 +105,4 @@ module Types
...
@@ -105,4 +105,4 @@ module Types
end
end
::
Types
::
MutationType
.
prepend
(
::
Types
::
DeprecatedMutations
)
::
Types
::
MutationType
.
prepend
(
::
Types
::
DeprecatedMutations
)
::
Types
::
MutationType
.
prepend_mod_with
(
'
::EE::
Types::MutationType'
)
::
Types
::
MutationType
.
prepend_mod_with
(
'Types::MutationType'
)
app/graphql/types/notes/noteable_type.rb
View file @
48348936
...
@@ -28,4 +28,4 @@ module Types
...
@@ -28,4 +28,4 @@ module Types
end
end
end
end
Types
::
Notes
::
NoteableType
.
prepend_mod_with
(
'
::EE::
Types::Notes::NoteableType'
)
Types
::
Notes
::
NoteableType
.
prepend_mod_with
(
'Types::Notes::NoteableType'
)
app/graphql/types/project_type.rb
View file @
48348936
...
@@ -391,4 +391,4 @@ module Types
...
@@ -391,4 +391,4 @@ module Types
end
end
end
end
Types
::
ProjectType
.
prepend_mod_with
(
'
::EE::
Types::ProjectType'
)
Types
::
ProjectType
.
prepend_mod_with
(
'Types::ProjectType'
)
app/graphql/types/todo_target_enum.rb
View file @
48348936
...
@@ -10,4 +10,4 @@ module Types
...
@@ -10,4 +10,4 @@ module Types
end
end
end
end
Types
::
TodoTargetEnum
.
prepend_mod_with
(
'
::EE::
Types::TodoTargetEnum'
)
Types
::
TodoTargetEnum
.
prepend_mod_with
(
'Types::TodoTargetEnum'
)
app/helpers/ci/jobs_helper.rb
View file @
48348936
...
@@ -36,4 +36,4 @@ module Ci
...
@@ -36,4 +36,4 @@ module Ci
end
end
end
end
Ci
::
JobsHelper
.
prepend_mod_with
(
'
::EE::
Ci::JobsHelper'
)
Ci
::
JobsHelper
.
prepend_mod_with
(
'Ci::JobsHelper'
)
app/helpers/environments_helper.rb
View file @
48348936
...
@@ -117,4 +117,4 @@ module EnvironmentsHelper
...
@@ -117,4 +117,4 @@ module EnvironmentsHelper
end
end
end
end
EnvironmentsHelper
.
prepend_mod_with
(
'
::EE::
EnvironmentsHelper'
)
EnvironmentsHelper
.
prepend_mod_with
(
'EnvironmentsHelper'
)
app/helpers/feature_flags_helper.rb
View file @
48348936
...
@@ -16,4 +16,4 @@ module FeatureFlagsHelper
...
@@ -16,4 +16,4 @@ module FeatureFlagsHelper
end
end
end
end
FeatureFlagsHelper
.
prepend_mod_with
(
'
::EE::
FeatureFlagsHelper'
)
FeatureFlagsHelper
.
prepend_mod_with
(
'FeatureFlagsHelper'
)
app/helpers/form_helper.rb
View file @
48348936
...
@@ -131,4 +131,4 @@ module FormHelper
...
@@ -131,4 +131,4 @@ module FormHelper
end
end
end
end
FormHelper
.
prepend_mod_with
(
'
::EE::
FormHelper'
)
FormHelper
.
prepend_mod_with
(
'FormHelper'
)
app/helpers/ide_helper.rb
View file @
48348936
...
@@ -43,4 +43,4 @@ module IdeHelper
...
@@ -43,4 +43,4 @@ module IdeHelper
end
end
end
end
::
IdeHelper
.
prepend_mod_with
(
'
::EE::
IdeHelper'
)
::
IdeHelper
.
prepend_mod_with
(
'IdeHelper'
)
app/helpers/projects/security/configuration_helper.rb
View file @
48348936
...
@@ -10,4 +10,4 @@ module Projects
...
@@ -10,4 +10,4 @@ module Projects
end
end
end
end
::
Projects
::
Security
::
ConfigurationHelper
.
prepend_mod_with
(
'
::EE::
Projects::Security::ConfigurationHelper'
)
::
Projects
::
Security
::
ConfigurationHelper
.
prepend_mod_with
(
'Projects::Security::ConfigurationHelper'
)
app/helpers/sorting_helper.rb
View file @
48348936
...
@@ -301,4 +301,4 @@ module SortingHelper
...
@@ -301,4 +301,4 @@ module SortingHelper
end
end
end
end
SortingHelper
.
prepend_mod_with
(
'
::EE::
SortingHelper'
)
SortingHelper
.
prepend_mod_with
(
'SortingHelper'
)
app/helpers/sorting_titles_values_helper.rb
View file @
48348936
...
@@ -328,4 +328,4 @@ module SortingTitlesValuesHelper
...
@@ -328,4 +328,4 @@ module SortingTitlesValuesHelper
end
end
end
end
SortingHelper
.
include_mod_with
(
'
::EE::
SortingTitlesValuesHelper'
)
SortingHelper
.
include_mod_with
(
'SortingTitlesValuesHelper'
)
app/helpers/tree_helper.rb
View file @
48348936
...
@@ -205,4 +205,4 @@ module TreeHelper
...
@@ -205,4 +205,4 @@ module TreeHelper
end
end
end
end
TreeHelper
.
prepend_mod_with
(
'
::EE::
TreeHelper'
)
TreeHelper
.
prepend_mod_with
(
'TreeHelper'
)
app/models/bulk_imports/stage.rb
View file @
48348936
...
@@ -62,4 +62,4 @@ module BulkImports
...
@@ -62,4 +62,4 @@ module BulkImports
end
end
end
end
::
BulkImports
::
Stage
.
prepend_mod_with
(
'
::EE::
BulkImports::Stage'
)
::
BulkImports
::
Stage
.
prepend_mod_with
(
'BulkImports::Stage'
)
app/models/ci/bridge.rb
View file @
48348936
...
@@ -248,4 +248,4 @@ module Ci
...
@@ -248,4 +248,4 @@ module Ci
end
end
end
end
::
Ci
::
Bridge
.
prepend_mod_with
(
'
::EE::
Ci::Bridge'
)
::
Ci
::
Bridge
.
prepend_mod_with
(
'Ci::Bridge'
)
app/models/commit_status.rb
View file @
48348936
...
@@ -292,4 +292,4 @@ class CommitStatus < ApplicationRecord
...
@@ -292,4 +292,4 @@ class CommitStatus < ApplicationRecord
end
end
end
end
CommitStatus
.
prepend_mod_with
(
'
::EE::
CommitStatus'
)
CommitStatus
.
prepend_mod_with
(
'CommitStatus'
)
app/models/iteration.rb
View file @
48348936
...
@@ -13,4 +13,4 @@ class Iteration < ApplicationRecord
...
@@ -13,4 +13,4 @@ class Iteration < ApplicationRecord
end
end
end
end
Iteration
.
prepend_mod_with
(
'
::EE::
Iteration'
)
Iteration
.
prepend_mod_with
(
'Iteration'
)
app/models/list.rb
View file @
48348936
...
@@ -49,4 +49,4 @@ class List < ApplicationRecord
...
@@ -49,4 +49,4 @@ class List < ApplicationRecord
end
end
end
end
List
.
prepend_mod_with
(
'
::EE::
List'
)
List
.
prepend_mod_with
(
'List'
)
app/models/merge_request.rb
View file @
48348936
...
@@ -1954,4 +1954,4 @@ class MergeRequest < ApplicationRecord
...
@@ -1954,4 +1954,4 @@ class MergeRequest < ApplicationRecord
end
end
end
end
MergeRequest
.
prepend_mod_with
(
'
::EE::
MergeRequest'
)
MergeRequest
.
prepend_mod_with
(
'MergeRequest'
)
app/models/milestone.rb
View file @
48348936
...
@@ -7,7 +7,7 @@ class Milestone < ApplicationRecord
...
@@ -7,7 +7,7 @@ class Milestone < ApplicationRecord
include
FromUnion
include
FromUnion
include
Importable
include
Importable
prepend_mod_with
(
'
::EE::
Milestone'
)
# rubocop: disable Cop/InjectEnterpriseEditionModule
prepend_mod_with
(
'Milestone'
)
# rubocop: disable Cop/InjectEnterpriseEditionModule
class
Predefined
class
Predefined
ALL
=
[
::
Timebox
::
None
,
::
Timebox
::
Any
,
::
Timebox
::
Started
,
::
Timebox
::
Upcoming
].
freeze
ALL
=
[
::
Timebox
::
None
,
::
Timebox
::
Any
,
::
Timebox
::
Started
,
::
Timebox
::
Upcoming
].
freeze
...
...
app/models/pages_domain.rb
View file @
48348936
...
@@ -311,4 +311,4 @@ class PagesDomain < ApplicationRecord
...
@@ -311,4 +311,4 @@ class PagesDomain < ApplicationRecord
end
end
end
end
PagesDomain
.
prepend_mod_with
(
'
::EE::
PagesDomain'
)
PagesDomain
.
prepend_mod_with
(
'PagesDomain'
)
app/models/project_authorization.rb
View file @
48348936
...
@@ -31,4 +31,4 @@ class ProjectAuthorization < ApplicationRecord
...
@@ -31,4 +31,4 @@ class ProjectAuthorization < ApplicationRecord
end
end
end
end
ProjectAuthorization
.
prepend_mod_with
(
'
::EE::
ProjectAuthorization'
)
ProjectAuthorization
.
prepend_mod_with
(
'ProjectAuthorization'
)
app/models/project_import_data.rb
View file @
48348936
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
require
'carrierwave/orm/activerecord'
require
'carrierwave/orm/activerecord'
class
ProjectImportData
<
ApplicationRecord
class
ProjectImportData
<
ApplicationRecord
prepend_mod_with
(
'
::EE::
ProjectImportData'
)
# rubocop: disable Cop/InjectEnterpriseEditionModule
prepend_mod_with
(
'ProjectImportData'
)
# rubocop: disable Cop/InjectEnterpriseEditionModule
belongs_to
:project
,
inverse_of: :import_data
belongs_to
:project
,
inverse_of: :import_data
attr_encrypted
:credentials
,
attr_encrypted
:credentials
,
...
...
app/presenters/commit_status_presenter.rb
View file @
48348936
...
@@ -40,4 +40,4 @@ class CommitStatusPresenter < Gitlab::View::Presenter::Delegated
...
@@ -40,4 +40,4 @@ class CommitStatusPresenter < Gitlab::View::Presenter::Delegated
end
end
end
end
CommitStatusPresenter
.
prepend_mod_with
(
'
::EE::
CommitStatusPresenter'
)
CommitStatusPresenter
.
prepend_mod_with
(
'CommitStatusPresenter'
)
app/serializers/build_details_entity.rb
View file @
48348936
...
@@ -155,4 +155,4 @@ class BuildDetailsEntity < JobEntity
...
@@ -155,4 +155,4 @@ class BuildDetailsEntity < JobEntity
end
end
end
end
BuildDetailsEntity
.
prepend_mod_with
(
'
::EE::
BuildDetailEntity'
)
BuildDetailsEntity
.
prepend_mod_with
(
'BuildDetailEntity'
)
app/serializers/environment_entity.rb
View file @
48348936
...
@@ -122,4 +122,4 @@ class EnvironmentEntity < Grape::Entity
...
@@ -122,4 +122,4 @@ class EnvironmentEntity < Grape::Entity
end
end
end
end
EnvironmentEntity
.
prepend_mod_with
(
'
::EE::
EnvironmentEntity'
)
EnvironmentEntity
.
prepend_mod_with
(
'EnvironmentEntity'
)
app/serializers/issue_entity.rb
View file @
48348936
...
@@ -77,4 +77,4 @@ class IssueEntity < IssuableEntity
...
@@ -77,4 +77,4 @@ class IssueEntity < IssuableEntity
end
end
end
end
IssueEntity
.
prepend_mod_with
(
'
::EE::
IssueEntity'
)
IssueEntity
.
prepend_mod_with
(
'IssueEntity'
)
app/serializers/project_mirror_entity.rb
View file @
48348936
...
@@ -8,4 +8,4 @@ class ProjectMirrorEntity < Grape::Entity
...
@@ -8,4 +8,4 @@ class ProjectMirrorEntity < Grape::Entity
end
end
end
end
ProjectMirrorEntity
.
prepend_mod_with
(
'
::EE::
ProjectMirrorEntity'
)
ProjectMirrorEntity
.
prepend_mod_with
(
'ProjectMirrorEntity'
)
app/services/alert_management/http_integrations/create_service.rb
View file @
48348936
...
@@ -66,4 +66,4 @@ module AlertManagement
...
@@ -66,4 +66,4 @@ module AlertManagement
end
end
end
end
::
AlertManagement
::
HttpIntegrations
::
CreateService
.
prepend_mod_with
(
'
::EE::
AlertManagement::HttpIntegrations::CreateService'
)
::
AlertManagement
::
HttpIntegrations
::
CreateService
.
prepend_mod_with
(
'AlertManagement::HttpIntegrations::CreateService'
)
app/services/alert_management/http_integrations/update_service.rb
View file @
48348936
...
@@ -56,4 +56,4 @@ module AlertManagement
...
@@ -56,4 +56,4 @@ module AlertManagement
end
end
end
end
::
AlertManagement
::
HttpIntegrations
::
UpdateService
.
prepend_mod_with
(
'
::EE::
AlertManagement::HttpIntegrations::UpdateService'
)
::
AlertManagement
::
HttpIntegrations
::
UpdateService
.
prepend_mod_with
(
'AlertManagement::HttpIntegrations::UpdateService'
)
app/services/deploy_keys/create_service.rb
View file @
48348936
...
@@ -8,4 +8,4 @@ module DeployKeys
...
@@ -8,4 +8,4 @@ module DeployKeys
end
end
end
end
DeployKeys
::
CreateService
.
prepend_mod_with
(
'
::EE::
DeployKeys::CreateService'
)
DeployKeys
::
CreateService
.
prepend_mod_with
(
'DeployKeys::CreateService'
)
app/services/emails/base_service.rb
View file @
48348936
...
@@ -12,4 +12,4 @@ module Emails
...
@@ -12,4 +12,4 @@ module Emails
end
end
end
end
Emails
::
BaseService
.
prepend_mod_with
(
'
::EE::
Emails::BaseService'
)
Emails
::
BaseService
.
prepend_mod_with
(
'Emails::BaseService'
)
app/services/git/branch_hooks_service.rb
View file @
48348936
...
@@ -226,4 +226,4 @@ module Git
...
@@ -226,4 +226,4 @@ module Git
end
end
end
end
Git
::
BranchHooksService
.
prepend_mod_with
(
'
::EE::
Git::BranchHooksService'
)
Git
::
BranchHooksService
.
prepend_mod_with
(
'Git::BranchHooksService'
)
app/services/git/branch_push_service.rb
View file @
48348936
...
@@ -94,4 +94,4 @@ module Git
...
@@ -94,4 +94,4 @@ module Git
end
end
end
end
Git
::
BranchPushService
.
prepend_mod_with
(
'
::EE::
Git::BranchPushService'
)
Git
::
BranchPushService
.
prepend_mod_with
(
'Git::BranchPushService'
)
app/services/git/tag_hooks_service.rb
View file @
48348936
...
@@ -35,4 +35,4 @@ module Git
...
@@ -35,4 +35,4 @@ module Git
end
end
end
end
Git
::
TagHooksService
.
prepend_mod_with
(
'
::EE::
Git::TagHooksService'
)
Git
::
TagHooksService
.
prepend_mod_with
(
'Git::TagHooksService'
)
app/services/ide/schemas_config_service.rb
View file @
48348936
...
@@ -46,4 +46,4 @@ module Ide
...
@@ -46,4 +46,4 @@ module Ide
end
end
end
end
Ide
::
SchemasConfigService
.
prepend_mod_with
(
'
::EE::
Ide::SchemasConfigService'
)
Ide
::
SchemasConfigService
.
prepend_mod_with
(
'Ide::SchemasConfigService'
)
app/services/integrations/test/project_service.rb
View file @
48348936
...
@@ -42,4 +42,4 @@ module Integrations
...
@@ -42,4 +42,4 @@ module Integrations
end
end
end
end
Integrations
::
Test
::
ProjectService
.
prepend_mod_with
(
'
::EE::
Integrations::Test::ProjectService'
)
Integrations
::
Test
::
ProjectService
.
prepend_mod_with
(
'Integrations::Test::ProjectService'
)
app/services/projects/operations/update_service.rb
View file @
48348936
...
@@ -135,4 +135,4 @@ module Projects
...
@@ -135,4 +135,4 @@ module Projects
end
end
end
end
Projects
::
Operations
::
UpdateService
.
prepend_mod_with
(
'
::EE::
Projects::Operations::UpdateService'
)
Projects
::
Operations
::
UpdateService
.
prepend_mod_with
(
'Projects::Operations::UpdateService'
)
app/services/search/snippet_service.rb
View file @
48348936
...
@@ -12,4 +12,4 @@ module Search
...
@@ -12,4 +12,4 @@ module Search
end
end
end
end
Search
::
SnippetService
.
prepend_mod_with
(
'
::EE::
Search::SnippetService'
)
Search
::
SnippetService
.
prepend_mod_with
(
'Search::SnippetService'
)
app/services/system_notes/issuables_service.rb
View file @
48348936
...
@@ -420,4 +420,4 @@ module SystemNotes
...
@@ -420,4 +420,4 @@ module SystemNotes
end
end
end
end
SystemNotes
::
IssuablesService
.
prepend_mod_with
(
'
::EE::
SystemNotes::IssuablesService'
)
SystemNotes
::
IssuablesService
.
prepend_mod_with
(
'SystemNotes::IssuablesService'
)
app/uploaders/object_storage.rb
View file @
48348936
...
@@ -508,4 +508,4 @@ module ObjectStorage
...
@@ -508,4 +508,4 @@ module ObjectStorage
end
end
end
end
ObjectStorage
::
Concern
.
include_mod_with
(
'
::EE::
ObjectStorage::Concern'
)
ObjectStorage
::
Concern
.
include_mod_with
(
'ObjectStorage::Concern'
)
app/workers/issuable_export_csv_worker.rb
View file @
48348936
...
@@ -49,4 +49,4 @@ class IssuableExportCsvWorker # rubocop:disable Scalability/IdempotentWorker
...
@@ -49,4 +49,4 @@ class IssuableExportCsvWorker # rubocop:disable Scalability/IdempotentWorker
end
end
end
end
IssuableExportCsvWorker
.
prepend_mod_with
(
'
::EE::
IssuableExportCsvWorker'
)
IssuableExportCsvWorker
.
prepend_mod_with
(
'IssuableExportCsvWorker'
)
app/workers/repository_check/batch_worker.rb
View file @
48348936
...
@@ -97,4 +97,4 @@ module RepositoryCheck
...
@@ -97,4 +97,4 @@ module RepositoryCheck
end
end
end
end
RepositoryCheck
::
BatchWorker
.
prepend_mod_with
(
'
::EE::
RepositoryCheck::BatchWorker'
)
RepositoryCheck
::
BatchWorker
.
prepend_mod_with
(
'RepositoryCheck::BatchWorker'
)
app/workers/repository_check/single_repository_worker.rb
View file @
48348936
...
@@ -69,4 +69,4 @@ module RepositoryCheck
...
@@ -69,4 +69,4 @@ module RepositoryCheck
end
end
end
end
RepositoryCheck
::
SingleRepositoryWorker
.
prepend_mod_with
(
'
::EE::
RepositoryCheck::SingleRepositoryWorker'
)
RepositoryCheck
::
SingleRepositoryWorker
.
prepend_mod_with
(
'RepositoryCheck::SingleRepositoryWorker'
)
doc/development/ee_features.md
View file @
48348936
...
@@ -122,7 +122,7 @@ class User
...
@@ -122,7 +122,7 @@ class User
#...
#...
end
end
User
.
prepend_mod_with
(
'
::EE::
UserExtension'
)
User
.
prepend_mod_with
(
'UserExtension'
)
```
```
Since the module would require an
`EE`
namespace, the file should also be
Since the module would require an
`EE`
namespace, the file should also be
...
...
ee/app/presenters/ee/merge_request_presenter.rb
View file @
48348936
...
@@ -73,4 +73,4 @@ module EE
...
@@ -73,4 +73,4 @@ module EE
end
end
end
end
EE
::
MergeRequestPresenter
.
include_mod_with
(
'
::EE::
ProjectsHelper'
)
EE
::
MergeRequestPresenter
.
include_mod_with
(
'ProjectsHelper'
)
ee/app/serializers/vulnerabilities/finding_entity.rb
View file @
48348936
...
@@ -56,4 +56,4 @@ class Vulnerabilities::FindingEntity < Grape::Entity
...
@@ -56,4 +56,4 @@ class Vulnerabilities::FindingEntity < Grape::Entity
end
end
end
end
Vulnerabilities
::
FindingEntity
.
include_mod_with
(
'
::EE::
ProjectsHelper'
)
Vulnerabilities
::
FindingEntity
.
include_mod_with
(
'ProjectsHelper'
)
lib/api/helpers/project_snapshots_helpers.rb
View file @
48348936
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
module
API
module
API
module
Helpers
module
Helpers
module
ProjectSnapshotsHelpers
module
ProjectSnapshotsHelpers
prepend_mod_with
(
'
::EE::
API::Helpers::ProjectSnapshotsHelpers'
)
# rubocop: disable Cop/InjectEnterpriseEditionModule
prepend_mod_with
(
'API::Helpers::ProjectSnapshotsHelpers'
)
# rubocop: disable Cop/InjectEnterpriseEditionModule
def
authorize_read_git_snapshot!
def
authorize_read_git_snapshot!
authenticated_with_can_read_all_resources!
authenticated_with_can_read_all_resources!
...
...
lib/banzai/reference_parser/epic_parser.rb
View file @
48348936
...
@@ -13,4 +13,4 @@ module Banzai
...
@@ -13,4 +13,4 @@ module Banzai
end
end
end
end
Banzai
::
ReferenceParser
::
EpicParser
.
prepend_mod_with
(
'
::EE::
Banzai::ReferenceParser::EpicParser'
)
Banzai
::
ReferenceParser
::
EpicParser
.
prepend_mod_with
(
'Banzai::ReferenceParser::EpicParser'
)
lib/banzai/reference_parser/iteration_parser.rb
View file @
48348936
...
@@ -19,4 +19,4 @@ module Banzai
...
@@ -19,4 +19,4 @@ module Banzai
end
end
end
end
Banzai
::
ReferenceParser
::
IterationParser
.
prepend_mod_with
(
'
::EE::
Banzai::ReferenceParser::IterationParser'
)
Banzai
::
ReferenceParser
::
IterationParser
.
prepend_mod_with
(
'Banzai::ReferenceParser::IterationParser'
)
lib/banzai/reference_parser/vulnerability_parser.rb
View file @
48348936
...
@@ -13,4 +13,4 @@ module Banzai
...
@@ -13,4 +13,4 @@ module Banzai
end
end
end
end
Banzai
::
ReferenceParser
::
VulnerabilityParser
.
prepend_mod_with
(
'
::EE::
Banzai::ReferenceParser::VulnerabilityParser'
)
Banzai
::
ReferenceParser
::
VulnerabilityParser
.
prepend_mod_with
(
'Banzai::ReferenceParser::VulnerabilityParser'
)
lib/gitlab/analytics/cycle_analytics/stage_events.rb
View file @
48348936
...
@@ -85,4 +85,4 @@ module Gitlab
...
@@ -85,4 +85,4 @@ module Gitlab
end
end
end
end
Gitlab
::
Analytics
::
CycleAnalytics
::
StageEvents
.
prepend_mod_with
(
'
::EE::
Gitlab::Analytics::CycleAnalytics::StageEvents'
)
Gitlab
::
Analytics
::
CycleAnalytics
::
StageEvents
.
prepend_mod_with
(
'Gitlab::Analytics::CycleAnalytics::StageEvents'
)
lib/gitlab/auth/auth_finders.rb
View file @
48348936
...
@@ -321,4 +321,4 @@ module Gitlab
...
@@ -321,4 +321,4 @@ module Gitlab
end
end
end
end
Gitlab
::
Auth
::
AuthFinders
.
prepend_mod_with
(
'
::EE::
Gitlab::Auth::AuthFinders'
)
Gitlab
::
Auth
::
AuthFinders
.
prepend_mod_with
(
'Gitlab::Auth::AuthFinders'
)
lib/gitlab/auth/ldap/access.rb
View file @
48348936
...
@@ -117,4 +117,4 @@ module Gitlab
...
@@ -117,4 +117,4 @@ module Gitlab
end
end
end
end
Gitlab
::
Auth
::
Ldap
::
Access
.
prepend_mod_with
(
'
::EE::
Gitlab::Auth::Ldap::Access'
)
Gitlab
::
Auth
::
Ldap
::
Access
.
prepend_mod_with
(
'Gitlab::Auth::Ldap::Access'
)
lib/gitlab/auth/ldap/adapter.rb
View file @
48348936
...
@@ -141,4 +141,4 @@ module Gitlab
...
@@ -141,4 +141,4 @@ module Gitlab
end
end
end
end
Gitlab
::
Auth
::
Ldap
::
Adapter
.
prepend_mod_with
(
'
::EE::
Gitlab::Auth::Ldap::Adapter'
)
Gitlab
::
Auth
::
Ldap
::
Adapter
.
prepend_mod_with
(
'Gitlab::Auth::Ldap::Adapter'
)
lib/gitlab/auth/ldap/config.rb
View file @
48348936
...
@@ -320,4 +320,4 @@ module Gitlab
...
@@ -320,4 +320,4 @@ module Gitlab
end
end
end
end
Gitlab
::
Auth
::
Ldap
::
Config
.
prepend_mod_with
(
'
::EE::
Gitlab::Auth::Ldap::Config'
)
Gitlab
::
Auth
::
Ldap
::
Config
.
prepend_mod_with
(
'Gitlab::Auth::Ldap::Config'
)
lib/gitlab/auth/ldap/person.rb
View file @
48348936
...
@@ -121,4 +121,4 @@ module Gitlab
...
@@ -121,4 +121,4 @@ module Gitlab
end
end
end
end
Gitlab
::
Auth
::
Ldap
::
Person
.
prepend_mod_with
(
'
::EE::
Gitlab::Auth::Ldap::Person'
)
Gitlab
::
Auth
::
Ldap
::
Person
.
prepend_mod_with
(
'Gitlab::Auth::Ldap::Person'
)
lib/gitlab/auth/ldap/user.rb
View file @
48348936
...
@@ -49,4 +49,4 @@ module Gitlab
...
@@ -49,4 +49,4 @@ module Gitlab
end
end
end
end
Gitlab
::
Auth
::
Ldap
::
User
.
prepend_mod_with
(
'
::EE::
Gitlab::Auth::Ldap::User'
)
Gitlab
::
Auth
::
Ldap
::
User
.
prepend_mod_with
(
'Gitlab::Auth::Ldap::User'
)
lib/gitlab/auth/o_auth/auth_hash.rb
View file @
48348936
...
@@ -92,4 +92,4 @@ module Gitlab
...
@@ -92,4 +92,4 @@ module Gitlab
end
end
end
end
Gitlab
::
Auth
::
OAuth
::
AuthHash
.
prepend_mod_with
(
'
::EE::
Gitlab::Auth::OAuth::AuthHash'
)
Gitlab
::
Auth
::
OAuth
::
AuthHash
.
prepend_mod_with
(
'Gitlab::Auth::OAuth::AuthHash'
)
lib/gitlab/auth/o_auth/user.rb
View file @
48348936
...
@@ -294,4 +294,4 @@ module Gitlab
...
@@ -294,4 +294,4 @@ module Gitlab
end
end
end
end
Gitlab
::
Auth
::
OAuth
::
User
.
prepend_mod_with
(
'
::EE::
Gitlab::Auth::OAuth::User'
)
Gitlab
::
Auth
::
OAuth
::
User
.
prepend_mod_with
(
'Gitlab::Auth::OAuth::User'
)
lib/gitlab/auth/result.rb
View file @
48348936
...
@@ -25,4 +25,4 @@ module Gitlab
...
@@ -25,4 +25,4 @@ module Gitlab
end
end
end
end
Gitlab
::
Auth
::
Result
.
prepend_mod_with
(
'
::EE::
Gitlab::Auth::Result'
)
Gitlab
::
Auth
::
Result
.
prepend_mod_with
(
'Gitlab::Auth::Result'
)
lib/gitlab/auth/saml/config.rb
View file @
48348936
...
@@ -30,4 +30,4 @@ module Gitlab
...
@@ -30,4 +30,4 @@ module Gitlab
end
end
end
end
Gitlab
::
Auth
::
Saml
::
Config
.
prepend_mod_with
(
'
::EE::
Gitlab::Auth::Saml::Config'
)
Gitlab
::
Auth
::
Saml
::
Config
.
prepend_mod_with
(
'Gitlab::Auth::Saml::Config'
)
lib/gitlab/auth/saml/user.rb
View file @
48348936
...
@@ -62,4 +62,4 @@ module Gitlab
...
@@ -62,4 +62,4 @@ module Gitlab
end
end
end
end
Gitlab
::
Auth
::
Saml
::
User
.
prepend_mod_with
(
'
::EE::
Gitlab::Auth::Saml::User'
)
Gitlab
::
Auth
::
Saml
::
User
.
prepend_mod_with
(
'Gitlab::Auth::Saml::User'
)
lib/gitlab/background_migration/populate_uuids_for_security_findings.rb
View file @
48348936
...
@@ -15,4 +15,4 @@ module Gitlab
...
@@ -15,4 +15,4 @@ module Gitlab
end
end
end
end
Gitlab
::
BackgroundMigration
::
PopulateUuidsForSecurityFindings
.
prepend_mod_with
(
'
::EE::
Gitlab::BackgroundMigration::PopulateUuidsForSecurityFindings'
)
Gitlab
::
BackgroundMigration
::
PopulateUuidsForSecurityFindings
.
prepend_mod_with
(
'Gitlab::BackgroundMigration::PopulateUuidsForSecurityFindings'
)
lib/gitlab/background_migration/user_mentions/models/namespace.rb
View file @
48348936
...
@@ -38,4 +38,4 @@ module Gitlab
...
@@ -38,4 +38,4 @@ module Gitlab
end
end
end
end
Namespace
.
prepend_mod_with
(
'
::EE::
Namespace'
)
Namespace
.
prepend_mod_with
(
'Namespace'
)
lib/gitlab/ci/config/entry/job.rb
View file @
48348936
...
@@ -200,4 +200,4 @@ module Gitlab
...
@@ -200,4 +200,4 @@ module Gitlab
end
end
end
end
::
Gitlab
::
Ci
::
Config
::
Entry
::
Job
.
prepend_mod_with
(
'
::EE::
Gitlab::Ci::Config::Entry::Job'
)
::
Gitlab
::
Ci
::
Config
::
Entry
::
Job
.
prepend_mod_with
(
'Gitlab::Ci::Config::Entry::Job'
)
lib/gitlab/ci/config/entry/need.rb
View file @
48348936
...
@@ -118,4 +118,4 @@ module Gitlab
...
@@ -118,4 +118,4 @@ module Gitlab
end
end
end
end
::
Gitlab
::
Ci
::
Config
::
Entry
::
Need
.
prepend_mod_with
(
'
::EE::
Gitlab::Ci::Config::Entry::Need'
)
::
Gitlab
::
Ci
::
Config
::
Entry
::
Need
.
prepend_mod_with
(
'Gitlab::Ci::Config::Entry::Need'
)
lib/gitlab/ci/config/entry/needs.rb
View file @
48348936
...
@@ -56,4 +56,4 @@ module Gitlab
...
@@ -56,4 +56,4 @@ module Gitlab
end
end
end
end
::
Gitlab
::
Ci
::
Config
::
Entry
::
Needs
.
prepend_mod_with
(
'
::EE::
Gitlab::Ci::Config::Entry::Needs'
)
::
Gitlab
::
Ci
::
Config
::
Entry
::
Needs
.
prepend_mod_with
(
'Gitlab::Ci::Config::Entry::Needs'
)
lib/gitlab/ci/jwt.rb
View file @
48348936
...
@@ -123,4 +123,4 @@ module Gitlab
...
@@ -123,4 +123,4 @@ module Gitlab
end
end
end
end
Gitlab
::
Ci
::
Jwt
.
prepend_mod_with
(
'
::EE::
Gitlab::Ci::Jwt'
)
Gitlab
::
Ci
::
Jwt
.
prepend_mod_with
(
'Gitlab::Ci::Jwt'
)
lib/gitlab/ci/parsers.rb
View file @
48348936
...
@@ -28,4 +28,4 @@ module Gitlab
...
@@ -28,4 +28,4 @@ module Gitlab
end
end
end
end
Gitlab
::
Ci
::
Parsers
.
prepend_mod_with
(
'
::EE::
Gitlab::Ci::Parsers'
)
Gitlab
::
Ci
::
Parsers
.
prepend_mod_with
(
'Gitlab::Ci::Parsers'
)
lib/gitlab/ci/status/build/failed.rb
View file @
48348936
...
@@ -69,4 +69,4 @@ module Gitlab
...
@@ -69,4 +69,4 @@ module Gitlab
end
end
end
end
Gitlab
::
Ci
::
Status
::
Build
::
Failed
.
prepend_mod_with
(
'
::EE::
Gitlab::Ci::Status::Build::Failed'
)
Gitlab
::
Ci
::
Status
::
Build
::
Failed
.
prepend_mod_with
(
'Gitlab::Ci::Status::Build::Failed'
)
lib/gitlab/email/handler/reply_processing.rb
View file @
48348936
...
@@ -100,4 +100,4 @@ module Gitlab
...
@@ -100,4 +100,4 @@ module Gitlab
end
end
end
end
Gitlab
::
Email
::
Handler
::
ReplyProcessing
.
prepend_mod_with
(
'
::EE::
Gitlab::Email::Handler::ReplyProcessing'
)
Gitlab
::
Email
::
Handler
::
ReplyProcessing
.
prepend_mod_with
(
'Gitlab::Email::Handler::ReplyProcessing'
)
lib/gitlab/github_import/parallel_importer.rb
View file @
48348936
...
@@ -40,4 +40,4 @@ module Gitlab
...
@@ -40,4 +40,4 @@ module Gitlab
end
end
end
end
Gitlab
::
GithubImport
::
ParallelImporter
.
prepend_mod_with
(
'
::EE::
Gitlab::GithubImport::ParallelImporter'
)
Gitlab
::
GithubImport
::
ParallelImporter
.
prepend_mod_with
(
'Gitlab::GithubImport::ParallelImporter'
)
lib/gitlab/import_export/project/relation_factory.rb
View file @
48348936
...
@@ -175,4 +175,4 @@ module Gitlab
...
@@ -175,4 +175,4 @@ module Gitlab
end
end
end
end
Gitlab
::
ImportExport
::
Project
::
RelationFactory
.
prepend_mod_with
(
'
::EE::
Gitlab::ImportExport::Project::RelationFactory'
)
Gitlab
::
ImportExport
::
Project
::
RelationFactory
.
prepend_mod_with
(
'Gitlab::ImportExport::Project::RelationFactory'
)
lib/gitlab/omniauth_initializer.rb
View file @
48348936
...
@@ -123,4 +123,4 @@ module Gitlab
...
@@ -123,4 +123,4 @@ module Gitlab
end
end
end
end
Gitlab
::
OmniauthInitializer
.
prepend_mod_with
(
'
::EE::
Gitlab::OmniauthInitializer'
)
Gitlab
::
OmniauthInitializer
.
prepend_mod_with
(
'Gitlab::OmniauthInitializer'
)
lib/gitlab/rack_attack.rb
View file @
48348936
...
@@ -171,4 +171,4 @@ module Gitlab
...
@@ -171,4 +171,4 @@ module Gitlab
end
end
end
end
end
end
::
Gitlab
::
RackAttack
.
prepend_mod_with
(
'
::EE::
Gitlab::RackAttack'
)
::
Gitlab
::
RackAttack
.
prepend_mod_with
(
'Gitlab::RackAttack'
)
lib/gitlab/rack_attack/request.rb
View file @
48348936
...
@@ -133,4 +133,4 @@ module Gitlab
...
@@ -133,4 +133,4 @@ module Gitlab
end
end
end
end
end
end
::
Gitlab
::
RackAttack
::
Request
.
prepend_mod_with
(
'
::EE::
Gitlab::RackAttack::Request'
)
::
Gitlab
::
RackAttack
::
Request
.
prepend_mod_with
(
'Gitlab::RackAttack::Request'
)
lib/gitlab/snippet_search_results.rb
View file @
48348936
...
@@ -45,4 +45,4 @@ module Gitlab
...
@@ -45,4 +45,4 @@ module Gitlab
end
end
end
end
Gitlab
::
SnippetSearchResults
.
prepend_mod_with
(
'
::EE::
Gitlab::SnippetSearchResults'
)
Gitlab
::
SnippetSearchResults
.
prepend_mod_with
(
'Gitlab::SnippetSearchResults'
)
lib/gitlab/template/gitlab_ci_yml_template.rb
View file @
48348936
...
@@ -59,4 +59,4 @@ module Gitlab
...
@@ -59,4 +59,4 @@ module Gitlab
end
end
end
end
Gitlab
::
Template
::
GitlabCiYmlTemplate
.
prepend_mod_with
(
'
::EE::
Gitlab::Template::GitlabCiYmlTemplate'
)
Gitlab
::
Template
::
GitlabCiYmlTemplate
.
prepend_mod_with
(
'Gitlab::Template::GitlabCiYmlTemplate'
)
lib/gitlab/tree_summary.rb
View file @
48348936
...
@@ -161,4 +161,4 @@ module Gitlab
...
@@ -161,4 +161,4 @@ module Gitlab
end
end
end
end
Gitlab
::
TreeSummary
.
prepend_mod_with
(
'
::EE::
Gitlab::TreeSummary'
)
Gitlab
::
TreeSummary
.
prepend_mod_with
(
'Gitlab::TreeSummary'
)
spec/support/helpers/test_env.rb
View file @
48348936
...
@@ -612,5 +612,5 @@ end
...
@@ -612,5 +612,5 @@ end
require_relative
(
'../../../ee/spec/support/helpers/ee/test_env'
)
if
Gitlab
.
ee?
require_relative
(
'../../../ee/spec/support/helpers/ee/test_env'
)
if
Gitlab
.
ee?
::
TestEnv
.
prepend_mod_with
(
'
::EE::
TestEnv'
)
::
TestEnv
.
prepend_mod_with
(
'TestEnv'
)
::
TestEnv
.
extend_mod_with
(
'
::EE::
TestEnv'
)
::
TestEnv
.
extend_mod_with
(
'TestEnv'
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment