Skip to content
Snippets Groups Projects
  1. Feb 15, 2018
  2. Feb 13, 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. Feb 05, 2018
  5. Feb 02, 2018
  6. Feb 01, 2018
  7. Jan 31, 2018
  8. Jan 30, 2018
  9. Jan 29, 2018
  10. Jan 28, 2018
  11. Jan 27, 2018
  12. Jan 25, 2018
  13. Jan 22, 2018
  14. Jan 18, 2018
    • Felipe Artur's avatar
      a956fac2
    • Jan Provaznik's avatar
      Return last edited time instead of update time · 4b6b8ecc
      Jan Provaznik authored
      For issuable models we keep two timestamps:
      updated_at which is updated whenever any model attribute is changed,
      last_edited_at which is changed when only title or description is
      changed.
      
      In UI bellow description we display who and when updated the item. But
      last_edited_by (used for 'who') is mistakenly combined with updated_at
      (when), last_edited_at should be used instead.
      
      Closes #41247
      4b6b8ecc
  15. Jan 16, 2018
  16. Jan 09, 2018
  17. Dec 22, 2017
  18. Dec 18, 2017
  19. Dec 14, 2017
  20. Dec 11, 2017
  21. Dec 08, 2017
  22. Dec 07, 2017
  23. Dec 05, 2017
  24. Dec 04, 2017
  25. Dec 03, 2017
Loading