summaryrefslogtreecommitdiff
path: root/lib/api/namespaces.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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>