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
2016-07-21Merge branch 'artifacts-from-ref-and-build-name-api' into 'master' Rémy Coutable
2016-07-20Merge branch 'cs-warn-on-failure' into 'master' Fatih Acet
2016-07-20Merge branch 'master' into artifacts-from-ref-and-build-name-apiLin Jen-Shin
2016-07-20Fix a problem with processing a pipeline where stage only has manual actionsKamil Trzcinski
2016-07-20Avoid mixing builds from different pipelines:Lin Jen-Shin
2016-07-20Improve implementation of variablesKamil Trzcinski
2016-07-19Address feedback.Connor Shea
2016-07-19Add with_warnings? method to Pipelines and add tests.Connor Shea
2016-07-19Use default_branch rather than master, feedback:Lin Jen-Shin
2016-07-19Only allow branches/tags, disallow SHA:Lin Jen-Shin
2016-07-19Merge branch 'master' into artifacts-from-ref-and-build-name-apiLin Jen-Shin
2016-07-19API for downloading latest successful build:Lin Jen-Shin
2016-07-19Merge branch 'manual-actions' into 'master' Rémy Coutable
2016-07-18Rename playable_actions to manual_actionsKamil Trzcinski
2016-07-18Add implementation of manual actionsKamil Trzcinski
2016-07-18add git-commit-title-method into pipeline model and modify viewubudzisz
2016-07-18Merge branch 'track-pipeline-user' into 'master' Rémy Coutable
2016-07-16Don't fail when Ci::Pipeline doesn't have a projectDouwe Maan
2016-07-15Track a user who created a pipelineKamil Trzcinski
2016-07-04Don't garbage collect commits that have related DB records like commentsDouwe Maan
2016-06-25Add support for "skip ci" tooSimon Welsh
2016-06-25Allow "ci skip" to be in any caseSimon Welsh
2016-06-23fixed pipeline notes issueJames Lopez
2016-06-21Rename commit_data in Pipeline to commitGrzegorz Bizon
2016-06-17Merge branch 'feature/project-export' into 'master' Douwe Maan
2016-06-16Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into feature/project...James Lopez
2016-06-16Revert "squashed merge and fixed conflicts"James Lopez
2016-06-16squashed merge and fixed conflictsJames Lopez
2016-06-15Merge branch 'master' into fix/status-of-pipeline-without-buildsGrzegorz Bizon
2016-06-15Remove reduntant method for building pipeline buildsGrzegorz Bizon
2016-06-15Improve creating builds by combining two loopsGrzegorz Bizon
2016-06-15Add note for short circuit eval when building buildsGrzegorz Bizon
2016-06-15Return false in create_builds if not builds createdGrzegorz Bizon
2016-06-14Improve code clarity in pipeline create serviceGrzegorz Bizon
2016-06-14Merge branch 'master' into fix/status-of-pipeline-without-buildsGrzegorz Bizon
2016-06-14Make retry action on pipeline to save a userKamil Trzcinski
2016-06-13refactored loads of things due to commits to pipeline changeJames Lopez
2016-06-13Merge branches 'feature/project-export' and 'master' of gitlab.com:gitlab-org...James Lopez
2016-06-10commit statusKamil Trzcinski
2016-06-03Fix other places where we still use commit attribute of BuildKamil Trzcinski
2016-06-03Fix more places where we should rename ci_commit to pipelineKamil Trzcinski
2016-06-03Use foreign_key to define column nameKamil Trzcinski
2016-06-03Use ci_commits tableKamil Trzcinski
2016-06-02Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski