Skip to content
Snippets Groups Projects
  1. Mar 10, 2020
  2. Jan 06, 2020
  3. Dec 03, 2019
  4. Nov 13, 2019
  5. Nov 12, 2019
  6. Oct 16, 2019
  7. Sep 13, 2019
  8. Sep 10, 2019
  9. Feb 21, 2019
  10. Jan 22, 2019
  11. Dec 14, 2018
  12. Nov 19, 2018
  13. Nov 14, 2018
  14. Nov 13, 2018
  15. Oct 05, 2018
  16. Sep 18, 2018
  17. Sep 11, 2018
  18. Sep 07, 2018
  19. Jun 27, 2018
  20. May 23, 2018
  21. May 04, 2018
  22. Apr 25, 2018
  23. Apr 03, 2018
    • Jan Provaznik's avatar
      Check if at least one filter is set on dashboard · c1b71e2f
      Jan Provaznik authored and Winnie Hellmann's avatar Winnie Hellmann committed
      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
  24. Apr 02, 2018
  25. Mar 22, 2018
    • Toon Claes's avatar
      Add read-only banner to all pages · 9ab43aa7
      Toon Claes authored
      When the database is in a read-only state, display a banner on each
      page informing the user they cannot write to that GitLab instance.
      
      Closes gitlab-org/gitlab-ce#43937.
      9ab43aa7
  26. Mar 19, 2018
  27. Mar 02, 2018
  28. Feb 22, 2018
  29. Feb 20, 2018
  30. Feb 13, 2018
  31. Jan 28, 2018
  32. Dec 21, 2017
  33. Oct 18, 2017
    • Bob Van Landuyt's avatar
      Build the locale path with an `_` instead of a `-` · 939469cd
      Bob Van Landuyt authored
      The locale code is turned into an asset path with an underscore
      instead of a dash.
      
      The language codes are transformed by `I18n.locale` into a code with a
      dash. But the resources for translating are always stored in a path
      using a `_` separating the language and the region code.
      939469cd
Loading