Skip to content
Snippets Groups Projects
  1. May 02, 2022
  2. Apr 26, 2022
  3. Apr 14, 2022
  4. Mar 14, 2022
  5. Feb 22, 2022
  6. Feb 16, 2022
  7. Jan 04, 2022
  8. Dec 20, 2021
  9. Dec 09, 2021
  10. Dec 06, 2021
  11. Nov 12, 2021
  12. Oct 26, 2021
  13. Oct 07, 2021
  14. Oct 05, 2021
    • Bob Van Landuyt's avatar
      Rename the target_duration to urgency · 5de524bc
      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.
      5de524bc
  15. Sep 28, 2021
  16. Aug 26, 2021
  17. Aug 11, 2021
  18. Jul 28, 2021
  19. Jul 09, 2021
  20. May 11, 2021
  21. Apr 15, 2021
  22. Feb 24, 2021
    • Dmitry Gruzd's avatar
      caf30864
    • Dylan Griffith's avatar
      Cache /search/count requests in the browser · 7c9da21e
      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.
      7c9da21e
  23. Feb 10, 2021
  24. Feb 03, 2021
  25. Jan 28, 2021
  26. Dec 01, 2020
  27. Nov 16, 2020
  28. Nov 12, 2020
  29. Nov 10, 2020
  30. Nov 09, 2020
    • Zack Cuddy's avatar
      Global Search - Left Sidebar · 9098031d
      Zack Cuddy authored and Bob Van Landuyt's avatar Bob Van Landuyt committed
      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.
      9098031d
  31. Nov 06, 2020
    • Dylan Griffith's avatar
      Extract shared view search/results/_issuable.html.haml · c8114c57
      Dylan Griffith authored and Kerri Miller's avatar Kerri Miller committed
      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.
      c8114c57
    • Zack Cuddy's avatar
      Global Search - Radio Filters · bfbca693
      Zack Cuddy authored and Mark Chao's avatar Mark Chao committed
      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.
      bfbca693
  32. Oct 26, 2020
    • Dmitry Gruzd's avatar
      Add ability to sort issues and merge_requests: UI · 6e4252ed
      Dmitry Gruzd authored and Natalia Tepluhina's avatar Natalia Tepluhina committed
      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.
      6e4252ed
  33. Oct 22, 2020
  34. Oct 08, 2020
  35. Oct 05, 2020
Loading