summaryrefslogtreecommitdiff
path: root/spec/requests/api/applications_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-291-4/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-241-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-211-15/+15
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-221-0/+11
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-291-0/+2
|
* Do not include ApiHelpers again in spec/requests/apiDinesh Panda2019-09-111-2/+0
|
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-8/+8
| | | | | | | | | | 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 }`
* Merge branch 'security-fix-uri-xss-applications' into 'master'Cindy Pallares2018-11-281-1/+11
| | | | | [master] Resolve "Reflected XSS in OAuth Authorize window due to redirect_uri allowing arbitrary protocols" See merge request gitlab/gitlabhq!2572
* Use have_gitlab_http_status following best practices !22296JB Vasseur2018-10-151-11/+11
|
* Non-authenticated user test should not have user passed in the API call !22296JB Vasseur2018-10-121-2/+2
|
* Differentiate test application valuesJB Vasseur2018-10-121-1/+1
|
* Hit the databaseJB Vasseur2018-10-111-2/+2
|
* Fix unauthorized user tests and add non-authenticated user testsJB Vasseur2018-10-111-3/+19
|
* Fix testsJB Vasseur2018-10-111-5/+7
|
* Support GET /applications and DELETE /applications/:id endpoints #52559JB Vasseur2018-10-111-0/+38
|
* Add application create APINicolas MERELLI2018-01-241-0/+86