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
2019-05-06Added blank lines to meet style guideEzekiel Kigbo
Un-nest title variable output Update spec test names Rename sort_value_most_stars -> sort_value_stars_desc Rename sorted_by_stars -> sorted_by_stars_desc Renname sort_value_most_stars_asc -> sort_value_stars_asc Invert feature check, assign feature condition to a variable Inline conditional nav bar rendering Invert conditional label Added follow up task Fix filters returning 0 projects show the wrong view Move click action out of test expectation Use proper variable name for project in before block Rename projects_sort_admin_options_hash Renamed projects_sort_admin_options_has to old_projects_sort_options_hash as its not only used on the admin screen Fix extra whitespace errors Stub project_list_filter_bar in the projects_helper specs Added follow up task for `show_projects?` Removed url test expectations
2019-04-04Externalize strings in helpersMartin Wortschack
- Update qa selector - Update PO file
2019-03-29Merge branch 'ce-1607-elastic_feature_flag_per_group' into 'master'Nick Thomas
Backport of 1607-elastic_feature_flag_per_group See merge request gitlab-org/gitlab-ce!25825
2019-03-28Backport of 1607-elastic_feature_flag_per_groupMario de la Ossa
2019-03-26Backport of avoid_n_plus_1_es_load_blobsMario de la Ossa
2019-03-14add feature flag for users searchAlexis Reigel
2019-03-14use project_search_tabs? for user search checkAlexis Reigel
2019-01-03Reduce counts in search_entries_infoHeinrich Lee Yu
2018-11-13Add helper testsHeinrich Lee Yu
2018-11-13Clean up page_filter_pathHeinrich Lee Yu
2018-11-13Apply new search bar on issues and merge request dashboardsHeinrich Lee Yu
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
2018-09-07Enable frozen string for app/helpers/**/*.rbgfyoung
Partially addresses #47424.
2018-08-07Resolve "Frontend for clarifying the usefulness of the search bar"Dennis Tang
2018-07-17Add avatar_url attr to the response of the autocomplete endpointRubén Dávila
2018-06-04Add ability to search wiki titlesFrancisco Javier López
2018-03-05Replace deprecated name_with_namespace with full_name in app and specDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-01-24Use limit for search count queriesJan Provaznik
Search query is especially slow if a user searches a generic string which matches many records, in such case search can take tens of seconds or time out. To speed up the search query, we search only for first 1000 records, if there is >1000 matching records we just display "1000+" instead of precise total count supposing that with such amount the exact count is not so important for the user. Because for issues even limited search was not fast enough, 2-phase approach is used for issues: first we use simpler/faster query to get all public issues, if this exceeds the limit, we just return the limit. If the amount of matching results is lower than limit, we re-run more complex search query (which includes also confidential issues). Re-running the complex query should be fast enough in such case because the amount of matching issues is lower than limit. Because exact total_count is now limited, this patch also switches to to "prev/next" pagination. Related #40540
2017-12-20Use UserSerializer instead of `User.to_json`Robert Speicher
2017-11-20Disables autocomplete in filtered searchJacopo
Sets `autocomplete=off` to issuable filtered serarch.
2017-09-07Merge branch '23079-remove-default-scope-in-sortable' into 'master'Douwe Maan
Removes default scope from sortable Closes #23079 See merge request !13558
2017-09-07Merge branch 'ee_issue_928_backport' into 'master'Sean McGivern
Group boards CE backport See merge request !13883
2017-09-07Removes default scope from sortableTiago Botelho
2017-09-06Hide admin link from default search results for non-adminsMark Fletcher
2017-08-29Group boards CE backportFelipe Artur
2017-08-02Add filtered search to group issue dashboardClement Ho
2017-07-07Resolve "Inconsistent location of members page between groups and projects"Tim Zallmann
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-07-04Merge branch 'tc-namespace-license-checks--multiple-assignees' into 'master'Douwe Maan
CE counterpart of: Namespace license checks for multiple assignees See merge request !11825
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-20Use helper method to set filtered search input attributesToon Claes
The list of attributes for the filtered search input was getting long, so use a helper method to fill that hash. Also, for multiple issue assignees, a helper is more convenient because it would allow EE to override the behavior if MIA is supported.
2017-05-10Enable the Style/TrailingCommaInLiteral copRémy Coutable
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-02-03Move webhooks to new a location under IntegrationsAchilleas Pipinellis
2017-01-30Use full group name/path in UI dropdownsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-01-06Merge branch '25985-combine-members-and-groups-settings-pages' into 'master' Alfredo Sumaran
Moved the members and groups to single option called members Closes #25985 See merge request !8281
2017-01-0526352 Change Profile settings to User / Settingstauriedavis
2017-01-03Moved the members (project_members)option to a single controller called membersJose Ivan Vargas
This controller is going to contain both the project members and groups options for the settings gear. Generated the route and modified the routing to point to the new members setting path
2016-11-16Search for a filename in a projectValery Sizov
2016-10-07Make search results use the markdown cache columns, treating them consistentlyNick Thomas
Truncato is introduced as a dependency to intelligently shorten the rendered HTML to 200 characters; the previous approach could have resulted in invalid HTML being rendered.
2016-09-14Backport search_helper changes from EEValery Sizov
2016-09-07Escape search term before passing it to Regexp.new (!6241)winniehell
2016-08-26Fix markdown help referencesClement Ho
2016-08-06Enable Style/SpaceAroundEqualsInParameterDefault copGabriel Mazetto
2016-07-22fix missing repo_ref parambarthc
2016-07-14Update permissons links to new pageSean McGivern
permissions/permissions just links to user/permissions since https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5210
2016-07-11Update the help_page_path route to accept paths directly instead of using ↵Connor Shea
parameters.
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-05-13Codestyle: make sure we have space around operatorsGabriel Mazetto
2016-04-26Updated based on feedbackPhil Hughes
Changed some variable names Fixed CHANGELOG entry
2016-04-26Correctly shows no results textPhil Hughes
Correct search results count