OSDN Git Service

Rewrite and improve git backend logic. Fix project movind. Raise exception to prevent...
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Tue, 27 Nov 2012 06:31:15 +0000 (09:31 +0300)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Tue, 27 Nov 2012 06:31:15 +0000 (09:31 +0300)
commitf5551efdfd71c6aedb609093374a6c4dbed6a78b
tree226bcf5561a02cea3c1b95339f7063a389cb7bf4
parent70bf7f6e191c0e99ad03e1eec2ecbe2aae53fa09
Rewrite and improve git backend logic. Fix project movind. Raise exception to prevent unexpected issues
20 files changed:
app/controllers/admin/groups_controller.rb
app/controllers/projects_controller.rb
app/helpers/application_helper.rb
app/models/namespace.rb
app/models/project.rb
app/roles/repository.rb
app/views/admin/dashboard/index.html.haml
app/views/admin/groups/new.html.haml
app/views/admin/groups/show.html.haml
app/views/admin/users/_form.html.haml
app/views/admin/users/edit.html.haml
app/views/admin/users/new.html.haml
app/views/dashboard/issues.atom.builder
app/views/events/_event.html.haml
app/views/layouts/notify.html.haml
app/views/search/show.html.haml
app/views/shared/_no_ssh.html.haml
lib/gitlab/backend/gitolite.rb
lib/gitlab/backend/gitolite_config.rb
lib/gitlab/project_mover.rb