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
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
2017-12-06Fail jobs if its dependency is missingShinya Maeda
2017-11-27Allow to drop jobs for deleted projectsKamil Trzcinski
2017-11-06Extract ensure stage service from commit status classGrzegorz Bizon
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-05- Allow runner API to pass failure_reasonShinya Maeda
2017-09-05Fix enum listsShinya Maeda
2017-09-05Fix enum wordingShinya Maeda
2017-09-05Implement `failure_reason` on `ci_builds`Shinya Maeda
2017-07-24Update related stage status when job status is changedGrzegorz Bizon
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-04Add a workaround for a tmp job -> stage relationGrzegorz Bizon
2017-06-13Handle legacy jobs without nameZ.J. van de Weg
2017-06-12Merge branch 'fix/import-commit-status-issue' into 'master'Douwe Maan
2017-06-12Improve Job detail view to make it refreshed in real-time instead of reloadingFilipa Lacerda
2017-06-12ignore name validation on importingJames Lopez
2017-06-05Merge branch 'master' into feature/gb/persist-pipeline-stagesGrzegorz Bizon
2017-06-05Merge branch 'zj-job-view-goes-real-time' into 'master'Kamil Trzciński
2017-06-04retryable? is now available for CommitStatusZ.J. van de Weg
2017-06-02Don’t schedule workers from inside transactionsDouwe Maan
2017-06-02Refine implementation of pipeline stage seedsGrzegorz Bizon
2017-05-22Test the ExpireJobCacheWorker and related changesZ.J. van de Weg