Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-30Improve search result labelsMarkus Koller
- 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
2019-08-19Add feature spec for search with spaceminghuan lei
2019-08-12Load search result counts asynchronouslyMarkus Koller
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.
2019-08-09Add repo-refs control for search pageminghuan lei
- only in blobs result
2019-08-07Limiting search-field styling to search onlyDenys Mishunov
- Re-organising search.scss - Rely more on utility-classes instead of component classes - Update relevant specs
2019-08-07Replaced breadcrumbs with title on Search pageDenys Mishunov
2019-07-26Add frozen_string_literal to spec/featuresThong Kuah
Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2019-07-09Fix subgroup url in search drop downFrancisco Javier López
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
2019-06-20Build correct basenames for title search resultsMarkus Koller
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.
2019-06-12Upgrade to Capybara 3Heinrich Lee Yu
Fix whitespace in specs because normalize_ws is slightly different from Capybara 2 behavior
2019-04-29Fix links to wiki pages with subdirectorieskhm
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-09[CE] Support multiple assignees for merge requestsOswaldo Ferreira
Backports https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10161 (code out of ee/ folder).
2019-03-14add users search results to group scoped searchAlexis Reigel
2019-03-14add users search results to project scoped searchAlexis Reigel
2018-11-13Fix testsHeinrich Lee Yu
2018-10-30Allow FoundBlob to access language from gitattributesMark Chao
Extract language_from_git_attributes as a concern so it can ben included in two blob classes.
2018-09-20Fix SpaceBeforeFirstArg copSemyon Pupkov
2018-08-07Resolve "Frontend for clarifying the usefulness of the search bar"Dennis Tang
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-05-07Bump Gitaly to 0.98.0Zeger-Jan van de Weg
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-04-03Fixed dashboard filtering testsJan Provaznik
2018-03-05Replace deprecated name_with_namespace with full_name in app and specDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-09-26Replaced trigger calls for click, fixed click_on callJose Ivan Vargas
2017-09-25Replaced trigger calls for clickJose Ivan Vargas
2017-09-20Replaced trigger calls for clickJose Ivan Vargas
2017-09-16Replace the 'search.feature' spinach test with an rspec analogVitaliy @blackst0ne Klachkov