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
2017-06-01Add missing specsKamil Trzcinski
2017-06-01Fix data inconsistency issue for old artifacts by moving them to a currently ↵Kamil Trzcinski
used path
2017-05-05Check ability to update build on the API resourceGrzegorz Bizon
2017-04-06Optimise trace handling code to use streaming instead of full readKamil Trzciński
2017-03-16Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ↵Rémy Coutable
API routes Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-08Remove user_can_download_artifactsToon Claes
It was actually not used anywhere.
2017-03-08Make it possible to query scope as scope[]=Toon Claes
Since issues also accepts the query parameter iids[]=, also make it possible query scope like that.
2017-03-08Add GET /projects/:id/pipelines/:pipeline_id/jobs endpointToon Claes
Add endpoint to get the jobs scoped to a pipeline.
2017-03-06Incorporate review, drop old endpointZ.J. van de Weg
The endpoint dropped, get ':id/repository/commits/:sha/jobs', should be replace by a new endpoint.
2017-03-06Rename Builds to Jobs in the APIZ.J. van de Weg
Fixes gitlab-org/gitlab-ce#28515 [ci skip]