BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
6186ac2c
Commit
6186ac2c
authored
Nov 12, 2016
by
Grzegorz Bizon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Expose created_at and updated_at in pipeline entity
parent
77482829
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
pipeline_entity.rb
app/serializers/pipeline_entity.rb
+2
-0
request_aware_entity.rb
app/serializers/request_aware_entity.rb
+0
-4
No files found.
app/serializers/pipeline_entity.rb
View file @
6186ac2c
...
...
@@ -64,6 +64,8 @@ class PipelineEntity < Grape::Entity
pipeline
.
project
,
pipeline
.
id
)
end
expose
:created_at
,
:updated_at
def
created_exposure?
!
incremental?
||
created?
end
...
...
app/serializers/request_aware_entity.rb
View file @
6186ac2c
...
...
@@ -9,10 +9,6 @@ module RequestAwareEntity
@options
.
fetch
(
:request
)
end
def
current_user
@options
.
fetch
(
:current_user
)
end
def
can?
(
object
,
action
,
subject
)
Ability
.
allowed?
(
object
,
action
,
subject
)
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