Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-13Add comment events to contributions calendarRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-11-09Merge branch '23403-fix-events-for-private-project-features' into 'security'Robert Speicher
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>
2016-09-16Replace contributions calendar timezone payload with datesClement Ho
2016-08-26Reduce contributions calendar data payloadClement Ho
2016-05-16Group the contributing calendar by dayPhil Hughes
This aligns the boxes correctly with the day on the left side of the calendar
2016-01-02Simplify `ContributionsCalendar#starting_year` and `#starting_month`Robert Speicher
2015-10-03Fix rubocop warnings in libGuilherme Garnier
2015-04-25Fix contributions calendar empty problem under mysqlZhang Sen
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.
2015-03-23Improve contribution calendar per day infoDmitriy Zaporozhets
2015-03-23Contribution calendar will use events instead of commits to count contributionsDmitriy Zaporozhets
2015-03-22Refactor contributions events and write tests for calendarDmitriy Zaporozhets
2015-03-22Replace commits calendar with contributions calendarDmitriy Zaporozhets
* 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