Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-10-04 21:05:55 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-10-04 21:05:55 +0300
commit5e5da0f1ee3ae379d4706aac683e92bd285611ab (patch)
treed5e90fb2a4a86b9b9c1208cede786abdb864febf /lib
parent5ecacec30458330df5fa6d591dc58e37afb41cd4 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib')
-rw-r--r--lib/api/entities.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api/entities.rb b/lib/api/entities.rb
index 876dcfa48c6..16cc20e95c5 100644
--- a/lib/api/entities.rb
+++ b/lib/api/entities.rb
@@ -682,6 +682,7 @@ module API
class PipelineBasic < Grape::Entity
expose :id, :sha, :ref, :status
+ expose :created_at, :updated_at
expose :web_url do |pipeline, _options|
Gitlab::Routing.url_helpers.project_pipeline_url(pipeline.project, pipeline)