summaryrefslogtreecommitdiff
path: root/spec/features/search
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-1811-19/+11
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-202-1/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-311-0/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-301-3/+19
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-211-2/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-171-0/+7
|
* Improve search result labelsMarkus Koller2019-08-3010-154/+108
| | | | | | | - Use "results" instead of "blobs", "wiki blobs", "snippet blobs" - Use "comments" instead of "notes" - Use correct pluralization - Don't add "1 - 10 of" if there's only one page
* Add feature spec for search with spacefe-fix-merge-url-params-with-plusminghuan lei2019-08-191-5/+25
|
* Load search result counts asynchronouslyMarkus Koller2019-08-122-2/+19
| | | | | | Querying all counts for the different search results in the same request led to timeouts, so we now only calculate the count for the *current* search results, and request the others in separate asynchronous calls.
* Add repo-refs control for search pageminghuan lei2019-08-091-8/+61
| | | | - only in blobs result
* Limiting search-field styling to search only47814-search-view-labelsDenys Mishunov2019-08-071-1/+1
| | | | | | - Re-organising search.scss - Rely more on utility-classes instead of component classes - Update relevant specs
* Replaced breadcrumbs with title on Search pageDenys Mishunov2019-08-071-1/+1
|
* Add frozen_string_literal to spec/featuresThong Kuah2019-07-2611-0/+22
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Fix subgroup url in search drop downFrancisco Javier López2019-07-091-62/+62
| | | | | | | | | | Inside a subgroup scope, when the user clicks on the search drop down in the header, some options are displayed. Some of this links direct the user to the issues and merge requests linked to the subgroup. Nevertheless, the url was broken because they doesn't include the complete group namespace
* Build correct basenames for title search resultssearch-blob-basenamesMarkus Koller2019-06-201-3/+3
| | | | | | | | | The "basename" here needs to be the full path without the trailing extension, instead of stripping the leading path as well. This was previously fixed in 2f36efa0871 inside the view, but the problematic code was still present in FoundBlob, and the corresponding spec didn't actually use a child wiki page to properly verify the fix.
* Upgrade to Capybara 3Heinrich Lee Yu2019-06-121-1/+1
| | | | | Fix whitespace in specs because normalize_ws is slightly different from Capybara 2 behavior
* Fix links to wiki pages with subdirectorieskhm2019-04-291-11/+25
| | | | | | | This commit contains the patch suggested by @fjsanpedro in the issue covering broken links in wiki search results. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/56234
* [CE] Support multiple assignees for merge requestsosw-multi-assignees-merge-requestsOswaldo Ferreira2019-04-081-2/+2
| | | | | Backports https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10161 (code out of ee/ folder).
* add users search results to group scoped searchAlexis Reigel2019-03-141-0/+30
|
* add users search results to project scoped searchAlexis Reigel2019-03-141-0/+53
|
* Fix testsHeinrich Lee Yu2018-11-131-4/+12
|
* Allow FoundBlob to access language from gitattributesMark Chao2018-10-301-1/+1
| | | | | Extract language_from_git_attributes as a concern so it can ben included in two blob classes.
* Fix SpaceBeforeFirstArg copSemyon Pupkov2018-09-201-2/+2
|
* Resolve "Frontend for clarifying the usefulness of the search bar"Dennis Tang2018-08-071-4/+0
|
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-115-5/+5
|
* Bump Gitaly to 0.98.0Zeger-Jan van de Weg2018-05-071-1/+1
| | | | | | Hooks were run for wikis, but given the internal API wasn't responding failures happended, as seen on: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18693
* Fixed dashboard filtering testsJan Provaznik2018-04-031-43/+84
|
* Replace deprecated name_with_namespace with full_name in app and specDmitriy Zaporozhets2018-03-056-8/+8
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Replaced trigger calls for click, fixed click_on callJose Ivan Vargas2017-09-261-3/+3
|
* Replaced trigger calls for clickJose Ivan Vargas2017-09-254-12/+12
|
* Replaced trigger calls for clickJose Ivan Vargas2017-09-191-2/+2
|
* Replace the 'search.feature' spinach test with an rspec analogVitaliy @blackst0ne Klachkov2017-09-1610-0/+554