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-12-21Fix build factory to have properly filled started and finished dateKamil Trzciński
2017-12-14Replace factory_girl_rails with factory_bot_railsRémy Coutable
2017-12-03Fix specs failures, and use factory with `:ci_job_artifact, :archive`Kamil Trzcinski
2017-12-03Rename artifacts_* to legacy_artifacts_*Kamil Trzcinski
2017-12-03Fix most test failuresZeger-Jan van de Weg
2017-12-03Fix creation of job_artifact_uploaderKamil Trzcinski
2017-12-03Rename Artifact to JobArtifact, split metadata outZeger-Jan van de Weg
2017-12-03Create Ci::ArtifactsZeger-Jan van de Weg
2017-10-30Ci::Build tag is a trait instead of an own factoryZeger-Jan van de Weg
2017-09-04Remove ci_trigger_request_with_variablesShinya Maeda
2017-09-04Fix specShinya Maeda
2017-09-04Revert autheticate! in Trigger APIShinya Maeda
2017-09-03Fix specShinya Maeda
2017-09-03Add validation for protected attributesShinya Maeda
2017-09-03Add the rest of specsShinya Maeda
2017-07-20Wrong data type when testing webhooksAlexander Randa
2017-07-17Make it possible to count a number of job retriesGrzegorz Bizon
2017-07-05Introduce cache policies for CI jobsNick Thomas
2017-06-12Send new configuration options with job's payloadTomasz Maczukin
2017-06-01Just use the url from options, not saving it as a columnLin Jen-Shin
2017-05-25Fix tests for adding environment_urlLin Jen-Shin
2017-05-23Add feature test with unicode traceShinya Maeda
2017-04-28Resolve "Add more tests for spec/controllers/projects/builds_controller_spec.rb"Dosuken shinya
2017-04-06Optimise trace handling code to use streaming instead of full readKamil Trzciński
2017-04-04Fix typoFilipa Lacerda
2017-03-23Fix after_script processing for Runners APIv4Tomasz Maczukin
2017-03-07Merge branch 'feature/runner-jobs-v4-api' into 'master' Kamil Trzciński
2017-03-06Fix specs for detailed statuses for manual actionsGrzegorz Bizon
2017-03-06Fix specs for environments with manual actionsGrzegorz Bizon
2017-03-06Refactor code related to pipeline blocking actionsGrzegorz Bizon
2017-03-02Add some fixes and refactoring after reviewTomasz Maczukin
2017-03-02Refactor JobRequest response structureTomasz Maczukin
2017-03-01Improve build retry service tests for cloning dataGrzegorz Bizon
2017-03-01Fix runner tags assignment when retrying a jobGrzegorz Bizon
2017-02-17Merge branch 'master' into fix/gb/pipeline-retry-builds-startedGrzegorz Bizon
2017-02-16Make build clone/retry implementation more robustGrzegorz Bizon
2017-01-25Adding links to user & build in Chat NotificationsPoornima M
2016-12-15Convert CI YAML variables keys into stringsLin Jen-Shin
2016-12-12Add tests for build play extended detailed statusGrzegorz Bizon
2016-11-22Merge remote-tracking branch 'upstream/master' into fix-cancelling-pipelinesLin Jen-Shin
2016-11-21Introduce deploy command that allows to start deployment from one environment...Kamil Trzcinski
2016-11-18Add a lot of tests for scopes, feedback:Lin Jen-Shin
2016-08-11Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski
2016-07-29Check for Ci::Build artifacts at database levelPaco Guzman
2016-07-19Use value of `yaml_variables` and `when` from config_processor if undefinedKamil Trzcinski
2016-07-18Improve manual actions code and add model, service and feature testsKamil Trzcinski
2016-07-16Store when and yaml variables in builds tableKamil Trzcinski
2016-06-03Rename all `[ci_]commit` to `[ci_]pipeline` in specs and featuresKamil Trzcinski
2016-06-03Try to use `pipeline` where applicableKamil Trzcinski
2016-06-03Rename Ci::Build commit to pipelineKamil Trzcinski