-
- Downloads
Merge branch 'improve-contributions-calendar' into 'master'
Replace commits calendar with contributions calendar * count opening of issues and merge requests * dont trigger git repository - use events from database * count pushes instead of commits for faster and easier counting * much-much faster since does not affected by repository size See merge request !420
No related branches found
No related tags found
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/assets/javascripts/calendar.js.coffee 1 addition, 4 deletionsapp/assets/javascripts/calendar.js.coffee
- app/assets/stylesheets/generic/calendar.scss 0 additions, 21 deletionsapp/assets/stylesheets/generic/calendar.scss
- app/controllers/users_controller.rb 17 additions, 18 deletionsapp/controllers/users_controller.rb
- app/models/event.rb 6 additions, 0 deletionsapp/models/event.rb
- app/models/project_contributions.rb 0 additions, 32 deletionsapp/models/project_contributions.rb
- app/models/repository.rb 0 additions, 35 deletionsapp/models/repository.rb
- app/models/user.rb 2 additions, 5 deletionsapp/models/user.rb
- app/views/users/_projects.html.haml 1 addition, 1 deletionapp/views/users/_projects.html.haml
- app/views/users/calendar.html.haml 4 additions, 1 deletionapp/views/users/calendar.html.haml
- app/views/users/calendar_activities.html.haml 22 additions, 32 deletionsapp/views/users/calendar_activities.html.haml
- features/steps/user.rb 33 additions, 0 deletionsfeatures/steps/user.rb
- features/user.feature 9 additions, 0 deletionsfeatures/user.feature
- lib/gitlab/commits_calendar.rb 0 additions, 41 deletionslib/gitlab/commits_calendar.rb
- lib/gitlab/contributions_calendar.rb 56 additions, 0 deletionslib/gitlab/contributions_calendar.rb
- spec/controllers/users_controller_spec.rb 4 additions, 17 deletionsspec/controllers/users_controller_spec.rb
- spec/models/repository_spec.rb 7 additions, 38 deletionsspec/models/repository_spec.rb
app/models/project_contributions.rb
deleted
100644 → 0
lib/gitlab/commits_calendar.rb
deleted
100644 → 0
lib/gitlab/contributions_calendar.rb
0 → 100644
Please register or sign in to comment