summaryrefslogtreecommitdiff
path: root/spec/requests/api/v3/pipelines_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Removed API endpoint and specsfj-36819-remove-v3-apiFrancisco Javier López2018-05-301-201/+0
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-2/+2
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-13/+13
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-3/+1
* Expose pipelines as PipelineBasic `projects/:id/pipelines`26847-api-pipelines-use-basicToon Claes2017-03-031-0/+203