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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
65a9d897
Commit
65a9d897
authored
Jun 28, 2016
by
Tim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed redudant methods implemented by parent class
parent
3d108760
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
15 deletions
+0
-15
app/models/project_services/bugzilla_service.rb
app/models/project_services/bugzilla_service.rb
+0
-12
app/models/project_services/custom_issue_tracker_service.rb
app/models/project_services/custom_issue_tracker_service.rb
+0
-3
No files found.
app/models/project_services/bugzilla_service.rb
View file @
65a9d897
...
@@ -22,16 +22,4 @@ class BugzillaService < IssueTrackerService
...
@@ -22,16 +22,4 @@ class BugzillaService < IssueTrackerService
'bugzilla'
'bugzilla'
end
end
def
fields
[
{
type:
'text'
,
name:
'description'
,
placeholder:
description
},
{
type:
'text'
,
name:
'project_url'
,
placeholder:
'Project url'
},
{
type:
'text'
,
name:
'issues_url'
,
placeholder:
'Issue url'
},
{
type:
'text'
,
name:
'new_issue_url'
,
placeholder:
'New Issue url'
}
]
end
def
initialize_properties
self
.
properties
=
{}
if
properties
.
nil?
end
end
end
app/models/project_services/custom_issue_tracker_service.rb
View file @
65a9d897
...
@@ -32,7 +32,4 @@ class CustomIssueTrackerService < IssueTrackerService
...
@@ -32,7 +32,4 @@ class CustomIssueTrackerService < IssueTrackerService
]
]
end
end
def
initialize_properties
self
.
properties
=
{}
if
properties
.
nil?
end
end
end
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