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-12-21Ensure nil User-Agent doesn't break the CI APIRémy Coutable
2016-12-19Spaces around literal hashLin Jen-Shin
2016-12-19Just set the status rather than calling eventLin Jen-Shin
2016-12-19Define actions in let so that it could be overriddenLin Jen-Shin
2016-12-19Delete the project when building the buildLin Jen-Shin
2016-12-14Give forbidden if project for the build was deletedLin Jen-Shin
2016-11-28Changed API spec files to describe the correct classLivier
2016-11-21Merge branch 'feature/send-registry-address-with-build-payload' into 'master' Kamil Trzciński
2016-11-21Add Gitlab::Ci::Build::Credentials module with build credentials abstractionTomasz Maczukin
2016-11-21Send credentials array with build dataTomasz Maczukin
2016-11-16Send registry_url with build data to GitLab RunnerTomasz Maczukin
2016-11-15Update the updated_at of a build while patching the traceTomasz Maczukin
2016-11-01Make specs a bit fasterValery Sizov
2016-10-03Add some tests for updating ci runner informationGrzegorz Bizon
2016-09-19Solve code review commentsKamil Trzcinski
2016-09-16Added builds_spec and git_http_specsKamil Trzcinski
2016-09-13Add test with inactive error use case for 'POST /ci/api/v1/builds/register.json'Tomasz Maczukin
2016-09-13Fix rubocop offencesTomasz Maczukin
2016-09-13Change response for /ci/api/v1/builds/register.json from 404 to 204Tomasz Maczukin
2016-09-06Constants in specsJacob Vosmaer
2016-09-05Verify JWT messages from gitlab-workhorseJacob Vosmaer
2016-08-11Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski
2016-08-09adds second batch of tests changed to active tensetiagonbotelho
2016-07-26Fix testsKatarzyna Kobierska
2016-07-20Update all exposed variables to CI buildsKamil Trzcinski
2016-07-04Use describe rather than context for this:Lin Jen-Shin
2016-07-04Use describe rather than context, feedback from:Lin Jen-Shin
2016-07-04Rename to "successful artifacts upload", feedback:Lin Jen-Shin
2016-07-01Rename shared_examples, feedback:Lin Jen-Shin
2016-06-30Use nil for non-existing files rather than 0Lin Jen-Shin
2016-06-29Use AR callbacks as suggested by:Lin Jen-Shin
2016-06-28Also remove ci_builds.artifacts_size when erasedLin Jen-Shin
2016-06-28Just save the size in total rather than individual filesLin Jen-Shin
2016-06-28Introduce ci_builds.artifacts_sizes as JSON:Lin Jen-Shin
2016-06-28Cleanup the tests a bit in order to extend itLin Jen-Shin
2016-06-27Use HTTP matchers if possibleZ.J. van de Weg
2016-06-13Improve testsKamil Trzcinski
2016-06-13Improve design based on reviewKamil Trzcinski
2016-06-13Support expiration date in CI API when uploading artifactsKamil Trzcinski
2016-06-09Rename commit to pipeline in TriggerRequestKamil Trzcinski
2016-06-06Merge branch 'rename-ci-commit' into rename-ci-commit-phase-2Kamil Trzcinski
2016-06-06Fix tests offenses: use `pipeline` of Ci::Build and rename viewsKamil Trzcinski
2016-06-03Rename all `[ci_]commit` to `[ci_]pipeline` in specs and featuresKamil Trzcinski
2016-06-03Rename Ci::Build commit to pipelineKamil Trzcinski
2016-05-24Enable RSpec/NotToNot cop and auto-correct offensesRobert Speicher
2016-05-19Add CI API tests for runner config and untagged jobsGrzegorz Bizon
2016-05-13Codestyle: make sure we have space around operatorsGabriel Mazetto
2016-04-21Merge branch 'ci-commit-as-pipeline' into 'master' Kamil Trzciński
2016-04-20Make sure that appending is done on a valid lengthTomasz Maczukin
2016-04-20Add range checkingTomasz Maczukin