An error occurred fetching the project authors.
- 30 May, 2018 1 commit
-
-
Jan Provaznik authored
the current syntax doesn't work properly in Rails 5, the resulting query looks like: HAVING "events"."project_id" IN (0) instead of: HAVING "events"."project_id" IN (SELECT "projects"."id" FROM... Also we should not use ActiveRecord internal methods. In this case we can filter projects in WHERE clause instead of doing this in HAVING clause. Usage of WHERE should be also more efficient because grouping is then done on much smaller subset of records.
-
- 07 Mar, 2018 1 commit
-
-
Riccardo Padovani authored
-
- 05 Mar, 2018 1 commit
-
-
Riccardo Padovani authored
-
- 22 Feb, 2018 2 commits
-
-
Bob Van Landuyt authored
This ability can be disabled when an external authorization service is enabled.
-
Bob Van Landuyt authored
-
- 31 Jul, 2017 2 commits
-
-
Mike Greiling authored
-
Mike Greiling authored
-
- 29 Jul, 2017 2 commits
-
-
Mike Greiling authored
-
Mike Greiling authored
-
- 21 Jun, 2017 2 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 07 Jun, 2017 1 commit
-
-
Sean McGivern authored
This doesn't appear to be actually called twice, but having it appear to work but not would be a problem if it was.
-
- 23 Feb, 2017 4 commits
-
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-
- 13 Feb, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 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
-