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-12-22Move pipeline auth above pipeline assignmentMatija Čupić
2018-12-22Authorize read_pipeline before read_buildMatija Čupić
2018-12-22Authorize read_build when listing pipeline jobsMatija Čupić
2018-12-22Authorize read_build action when listing jobsMatija Čupić
2018-12-05Rename project's pipelines relationFrancisco Javier López
2018-11-28Fix API::Namespaces to accept namepaces with dotsImre Farkas
2018-10-19Rename "scheduled" label/badge of delayed jobs to "delayed"Shinya Maeda
2018-10-02Add a new status to ci_builds.statusShinya Maeda
2018-09-30Enable frozen string in lib/api and lib/backupgfyoung
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2018-08-14Expose all artifacts sizes in jobs apiPeter Marko
2018-07-20Ensure a job preloads the project's namespace to avoid N+1Robert Speicher
2018-06-05Eliminate N+1 queries for CI job artifacts in /api/projects/:id/pipelines/:pi...Stan Hu
2018-04-18Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉
2018-03-09Add proxy_download to perform proxied sending of all filesMicaël Bergeron
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