Skip to content
Snippets Groups Projects
  1. Aug 30, 2015
  2. Aug 03, 2015
  3. Apr 23, 2015
  4. Oct 08, 2013
  5. Sep 01, 2013
    • Chris Stephan's avatar
      Change gravatar_icon helper to handle ssl · 39e76e12
      Chris Stephan authored
      This commit refactors the gravatar_icon helper method to handle ssl.
      This is because when running gitlab-ci with ssl enabled, it gives a
      warning because portions of the page are not secure. In addition to
      refactoring this method, it also adds some configuration values to the
      application.yml.example file that are needed for the gravatar_icon
      helper method. It also adds default values for settings relating to
      gitlab_ci and gravatar. This is because the values will need defaults
      if they aren't specified in the application.yml. It also adds the
      no_avatar.png since it is being used in the gravatar_icon helper
      method. Finally, this commit adds spec tests to cover the
      refactored method.
      39e76e12
Loading