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
2022-04-20Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot
2021-05-19Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot
2020-05-20Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2020-04-20Add latest changes from gitlab-org/gitlab@12-10-stable-eeGitLab Bot
2019-08-29Reduce the number of SQL requests on MR-showIgor
- Extract MR fields for notes into a separate serializer - Check if pipelines are empty via count
2019-08-20Improve UX multi assigness in MRSamantha Ming
Add merge warning on avatar in: - open view assigness - collapsed view assigness - dropdown (search) view assigness Add can_merge option to MR sidebar entity
2019-08-10Split MR widget into cached and non-cached serializersIgor
Splits auto-refreshing of MR widget into 2 requests: - the one which uses etag-caching and invalidates the fields on change - the one without caching The idea is to gradually move all the fields to etag-cached endpoint
2019-04-09[CE] Support multiple assignees for merge requestsOswaldo Ferreira
Backports https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10161 (code out of ee/ folder).
2018-12-20Code style changes and refactorHeinrich Lee Yu
2018-12-19Refactor sidebar to use data from serializerHeinrich Lee Yu
2018-12-19Refactor issuable sidebar to have extras optionHeinrich Lee Yu
2018-07-23Enable frozen string in app/serializers/**/*.rbgfyoung
Partially addresses #47424.
2017-12-21Fall back to the `MergeRequestWidgetEntity`Bob Van Landuyt
When no serializer was passed.
2017-12-15Stop sending milestone and labels data over the wire for MR widgetOswaldo Ferreira
requests
2017-10-31Load participants asyncEric Eastwood
2017-05-09Merge request widget redesignFatih Acet
2016-11-19Backport some changes done from Time Tracking feature in EE.Ruben Davila