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-27Merge branch 'backstage/gb/refactor-pipeline-create-service' into 'master'Kamil Trzciński
2017-09-25Fix locked shared runners problemTomasz Maczukin
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/mask_secret.rb` into `lib/gitlab/ci/mask_secret.rb`Maxim Rydkin
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-06Merge branch 'fix/sm/33281-activerecord-recordinvalid-when-build-has-nil-prot...Kamil Trzciński
2017-09-06Improve config source handling codeKamil Trzcinski
2017-09-06Remove only validationShinya Maeda
2017-09-06Revert set_protectedShinya Maeda
2017-09-06Fix /models/ci/pipeline.rbShinya Maeda
2017-09-06Use before_save :set_protectedShinya Maeda
2017-09-06Merge branch 'master' into zj-auto-devops-tableZeger-Jan van de Weg
2017-09-06Use hook for setting Pipeline config_sourceZeger-Jan van de Weg
2017-09-06refactor code based on feedbackJames Lopez
2017-09-06Incorporate another round of feedbackZeger-Jan van de Weg
2017-09-05fix export performance of CI buildsJames Lopez
2017-09-05Merge branch 'fix/sm/35650-remove-createtriggerrequestservice-and-forbid-to-p...Kamil Trzciński
2017-09-04Incorporate reviewZeger-Jan van de Weg
2017-09-04Move trigger_variables to presenterShinya Maeda
2017-09-04trigger_variables should consider trigger_request existstance alwaysShinya Maeda
2017-09-04Fix specShinya Maeda
2017-09-04Remove CreateTriggerRequestService and forbit to save variables on Ci::Trigge...Shinya Maeda
2017-09-04Merge branch 'master' into feature/gb/kubernetes-only-pipeline-jobsGrzegorz Bizon
2017-09-03Fix specShinya Maeda
2017-09-03Fix specShinya Maeda
2017-09-03Add validation for protected attributesShinya Maeda
2017-09-03Improve spec. Add validation for accel_level on runner.Shinya Maeda
2017-09-03Refactor access_level to not_protected and ref_protectedShinya Maeda
2017-09-03Extend can_pick?Shinya Maeda
2017-09-03Update application code by the db schema changeShinya Maeda
2017-09-03Re-organize schema. Drop protected from runner. Add access_level to runner. D...Shinya Maeda
2017-09-03Tweak only new_builds. Revert the rest.Shinya Maeda
2017-09-03Solution 1. Persists protected(ref) flag on ci_pipelines table. builds_for_sh...Shinya Maeda
2017-09-03iniShinya Maeda
2017-09-01Check if service active when using CI/CD kubernetes policyGrzegorz Bizon
2017-08-31Add config_source to ci_pipelinesZeger-Jan van de Weg
2017-08-31Implement the implied CI/CD config for AutoDevOpsZeger-Jan van de Weg
2017-08-31Merge branch 'master' into feature/gb/kubernetes-only-pipeline-jobsGrzegorz Bizon
2017-08-31Refactor context variables in pipeline model classGrzegorz Bizon
2017-08-31Merge branch '26692-predefined-variable-gitlab-user-name' into 'master'Grzegorz Bizon
2017-08-30Add a Build Variable to represent the triggering GitLab user's login usernameMark Fletcher
2017-08-30Add a Build Variable to represent the triggering GitLab user's nameMark Fletcher
2017-08-29replace `is_runner_queue_value_latest?` with `runner_queue_value_latest?`Maxim Rydkin
2017-08-26Check if kubernetes required before creating a jobGrzegorz Bizon
2017-08-26Make it possible to access deployment details from pipelineGrzegorz Bizon