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-01-16Use preload instead of includes to avoid joinsMatija Čupić
2018-01-15Fix N+1 builds query in Jobs list APIMatija Čupić
2017-11-06Add doc. Fix spec. Add erase_build in protected_ref ruleShinya Maeda
2017-11-06Fix spec. Revert update check.Shinya Maeda
2017-11-06Do not allow jobs to be erasedShinya Maeda
2017-09-06Revert moving authorization hook in jobs APIGrzegorz Bizon
2017-09-06Extract job artifacts API code to a separate fileGrzegorz Bizon
2017-09-05Do not require API authentication if artifacts are publicGrzegorz Bizon
2017-09-05Do not use artifacts metadata to access single artifactGrzegorz Bizon
2017-09-05Use API helper to send artifact file through WorkhorseGrzegorz Bizon
2017-09-04Add API endpoint for downloading single job artifactGrzegorz Bizon
2017-08-31API: Use defined project requirementsRobert Schilling
2017-08-16Upgrade grape to 1.0Zeger-Jan van de Weg
Main feature was the deprication of the Hashie stuff, so the access by calling keys as method is gone now.
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]