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-05Merge branch 'master' into 22643-manual-job-pageFilipa Lacerda
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-12-21Fix spec failuresKamil Trzciński
2017-11-07Reduce changesShinya Maeda
2017-11-07Improve specShinya Maeda
2017-11-07Merge branch 'master' into fix/sm/31771-do-not-allow-jobs-to-be-erased-newShinya Maeda
2017-11-06Add doc. Fix spec. Add erase_build in protected_ref ruleShinya Maeda
2017-11-05Expose `duration` in Job API entityMehdi Lahmam
2017-10-20Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo
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-04Set project / pipeline before context in job API specsGrzegorz Bizon
2017-09-04Add API endpoint for downloading single job artifactGrzegorz Bizon
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable
2017-06-06Fix raw_path with the new job path, rename to jobLin Jen-Shin
2017-05-02Improve specs for jobs API regarding manual actionsGrzegorz Bizon
2017-04-06Optimise trace handling code to use streaming instead of full readKamil Trzciński
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