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
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
2017-03-09use a magic default :global symbol instead of nilhttp://jneen.net/
2017-02-08Create directly_addressed Todos when mentioned in beginning of a lineErshad Kunnakkadan
2016-11-09Merge branch 'issue_23548_dev' into 'master'Douwe Maan
2016-09-28Avoid database queries on Banzai::ReferenceParser::BaseParser for nodes witho...Paco Guzman
2016-08-30remove Ability.abilitieshttp://jneen.net/
2016-07-29Method for returning issues readable by a userYorick Peterse
2016-07-08Re-use queries in reference parsersYorick Peterse
2016-06-15Eager load project relations in IssueParserYorick Peterse
2016-05-26Split Markdown rendering & reference gatheringYorick Peterse