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 (Collapse)Author
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-02-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-03Add pipeline.type key to PipelineEntityShinya Maeda
This commit adds pipeline.type key to PipelineEntity. This key will be used in MR widget in the next iteration.
2019-05-24Add specs checking serialization of a stage buildsGrzegorz Bizon
2019-05-24Do not serialize a pipeline again when showing a buildGrzegorz Bizon
This change makes it possible to avoid additional serialization of entire pipeline when rendering a build details page. Instead we expose more information from the build entity itself what is much cheaper than serializing entire pipeline. Additionally we do not need to serialize `latest?` flag, which involves multiple Gitaly calls.
2019-05-06Fix merge request pipeline exist methodShinya Maeda
Refactor
2019-04-02Backport EE changeShinya Maeda
This is for merge request pipelines
2019-03-19Update pipeline detail view to accommodate post-merge pipelinesShinya Maeda
Commit changes Add spec Add changelog fix fix Fix Fix spec Finish spec ok nice ok ok ok fix
2019-03-13Add attached flag to pipeline entityShinya Maeda
Add spec Fix Fix Add changelog Drop attached Remove attached Update changelog ok
2019-03-13Make all_pipelines method compatible with pipelines for merge requestsShinya Maeda
Make it sane Include merge ref head Fix union Improve a bit Add spec remove add spec Add changelog fix coding offence Apply suggestion to spec/models/merge_request_spec.rb ok ok Fix Fix spec Fix spec fix Simplify the things Memoize OK a
2019-03-06Expose merge request entity for pipelinesShinya Maeda
Add preload Fix ok Write tests test only postgresql ok add more test ; Improve wording Add changelog Fix
2018-12-06Resolve "Include tags into pipeline detail view"Scott Hampton
2018-05-17Exclude coverage data from the pipelines pageYorick Peterse
When displaying a project's pipelines (Projects::PipelinesController#index) we now exclude the coverage data. This data was not used by the frontend, yet getting it would require one SQL query per pipeline. These queries in turn could be quite expensive on GitLab.com.
2018-04-06Resolve "Show `failure_reason` and upgrade tooltips of jobs"Mayra Cabrera
2017-10-05Improve specs for pipeline failure reason presenterGrzegorz Bizon
Conflicts: app/presenters/ci/pipeline_presenter.rb
2017-08-31Add config_source to ci_pipelinesZeger-Jan van de Weg
Given the user can soon have multiple config sources for CI, we now store what type at the time of the pipeline run we chose. This will give us insight into what triggered the new pipeline so we can display it to the enduser.
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-07-18Instead of adding master, stub_not_protect_default_branchLin Jen-Shin
2017-07-04Update tests due to permission changesLin Jen-Shin
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-06-01Merge remote-tracking branch 'origin/master' into zj-job-view-goes-real-timeZ.J. van de Weg
2017-05-31Create PipelineDetailsEntityZ.J. van de Weg
Now we have a PipelineEntity which is a bit smaller, mostly in bytes needing to send to the frontend. PipelineDetailsEntity is the default for the PipelineSerializer, limiting the changes needed. This commit also incorporates the review.
2017-05-31Introduce source to pipeline entityKamil Trzcinski
2017-05-09Merge request widget redesignFatih Acet
2017-03-23Add spec for entity and serializerShinya Maeda
2017-01-20Do not generate pipeline ref path if ref not presentGrzegorz Bizon
2016-12-21Add specs for pipeline entity and improve factoryGrzegorz Bizon
[ci skip]