-
- Downloads
Store group and project full name and full path in routes table
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
- app/controllers/admin/dashboard_controller.rb 2 additions, 2 deletionsapp/controllers/admin/dashboard_controller.rb
- app/controllers/admin/groups_controller.rb 1 addition, 1 deletionapp/controllers/admin/groups_controller.rb
- app/controllers/dashboard/groups_controller.rb 1 addition, 1 deletionapp/controllers/dashboard/groups_controller.rb
- app/finders/groups_finder.rb 1 addition, 1 deletionapp/finders/groups_finder.rb
- app/finders/projects_finder.rb 1 addition, 1 deletionapp/finders/projects_finder.rb
- app/models/concerns/routable.rb 62 additions, 4 deletionsapp/models/concerns/routable.rb
- app/models/namespace.rb 4 additions, 21 deletionsapp/models/namespace.rb
- app/models/project.rb 18 additions, 25 deletionsapp/models/project.rb
- app/models/route.rb 14 additions, 8 deletionsapp/models/route.rb
- changelogs/unreleased/dz-refactor-full-path.yml 4 additions, 0 deletionschangelogs/unreleased/dz-refactor-full-path.yml
- db/migrate/20170204172458_add_name_to_route.rb 12 additions, 0 deletionsdb/migrate/20170204172458_add_name_to_route.rb
- db/schema.rb 1 addition, 0 deletionsdb/schema.rb
- spec/models/concerns/routable_spec.rb 33 additions, 1 deletionspec/models/concerns/routable_spec.rb
- spec/models/namespace_spec.rb 0 additions, 16 deletionsspec/models/namespace_spec.rb
- spec/models/project_spec.rb 14 additions, 7 deletionsspec/models/project_spec.rb
- spec/models/route_spec.rb 23 additions, 10 deletionsspec/models/route_spec.rb
Please register or sign in to comment