OSDN Git Service

Remove all team resources except models. Move models to deprecated directory
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Tue, 18 Jun 2013 18:22:34 +0000 (21:22 +0300)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Tue, 18 Jun 2013 18:22:34 +0000 (21:22 +0300)
commit439f399bece8c2b01dc064b6c02f28fb4149595e
tree1862fa39f76a9c8941f5120ba7af5fc3d5f91124
parent670aaaeb9db7902c8776cb7754ac8fd1e7a606a1
Remove all team resources except models. Move models to deprecated directory
60 files changed:
app/controllers/admin/teams/application_controller.rb [deleted file]
app/controllers/admin/teams/members_controller.rb [deleted file]
app/controllers/admin/teams/projects_controller.rb [deleted file]
app/controllers/admin/teams_controller.rb [deleted file]
app/controllers/dashboard_controller.rb
app/controllers/projects/teams_controller.rb [deleted file]
app/controllers/teams/application_controller.rb [deleted file]
app/controllers/teams/members_controller.rb [deleted file]
app/controllers/teams/projects_controller.rb [deleted file]
app/controllers/teams_controller.rb [deleted file]
app/helpers/application_helper.rb
app/helpers/user_teams_helper.rb [deleted file]
app/models/ability.rb
app/models/deprecated/user_team.rb [moved from app/models/user_team.rb with 100% similarity]
app/models/deprecated/user_team_project_relationship.rb [moved from app/models/user_team_project_relationship.rb with 100% similarity]
app/models/deprecated/user_team_user_relationship.rb [moved from app/models/user_team_user_relationship.rb with 100% similarity]
app/models/user.rb
app/views/admin/dashboard/index.html.haml
app/views/admin/teams/edit.html.haml [deleted file]
app/views/admin/teams/index.html.haml [deleted file]
app/views/admin/teams/members/_form.html.haml [deleted file]
app/views/admin/teams/members/edit.html.haml [deleted file]
app/views/admin/teams/members/new.html.haml [deleted file]
app/views/admin/teams/new.html.haml [deleted file]
app/views/admin/teams/projects/_form.html.haml [deleted file]
app/views/admin/teams/projects/edit.html.haml [deleted file]
app/views/admin/teams/projects/new.html.haml [deleted file]
app/views/admin/teams/show.html.haml [deleted file]
app/views/admin/users/show.html.haml
app/views/dashboard/_sidebar.html.haml
app/views/layouts/nav/_admin.html.haml
app/views/projects/teams/available.html.haml [deleted file]
app/views/teams/_filter.html.haml [deleted file]
app/views/teams/_projects.html.haml [deleted file]
app/views/teams/edit.html.haml [deleted file]
app/views/teams/issues.html.haml [deleted file]
app/views/teams/members/_form.html.haml [deleted file]
app/views/teams/members/_member.html.haml [deleted file]
app/views/teams/members/_team.html.haml [deleted file]
app/views/teams/members/edit.html.haml [deleted file]
app/views/teams/members/index.html.haml [deleted file]
app/views/teams/members/new.html.haml [deleted file]
app/views/teams/merge_requests.html.haml [deleted file]
app/views/teams/new.html.haml [deleted file]
app/views/teams/projects/_form.html.haml [deleted file]
app/views/teams/projects/edit.html.haml [deleted file]
app/views/teams/show.atom.builder [deleted file]
app/views/teams/show.html.haml [deleted file]
app/views/teams/show.js.haml [deleted file]
config/routes.rb
features/steps/userteams/userteams.rb [deleted file]
features/teams/team.feature [deleted file]
lib/api/api.rb
lib/api/entities.rb
lib/api/user_teams.rb [deleted file]
lib/gitlab/user_team_manager.rb [deleted file]
spec/models/user_team_project_relationship_spec.rb [deleted file]
spec/models/user_team_spec.rb [deleted file]
spec/models/user_team_user_relationship_spec.rb [deleted file]
spec/requests/api/user_teams_spec.rb [deleted file]