summaryrefslogtreecommitdiff
path: root/app/serializers/runner_entity.rb
Commit message (Collapse)AuthorAgeFilesLines
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-1/+1
|
* Incorporate reviewZ.J. van de Weg2017-05-311-2/+4
|
* Create PipelineDetailsEntityZ.J. van de Weg2017-05-311-1/+14
| | | | | | | | Now we have a PipelineEntity which is a bit smaller, mostly in bytes needing to send to the frontend. PipelineDetailsEntity is the default for the PipelineSerializer, limiting the changes needed. This commit also incorporates the review.
* Initial implementation for real time job viewZ.J. van de Weg2017-05-311-0/+3
Added the needed keys and paths to a new entity, BuildDetailsEntity. Not renaming BuildEntity to BuildBasicEntity on explicit request. Most code now has test coverage, but not all. This will be added on later commits on this branch. Resolves gitlab-org/gitlab-ce#31397