-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch 'feat/update-contribution-calendar' into 'master'
Include private contributions in user contribution graph Closes #14078 See merge request gitlab-org/gitlab-ce!17296
No related branches found
No related tags found
Showing
- app/controllers/profiles_controller.rb 1 addition, 0 deletionsapp/controllers/profiles_controller.rb
- app/finders/user_recent_events_finder.rb 1 addition, 15 deletionsapp/finders/user_recent_events_finder.rb
- app/helpers/events_helper.rb 1 addition, 1 deletionapp/helpers/events_helper.rb
- app/models/event.rb 5 additions, 3 deletionsapp/models/event.rb
- app/views/events/_event.html.haml 2 additions, 0 deletionsapp/views/events/_event.html.haml
- app/views/events/_event_scope.html.haml 1 addition, 1 deletionapp/views/events/_event_scope.html.haml
- app/views/events/event/_common.html.haml 1 addition, 1 deletionapp/views/events/event/_common.html.haml
- app/views/events/event/_created_project.html.haml 2 additions, 2 deletionsapp/views/events/event/_created_project.html.haml
- app/views/events/event/_note.html.haml 1 addition, 1 deletionapp/views/events/event/_note.html.haml
- app/views/events/event/_private.html.haml 10 additions, 0 deletionsapp/views/events/event/_private.html.haml
- app/views/events/event/_push.html.haml 1 addition, 1 deletionapp/views/events/event/_push.html.haml
- app/views/profiles/show.html.haml 37 additions, 30 deletionsapp/views/profiles/show.html.haml
- app/views/users/calendar_activities.html.haml 22 additions, 20 deletionsapp/views/users/calendar_activities.html.haml
- changelogs/unreleased/feat-update-contribution-calendar.yml 5 additions, 0 deletionschangelogs/unreleased/feat-update-contribution-calendar.yml
- db/migrate/20180228172924_add_include_private_contributions_to_users.rb 7 additions, 0 deletions...80228172924_add_include_private_contributions_to_users.rb
- db/schema.rb 1 addition, 0 deletionsdb/schema.rb
- doc/user/profile/index.md 12 additions, 0 deletionsdoc/user/profile/index.md
- lib/gitlab/contributions_calendar.rb 6 additions, 6 deletionslib/gitlab/contributions_calendar.rb
- locale/gitlab.pot 102 additions, 6 deletionslocale/gitlab.pot
- spec/bin/changelog_spec.rb 1 addition, 0 deletionsspec/bin/changelog_spec.rb
app/views/events/event/_private.html.haml
0 → 100644
Please register or sign in to comment