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
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-07-20Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot
2021-06-16Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.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
2020-11-19Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
2020-09-19Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot
2020-08-20Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2020-05-20Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2020-04-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-04-09[CE] Support multiple assignees for merge requestsOswaldo Ferreira
2018-10-07Enable more frozen string in lib/**/*.rbgfyoung
2018-09-30Preload project features in reference parserJan Provaznik
2018-09-24Use `Gitlab::SafeRequestStore` in more placesMichael Kozono
2018-08-21Fix routes N+1 in Issues::ReferencedMergeRequestsService#executeSean McGivern
2018-08-10Add frozen_string_literal to recently-added files from the communitySean McGivern
2018-07-30Use a hash to memoize readable_project_ids with user objects as keysReuben Pereira
2018-07-15Remove nodes_visible_to_user from ProjectParser and memoize readable_project_idsReuben Pereira
2018-07-05Use map instead of collect in the ProjectParser#projects_readable_by_user fun...Reuben Pereira
2018-07-04Use a custom ProjectParser#nodes_visible_to_user function so that the user pe...Reuben Pereira
2018-06-30A working implementation of a project reference filter which links project re...Reuben Pereira
2018-05-28Eager load project routes for issue referencesYorick Peterse
2018-04-12Fix reference filters in group contextJan Provaznik
2018-04-11Support Markdown rendering using multiple projectsYorick Peterse
2018-02-22Port `read_cross_project` ability from EEBob Van Landuyt
2017-12-06Refactor banzai to support referencing from group contextJarka Kadlecova
2017-11-16Adds Rubocop rule for line break after guard clauseJacopo
2017-09-19Eliminate N+1 queries referencing issuesStan Hu
2017-07-24Support both internal and external issue trackersJarka Kadlecova
2017-06-30Improve support for external issue referencesAdam Niedzielski
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-14Don't return nil for missing objects from parser cacheDouwe Maan
2017-06-08Merge branch '25934-project-snippet-vis' into 'security-9-2'DJ Mountney
2017-05-30Fix /unsubscribe slash command creating extra todosSean McGivern
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2017-05-02Remove N+1 queries when checking nodes visible to userSean McGivern
2017-04-15Fix regression in rendering Markdown references that do not existStan Hu
2017-04-10Reuse "merge_requests_for_nodes" in "MergeRequestParser"Adam Niedzielski
2017-04-07Add indication for closed or merged issuables in GFMAdam Buckland
2017-03-17Use Enumerable#index_by where possibleDouwe Maan