UI for service account creation 1/2
We add (1) a `Create service account` button to the group member page and (2) a controller that serves any routes under `../service_accounts/*`. This is step 1 out of 2. EE: true
显示
- app/helpers/groups_helper.rb 4 个添加, 0 个删除app/helpers/groups_helper.rb
- app/views/groups/group_members/index.html.haml 5 个添加, 3 个删除app/views/groups/group_members/index.html.haml
- ee/app/controllers/groups/service_accounts_controller.rb 19 个添加, 0 个删除ee/app/controllers/groups/service_accounts_controller.rb
- ee/app/helpers/ee/groups_helper.rb 5 个添加, 0 个删除ee/app/helpers/ee/groups_helper.rb
- ee/app/views/groups/group_members/_create_service_account.html.haml 3 个添加, 0 个删除...ws/groups/group_members/_create_service_account.html.haml
- ee/app/views/groups/service_accounts/index.html.haml 3 个添加, 0 个删除ee/app/views/groups/service_accounts/index.html.haml
- ee/config/routes/group.rb 2 个添加, 0 个删除ee/config/routes/group.rb
- ee/spec/helpers/ee/groups_helper_spec.rb 12 个添加, 0 个删除ee/spec/helpers/ee/groups_helper_spec.rb
- ee/spec/requests/groups/service_accounts_controller_spec.rb 66 个添加, 0 个删除ee/spec/requests/groups/service_accounts_controller_spec.rb
- ee/spec/routing/group_routing_spec.rb 6 个添加, 0 个删除ee/spec/routing/group_routing_spec.rb
- ee/spec/views/groups/group_members/index.html.haml_spec.rb 13 个添加, 0 个删除ee/spec/views/groups/group_members/index.html.haml_spec.rb
- locale/gitlab.pot 3 个添加, 0 个删除locale/gitlab.pot
- spec/helpers/groups_helper_spec.rb 14 个添加, 0 个删除spec/helpers/groups_helper_spec.rb
加载中
想要评论请 注册 或 登录