gitlab-org--gitlab-foss/app/controllers/groups
Dmitriy Zaporozhets 83232be0e1
Add nested groups support on data level
* add parent_id field to namespaces table to store relation with nested groups
* create routes table to keep information about full path of every group and project
* project/group lookup by full path from routes table

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-12-08 11:47:16 +02:00
..
application_controller.rb Add nested groups support on data level 2016-12-08 11:47:16 +02:00
avatars_controller.rb Tweaks, refactoring, and specs 2016-03-20 21:04:07 +01:00
group_members_controller.rb Add parentheses around return redirect_to method 2016-10-24 13:14:00 +03:00
labels_controller.rb Add toggle_subscription action to Groups::LabelsController 2016-11-17 15:10:13 -02:00
milestones_controller.rb Add a starting date to milestones 2016-11-23 13:41:04 +02:00