Commit Graph

8 Commits

Author SHA1 Message Date
GitLab Bot 72179bac11 Add latest changes from gitlab-org/gitlab@master 2021-04-16 00:09:09 +00:00
Steve Azzopardi 5328f7d15d
Add runner JSON schema
closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51093
2018-09-17 11:04:33 +02:00
gfyoung dce26700b2 Enable frozen string in app/serializers/**/*.rb
Partially addresses #47424.
2018-07-23 11:27:39 -07:00
Kamil Trzciński ca93faf15f Remove the use of `is_shared` of `Ci::Runner` 2018-06-26 15:53:09 +02:00
Douwe Maan fe13f11041 Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
Z.J. van de Weg 8a9a62e329 Incorporate review 2017-05-31 21:56:18 +02:00
Z.J. van de Weg 68569584b7 Create PipelineDetailsEntity
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.
2017-05-31 21:44:53 +02:00
Z.J. van de Weg 47a0276e53 Initial implementation for real time job view
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
2017-05-31 21:44:15 +02:00