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
AgeCommit message (Collapse)Author
2018-09-17Add runner JSON schemaSteve Azzopardi
closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51093
2018-07-23Enable frozen string in app/serializers/**/*.rbgfyoung
Partially addresses #47424.
2018-06-26Remove the use of `is_shared` of `Ci::Runner`Kamil TrzciƄski
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-05-31Incorporate reviewZ.J. van de Weg
2017-05-31Create PipelineDetailsEntityZ.J. van de Weg
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-31Initial implementation for real time job viewZ.J. van de Weg
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