Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 9月 16, 2024
  2. 6月 27, 2023
  3. 2月 15, 2023
  4. 1月 31, 2023
  5. 1月 30, 2023
  6. 1月 19, 2023
  7. 10月 28, 2022
  8. 9月 21, 2022
  9. 3月 11, 2022
    • Patrick Bajao's avatar
      Don't allow filtering by `in` alone on issue/MR dashboard · 138f3d1a
      Patrick Bajao 创作于
      When `in` param is set while no `search` param is set, the issues
      and MRs finder won't use the `in` param. It'll instead skip the
      filter check and can result to SQL statement timeout.
      
      The fix is to check that if `in` param is set but no search, show
      the "Please select at least one filter to see results" message.
      
      Changelog: fixed
      138f3d1a
  10. 3月 09, 2022
    • Patrick Bajao's avatar
      Fix filters presence check to take value into consideration · 1b9dbdc9
      Patrick Bajao 创作于
      This fixes a bug in the issues/MRs dashboard filter check which
      allows filtering by empty value. It can result to SQL statement
      timeout.
      
      The fix is to check if the value of the filter is present. If not,
      the dashboard will show the "Please select at least one filter to
      see results" message.
      
      Changelog: fixed
      1b9dbdc9
  11. 2月 16, 2022
  12. 1月 08, 2022
  13. 11月 18, 2020
  14. 10月 02, 2020
  15. 7月 17, 2020
  16. 6月 19, 2020
    • Alex Kalderimis's avatar
      Add view support for design activity · acbf9f56
      Alex Kalderimis 创作于
      This adds support in views for design activity, specifically ensuring
      that we can render design events as part of the event stream. Most
      changes are in the event helpers, but we also add filter support.
      acbf9f56
  17. 6月 03, 2020
  18. 3月 24, 2020
  19. 1月 22, 2020
  20. 4月 15, 2019
  21. 4月 04, 2019
  22. 11月 29, 2018
  23. 11月 23, 2018
  24. 7月 11, 2018
  25. 4月 05, 2018
    • Jan Provaznik's avatar
      Check if at least one filter is set on dashboard · 39cceaa1
      Jan Provaznik 创作于
      When listing issues and merge requests on dasboard page,
      make sure that at least one filter is enabled.
      
      User's id is used in search autocomplete widget instead
      of username, which allows presetting user in filter dropdowns.
      
      Related to #43246
      
      (cherry picked from commit 37193ac0da0e5e33080d6af6e41d8896854ee37e)
      39cceaa1
  26. 4月 04, 2018
    • Jan Provaznik's avatar
      Check if at least one filter is set on dashboard · c1b71e2f
      Jan Provaznik 创作于
      When listing issues and merge requests on dasboard page,
      make sure that at least one filter is enabled.
      
      User's id is used in search autocomplete widget instead
      of username, which allows presetting user in filter dropdowns.
      
      Related to #43246
      c1b71e2f
  27. 12月 22, 2017
  28. 8月 03, 2017
  29. 8月 02, 2017
  30. 2月 10, 2017
加载中