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
2021-06-16Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot
2021-04-21Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot
2021-03-16Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-04-01Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-07-23Add specs for specifying pipeline behaviorMatija Čupić
2019-04-11Align UrlValidator to validate_url gem implementation.Thong Kuah
2018-12-19Update specs to rails5 formatblackst0ne
2018-12-05Rename project's pipelines relationFrancisco Javier López
2018-06-01Add validation to webhook and service URLs to ensure they are not blocked bec...Francisco Javier López
2018-01-11Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉
2017-10-20Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo
2017-09-05Fix specShinya Maeda
2017-09-05- Allow runner API to pass failure_reasonShinya Maeda
2017-09-05Fix enum listsShinya Maeda
2017-09-05Implement `failure_reason` on `ci_builds`Shinya Maeda
2017-09-03Fix specShinya Maeda
2017-08-09Enable the Layout/SpaceBeforeBlockBraces copRémy Coutable
2017-07-05Add test example for external commit status retriesGrzegorz Bizon
2017-06-27Fix head pipeline stored in merge request for external pipelinesKamil Trzcinski
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-05-31Introduce source to pipeline entityKamil Trzcinski
2017-05-07Store retried in database for CI buildsKamil Trzcinski
2017-04-21Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo
2017-03-01Fix Rubocop offenses in commit status API specsGrzegorz Bizon
2017-03-01Fix updaing commit status with optional attributesGrzegorz Bizon
2017-02-20Remove shared example for paginationRobert Schilling
2017-02-17Merge branch 'fix/gb/pipeline-retry-builds-started' into 'master' Kamil Trzciński
2017-02-17Merge branch 'master' into fix/gb/pipeline-retry-builds-startedGrzegorz Bizon
2017-02-16Add a custom pagination matcherRobert Schilling
2017-02-14Make it possible to pass coverage value to commit status APIwendy0402
2017-02-13Skip job only when canceling the pipeline it belongs toGrzegorz Bizon
2017-01-27Use `:empty_project` where possible in request specsRobert Speicher
2017-01-18Respond with validation errors in commit status APIGrzegorz Bizon
2017-01-18Add URL validations for generic commit statusesGrzegorz Bizon
2016-10-19Grapify the commit status APIRobert Schilling
2016-09-12Fix an error where we were unable to create a CommitStatus for running stateKamil Trzcinski
2016-08-09adds second batch of tests changed to active tensetiagonbotelho
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-06-27Use HTTP matchers if possibleZ.J. van de Weg
2016-06-03Rename remaining ci_commits in specsKamil Trzcinski
2016-06-03Rename Ci::Build commit to pipelineKamil Trzcinski
2016-06-02Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski
2016-05-10Fix a few places where autoloading would failRémy Coutable