Merge pull request #2746 from gitlabhq/features/teams
New feature: Teams
Showing
app/controllers/admin/teams_controller.rb
0 → 100644
app/controllers/projects/teams_controller.rb
0 → 100644
app/controllers/teams/members_controller.rb
0 → 100644
app/controllers/teams/projects_controller.rb
0 → 100644
app/controllers/teams_controller.rb
0 → 100644
app/helpers/admin/teams/members_helper.rb
0 → 100644
app/helpers/admin/teams/projects_helper.rb
0 → 100644
app/helpers/user_teams_helper.rb
0 → 100644
app/models/user_team.rb
0 → 100644
app/models/user_team_project_relationship.rb
0 → 100644
app/models/user_team_user_relationship.rb
0 → 100644
app/views/admin/teams/edit.html.haml
0 → 100644
app/views/admin/teams/index.html.haml
0 → 100644
app/views/admin/teams/members/edit.html.haml
0 → 100644
app/views/admin/teams/members/new.html.haml
0 → 100644
app/views/admin/teams/new.html.haml
0 → 100644
app/views/admin/teams/projects/new.html.haml
0 → 100644
app/views/admin/teams/show.html.haml
0 → 100644
app/views/dashboard/_teams.html.haml
0 → 100644
app/views/layouts/user_team.html.haml
0 → 100644
app/views/projects/teams/available.html.haml
0 → 100644
app/views/team_members/_show_team.html.haml
0 → 100644
app/views/team_members/_teams.html.haml
0 → 100644
app/views/teams/_filter.html.haml
0 → 100644
app/views/teams/_projects.html.haml
0 → 100644
app/views/teams/_team_head.html.haml
0 → 100644
app/views/teams/edit.html.haml
0 → 100644
app/views/teams/index.html.haml
0 → 100644
app/views/teams/issues.html.haml
0 → 100644
app/views/teams/members/_form.html.haml
0 → 100644
app/views/teams/members/_show.html.haml
0 → 100644
app/views/teams/members/_team.html.haml
0 → 100644
app/views/teams/members/edit.html.haml
0 → 100644
app/views/teams/members/index.html.haml
0 → 100644
app/views/teams/members/new.html.haml
0 → 100644
app/views/teams/members/show.html.haml
0 → 100644
app/views/teams/merge_requests.html.haml
0 → 100644
app/views/teams/new.html.haml
0 → 100644
app/views/teams/projects/_form.html.haml
0 → 100644
app/views/teams/projects/edit.html.haml
0 → 100644
app/views/teams/projects/index.html.haml
0 → 100644
app/views/teams/projects/new.html.haml
0 → 100644
app/views/teams/search.html.haml
0 → 100644
app/views/teams/show.html.haml
0 → 100644
features/admin/teams.feature
0 → 100644
features/steps/admin/admin_teams.rb
0 → 100644
This diff is collapsed.
Click to expand it.
features/steps/userteams/userteams.rb
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
features/teams/team.feature
0 → 100644
This diff is collapsed.
Click to expand it.
lib/gitlab/user_team_manager.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.
spec/factories/user_teams.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.
spec/models/user_team_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.
Please
register
or
sign in
to comment