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-02-18Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot
2021-01-20Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher
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-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2020-05-20Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2020-04-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-01Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-04-30Remove deprecated uses of attribute_changed?Heinrich Lee Yu
2019-04-01Add # frozen_string_literal to spec/modelsThong Kuah
2019-03-20Create framework for build prerequisitesTiger
2019-03-20Add :preparing status to HasStatusTiger
2018-12-04Fix coding offenceShinya Maeda
2018-12-03fix wordingShinya Maeda
2018-12-03Fix the coding styleShinya Maeda
2018-12-03Validate enum uniquenessShinya Maeda
2018-10-02Add unit tests for CommitStatus and Ci::StageShinya Maeda
2018-05-16Respect the inheritance chain between Ci::Build and CommitStatusMayra Cabrera
2018-05-15Makes CommitStatus and GenericCommitStatus respond to presentableMayra Cabrera
2018-04-10Ensure that enqueuing a commit status always sets 'queued_at' valueTomasz Maczukin
2018-04-04Revert "Allow CI/CD Jobs being grouped on version strings"Zeger-Jan van de Weg
2018-03-01Allow CI/CD Jobs being grouped on version stringsZeger-Jan van de Weg
2017-11-06Use existing pipeline stage if stage already existsGrzegorz Bizon
2017-11-06Make sure that every job has a stage assignedGrzegorz Bizon
2017-09-05Use script_failure. Add runner_system_failure. Improve spec.Shinya Maeda
2017-09-05Fix specShinya Maeda
2017-09-05- Allow runner API to pass failure_reasonShinya Maeda
2017-09-05Fix enum listsShinya Maeda
2017-08-16Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon
2017-08-09Enable the Layout/SpaceBeforeBlockBraces copRémy Coutable
2017-07-31Merge commit '9a3b283402b8cc1c86802c526f19a459ce09c2e3' into backstage/gb/mig...Grzegorz Bizon
2017-07-27Remove superfluous type defs in specsKeifer Furzland
2017-07-24Do not implement CI/CD job to stage association yetGrzegorz Bizon
2017-07-20Use a new stage_id reference to a persisted stageGrzegorz Bizon
2017-07-11Freeze mutable constants in stages migration codeGrzegorz Bizon
2017-07-04Add a workaround for a tmp job -> stage relationGrzegorz Bizon
2017-06-20Check warnings when building compound status SQL queryGrzegorz Bizon
2017-06-20Add test for using overridden status method with scopesGrzegorz Bizon
2017-06-20Move custom compound status method to commit statusGrzegorz Bizon
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-05-22Test the ExpireJobCacheWorker and related changesZ.J. van de Weg