Skip to content
Snippets Groups Projects
  1. Feb 13, 2018
  2. Feb 08, 2018
  3. Feb 07, 2018
    • Zeger-Jan van de Weg's avatar
      Don't use rugged in Repository#refs_hash · 73e78c4e
      Zeger-Jan van de Weg authored
      The refs hash is used to determine what branches and tags have a commit
      as head in the network graph. The previous implementation depended on
      Rugged#references. The problem with this implementation was that it
      depended on rugged, but also that it iterated over all references and
      thus loading more data than needed if for example the project uses CI/CD
      environments, Pipelines, or Merge Requests.
      
      Given only refs are checked the network cares about the GraphHelper#refs
      method has no need to reject those, simplifying the method.
      
      Closes gitlab-org/gitaly#880
      Unverified
      73e78c4e
  4. Sep 25, 2017
  5. Sep 06, 2017
  6. Aug 18, 2017
  7. Jul 12, 2017
  8. Jul 07, 2017
  9. Jul 06, 2017
  10. Jul 05, 2017
  11. Jul 04, 2017
  12. Mar 05, 2017
  13. Mar 02, 2017
  14. Jan 10, 2017
  15. Nov 07, 2016
  16. Nov 06, 2016
  17. Oct 10, 2016
  18. Jul 15, 2016
  19. Jun 30, 2016
  20. Jun 23, 2016
  21. Jun 21, 2016
  22. Jun 16, 2016
  23. Jun 10, 2016
  24. Jun 07, 2016
  25. Jun 03, 2016
  26. May 26, 2016
  27. May 04, 2016
  28. Dec 09, 2015
  29. Dec 08, 2015
  30. Sep 24, 2015
  31. Sep 17, 2015
Loading