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-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-10Merge branch 'rename-ci-commit-phase-4' into 'master' Rémy Coutable
2016-06-10Fix UTF-8 handling in incremental trace update APITomasz Maczukin
2016-06-09Rename commit to pipeline in TriggerRequestKamil 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-03Merge remote-tracking branch 'origin/master' into rename-ci-commitKamil Trzcinski
2016-06-03Try to use `pipeline` where applicableKamil Trzcinski
2016-06-03Refactor code reponsible for creating buildsGrzegorz Bizon
2016-06-03Use ci_commits tableKamil Trzcinski
2016-06-03Save Ci::Commit object to persist all created buildsKamil Trzcinski
2016-06-03Add minor improvements in create builds serviceGrzegorz Bizon
2016-06-03Refactor ci commit pipeline to prevent implicit savesGrzegorz Bizon
2016-06-02Refactor. Add tests.Josh Frye
2016-06-02Invalidate cache on build changeJosh Frye
2016-06-02Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski
2016-06-02Merge branch 'upgrade-devise-two-factor' into 'master' Robert Speicher
2016-05-31Pipelines can be canceled only when there are running buildsKamil Trzcinski
2016-05-30Upgrade attr_encrypted and encryptorConnor Shea
2016-05-30Merge branch 'rubocop/enable-negatedif-style-cop' into 'master' Robert Speicher
2016-05-30Enable Style/NegatedIf Rubocop copGrzegorz Bizon
2016-05-30Enable Style/MethodDefParentheses rubocop copGrzegorz Bizon
2016-05-20Merge branch 'feature/runner-config-untagged-jobs' into 'master' Robert Speicher
2016-05-20Merge branch 'create-todo-on-failing-build' into 'master' Douwe Maan
2016-05-19Rename method that validates runner tag constrainsGrzegorz Bizon
2016-05-19Move runner validator to separate private methodGrzegorz Bizon
2016-05-19Add method that check if build has tagsGrzegorz Bizon
2016-05-19Improve displaying validation messages for runnerGrzegorz Bizon
2016-05-19Add custom validator to runner modelGrzegorz Bizon
2016-05-19Disallow runner to pick untagged build if configuredGrzegorz Bizon
2016-05-19Extend runner config options for untagged jobsGrzegorz Bizon
2016-05-17Create a todo on failing MR buildSean McGivern
2016-05-14Fix specs for MySQLKamil Trzcinski
2016-05-14Merge remote-tracking branch 'origin/master' into with-pipeline-viewKamil Trzcinski
2016-05-13Merge branch 'deprecated-class-methods-cop' into 'master' Robert Speicher
2016-05-12Merge branch 'send-incremental-build-log' into 'master' Jacob Schatz
2016-05-12Merge branch 'fix/reuse-runner-edit-form-in-admin-area' into 'master' Rémy Coutable
2016-05-12Fix specsKamil Trzcinski
2016-05-11Use % notation for arrays in runner model constantsGrzegorz Bizon
2016-05-10Merge remote-tracking branch 'origin/master' into send-incremental-build-logKamil Trzcinski
2016-05-10Share form editable attributes mf runner via modelGrzegorz Bizon
2016-05-10Improve pipelines designKamil Trzcinski
2016-05-09Merge remote-tracking branch 'origin/master' into with-pipeline-viewKamil Trzcinski
2016-05-09Send trace to a browser incrementally when build is runningKamil Trzcinski