gitlab-org--gitlab-foss/spec/models
Dmitriy Zaporozhets b9219469f7 Merge branch 'make-namespaces-api-available-to-all-users' into 'master'
Make namespace API available to all users

### What does this MR do?

This MR makes it possible for a user to query namespaces to which he/she has access. Also, it adds documentation for the existing API.

### Why was this MR needed?

Even though the `groups` API exists, it might still be useful to have an endpoint that tells the namespace type (e.g. `user` vs. `group`), especially if a user has access to a number of different projects.

### What are the relevant issue numbers?

Closes https://github.com/gitlabhq/gitlabhq/issues/9328

See merge request !708
2015-06-04 15:59:17 +00:00
..
concerns Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
hooks Add support for Webhook note events 2015-05-21 23:48:16 -04:00
members Re-annotate models 2015-05-03 13:38:27 -07:00
project_services GitLab CI service sends gitlab-ci.yml file 2015-06-02 16:46:01 +03:00
application_setting_spec.rb Re-annotate models 2015-05-03 13:38:27 -07:00
broadcast_message_spec.rb Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
commit_range_spec.rb Update CommitRange#to_reference to use full SHAs 2015-05-26 15:48:31 -04:00
commit_spec.rb Add `to_reference` for models that support references 2015-05-26 15:48:30 -04:00
deploy_key_spec.rb Re-annotate models 2015-05-03 13:38:27 -07:00
deploy_keys_project_spec.rb Allow admin to create public deploy keys that are accessible to any project. 2015-04-03 12:23:20 +02:00
event_spec.rb Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
external_issue_spec.rb Add `to_reference` for models that support references 2015-05-26 15:48:30 -04:00
external_wiki_service_spec.rb Re-annotate models 2015-05-03 13:38:27 -07:00
forked_project_link_spec.rb Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
group_spec.rb Add `to_reference` for models that support references 2015-05-26 15:48:30 -04:00
issue_spec.rb Minor model spec cleanups 2015-05-26 15:48:30 -04:00
key_spec.rb Re-annotate models 2015-05-03 13:38:27 -07:00
label_link_spec.rb Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
label_spec.rb Support only double quotes for multi-word label references 2015-05-26 15:49:20 -04:00
member_spec.rb Re-annotate models 2015-05-03 13:38:27 -07:00
merge_request_spec.rb Make use of to_reference in more specs 2015-05-26 15:49:22 -04:00
milestone_spec.rb Change percent_complete rescue value from 100 to 0 2015-05-26 14:57:53 -04:00
namespace_spec.rb Move files for moved namespaces. 2015-03-31 09:30:34 +02:00
note_spec.rb Simplify Note model specs 2015-05-11 00:01:16 -04:00
project_security_spec.rb Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
project_snippet_spec.rb Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
project_spec.rb Add `to_reference` for models that support references 2015-05-26 15:48:30 -04:00
project_team_spec.rb Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
project_wiki_spec.rb Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
protected_branch_spec.rb Updated rspec to rspec 3.x syntax 2015-02-12 19:17:35 +01:00
repository_spec.rb Refactor repository specs 2015-03-22 11:01:45 -07:00
service_spec.rb Re-annotate models 2015-05-03 13:38:27 -07:00
snippet_spec.rb Minor model spec cleanups 2015-05-26 15:48:30 -04:00
user_spec.rb Merge branch 'make-namespaces-api-available-to-all-users' into 'master' 2015-06-04 15:59:17 +00:00
wiki_page_spec.rb Fix dots in Wiki slug causing errors 2015-03-21 18:33:51 -07:00