Merge branch 'master' into api
Showing
... | ... | @@ -7,7 +7,7 @@ gem "sqlite3" |
gem "mysql2" | ||
# Auth | ||
gem "devise", "~> 1.5" | ||
gem "devise", "~> 2.1.0" | ||
# GITLAB patched libs | ||
gem "grit", :git => "https://github.com/gitlabhq/grit.git", :ref => "7f35cb98ff17d534a07e3ce6ec3d580f67402837" | ||
... | ... | @@ -71,7 +71,6 @@ group :development, :test do |
gem "awesome_print" | ||
gem "database_cleaner" | ||
gem "launchy" | ||
gem "webmock" | ||
end | ||
group :test do | ||
... | ... | @@ -82,4 +81,5 @@ group :test do |
gem "shoulda-matchers" | ||
gem 'email_spec' | ||
gem 'resque_spec' | ||
gem "webmock" | ||
end |
app/assets/images/ajax_loader_tree.gif
0 → 100644
6.38 KB
app/contexts/base_context.rb
0 → 100644
app/contexts/commit_load.rb
0 → 100644
app/contexts/merge_requests_load.rb
0 → 100644
app/contexts/notes_load.rb
0 → 100644
app/controllers/admin/hooks_controller.rb
0 → 100644
app/decorators/event_decorator.rb
0 → 100644
app/helpers/tree_helper.rb
0 → 100644
app/models/project_hook.rb
0 → 100644
app/models/system_hook.rb
0 → 100644
app/observers/system_hook_observer.rb
0 → 100644
app/views/admin/hooks/_data_ex.html.erb
0 → 100644
app/views/admin/hooks/index.html.haml
0 → 100644
app/views/help/api.html.haml
0 → 100644
app/views/help/system_hooks.html.haml
0 → 100644
app/views/refs/_tree_commit.html.haml
0 → 100644
app/views/refs/logs_tree.js.haml
0 → 100644
app/workers/system_hook_worker.rb
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
lib/tasks/gitlab/backup.rake
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
spec/models/system_hook_spec.rb
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
spec/requests/admin/admin_hooks_spec.rb
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.