Add a commit calendar to the user profile
显示
- CHANGELOG 1 个添加, 1 个删除CHANGELOG
- Gemfile 3 个添加, 0 个删除Gemfile
- Gemfile.lock 2 个添加, 0 个删除Gemfile.lock
- app/assets/javascripts/application.js.coffee 1 个添加, 0 个删除app/assets/javascripts/application.js.coffee
- app/assets/javascripts/calendar.js.coffee 71 个添加, 0 个删除app/assets/javascripts/calendar.js.coffee
- app/assets/stylesheets/application.scss 1 个添加, 0 个删除app/assets/stylesheets/application.scss
- app/assets/stylesheets/generic/calendar.scss 95 个添加, 0 个删除app/assets/stylesheets/generic/calendar.scss
- app/controllers/users_controller.rb 23 个添加, 2 个删除app/controllers/users_controller.rb
- app/models/repository.rb 28 个添加, 3 个删除app/models/repository.rb
- app/views/events/_event.html.haml 1 个添加, 2 个删除app/views/events/_event.html.haml
- app/views/users/_calendar.html.haml 9 个添加, 0 个删除app/views/users/_calendar.html.haml
- app/views/users/_calendar_onclick.html.haml 25 个添加, 0 个删除app/views/users/_calendar_onclick.html.haml
- app/views/users/show.html.haml 2 个添加, 0 个删除app/views/users/show.html.haml
- config/routes.rb 4 个添加, 0 个删除config/routes.rb
- lib/gitlab/commits_calendar.rb 79 个添加, 0 个删除lib/gitlab/commits_calendar.rb
- spec/controllers/users_controller_spec.rb 27 个添加, 0 个删除spec/controllers/users_controller_spec.rb
加载中
想要评论请 注册 或 登录