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
2018-05-07Merge branch 'add-git-commit-message-predefined-variable' into 'master'Grzegorz Bizon
2018-05-07Add memoization of commit related values in Ci::PipelineTomasz Maczukin
2018-05-07Add a CI_COMMIT_MESSAGE predefined variableTomasz Maczukin
2018-05-02Merge branch 'master' into 44059-specify-variables-when-executing-a-manual-pi...Matija Čupić
2018-05-02[Rails5] Fix enum question mark methodsblackst0ne
2018-04-18Accept nested Variables in Ci::PipelineMatija Čupić
2018-03-26Merge branch 'backstage/gb/populating-pipeline-refactoring' into 'master'Kamil Trzciński
2018-03-23Remove outdates TODOs from pipeline classGrzegorz Bizon
2018-03-22Bring seeds size method back to CI/CD pipeline classGrzegorz Bizon
2018-03-22Fix static analysis and tests related to YAML processingGrzegorz Bizon
2018-03-22Decouple YAML processor from pipeline objectsGrzegorz Bizon
2018-03-22Merge branch '37987-speed-up-pipeline-creation' into 'master'Kamil Trzciński
2018-03-21Make it easier to test pipeline stage seedsGrzegorz Bizon
2018-03-21Reduce stage seeds coupling between pipeline and YAMLGrzegorz Bizon
2018-03-21Support building all pipeline resource before savingGrzegorz Bizon
2018-03-21Introduce pipeline build seedsGrzegorz Bizon
2018-03-21Add inverse_of: :pipeline for pipeline.builds (#37987)Dylan Griffith
2018-03-18Merge branch 'fix/sm/clarify-ambiguous-with_artifacts-implication' into 'master'Kamil Trzciński
2018-03-15Use with_artifacts_archive name. Add specShinya Maeda
2018-03-15Clarify ambiguous with_artifacts implicationShinya Maeda
2018-03-14DRY remaining instances of predefined variablesGrzegorz Bizon
2018-02-22Add inverse_of pipeline -> statuses -> pipeline (#43134)Dylan Griffith
2018-02-07Handle all YAML parser exceptions in .gitlab-ci.yml (fixes #41209)Dylan Griffith
2018-01-25Look for rugged with static analysisJacob Vosmaer
2018-01-14Ensure CI pipelines and builds have the correction project associationsStan Hu
2017-12-19Load commit in batches for pipelines#indexZeger-Jan van de Weg
2017-12-18Fix job count in pipeline success mailChristiaan Van den Poel
2017-11-30Do not set pipeline source after initializationGrzegorz Bizon
2017-11-28Replce kubernetes_service and deployment_service to deployment_platformShinya Maeda
2017-11-21Use arrays in Pipeline#latest_builds_with_artifactsYorick Peterse
2017-11-20Merge branch '18040-rubocop-line-break-after-guard-clause' into 'master'Rémy Coutable
2017-11-16Adds Rubocop rule for line break after guard clauseJacopo
2017-11-16Optimise getting the pipeline status of commitsYorick Peterse
2017-11-09Make sure all pipelines would go to pending onceLin Jen-Shin
2017-11-08Use Commit#notes and Note.for_commit_id when possible to make sure we use all...Douwe Maan
2017-10-27Cache commits on the repository modelZeger-Jan van de Weg
2017-10-05Improve pipeline optimistic locking implementationGrzegorz Bizon
2017-10-05Set a pipeline failure reason when it has YAML errorsGrzegorz Bizon
2017-10-05Pass pipeline failure reason to a transition eventGrzegorz Bizon
2017-10-05Add failure reason enum to CI/CD pipeline modelGrzegorz Bizon
2017-10-05Implement pipeline seeds size methodsGrzegorz Bizon
2017-09-25Move related pipeline class to new pipeline moduleGrzegorz Bizon
2017-09-18Do not initialize YAML processor with project full pathGrzegorz Bizon
2017-09-18Do not pass project path from YAML processorGrzegorz Bizon
2017-09-14Memoize the latest builds of a pipelineYorick Peterse
2017-09-12move `lib/ci/gitlab_ci_yaml_processor.rb` into `lib/gitlab/ci/yaml_processor.rb`Maxim Rydkin
2017-09-12move `lib/ci/model.rb` into `lib/gitlab/ci/model.rb`Maxim Rydkin
2017-09-06Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into zj/gitlab-ce-zj...Kamil Trzcinski
2017-09-06Improve config source handling codeKamil Trzcinski
2017-09-06Remove only validationShinya Maeda