summaryrefslogtreecommitdiff
path: root/spec/serializers/runner_entity_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-301-0/+2
|
* Refactor validations and make runner factory by default to be instance-wide ↵Kamil Trzciński2018-05-311-2/+2
| | | | runner
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
|
* Incorporate reviewZ.J. van de Weg2017-05-311-2/+2
|
* Create PipelineDetailsEntityZ.J. van de Weg2017-05-311-3/+12
| | | | | | | | 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/+14
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