summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/project_search_results_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* project's user search includes group members tooAlexis Reigel2019-03-141-3/+19
* add users search results to project scoped searchAlexis Reigel2019-03-141-0/+16
* Optimized file search to work without limitsJan Provaznik2018-12-061-122/+9
* Fixing bug with wiki ref in ProjectSearchResultsFrancisco Javier López2018-07-201-0/+53
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-1/+1
* Add ability to search wiki titlesFrancisco Javier López2018-06-041-47/+35
* Disable greedy mode when matching filenameJan Provaznik2018-05-151-0/+12
* Bump Gitaly to 0.98.0Zeger-Jan van de Weg2018-05-071-3/+3
* Split repository search result on \n instead of $ to prevent the items of the...Jasper Maes2018-03-191-5/+17
* Fix code and wiki search results when filename is non-ASCIISean McGivern2018-03-121-2/+14
* Use limited count queries also for scoped searchesJan Provaznik2018-03-051-6/+35
* Fix code search results with non-ASCII data43531-500-error-searching-wiki-incompatible-character-encodings-utf-8-and-ascii-8bitSean McGivern2018-02-281-0/+27
* Fix project search results for digits surrounded by colonsSean McGivern2018-01-161-12/+27
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-4/+4
* fix for special charecter in file nameshaseeb2017-11-301-0/+9
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-8/+8
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-011-3/+3
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Explicitly test that guest is able to search through the wikiValery Sizov2017-05-291-2/+2
* Backport FileFinder from EEbackport_file_filder_from_eeValery Sizov2017-05-121-1/+1
* Merge branch '31157-respect-project-features-in-wiki-search' into 'security' Douwe Maan2017-05-101-3/+72
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-1/+1
* Fix blob highlighting in searchNick Thomas2017-04-031-2/+6
* Add traits for ProjectFeatures to Project factorySemyon Pupkov2017-02-051-2/+2
* Use `:empty_project` where possible throughout spec/librs-empty_project-libRobert Speicher2017-01-251-5/+7
* Allows to search within project by commit's hashYarNayar2017-01-241-0/+115
* Merge branch 'jej-note-search-uses-finder' into 'security' Douwe Maan2016-12-151-0/+29
* Merge branch 'jej-use-issuable-finder-instead-of-access-check' into 'security' Douwe Maan2016-11-281-0/+9
* Search for a filename in a project23117-search-for-a-filename-in-a-projectValery Sizov2016-11-161-4/+47
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-6/+6
* Project members with guest role can't access confidential issuesDouglas Barbosa Alexandre2016-06-131-0/+12
* Restrict access to confidential issues on search resultsDouglas Barbosa Alexandre2016-03-171-2/+67
* Fixed ProjectSearchResults spec to use a ProjectYorick Peterse2016-03-111-2/+2
* Tag lib specsDouwe Maan2015-12-091-1/+1
* Fix issue #3055 (project search with unmatched parentheses)dirceu/gitlab-ce-fix-project-search-with-unmatched-parenthesesDirceu Pereira Tiegs2015-10-211-2/+2
* Add init test for ProjectSearchResultsStan Hu2015-06-181-0/+23