summaryrefslogtreecommitdiff
path: root/spec/requests/api/api_helpers_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* API: Memoize the current_user so that the sudo can work properlyRémy Coutable2016-12-121-404/+0
* adds impersonator variable and makes sudo usage overall more clear24537-reenable-private-token-with-sudotiagonbotelho2016-12-071-70/+129
* Allow public access to some Project API endpoints4269-public-apiRémy Coutable2016-12-011-1/+53
* Fix project features default valuesFelipe Artur2016-11-011-30/+0
* API: Fix booleans not recognized as such when using the `to_boolean` helper23890-api-should-accepts-booleanRémy Coutable2016-10-271-11/+18
* API: disable rails session auth for non-GET/HEAD requestsNick Thomas2016-09-231-6/+33
* Enable Warden for the Grape APINick Thomas2016-09-191-0/+25
* Add Sentry logging to API callsadd-sentry-logging-to-apiStan Hu2016-08-241-0/+27
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-15/+15
* API: Expose 'developers_can_push' for branchesRobert Schilling2016-07-191-0/+23
* Revert "Revert "Merge branch '18193-developers-can-merge' into 'master' ""Rémy Coutable2016-07-181-2/+2
* Revert "Merge branch '18193-developers-can-merge' into 'master' "Robert Speicher2016-07-131-2/+2
* Refactor `Gitlab::GitAccess`Timothy Andrew2016-07-131-2/+2
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* Fix `api_helpers_spec`2979-personal-access-tokensTimothy Andrew2016-06-161-6/+6
* Combine `API::Helpers::Core` and `API::Helpers::Authentication` back into `AP...Timothy Andrew2016-04-281-0/+215
* Rename `api_helpers_spec` to `api_authentication_spec`Timothy Andrew2016-04-281-173/+0
* Fix API::APIHelpers -> API::Helpers;Jason Lee2015-10-231-13/+13
* Fix `raise_error` without an argument deprecation warningsRobert Speicher2015-06-221-8/+8
* Update mock and stub syntax for specsRobert Speicher2015-06-221-1/+1
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-39/+39
* Doorkeeper integrationValery Sizov2014-12-241-0/+1
* Make user access test pass for the right reasonJacob Vosmaer2014-05-151-0/+1
* Check user access status in API for current_userJacob Vosmaer2014-05-151-0/+5
* Add test for current behavior of current_userJacob Vosmaer2014-05-151-0/+5
* Added API testing groupJeroen van Baarsen2014-04-111-2/+2
* Style guide fixes (spacing)Izaak Alpert2013-09-091-2/+4
* Some of the requested updates, rebase on masterIzaak Alpert2013-09-091-12/+12
* API: admin users can sudo commands as other usersIzaak Alpert2013-09-091-0/+159