1. 27 Jul, 2016 12 commits
  2. 26 Jul, 2016 4 commits
  3. 25 Jul, 2016 10 commits
  4. 22 Jul, 2016 11 commits
  5. 21 Jul, 2016 3 commits
    • Robert Speicher's avatar
      Merge branch '20046-snippets-menu' into 'master' · 3539efeb
      Robert Speicher authored
      Change nav link snippet controller
      
      Removes active Snippets nav link state for project-specific snippets
      
      Closes #20046
      
      See merge request !5410
      (cherry picked from commit c53bd5a7)
      3539efeb
    • Jacob Schatz's avatar
      Merge branch 'pipeline-table' into 'master' · bec692b0
      Jacob Schatz authored
      Reduce min width of pipeline table
      
      ## What does this MR do?
      Reduce min width of pipeline table
      
      ## Why was this MR needed?
      The current min-width is based on the heavily populated pipelines page main table. This pipeline table doesn't have nearly as much information so can be collapsed down a lot further
      
      ![table](/uploads/895d2fb2f01383a841f973e918199f55/table.gif)
      cc @markpundsack
      
      See merge request !5409
      (cherry picked from commit 95c4825a)
      bec692b0
    • Douwe Maan's avatar
      Merge branch 'fix-data-integrity-issue-with-repository-downloads-path' into 'master' · 01bc55ca
      Douwe Maan authored
      Avoid data-integrity issue when cleaning up repository archive cache
      
      ## What does this MR do?
      Sets the default value for `repository_downloads_path` if someone has it configured incorrectly, and it points to the path where repositories are stored. It's also replace invocation of `find` with Ruby code that matches old cached files in a better, and safe way to avoid data-integrity issues.
      
      ## Why was this MR needed?
      The `repository_downloads_path` is used by the `RepositoryArchiveCacheWorker` to remove outdated repository archives, if it points to the wrong directory can cause some data-integrity issue.
      
      ## What are the relevant issue numbers?
      Closes #14222
      
      See merge request !5285
      (cherry picked from commit d2598f62)
      01bc55ca