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
path: root/lib/ci/api
AgeCommit message (Expand)Author
2017-08-18Remove CI API v1Zeger-Jan van de Weg
2017-08-01Rename many path_with_namespace -> full_pathGabriel Mazetto
2017-07-25Merge branch '30634-protected-pipeline' into 'master'Kamil Trzciński
2017-07-22Fix support for old CI API when image or services are not specifiedKamil Trzcinski
2017-07-20Use struct instead of hashLin Jen-Shin
2017-07-19Use hash to return multiple objectsLin Jen-Shin
2017-06-29Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin
2017-06-28Fix current feature related specsTiago Botelho
2017-06-12Refactor old formad handling in lib/ci/api/entities.rbTomasz Maczukin
2017-06-12Ensure that old API v1 generates still the same outputTomasz Maczukin
2017-06-06Try to report why it's failing and fix testsLin Jen-Shin
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-13Fix regression in runners registration v1 apiTomasz Maczukin
2017-03-02Refactor JobRequest response structureTomasz Maczukin
2017-02-28Backport new behavior to CI APIRobert Schilling
2017-02-24Merge remote-tracking branch 'upstream/master' into 27762-add-default-artifac...Lin Jen-Shin
2017-02-23Enable Style/WordArrayDouwe Maan
2017-02-23Enable Performance/RedundantMatchDouwe Maan
2017-02-23Enable Style/MutableConstantDouwe Maan
2017-02-22Merge branch 'grapify-ci-runners-api' into 'master' Rémy Coutable
2017-02-22Grapify the CI::Runners APIRobert Schilling
2017-02-22Grapfiy the CI::Triggers APIRobert Schilling
2017-02-15rubocop: Align the operands of an expressionLin Jen-Shin
2017-02-15Use the same syntax for default expirationLin Jen-Shin
2017-02-15Initial implementation for default artifacts expirationLin Jen-Shin
2017-01-25Return struct instead of multiple valuesKamil Trzcinski
2017-01-25Fix specsKamil Trzcinski
2017-01-25Fix picking CI buildsKamil Trzcinski
2017-01-25Remove unneeded code and fix offensesKamil Trzcinski
2017-01-20Backport changes introduced by https://gitlab.com/gitlab-org/gitlab-ee/merge_...Kamil Trzcinski
2017-01-19Merge remote-tracking branch 'origin/master' into 21698-redis-runner-last-buildKamil Trzcinski
2017-01-09Don't instrument 405 Grape callsRémy Coutable
2017-01-04WIP: Add tests and make sure that headers are setLin Jen-Shin
2016-12-21Ensure nil User-Agent doesn't break the CI APIRémy Coutable
2016-12-19Use a block to insert extra check for authenticate_build!Lin Jen-Shin
2016-12-19Prefer unless over if notLin Jen-Shin
2016-12-19Use a separate method to skip validationLin Jen-Shin
2016-12-16Do things in the correct orderKim "BKC" Carlbäcker
2016-12-16#NamingThingsKim "BKC" Carlbäcker
2016-12-16Move redis-logic into Ci::RunnerKim "BKC" Carlbäcker
2016-12-16lintingKim "BKC" Carlbäcker
2016-12-14Give forbidden if project for the build was deletedLin Jen-Shin
2016-12-14typo-oKim "BKC" Carlbäcker
2016-12-14Add BuildQueueWorker for injecting redis-keysKim "BKC" Carlbäcker
2016-12-14First attemptKim "BKC" Carlbäcker
2016-11-21Send credentials array with build dataTomasz Maczukin