GitLab Bot
4d6582cc54
Add latest changes from gitlab-org/gitlab@master
2021-04-03 00:09:02 +00:00
GitLab Bot
1ec1bec4ee
Add latest changes from gitlab-org/gitlab@master
2020-10-08 15:08:17 +00:00
GitLab Bot
a071c2888d
Add latest changes from gitlab-org/gitlab@master
2020-09-23 12:09:58 +00:00
GitLab Bot
27c4555a42
Add latest changes from gitlab-org/gitlab@master
2020-09-22 21:10:04 +00:00
GitLab Bot
c59765a50a
Add latest changes from gitlab-org/gitlab@master
2020-06-24 18:09:03 +00:00
GitLab Bot
17c8111494
Add latest changes from gitlab-org/gitlab@master
2020-05-07 21:09:26 +00:00
GitLab Bot
e357d4951c
Add latest changes from gitlab-org/gitlab@master
2020-04-29 09:10:04 +00:00
GitLab Bot
538fff823d
Add latest changes from gitlab-org/gitlab@master
2019-09-30 15:08:09 +00:00
Francisco Javier López
107ebb8251
Lower searches count limit
...
Lowering the limit when performing search from 1001 to 101.
This will allow us to speed this process.
2019-09-09 13:46:24 +00:00
Thong Kuah
8c42a0eac0
Add frozen_string_literal to lib part 2
...
Using the sed script from
https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2019-08-23 00:15:24 +12:00
Markus Koller
49c83155cc
Load search result counts asynchronously
...
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-12 22:01:15 +02:00
Valery Sizov
03bed0fbd3
Clean up search result classes
2016-09-06 10:12:55 +03:00
Yorick Peterse
42fde69d39
Refactor Gitlab::SnippetSearchResults
...
This removes the need for plucking snippet IDs into memory.
2016-03-11 15:25:22 -05:00