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-02-01port of 594e6a0a625^..f74c90f68c6Micaël Bergeron
2017-12-03Store expire_at in ci_job_artifactsKamil Trzcinski
2017-12-03Rename Artifact to JobArtifact, split metadata outZeger-Jan van de Weg
2017-09-05Use script_failure. Add runner_system_failure. Improve spec.Shinya Maeda
2017-09-05Use unknown_failure for runnerShinya Maeda
2017-09-05- Allow runner API to pass failure_reasonShinya Maeda
2017-09-05Fix enum listsShinya Maeda
2017-09-05Implement `failure_reason` on `ci_builds`Shinya Maeda
2017-08-30Merge branch 'api-delete-respect-headers' into 'master'Sean McGivern
2017-08-29replace `is_runner_queue_value_latest?` with `runner_queue_value_latest?`Maxim Rydkin
2017-08-28Conditionally destroy a ressourceRobert Schilling
2017-08-01Rename many path_with_namespace -> full_pathGabriel Mazetto
2017-07-20Update grape gemDmitriy Zaporozhets
2017-06-02Enable the Style/PreferredHashMethods copRémy Coutable
2017-06-01Add missing specsKamil Trzcinski
2017-06-01Fix data inconsistency issue for old artifacts by moving them to a currently ...Kamil Trzcinski
2017-04-06Optimise trace handling code to use streaming instead of full readKamil Trzciński
2017-03-31Backport API changes needed to fix sticking in EEYorick Peterse
2017-03-20Remove legacy Runners support in /api/v4/jobs/requestTomasz Maczukin
2017-03-20Make runner's veryfication working againTomasz Maczukin
2017-03-07Add minor refactoringTomasz Maczukin
2017-03-02Add some fixes and refactoring after reviewTomasz Maczukin
2017-03-02Fix rubocop offensesTomasz Maczukin
2017-03-02Add artifacts downloading APITomasz Maczukin
2017-03-02Add artifacts uploading APITomasz Maczukin
2017-03-02Add artifacts uploading authorize APITomasz Maczukin
2017-03-02Add job patch trace APITomasz Maczukin
2017-03-02Add job update APITomasz Maczukin
2017-03-02Add missing param description for POST /api/v4/jobs/requestTomasz Maczukin
2017-03-02Refactor JobRequest response structureTomasz Maczukin
2017-03-02Add jobs requesting APITomasz Maczukin
2017-02-28New runner API returns 204Robert Schilling
2017-02-16Rename API::Ci to API::RunnerTomasz Maczukin