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
2017-09-05Fix enum listsShinya Maeda
2017-09-05Fix enum wordingShinya Maeda
2017-09-05Implement `failure_reason` on `ci_builds`Shinya Maeda
2017-09-03Fix specShinya Maeda
2017-08-31API: Use defined project requirementsRobert Schilling
2017-06-27Fix head pipeline stored in merge request for external pipelinesKamil Trzcinski
2017-05-31Introduce source to pipeline entityKamil Trzcinski
2017-03-16Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable
2017-03-01Fix updaing commit status with optional attributesGrzegorz Bizon
2017-02-23Enable Style/WordArrayDouwe Maan
2017-02-14Make it possible to pass coverage value to commit status APIwendy0402
2017-01-18Respond with validation errors in commit status APIGrzegorz Bizon
2016-12-04Use the pagination helper in the APIRobert Schilling
2016-11-24Don't convert data which already is the target typeRobert Schilling
2016-10-20Don't use Hash#slice since it's not supported in Ruby 2.1Rémy Coutable
2016-10-19Grapify the commit status APIRobert Schilling
2016-09-12Fix an error where we were unable to create a CommitStatus for running stateKamil Trzcinski
2016-08-11Reverse ref and sha in args and rename pipeline to pipeline_forLin Jen-Shin
2016-07-20Replace parse_boolean with to_booleanRobert Schilling
2016-07-15Track a user who created a pipelineKamil Trzcinski
2016-06-03Rename all ci_commit[s] in application code to pipeline[s]Kamil Trzcinski
2016-06-03Fix other places where we still use commit attribute of BuildKamil Trzcinski
2016-06-03Use pipelines in context of ProjectKamil Trzcinski
2016-06-02Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski
2016-05-10Fix a few places where autoloading would failRémy Coutable
2016-04-16Write specs for this featureKamil Trzcinski
2016-04-12Fix specsKamil Trzcinski
2016-04-12Use Ci::Commit as PipelineKamil Trzcinski
2016-03-01Check if commit exists first in commit status APIGrzegorz Bizon
2016-02-29Return empty array when commit has no statuses in APIGrzegorz Bizon
2016-02-02Make the CI permission model simplerKamil Trzcinski
2015-12-11Migrate CI::Project to ProjectKamil Trzcinski
2015-10-12Fix broken testsKamil Trzcinski
2015-10-12Update renderingKamil Trzcinski
2015-10-12Small bug fixesKamil Trzcinski
2015-10-12Add Commit Status documentationKamil Trzcinski
2015-10-12Add author to statusesKamil Trzcinski
2015-10-12Fix commit status POST URLKamil Trzcinski
2015-10-12Implement Commit Status APIKamil Trzcinski