-
- Downloads
Merge branch '23403-fix-events-for-private-project-features' into 'security'
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>
Showing
- app/controllers/users_controller.rb 1 addition, 2 deletionsapp/controllers/users_controller.rb
- app/models/event.rb 2 additions, 1 deletionapp/models/event.rb
- lib/gitlab/contributions_calendar.rb 49 additions, 25 deletionslib/gitlab/contributions_calendar.rb
- spec/lib/gitlab/contributions_calendar_spec.rb 104 additions, 0 deletionsspec/lib/gitlab/contributions_calendar_spec.rb
- spec/models/event_spec.rb 3 additions, 2 deletionsspec/models/event_spec.rb
Please register or sign in to comment