Skip to content
Snippets Groups Projects
  1. Feb 15, 2018
  2. Feb 13, 2018
  3. Feb 12, 2018
  4. Feb 09, 2018
  5. Feb 08, 2018
  6. 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
  7. Feb 06, 2018
  8. Feb 05, 2018
  9. Feb 02, 2018
  10. Feb 01, 2018
  11. Jan 31, 2018
  12. Jan 30, 2018
  13. Jan 29, 2018
  14. Jan 28, 2018
  15. Jan 26, 2018
  16. Jan 25, 2018
    • George Tsiolis's avatar
      Improve empty project overview · a8ebe367
      George Tsiolis authored
      - Add section headers to project repo buttons
      - Add primary button to content to add file when the repository is empty
      - Change project removal primary button from project overview to secondary button
      - Update headings for better alignment
      - Add primary button for readme only user preference
      a8ebe367
    • Lin Jen-Shin's avatar
      Respect the latest changes from master · 8586391e
      Lin Jen-Shin authored
      Basically using the new expand_section
      8586391e
Loading