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
2023-11-14Add latest changes from gitlab-org/gitlab@16-6-stable-eev16.6.0-rc42GitLab Bot
2023-09-20Add latest changes from gitlab-org/gitlab@16-4-stable-eev16.4.0-rc42GitLab Bot
2022-12-20Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42GitLab Bot
2022-11-17Add latest changes from gitlab-org/gitlab@15-6-stable-eev15.6.0-rc42GitLab Bot
2022-10-20Add latest changes from gitlab-org/gitlab@15-5-stable-eev15.5.0-rc42GitLab Bot
2022-05-19Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot
2021-12-20Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot
2021-07-20Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot
2021-06-16Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot
2021-03-16Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot
2020-11-19Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
2020-09-19Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-01-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-03Add 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-07-17Multiple pipeline support for Build statusGaetan Semet
2018-12-13Fix deprecation: Passing ActiveRecord::Base objects to sanitize_sql_hash_for_...Jasper Maes
2018-12-05Rename project's pipelines relationFrancisco Javier López
2018-11-28Fix API::Namespaces to accept namepaces with dotsImre Farkas
2018-09-30Enable frozen string in lib/api and lib/backupgfyoung
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2017-09-05Fix enum listsShinya Maeda
2017-09-05Fix enum wordingShinya Maeda
2017-09-05Implement `failure_reason` on `ci_builds`Shinya Maeda
2017-09-03Fix specShinya Maeda
2017-08-31API: Use defined project requirementsRobert Schilling
2017-06-27Fix head pipeline stored in merge request for external pipelinesKamil Trzcinski
2017-05-31Introduce source to pipeline entityKamil Trzcinski
2017-03-16Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable
2017-03-01Fix updaing commit status with optional attributesGrzegorz Bizon
2017-02-23Enable Style/WordArrayDouwe Maan
2017-02-14Make it possible to pass coverage value to commit status APIwendy0402
2017-01-18Respond with validation errors in commit status APIGrzegorz Bizon
2016-12-04Use the pagination helper in the APIRobert Schilling
2016-11-24Don't convert data which already is the target typeRobert Schilling
2016-10-20Don't use Hash#slice since it's not supported in Ruby 2.1Rémy Coutable
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-11Reverse ref and sha in args and rename pipeline to pipeline_forLin Jen-Shin
2016-07-20Replace parse_boolean with to_booleanRobert Schilling
2016-07-15Track a user who created a pipelineKamil Trzcinski
2016-06-03Rename all ci_commit[s] in application code to pipeline[s]Kamil Trzcinski
2016-06-03Fix other places where we still use commit attribute of BuildKamil Trzcinski
2016-06-03Use pipelines in context of ProjectKamil 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