BigW Consortium Gitlab

  1. 09 Dec, 2016 36 commits
  2. 08 Dec, 2016 4 commits
    • 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
    • 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
    • Updating reference to database password · 44b082c7
      Ian Baum authored
      postgresql['sql_password'] is not used, should be
      gitlab_rails['db_password']
    • 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