Add REST API invited groups in a group
Changelog: added
显示
- app/finders/concerns/namespaces/groups_filter.rb 6 个添加, 0 个删除app/finders/concerns/namespaces/groups_filter.rb
- app/finders/namespaces/groups/invited_groups_finder.rb 52 个添加, 0 个删除app/finders/namespaces/groups/invited_groups_finder.rb
- app/finders/namespaces/groups/shared_groups_finder.rb 0 个添加, 6 个删除app/finders/namespaces/groups/shared_groups_finder.rb
- app/helpers/application_settings_helper.rb 1 个添加, 0 个删除app/helpers/application_settings_helper.rb
- app/models/application_setting.rb 2 个添加, 0 个删除app/models/application_setting.rb
- app/models/application_setting_implementation.rb 1 个添加, 0 个删除app/models/application_setting_implementation.rb
- app/validators/json_schemas/application_setting_rate_limits.json 5 个添加, 0 个删除...idators/json_schemas/application_setting_rate_limits.json
- app/views/admin/application_settings/_groups_api_limits.html.haml 5 个添加, 0 个删除...s/admin/application_settings/_groups_api_limits.html.haml
- doc/api/groups.md 73 个添加, 0 个删除doc/api/groups.md
- lib/api/groups.rb 23 个添加, 0 个删除lib/api/groups.rb
- lib/gitlab/application_rate_limiter.rb 1 个添加, 0 个删除lib/gitlab/application_rate_limiter.rb
- spec/features/admin/admin_settings_spec.rb 10 个添加, 0 个删除spec/features/admin/admin_settings_spec.rb
- spec/finders/namespaces/groups/invited_groups_finder_spec.rb 101 个添加, 0 个删除spec/finders/namespaces/groups/invited_groups_finder_spec.rb
- spec/helpers/application_settings_helper_spec.rb 1 个添加, 0 个删除spec/helpers/application_settings_helper_spec.rb
- spec/models/application_setting_spec.rb 1 个添加, 0 个删除spec/models/application_setting_spec.rb
- spec/requests/api/groups_spec.rb 170 个添加, 1 个删除spec/requests/api/groups_spec.rb
加载中
想要评论请 注册 或 登录