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
2023-05-17Add latest changes from gitlab-org/gitlab@16-0-stable-eev16.0.0-rc42GitLab Bot
2022-02-18Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot
2022-01-20Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot
2021-09-20Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot
2021-05-19Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot
2021-02-18Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot
2019-12-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2018-07-23Enable frozen string in app/serializers/**/*.rbgfyoung
2018-05-30Add archived param to the json responseToon Claes
2018-02-22Port `read_cross_project` ability from EEBob Van Landuyt
2017-12-24Rendering of emoji's in Group-OverviewJacopo
2017-10-12Use polymorphism for common attributes in `GroupChildEntity`Bob Van Landuyt
2017-10-10Don't preload all memberships for a userBob Van Landuyt
2017-10-05Use `expose` with blocks instead of defining methodsBob Van Landuyt
2017-10-05Optimize finding a membership for a user to avoid extra queriesBob Van Landuyt
2017-10-05Load counts everywhere we render a group treeBob Van Landuyt
2017-10-04Minimize the number of queries by preloading counts and ancestorsBob Van Landuyt
2017-10-04Rename `GroupHierarchy` to `GroupDescendant`Bob Van Landuyt
2017-10-04`current_user:` as a keyword argumentBob Van Landuyt
2017-10-04Replace `full_path`, `path` & `web_url` with a single `relative_path`Bob Van Landuyt
2017-10-04Include `can_leave` for a groupBob Van Landuyt
2017-10-04Limit the amount of queries per rowBob Van Landuyt
2017-10-04Render group children using the same entityBob Van Landuyt
2017-10-04Add serializer for group childrenBob Van Landuyt