- 09 Nov, 2016 1 commit
-
-
Robert Speicher authored
Respect project visibility settings in the contributions calendar This MR fixes a number of bugs relating to access controls and date selection of events for the contributions calendar Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/23403 See merge request !2019 Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 16 Sep, 2016 1 commit
-
-
Clement Ho authored
-
- 25 Aug, 2016 1 commit
-
-
Clement Ho authored
-
- 03 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 16 May, 2016 1 commit
-
-
Phil Hughes authored
This aligns the boxes correctly with the day on the left side of the calendar
-
- 02 Jan, 2016 1 commit
-
-
Robert Speicher authored
-
- 03 Oct, 2015 1 commit
-
-
Guilherme Garnier authored
-
- 25 Apr, 2015 1 commit
-
-
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.
-
- 22 Mar, 2015 4 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
* count opening of issues and merge requests * dont trigger git repository - use events from database * much-much faster since does not affected by repository size
-