1. 25 Apr, 2015 1 commit
    • Zhang Sen's avatar
      Fix contributions calendar empty problem under mysql · 0cbafa4d
      Zhang Sen authored
      When using MySQL as database backend in GitLab, ``date`` in ``date(created_at), count(id) as total_amount``
      won't return the ``date`` column (should be ``date(created_at)``), as a result, there's no contribution in the user
      profile page.
      Adding an ``as date`` can solve this problem.
      0cbafa4d
  2. 24 Apr, 2015 2 commits
  3. 23 Apr, 2015 26 commits
  4. 22 Apr, 2015 11 commits