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
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-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-10Add 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-11-20Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-01Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-14Optimise DAG processingKamil Trzciński
2019-08-05Merge branch 'prefer-to-use-process-pipeline-worker' into 'master'Sean McGivern
2019-08-02Extend PipelineProcessWorker to accept a list of buildsKamil Trzciński
2019-08-02Properly process `needs:` with `when:`Kamil Trzciński
2019-08-01Add support for DAGKamil Trzciński
2019-04-30Remove deprecated uses of attribute_changed?Heinrich Lee Yu
2019-03-28Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas
2019-03-20Create framework for build prerequisitesTiger
2019-03-20Add :preparing status to HasStatusTiger
2019-01-25Move processables scope into commit status classGrzegorz Bizon
2018-11-15Refactor how a few ActiveRecord enums are definedYorick Peterse
2018-11-05Allow to make builds soft-archived.Kamil Trzciński
2018-11-01Fix typos in comments and specsGeorge Tsiolis
2018-10-28Add failure reason for execution timeoutShinya Maeda
2018-10-26Support backward compatibility when introduce new failure reasonShinya Maeda
2018-10-02Rename failure reason to stale_scheduleShinya Maeda
2018-10-02Fix StuckCiJobsWorker and added testsShinya Maeda
2018-10-02Add cleanup mechanizm for stale scheduled jobsShinya Maeda
2018-10-02Remove whitespaceShinya Maeda
2018-10-02Add a new status to ci_builds.statusShinya Maeda
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2018-08-02Merge branch 'frozen-string-enable-app-models' into 'master'Rémy Coutable
2018-08-01Fix spec failuresKamil Trzciński
2018-08-01Add `runner_unsupported` CI failureKamil Trzciński
2018-07-27Enable frozen string in app/models/*.rbgfyoung
2018-06-06Enable mapping to nil in enumsJan Provaznik
2018-05-15Makes CommitStatus and GenericCommitStatus respond to presentableMayra Cabrera
2018-05-02[Rails5] Fix enum question mark methodsblackst0ne
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
2018-01-31Enable RuboCop Style/RegexpLiteralTakuya Noguchi