summaryrefslogtreecommitdiff
path: root/lib/api/namespaces.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-0/+2
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-2/+4
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-231-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
|
* Get rid of the user_namespace API helper methodRémy Coutable2019-04-241-0/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Backports some changes from gitlab-ee!7885Rubén Dávila2018-12-071-1/+16
|
* Fix API::Namespaces to accept namepaces with dotsif-52811-fix_namespaces_api_routingImre Farkas2018-11-281-1/+1
| | | | | It also renames the API::PROJECT_ENDPOINT_REQUIREMENTS constant to API::NAMESPACE_OR_PROJECT_REQUIREMENTS
* Enable frozen string in lib/api and lib/backupgfyoung2018-09-291-0/+2
| | | | | | | | | | Partially addresses #47424. Had to make changes to spec files because stubbing methods on frozen objects is a mess in RSpec and leads to failures: https://github.com/rspec/rspec-mocks/issues/1190
* Allow request namespace by ID or pathTomasz Maczukin2017-11-231-16/+2
|
* Add new API endpoint - get a namespace by IDTomasz Maczukin2017-11-231-0/+24
|
* Rename members_count to members_count_with_descendants and expose only to ↵Oswaldo Ferreira2017-06-281-1/+1
| | | | group admins
* Use the pagination helper in the APIuse-pagination-helperRobert Schilling2016-12-041-1/+3
|
* GrapeDSL for Namespace endpointzj-grape-sessionsZ.J. van de Weg2016-10-041-12/+10
|
* Make namespace API available to all usersStan Hu2015-05-281-5/+6
| | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9328
* Avoid using {...} for multi-line blocksDmitriy Zaporozhets2015-02-021-2/+2
|
* fix most of warningsskv2013-12-151-1/+1
|
* Namespaces API for admin usersDmitriy Zaporozhets2013-11-151-0/+23
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>