Skip to content
Snippets Groups Projects
  1. Feb 13, 2018
  2. Feb 12, 2018
  3. Feb 09, 2018
  4. Feb 08, 2018
  5. 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
    • Pawel Chojnacki's avatar
      Avoid unless/else · 5209689d
      Pawel Chojnacki authored
      5209689d
  6. Feb 06, 2018
  7. Feb 05, 2018
  8. Feb 02, 2018
  9. Feb 01, 2018
  10. Jan 31, 2018
  11. Jan 30, 2018
  12. Jan 29, 2018
  13. Jan 28, 2018
  14. Jan 26, 2018
  15. Jan 25, 2018
  16. Jan 24, 2018
  17. Jan 23, 2018
Loading