1. 22 Oct, 2015 4 commits
    • Kamil Trzciński's avatar
      Merge branch '3147-gitlab-ci-yml-variables-adjust-docs' into 'master' · 46e66f58
      Kamil Trzciński authored
      Fixed suggestion in documentation resulting in linting error 'variables should be a map of key-valued strings'
      
      Documentation now suggests a valid option with the intended result.
      
      See #3147 
      
      `"yes"`, opposed to `yes` is not casted to a boolean. `variables` only accepts key-valued strings.
      
      Better solution would be to change the parsing of `variables` (allow boolean or check the actual value of the string).
      
      
      
      See merge request !1660
      46e66f58
    • Robert Speicher's avatar
      Merge branch 'dm-issue-3140' into 'master' · ada2d231
      Robert Speicher authored
      Make sure MR refresh service correctly determines newly added commits.
      
      Fixes #3140.
      
      See merge request !1659
      ada2d231
    • Robert Speicher's avatar
      Merge branch 'fix-build-trace-updating' into 'master' · 7c0d2d32
      Robert Speicher authored
      Fix build trace updating
      
      Fixes #2910 
      
      See merge request !1657
      7c0d2d32
    • Valery Sizov's avatar
      Merge branch 'fix-issue-3094' into 'master' · f810fab7
      Valery Sizov authored
      Don't show "Add README" link in an empty repository if user doesn't have access to push
      
      Reporter users would see this before even though they didn't have access to push:
      
      ![image](/uploads/1dd328ab7e58cd00c5b696f079816e16/image.png)
      
      It's not complete accurate to include the push command-line instructions, but users may still want the instructions to clone. After:
      
      ![image](/uploads/3d214e140916d2f174d0b5fec0ac472d/image.png)
      
      Closes #3094
      
      See merge request !1626
      f810fab7
  2. 21 Oct, 2015 19 commits
  3. 20 Oct, 2015 17 commits