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
e37e754b
Commit
e37e754b
authored
Jun 16, 2021
by
Alex Kalderimis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename mock_ci_service to integration
parent
dbedacb3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
app/models/integration.rb
app/models/integration.rb
+1
-1
app/models/project.rb
app/models/project.rb
+1
-1
spec/lib/gitlab/import_export/all_models.yml
spec/lib/gitlab/import_export/all_models.yml
+1
-1
No files found.
app/models/integration.rb
View file @
e37e754b
...
...
@@ -49,7 +49,7 @@ class Integration < ApplicationRecord
hangouts_chat
irker
packagist pipelines_email pivotaltracker pushover
mattermost mattermost_slash_commands microsoft_teams
mattermost mattermost_slash_commands microsoft_teams
mock_ci
]
.
to_set
.
freeze
def
self
.
renamed?
(
name
)
...
...
app/models/project.rb
View file @
e37e754b
...
...
@@ -177,7 +177,7 @@ class Project < ApplicationRecord
has_one
:mattermost_integration
,
class_name:
'Integrations::Mattermost'
has_one
:mattermost_slash_commands_integration
,
class_name:
'Integrations::MattermostSlashCommands'
has_one
:microsoft_teams_integration
,
class_name:
'Integrations::MicrosoftTeams'
has_one
:mock_ci_
service
,
class_name:
'Integrations::MockCi'
has_one
:mock_ci_
integration
,
class_name:
'Integrations::MockCi'
has_one
:packagist_integration
,
class_name:
'Integrations::Packagist'
has_one
:pipelines_email_integration
,
class_name:
'Integrations::PipelinesEmail'
has_one
:pivotaltracker_integration
,
class_name:
'Integrations::Pivotaltracker'
...
...
spec/lib/gitlab/import_export/all_models.yml
View file @
e37e754b
...
...
@@ -393,7 +393,7 @@ project:
-
bugzilla_integration
-
ewm_integration
-
external_wiki_integration
-
mock_ci_
service
-
mock_ci_
integration
-
mock_monitoring_service
-
forked_to_members
-
forked_from_project
...
...
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