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
2017-06-07Merge branch 'issue_27166_2' into 'master'Douwe Maan
2017-06-07Avoid repeated queries for pipeline builds on merge requestsFelipe Artur
2017-06-05Merge branch 'master' into feature/gb/persist-pipeline-stagesGrzegorz Bizon
2017-06-05Remove legacy method from pipeline classGrzegorz Bizon
2017-06-02Refine implementation of pipeline stage seedsGrzegorz Bizon
2017-06-01Rename `Ci::Stage` class to `Ci::LegacyStage`Grzegorz Bizon
2017-06-01Rename pipeline methods related to legacy stagesGrzegorz Bizon
2017-05-31Expose pipeline stage seeds from pipeline instanceGrzegorz Bizon
2017-05-31Return stage seeds object from YAML processorGrzegorz Bizon
2017-05-31Introduce source to pipeline entityKamil Trzcinski
2017-05-30Remove legacy method from create build serviceGrzegorz Bizon
2017-05-30Expose stage model attributes from pipeline objectGrzegorz Bizon
2017-05-08Fix specs 2Felipe Artur
2017-05-08Add merge requests association to pipelineFelipe Artur
2017-05-08Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg
2017-04-24Merge branch 'tc-realtime-every-pipeline-on-mr' into 'master' Kamil Trzciński
2017-04-24Use a better performing query to find all MRs for pipelineToon Claes
2017-04-24Properly expire cache for **all** MRs of a pipelineToon Claes
2017-04-21Fix missing pipeline duration for blocked pipelinesGrzegorz Bizon
2017-04-07Use `Ci::ExpirePipelineCacheService` to set `ProjectPipelinestatus`Bob Van Landuyt
2017-04-07Rename `ProjectBuildStatus` -> `ProjectPipelineStatus`Bob Van Landuyt
2017-04-07Wrap updating of cache after pipeline transition in class methodBob Van Landuyt
2017-04-07Update project build status cache when transitioningBob Van Landuyt
2017-04-07Rename Ci::PipelineStatus -> Ci::ProjectBuildStatusBob Van Landuyt
2017-04-07Merge branch '8998_skip_pending_commits_if_not_head' into 'master' Kamil Trzciński
2017-04-07Fix bad conflict resolutionLin Jen-Shin
2017-04-07Merge remote-tracking branch 'upstream/master' into 8998_skip_pending_commits...Lin Jen-Shin
2017-04-07Use Etag caching for pipelines jsonToon Claes
2017-04-06Fix rubocop offensesLin Jen-Shin
2017-04-06Use before_transitionLin Jen-Shin
2017-04-06We don't have to save, transition would save for usLin Jen-Shin
2017-04-06Also track auto-cancelling in jobs, detail:Lin Jen-Shin
2017-04-06Introduce endpoint optimisationsKamil Trzcinski
2017-04-05Add test for presentersLin Jen-Shin
2017-04-04replace helper with decoratorRydkin Maxim
2017-04-04rename `auto_canceled_by` and add foreign keyRydkin Maxim
2017-04-04move `auto_cancelable_pipelines` method to `create_pipeline_service.rb`Rydkin Maxim
2017-04-04add auto-cancel for pending pipelines on branch, if they are not HEADRydkin Maxim
2017-04-03Quiet pipeline emailsSean McGivern
2017-04-02Fix N+1 query in loading pipelines in merge requestsStan Hu
2017-03-18All CI offline migrationsKamil Trzciński
2017-03-16removes n+1 query from tags and branches indexesTiago Botelho
2017-03-16Update the pipeline cache when updating a pipeline-statusBob Van Landuyt
2017-03-08Fix `passed with warnings` stage status on MySQLGrzegorz Bizon
2017-03-06Reinstitute a core `manual` status for manual actionsGrzegorz Bizon
2017-03-06Add support for blocking actions to CI/CD pipelineGrzegorz Bizon
2017-02-23Revert "Enable Style/DotPosition"Douwe Maan
2017-02-23Revert "Prefer leading style for Style/DotPosition"Douwe Maan
2017-02-23Move up delegate callsDouwe Maan
2017-02-23Enable Rails/DelegateDouwe Maan