Commit Graph

18 Commits

Author SHA1 Message Date
Markus Koller 6905a62867
Build correct basenames for title search results
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 2f36efa087 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.
2019-06-20 18:05:12 +02:00
Heinrich Lee Yu 96ed5a8bd7 Upgrade to Capybara 3
Fix whitespace in specs because normalize_ws is slightly
different from Capybara 2 behavior
2019-06-12 18:40:18 +08:00
khm 2f36efa087 Fix links to wiki pages with subdirectories
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
2019-04-29 11:31:28 +00:00
Oswaldo Ferreira ca884980ee [CE] Support multiple assignees for merge requests
Backports https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10161
(code out of ee/ folder).
2019-04-08 18:40:00 -03:00
Alexis Reigel a8818bab76
add users search results to group scoped search 2019-03-14 18:16:03 +01:00
Alexis Reigel 22f44b50d8
add users search results to project scoped search 2019-03-14 18:16:03 +01:00
Heinrich Lee Yu 91f235df08 Fix tests 2018-11-13 15:27:42 +08:00
Mark Chao a4ba973e24 Allow FoundBlob to access language from gitattributes
Extract language_from_git_attributes as a concern so it can
ben included in two blob classes.
2018-10-30 15:44:55 +08:00
Semyon Pupkov 6c31b607de Fix SpaceBeforeFirstArg cop 2018-09-20 21:47:34 +05:00
Dennis Tang efec7e086d Resolve "Frontend for clarifying the usefulness of the search bar" 2018-08-07 09:59:01 +00:00
Mark Chao a63bce1a4b Resolve "Rename the `Master` role to `Maintainer`" Backend 2018-07-11 14:36:08 +00:00
Zeger-Jan van de Weg 92482e01b4
Bump Gitaly to 0.98.0
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
2018-05-07 14:10:04 +02:00
Jan Provaznik d10416e231 Fixed dashboard filtering tests 2018-04-03 20:19:20 +02:00
Dmitriy Zaporozhets 8fe9995f11
Replace deprecated name_with_namespace with full_name in app and spec
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-03-05 16:15:26 +02:00
Jose Ivan Vargas 299213dd01 Replaced trigger calls for click, fixed click_on call 2017-09-26 10:30:26 -05:00
Jose Ivan Vargas bea18efad3 Replaced trigger calls for click 2017-09-25 11:14:19 -05:00
Jose Ivan Vargas d7b48eb0e9 Replaced trigger calls for click 2017-09-19 16:04:54 -05:00
Vitaliy @blackst0ne Klachkov b3d79b1ff4 Replace the 'search.feature' spinach test with an rspec analog 2017-09-16 20:02:30 +11:00