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
2021-05-19Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot
2021-04-21Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot
2021-03-16Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot
2020-12-17Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab 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-03-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-04-09Extract preloaded_relations into methodMatija Čupić
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-10-02Add scheduled_actions as an explicit group of actionsShinya Maeda
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
2018-07-25Remove code for dynamically generating routesYorick Peterse
This adds a database migration that creates routes for any projects and namespaces that don't already have one. We also remove the runtime code for dynamically creating routes, as this is no longer necessary.
2018-07-23Enable frozen string in app/serializers/**/*.rbgfyoung
Partially addresses #47424.
2018-05-25Fix pipelines serializer with preloading paginationGrzegorz Bizon
2018-05-24Reduce pipeline serialization queries when preloadedGrzegorz Bizon
2018-05-23Do not paginate pipelines active relation twiceGrzegorz Bizon
2017-10-04Add a `WithPagination` concern to reuse across serializersBob Van Landuyt
2017-06-07Merge branch 'issue_27166_2' into 'master'Douwe Maan
Avoid repeated queries for pipeline builds on merge requests See merge request !11888
2017-06-07Avoid repeated queries for pipeline builds on merge requestsFelipe Artur
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-09Merge request widget redesignFatih Acet
2017-04-06Use preload because we don't want join hereLin Jen-Shin
2017-04-06Next roundKamil Trzcinski
2017-04-06Further optimise queriesKamil Trzcinski
2017-04-06Update tests and associationsKamil Trzcinski
2017-04-06Optimise includesKamil Trzcinski
2017-03-23Add a blank line after a guard clauseDosuken shinya
2017-03-23Move conditional statement to PipelineSerializer#represent_statusShinya Maeda
2017-03-23fetch to digShinya Maeda
2017-03-23Using fetch instead of direct refference for hashShinya Maeda
2017-03-23with_status to represent_statusShinya Maeda
2017-03-23with_status to only_statusShinya Maeda
2017-03-23Fix rubocop angerShinya Maeda
2017-03-23Expose only status. ci_cd_status to status. Support abstract class.Shinya Maeda
2017-03-01Enable and autocorrect the CustomErrorClass copSean McGivern
2017-02-07Use `#present?` instead of `defined?` in serializersGrzegorz Bizon
2017-02-06Add specs for standalone pagination for serializersGrzegorz Bizon
2017-02-06Move serializers pagination class to separate moduleGrzegorz Bizon
This helps to avoid conflicts with `Paginator` class that seems to be used by some bundled libs.
2017-02-02Encapsulate reused pagination component in a classGrzegorz Bizon
2017-01-27Add controller test for merge requests pipelines APIGrzegorz Bizon