summaryrefslogtreecommitdiff
path: root/spec/lib/banzai/reference_parser
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-205-19/+19
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-7/+26
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-163-10/+25
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+46
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-0/+53
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-192-0/+5
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-0/+49
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-202-46/+64
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-2015-15/+15
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-0/+91
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-304-13/+13
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-021-0/+6
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-122-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-102-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-031-6/+14
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-201-10/+15
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-189-0/+9
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-173-0/+143
* Add frozen_string_literal to spec/lib (part 1)Thong Kuah2019-07-2610-0/+20
* Preload project features in reference parserJan Provaznik2018-09-301-0/+18
* Use `Gitlab::SafeRequestStore` in more placesMichael Kozono2018-09-241-2/+1
* Add frozen_string_literal to recently-added files from the communitySean McGivern2018-08-101-0/+2
* Add a spec for a user viewing a reference to a private projectReuben Pereira2018-07-031-2/+20
* A working implementation of a project reference filter which links project re...Reuben Pereira2018-06-301-0/+30
* Fix reference filters in group contextJan Provaznik2018-04-121-4/+10
* Support Markdown rendering using multiple projectsrendering-markdown-multiple-projectsYorick Peterse2018-04-1110-11/+25
* Fix N+1 in MergeRequestParserSean McGivern2018-04-052-4/+49
* Port `read_cross_project` ability from EEBob Van Landuyt2018-02-221-4/+43
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-3/+3
* Refactor banzai to support referencing from group contextce-backport-3615Jarka Kadlecova2017-12-061-2/+2
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-029-14/+14
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-2710-10/+10
* Improve support for external issue referencesadam-external-issue-references-spikeAdam Niedzielski2017-06-301-10/+0
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-215-116/+116
* Merge branch 'dm-fix-parser-cache' into 'master'Sean McGivern2017-06-151-1/+1
|\
| * Don't return nil for missing objects from parser cachedm-fix-parser-cacheDouwe Maan2017-06-141-1/+1
* | Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-145-5/+15
|/
* Use :request_store hooks on specsuse-request-store-helper-instead-actual-codeOswaldo Ferreira2017-06-091-10/+1
* Merge branch '25934-project-snippet-vis' into 'security-9-2'DJ Mountney2017-06-082-6/+185
* Fix /unsubscribe slash command creating extra todos33032-invalid-you-directly-addressed-yourself-todo-when-using-unsubscribeSean McGivern2017-05-301-1/+24
* Fix regression in rendering Markdown references that do not existsh-fix-base-parserStan Hu2017-04-151-2/+21
* Add indication for closed or merged issuables in GFMadam-finish-5993-closed-issuableAdam Buckland2017-04-073-5/+34
* Use `:empty_project` where possible throughout spec/librs-empty_project-libRobert Speicher2017-01-251-3/+3
* Parse JIRA issue references even if Issue Tracker is disabledFelipe Artur2016-12-291-1/+11
* Merge branch 'issue_23548_dev' into 'master'Douwe Maan2016-11-0910-36/+72
* remove Ability.abilitieshttp://jneen.net/2016-08-302-9/+9
* Method for returning issues readable by a userability-batch-issue-checkingYorick Peterse2016-07-291-6/+6
* Re-use queries in reference parsersreuse-queries-in-reference-parsersYorick Peterse2016-07-081-0/+75
* Split Markdown rendering & reference gatheringYorick Peterse2016-05-2610-0/+923