1. 12 Dec, 2016 1 commit
    • Lin Jen-Shin's avatar
      Not sure why, but apparently SHA works better · c0dfa0c6
      Lin Jen-Shin authored
      It's very weird that source_commit.raw_commit and
      rugged.branches[merge_request.target_branch].target
      should be completely the same. I checked with ==
      and other values which proved that both should be
      the same, but still tests cannot pass for:
      spec/services/merge_requests/refresh_service_spec.rb
      
      I decided to give it up. We could just use SHA and
      that works fine anyway.
      c0dfa0c6
  2. 09 Dec, 2016 35 commits
  3. 08 Dec, 2016 4 commits
    • Rydkin Maxim's avatar
      remove unnecessary issues event filter on comments tab · 4af62042
      Rydkin Maxim authored
      fix features_visibility_spec.rb
      
      remove strange part of spec
      
      fix conditions of comments tab disappearing and fix spec
      
      generate changelog
      
      rewrite spec for more coplex check step-by-step
      
      move conditional logic into helper and fix changelog
      
      fix indentation in helper
      4af62042
    • Fatih Acet's avatar
      Merge branch 'fix-reset-template' into 'master' · 6992ac11
      Fatih Acet authored
      Fix JS error when reseting new issue template
      
      Fixes JS error when trying to reset template when no template has been set.
      
      See merge request !7978
      6992ac11
    • Ian Baum's avatar
      Updating reference to database password · 44b082c7
      Ian Baum authored
      postgresql['sql_password'] is not used, should be
      gitlab_rails['db_password']
      44b082c7
    • Fatih Acet's avatar
      Merge branch 'system-notes-fade' into 'master' · 162da9d3
      Fatih Acet authored
      Fade out should be white instead of gray
      
      Currently, you can see the hard edge of the fade out because it's a light shade of gray rather than white.   
      Before:   
      ![Screen_Shot_2016-12-07_at_12.36.10_PM](/uploads/c8fd2c6ba1742d1260614fd4c9cb29c9/Screen_Shot_2016-12-07_at_12.36.10_PM.png)
      After:   
      ![Screen_Shot_2016-12-07_at_12.35.53_PM](/uploads/52b51e4a825658a0c440e0f1fb86a31c/Screen_Shot_2016-12-07_at_12.35.53_PM.png)
      cc @nmrony
      
      See merge request !7979
      162da9d3