summaryrefslogtreecommitdiff
path: root/lib/banzai/reference_parser
Commit message (Expand)AuthorAgeFilesLines
* Enable more frozen string in lib/**/*.rbgfyoung2018-10-0613-0/+26
* Preload project features in reference parserJan Provaznik2018-09-301-1/+1
* Use `Gitlab::SafeRequestStore` in more placesMichael Kozono2018-09-241-2/+2
* Fix routes N+1 in Issues::ReferencedMergeRequestsService#executeSean McGivern2018-08-211-2/+3
* Add frozen_string_literal to recently-added files from the communitySean McGivern2018-08-101-0/+2
* Use a hash to memoize readable_project_ids with user objects as keysReuben Pereira2018-07-311-6/+5
* Remove nodes_visible_to_user from ProjectParser and memoize readable_project_idsReuben Pereira2018-07-151-17/+10
* Use map instead of collect in the ProjectParser#projects_readable_by_user fun...Reuben Pereira2018-07-051-1/+1
* Use a custom ProjectParser#nodes_visible_to_user function so that the user pe...Reuben Pereira2018-07-051-2/+21
* A working implementation of a project reference filter which links project re...Reuben Pereira2018-06-301-0/+17
* Eager load project routes for issue referencesYorick Peterse2018-05-281-1/+2
* Fix reference filters in group contextJan Provaznik2018-04-121-0/+2
* Support Markdown rendering using multiple projectsrendering-markdown-multiple-projectsYorick Peterse2018-04-113-14/+44
* Port `read_cross_project` ability from EEBob Van Landuyt2018-02-222-4/+23
* Refactor banzai to support referencing from group contextce-backport-3615Jarka Kadlecova2017-12-064-31/+42
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
* Eliminate N+1 queries referencing issuessh-project-feature-eager-loadStan Hu2017-09-181-1/+2
* Support both internal and external issue trackersJarka Kadlecova2017-07-241-3/+7
* Improve support for external issue referencesadam-external-issue-references-spikeAdam Niedzielski2017-06-301-3/+0
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-212-4/+4
* Don't return nil for missing objects from parser cachedm-fix-parser-cacheDouwe Maan2017-06-141-1/+1
* Merge branch '25934-project-snippet-vis' into 'security-9-2'DJ Mountney2017-06-089-10/+14
* Fix /unsubscribe slash command creating extra todos33032-invalid-you-directly-addressed-yourself-todo-when-using-unsubscribeSean McGivern2017-05-301-2/+3
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-1/+1
* Remove N+1 queries when checking nodes visible to userfix-n-plus-one-project-featuresSean McGivern2017-05-021-1/+2
* Fix regression in rendering Markdown references that do not existsh-fix-base-parserStan Hu2017-04-151-1/+2
* Reuse "merge_requests_for_nodes" in "MergeRequestParser"merge-request-parser-merge-requests-for-nodesAdam Niedzielski2017-04-101-11/+30
* Add indication for closed or merged issuables in GFMadam-finish-5993-closed-issuableAdam Buckland2017-04-074-19/+25
* Use Enumerable#index_by where possibledm-use-index-byDouwe Maan2017-03-161-3/+1
* use a magic default :global symbol instead of nilhttp://jneen.net/2017-03-091-1/+1
* Create directly_addressed Todos when mentioned in beginning of a lineErshad Kunnakkadan2017-02-082-2/+11
* Merge branch 'issue_23548_dev' into 'master'Douwe Maan2016-11-099-14/+78
* Avoid database queries on Banzai::ReferenceParser::BaseParser for nodes witho...22681-avoid-empty-queries-on-reference-parsersPaco Guzman2016-09-281-1/+5
* remove Ability.abilitieshttp://jneen.net/2016-08-301-1/+1
* Method for returning issues readable by a userability-batch-issue-checkingYorick Peterse2016-07-291-3/+4
* Re-use queries in reference parsersreuse-queries-in-reference-parsersYorick Peterse2016-07-082-4/+37
* Eager load project relations in IssueParserYorick Peterse2016-06-151-1/+15
* Split Markdown rendering & reference gatheringYorick Peterse2016-05-2610-0/+477