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-05-02Adds a way to start multiple manual jobs in stageMayra Cabrera
2019-03-28Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas
2019-03-20Add :preparing status to HasStatusTiger
2019-01-25Add a new relation between a stage and related bridgesGrzegorz Bizon
2018-10-04Make Ci::Stage status transition event consistent with Ci::PipelineShinya Maeda
2018-10-02Update pipelines and stages status as wellShinya Maeda
2018-08-03Enable frozen string for app/models/**/*.rbgfyoung
2018-06-04Raise error if pipeline / stage hits unknown statusGrzegorz Bizon
2018-05-25Do not update stage status when it is just createdGrzegorz Bizon
2018-05-23DRY creating groups of common builds in a stageGrzegorz Bizon
2018-05-22Preload number of warnings in every stage in a pipelineGrzegorz Bizon
2018-05-21Use persisted stages to load pipelines index tableGrzegorz Bizon
2018-05-01Use stages position column to track stage indexGrzegorz Bizon
2018-04-24Rename stage index column name to priority columnGrzegorz Bizon
2018-04-24Use database query to calculate average stage positionGrzegorz Bizon
2018-04-24Ensure that an imported pipeline stage can be updatedGrzegorz Bizon
2018-04-24Validate presence of a stage index in the modelGrzegorz Bizon
2017-09-12move `lib/ci/model.rb` into `lib/gitlab/ci/model.rb`Maxim Rydkin
2017-08-22Set a default CI/CD status when it is not knownGrzegorz Bizon
2017-08-16Use usual method to retrieve CI/CD stage statusesGrzegorz Bizon
2017-07-31Use update_column_in_batches helper in stages migrationGrzegorz Bizon
2017-07-26Rename method responsible for updating stage statusGrzegorz Bizon
2017-07-26Move enum specific code from a concern to CI stageGrzegorz Bizon
2017-07-24Update related stage status when job status is changedGrzegorz Bizon
2017-07-20Implement method that updates a stage statusGrzegorz Bizon
2017-07-20Change a method name which enumerates CI/CD statusesGrzegorz Bizon
2017-07-20Implement proper associations with a persisted stageGrzegorz Bizon
2017-07-04Add some validations to persisted stage modelGrzegorz Bizon
2017-07-04Use enumerated status in persisted stage classGrzegorz Bizon
2017-06-02Refine implementation of pipeline stage seedsGrzegorz Bizon
2017-06-01Rename `Ci::Stage` class to `Ci::LegacyStage`Grzegorz Bizon
2017-05-06Real time pipeline show actionZeger-Jan van de Weg
2017-03-08Fix Rubocop offense in CI/CD stage codeGrzegorz Bizon
2017-03-08Fix `passed with warnings` stage status on MySQLGrzegorz Bizon
2017-01-19Fix warnings argument memoization in CI/CD stageGrzegorz Bizon
2017-01-18Pass memoizable warnings attribute to stage objectGrzegorz Bizon
2017-01-11Add concrete success warning status to stage factoryGrzegorz Bizon
2016-12-20Add tests for stage API endpointKamil Trzcinski
2016-12-13Improve readability in methods for detailed statusGrzegorz Bizon
2016-12-12Fix auto loading of constants for Ci StatusesKamil Trzcinski
2016-12-07Code reviewKamil Trzcinski
2016-12-06Fix test failuresKamil Trzcinski
2016-12-06Added Stage testsKamil Trzcinski
2016-12-06Add Ci::Status::StageKamil Trzcinski
2016-12-06Preserve stage values and use StaticModelKamil Trzcinski
2016-12-06Introduce `Ci::Stage`, right now this is artificial object that is build dyna...Kamil Trzcinski