Merge branch 'master' into ci/api-builds
* master: (75 commits) Fix grammar Clarify the key generation step Remove misleading `ssh-dsa` markdown fixes markdown fixes Add `AbuseReport#notify` Make AbuseReportMailer responsible for knowing if it should deliver Redirect back to user profile page after abuse report Redesign the AbuseReports index Don't notify users twice if they are both project watchers and subscribers Restructure logo JS to use `setInterval` Decrease the logo sweep delay Correct the logo ID names Update CHANGELOG Merge pull request GH-9938 from huacnlee/hotfix/note_mail_with_notification Remove jquery.blockUI.js plugin rempves tests for "you have master access" text Revert "Merge branch 'rs-remove-jquery-blockui' into 'master'" removes footer message about access to project remove public field from namespace and refactoring ...
Showing
... | ... | @@ -169,10 +169,10 @@ gem 'asana', '~> 0.4.0' |
gem 'ruby-fogbugz', '~> 0.2.1' | ||
# d3 | ||
gem 'd3_rails', '~> 3.5.5' | ||
gem 'd3_rails', '~> 3.5.0' | ||
#cal-heatmap | ||
gem "cal-heatmap-rails", "~> 0.0.1" | ||
gem 'cal-heatmap-rails', '~> 3.5.0' | ||
# underscore-rails | ||
gem "underscore-rails", "~> 1.8.0" | ||
... | ... | @@ -200,7 +200,7 @@ gem 'turbolinks', '~> 2.5.0' |
gem 'jquery-turbolinks', '~> 2.1.0' | ||
gem 'addressable', '~> 2.3.8' | ||
gem 'bootstrap-sass', '~> 3.0' | ||
gem 'bootstrap-sass', '~> 3.3.0' | ||
gem 'font-awesome-rails', '~> 4.2' | ||
gem 'gitlab_emoji', '~> 0.2.0' | ||
gem 'gon', '~> 6.0.1' | ||
... | ... |
config/schedule.rb
deleted
100644 → 0
This diff is collapsed.
lib/banzai/querying.rb
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment