- 16 Jul, 2020 40 commits
-
-
Dylan Griffith authored
**TL;DR** Elasticsearch defaults to sorting by `_score` and this is what we want so remove all the explicit sorting. At present some searches are being sorted by `_score` (ie. the relevance score) while others are being first sorted by `updated_at` then `_score`. There doesn't really appear to be any good reason to use `updated_at` as the primary sort followed by `_score` since this will bury the most relevant matches behind lots of recent matches. Using sort in this way will only ever sort by `_score` if the `updated_at` was equal but this is basically never going to happen since these are timestamps so `_score` in practice is never factoring in to the sorting which probably was never the intent here. Since the [default sorting is by score](https://www.elastic.co/guide/en/elasticsearch/guide/master/sorting.html) we can leave it out of all queries. We can in future look into whether or not we want recency to factor into the sorting using more advanced tools like [`function_score`](https://www.elastic.co/guide/en/elasticsearch/guide/current/function-score-query.html) but for now sorting just by relevance is better than sorting just by `updated_at`.
-
Mayra Cabrera authored
Remove GitlabIssueTrackerService records See merge request gitlab-org/gitlab!35221
-
Andy Soiron authored
The GitlabIssueTrackerService class is not used anymore and will be removed too.
-
Jose Ivan Vargas authored
Exposing GitLab managed apps logs - Documentation Update See merge request gitlab-org/gitlab!37096
-
Robert Speicher authored
Product Analytics collector See merge request gitlab-org/gitlab!36443
-
Dmytro Zaporozhets authored
Rack application within Rails to record product analytics events. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
James Fargher authored
Present only issues visible to user in Vulnerabilitiy Issue Links API See merge request gitlab-org/gitlab!36987
-
Alan (Maciej) Paruszewski authored
-
Stan Hu authored
Verbiage tweaks for SAST config MRs See merge request gitlab-org/gitlab!36831
-
Robert Speicher authored
Add state events to API See merge request gitlab-org/gitlab!35210
-
Russell Dickenson authored
add a commonly used virtualenv directory as a sample path to exclude See merge request gitlab-org/gitlab!37124
-
Edmond Chan authored
-
Stan Hu authored
include gl-coverage-fuzzing-report.json in artifacts See merge request gitlab-org/gitlab!37110
-
Stan Hu authored
Add a version number to metrics dashboard cache keys See merge request gitlab-org/gitlab!37081
-
Bob Van Landuyt authored
Swap Grape over to Gitlab::Json See merge request gitlab-org/gitlab!36472
-
Robert May authored
Forces Grape to use `Gitlab::Json` for rendering JSON, rather than going through ActiveSupport or its own wrapper.
-
Nick Gaskill authored
Updated docs to reflect current capabilities See merge request gitlab-org/gitlab!37085
-
Seth Berger authored
-
Nick Gaskill authored
Add securing page to clusters documentation Closes #222740 See merge request gitlab-org/gitlab!36875
-
Philippe Lafoucrière authored
-
Amy Qualls authored
Add documentation for PagerDuty incident integration Closes #227211 See merge request gitlab-org/gitlab!37069
-
Vitali Tatarintev authored
-
Robert Speicher authored
Speed up project creation for users with many projects See merge request gitlab-org/gitlab!37070
-
Amy Qualls authored
Add short custom metrics dashboard urls to docs See merge request gitlab-org/gitlab!37011
-
Paul Slaughter authored
Static Site Editor: Allow to configure the number of sublist indent spaces See merge request gitlab-org/gitlab!36756
-
-
Dan Davison authored
Update Chrome version to 84 in the QA image See merge request gitlab-org/gitlab!36976
-
rossfuhrman authored
Tweaked the verbiage for the MRs we are creating from the SAST Config UI
-
Jose Ivan Vargas authored
Fix failing dashboard schema validation calls See merge request gitlab-org/gitlab!37108
-
Andrew Fontaine authored
Fix issuables list search filter on labels See merge request gitlab-org/gitlab!36631
-
Scott Stern authored
-
Mayra Cabrera authored
Resolve "Update usage ping data to track MRs with added rules" See merge request gitlab-org/gitlab!36222
-
Gary Holtz authored
* Also includes a factory for ApprovalMergeRequestRuleSource * Updates usage ping documentation
-
Mark Florian authored
Merge branch '228616-bulk-edit-of-labels-adding-labels-to-multiple-issues-adds-too-many-labels' into 'master' Fix bulk editing of labels not working correctly See merge request gitlab-org/gitlab!36981
-
Enrique Alcántara authored
Uneditable block spacing and minor listener refactor See merge request gitlab-org/gitlab!37087
-
Rémy Coutable authored
Remove k3d installation from QA Dockerfile See merge request gitlab-org/gitlab!36971
-
Dan Davison authored
-
Robert Speicher authored
-
Robert Speicher authored
Remove title and description from service helpers See merge request gitlab-org/gitlab!37102
-
Enrique Alcántara authored
Update dependency @gitlab/ui to v17.33.0 See merge request gitlab-org/gitlab!37094
-