Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-19Update specs to rails5 formatblackst0ne
Updates specs to use new rails5 format. The old format: `get :show, { some: params }, { some: headers }` The new format: `get :show, params: { some: params }, headers: { some: headers }`
2018-06-25Bring changes from EELin Jen-Shin
2018-04-04Allow assigning and filtering issuables by ancestor group labelsFelipe Artur
2018-01-04EE-BACKPORT group boardsFelipe Artur
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-10-20Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo
2017-09-19Use set in some API specsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-08-28Add tests for the unmodified headerRobert Schilling
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-04-21Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo
Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true`
2017-02-28Return 204 for delete endpointsRobert Schilling
2017-02-16Add a custom pagination matcherRobert Schilling
2017-01-17Replace many :project with :empty_projects in API specsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-11-28Changed API spec files to describe the correct classLivier
Restore changes for api spec files Fix error in rspec Users Delete extra space Repositories-spec
2016-10-19Add support to group labels on issues board APIDouglas Barbosa Alexandre
2016-10-05Added Issue Board API supportAndre Guedes
- Includes documentation and tests