-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch 'feature/include-custom-attributes-in-api' into 'master'
Allow including custom attributes in API responses See merge request gitlab-org/gitlab-ce!16526
No related branches found
No related tags found
Showing
- changelogs/unreleased/feature-include-custom-attributes-in-api.yml 5 additions, 0 deletions...s/unreleased/feature-include-custom-attributes-in-api.yml
- doc/api/groups.md 4 additions, 0 deletionsdoc/api/groups.md
- doc/api/projects.md 4 additions, 0 deletionsdoc/api/projects.md
- doc/api/users.md 12 additions, 0 deletionsdoc/api/users.md
- lib/api/entities.rb 5 additions, 0 deletionslib/api/entities.rb
- lib/api/groups.rb 26 additions, 3 deletionslib/api/groups.rb
- lib/api/helpers/custom_attributes.rb 28 additions, 0 deletionslib/api/helpers/custom_attributes.rb
- lib/api/projects.rb 16 additions, 3 deletionslib/api/projects.rb
- lib/api/users.rb 8 additions, 1 deletionlib/api/users.rb
- spec/support/shared_examples/requests/api/custom_attributes_shared_examples.rb 121 additions, 37 deletions...xamples/requests/api/custom_attributes_shared_examples.rb
lib/api/helpers/custom_attributes.rb
0 → 100644
Please register or sign in to comment