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-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