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 (Expand)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
2017-06-01Add missing specsKamil Trzcinski
2017-06-01Fix data inconsistency issue for old artifacts by moving them to a currently ...Kamil Trzcinski
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
2017-03-08Remove user_can_download_artifactsToon Claes
2017-03-08Make it possible to query scope as scope[]=Toon Claes
2017-03-08Add GET /projects/:id/pipelines/:pipeline_id/jobs endpointToon Claes
2017-03-06Incorporate review, drop old endpointZ.J. van de Weg
2017-03-06Rename Builds to Jobs in the APIZ.J. van de Weg