summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/project_search_results_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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