An error occurred fetching the project authors.
  1. 22 Jan, 2016 1 commit
  2. 21 Jan, 2016 1 commit
    • Douwe Maan's avatar
      Merge branch 'ci/cache-key' into 'master' · e7a875cc
      Douwe Maan authored
      Added cache:key to .gitlab-ci.yml allowing to fine tune the caching
      
      The `cache:key` allows you to define the affinity mask of caching, allowing to have single cache for all jobs, or cache per-job, or per-branch, or any other way you would need:
      
      1. Cache per-build for all branches:
      
      ```
      cache:
          key: "$CI_BUILD_NAME"
          untracked: true
      ```
      
      2. Cache per-branch for all jobs:
      
      ```
      cache:
          key: "$CI_BUILD_REF"
          untracked: true
      ```
      
      
      
      /cc @DouweM @grzesiek @axil
      
      
      See merge request !2436
      e7a875cc
  3. 20 Jan, 2016 3 commits
  4. 19 Jan, 2016 5 commits
  5. 18 Jan, 2016 5 commits
    • Grzegorz Bizon's avatar
      Merge branch 'ux/improve-artifacts-browser' into 'master' · 7ccccfc6
      Grzegorz Bizon authored
      Improve UX in build artifacts browser
      
      This improves UX in build artifacts browser, and makes it more consistent with repository tree browser we already have.
      
      ---
      Before:
      
      ![ux_artifacts_before](/uploads/9869ff74afd5e6636f0df81c7823fb6f/ux_artifacts_before.png)
      
      ---
      After:
      
      ![ux_artifacts_after](/uploads/cdb68925f4489bb852fd701870e6d6a0/ux_artifacts_after.png)
      
      ---
      
      It is easier to click on a file/directory entry now, because we don't need to click on a entry's basename (that can be really short, like `..` parent directory). We also show `Compressed to` size that indicates how much storage does this entry really consume.
      
      Row for an entry is also highlighted on hover and we do not have Download button (clicking on a file row / file basename is enough to download a file).
      
      Closes #10242 
      
      See merge request !2477
      7ccccfc6
    • Robert Speicher's avatar
      Merge branch 'fix_changelog' into 'master' · 6c5f24f4
      Robert Speicher authored
      Move entry `Fix: As an admin, cannot add oneself as a member to a
      group/project`
      
      The CHANGELOG entry said it was fixed in 8.2.3. However, I found
      https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1942 that
      suggests it wasn't fixed until 8.3.0. A customer experienced this
      issue on 8.2.3, still. This ultimately led to me investigating this
      further.
      
      [ci skip]
      
      See merge request !2488
      6c5f24f4
    • Robert Speicher's avatar
      Merge branch 'fix/events-data-limit-for-mysql' into 'master' · fe16f7b4
      Robert Speicher authored
      Fix limit for `data` column in `events` table when using MySQL
      
      Closes #9084 
      
      See merge request !2486
      fe16f7b4
    • Robert Speicher's avatar
      Merge branch 'remove-leading-comma-award-emoji' into 'master' · 6d558174
      Robert Speicher authored
      Remove leading comma when user is the only one to award that emoji
      
      Fixes #9073
      
      See merge request !2450
      6d558174
    • Robert Speicher's avatar
      Merge branch 'fix-gravator-default-url' into 'master' · 0b7e1e9e
      Robert Speicher authored
      Ensure Gravatar host looks like an actual host
      
      Solves #10243.
      
      I've chosen to simplify the method that extracts the host: since we
      only need the host, let's get rid of the path and thus get rid of the
      escaping problems!
      
      Unit tests should ensure that most of the cases are covered.
      
      See merge request !2482
      0b7e1e9e
  6. 16 Jan, 2016 1 commit
  7. 15 Jan, 2016 3 commits
  8. 14 Jan, 2016 14 commits
  9. 13 Jan, 2016 7 commits