Add a commit calendar to the user profile
Showing
... | @@ -154,6 +154,9 @@ gem "slack-notifier", "~> 1.0.0" | ... | @@ -154,6 +154,9 @@ gem "slack-notifier", "~> 1.0.0" |
# d3 | # d3 | ||
gem "d3_rails", "~> 3.1.4" | gem "d3_rails", "~> 3.1.4" | ||
#cal-heatmap | |||
gem "cal-heatmap-rails", "~> 0.0.1" | |||
# underscore-rails | # underscore-rails | ||
gem "underscore-rails", "~> 1.4.4" | gem "underscore-rails", "~> 1.4.4" | ||
... | ... |
app/assets/javascripts/calendar.js.coffee
0 → 100644
app/assets/stylesheets/generic/calendar.scss
0 → 100644
app/views/users/_calendar.html.haml
0 → 100644
app/views/users/_calendar_onclick.html.haml
0 → 100644
lib/gitlab/commits_calendar.rb
0 → 100644
spec/controllers/users_controller_spec.rb
0 → 100644
Please
register
or
sign in
to comment