summaryrefslogtreecommitdiff
path: root/spec/requests/api/wikis_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix API endpoints to edit wiki pages where project belongs to a grouprd-api-request-to-edit-wiki-page-fails-when-project-belongs-to-groupRubén Dávila2018-01-031-4/+26
| | | | | | | | In some cases is prefered to manually create a ProjectWiki over using Project#wiki. This is because Project#wiki always uses the #owner (which is a User sometimes) as the author of the wiki changes but sometimes the owner is a Group and it doesn't respond to #username
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-11/+11
|
* Add API support for wiki pagesblackst0ne2017-09-071-0/+679