- May 02, 2022
-
-
Bob Van Landuyt authored
-
- Apr 26, 2022
-
-
Sam Goldstein authored
-
- Apr 14, 2022
-
-
Changelog: changed
-
- Mar 14, 2022
-
-
Changelog: changed
-
- Feb 22, 2022
-
-
Bob Van Landuyt authored
-
- Feb 16, 2022
-
-
- Jan 04, 2022
-
-
Siddharth Dungarwal authored
-
- Dec 20, 2021
-
-
Pavel Shutsin authored
Rate limit several endpoints where users can lookup other users by email Changelog: added
-
- Dec 09, 2021
-
-
- Dec 06, 2021
-
-
John Mason authored
We currently get quite a few `ActiveRecord::QueryCancelled` errors. This adds handling for this error in the following: * The autocomplete web action * All API actions Changelog: changed
-
-
- Nov 12, 2021
-
-
Dmitry Gruzd authored
-
- Oct 26, 2021
-
-
- Oct 07, 2021
-
-
- Oct 05, 2021
-
-
Bob Van Landuyt authored
This allows us to use the same categorization for endpoints as we do for Sidekiq workers. It allows us to not use subjective names for these categories, but use urgencies as users would expect the endpoints to behave.
-
- Sep 28, 2021
-
-
Changelog: added
-
- Aug 26, 2021
-
-
Dmitry Gruzd authored
-
- Aug 11, 2021
-
-
Dmitry Gruzd authored
Changelog: fixed
-
- Jul 28, 2021
-
-
- Jul 09, 2021
-
-
- May 11, 2021
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
- Apr 15, 2021
-
-
Dylan Griffith authored
The current timeout defaults to 15s. Per https://gitlab.com/gitlab-org/gitlab/-/issues/327106 this endpoint consumes a considerable amount of DB time. Since this endpoint is not as essential as the primary task the user is performing (since it is used to generate tab counts for other tabs you aren't searching) it makes sense to reduce the timeout so slower counts don't consume too much resources.
-
- Feb 24, 2021
-
-
Dmitry Gruzd authored
-
Dylan Griffith authored
These requests are typically loaded by the same user repeatedly as they switch tabs on the search page. Considering that Elasticsearch indexing is only updated every 1-2 minutes anyway the 1 minute browser side cache shouldn't really be noticeable to users except for loading counts faster. This is also using a `private` cache (default for `expires_in`) so that it is not cached by intermediate proxies. This is important since each user's permissions is considered in a search.
-
- Feb 10, 2021
-
-
alinamihaila authored
- Use feature flag defaul_enabled: :yaml - Remove individual check from RedisTracking concern - Remove check for feature flag in shared example
-
- Feb 03, 2021
-
-
Dmitry Gruzd authored
-
- Jan 28, 2021
-
-
Dmitry Gruzd authored
-
- Dec 01, 2020
-
-
- Nov 16, 2020
-
-
This reverts merge request !47344
-
- Nov 12, 2020
-
-
Dmitry Gruzd authored
-
- Nov 10, 2020
-
-
Dylan Griffith authored
This reverts merge request !46595
-
- Nov 09, 2020
-
-
This creates a search facet sidebar for issues and merge requests. This also converts the status and confidential filter from a dropdown to a radio button.
-
- Nov 06, 2020
-
-
At present the merge request result page has an old design and we want it to match the issue design which was recently updated. It seems the best way to do this was to share code so we've extracted a shared HAML template for both of these.
-
This change is behind a feature flag :search_facets. This was split off for the sake of MVC and the final product can be seen here: !46595 This change replaces the dropdown filter with radio buttons. These will then be used as the components in the sidebar in the next MR.
-
- Oct 26, 2020
-
-
When searching for Issues and Merge Request sometimes you don't want to see the most accurate result. You might want to see the the newest result. Now you can change from Relevant results to newest or oldest results. As we add more filtering in the future this will be even more valuable.
-
- Oct 22, 2020
-
-
Terri Chu authored
-
If a user searches for a commit in a project and only finds one result, redirect the user to that result. This already exists for basic search and now is enabled for advanced search. Added a notice explaining the redirect with a link back to search results.
-
- Oct 08, 2020
-
-
This adds a method to bold the search term on the issues results page.
-
- Oct 05, 2020
-
-
Sean McGivern authored
-