Skip to content
Snippets Groups Projects
  1. Apr 11, 2019
  2. Apr 05, 2019
  3. Apr 02, 2019
  4. Mar 19, 2019
  5. Mar 14, 2019
  6. Mar 01, 2019
    • Reuben Pereira's avatar
      Refactor model and spec · 43e713eb
      Reuben Pereira authored
      - Move some specs into contexts
      - Let get_slugs method take a parameter and return a specific slug.
      - Add rescues when using Addressable::URI.
      43e713eb
  7. Feb 04, 2019
  8. Jan 31, 2019
  9. Jan 28, 2019
  10. Jan 18, 2019
    • Francisco Javier López's avatar
      Fixed bug when external wiki is enabled · e5c0ee81
      Francisco Javier López authored
      When the external wiki is enabled, the internal wiki link is replaced
      by the external wiki url. But the internal wiki is still accessible.
      In this change the external wiki will have its own tab in the sidebar
      and only if the services are disabled the tab (and access rights)
      will not be displayed.
      Unverified
      e5c0ee81
  11. Jan 15, 2019
  12. Jan 11, 2019
  13. Jan 07, 2019
  14. Jan 06, 2019
  15. Jan 04, 2019
  16. Dec 28, 2018
  17. Dec 19, 2018
  18. Dec 18, 2018
  19. Dec 13, 2018
  20. Dec 10, 2018
    • Gabriel Mazetto's avatar
      Reduce N+1 from Activity Dashboard and Banzai · 4f5abe43
      Gabriel Mazetto authored
      There is a combination of few strategies implemented here:
      
      1. Few relations were eager loaded
      2. Changed few polymorphic routes to specific ones so we don't have to
         use `#becomes(Namespace)` which doesn't preserve association cache
      4f5abe43
  21. Dec 08, 2018
  22. Dec 06, 2018
  23. Nov 08, 2018
  24. Oct 13, 2018
  25. Oct 05, 2018
  26. Sep 11, 2018
  27. Sep 07, 2018
  28. Sep 06, 2018
  29. Sep 05, 2018
  30. Aug 24, 2018
  31. Aug 08, 2018
    • Ævar Arnfjörð Bjarmason's avatar
      Add ability suppress the global "You won't be able [use] SSH" message · b6ba8cc6
      Ævar Arnfjörð Bjarmason authored
      This fixes gitlab-org/gitlab-ce#49953, as noted in the documentation
      this feature is intended to be used when SSH certificates are
      enabled. Then this warning becomes not only pointless, but also
      misleading.
      
      This builds on top of gitlab-org/gitlab-ce!21009 since both need to
      modify the same documentation, which avoids a merge conflict.
      
      See also the gitlab-org/gitlab-ce#49218 issue and associated merge
      request.
      b6ba8cc6
  32. Jul 24, 2018
Loading