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
f71b2670
Commit
f71b2670
authored
Mar 23, 2018
by
Grzegorz Bizon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove outdates TODOs from pipeline class
parent
ef97b27d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
app/models/ci/pipeline.rb
app/models/ci/pipeline.rb
+0
-4
No files found.
app/models/ci/pipeline.rb
View file @
f71b2670
...
@@ -496,14 +496,10 @@ module Ci
...
@@ -496,14 +496,10 @@ module Ci
end
end
end
end
# TODO specs
#
def
protected_ref?
def
protected_ref?
strong_memoize
(
:protected_ref
)
{
project
.
protected_for?
(
ref
)
}
strong_memoize
(
:protected_ref
)
{
project
.
protected_for?
(
ref
)
}
end
end
# TODO specs
#
def
legacy_trigger
def
legacy_trigger
strong_memoize
(
:legacy_trigger
)
{
trigger_requests
.
first
}
strong_memoize
(
:legacy_trigger
)
{
trigger_requests
.
first
}
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