summaryrefslogtreecommitdiff
path: root/lib/api/helpers.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable the Style/PreferredHashMethods coprc/enable-PreferredHashMethods-copRémy Coutable2017-06-021-1/+1
* Add missing specsKamil Trzcinski2017-06-011-0/+10
* Add :owned param to ProjectFinderToon Claes2017-05-301-5/+2
* Use helper to construct Finder paramsToon Claes2017-05-301-0/+10
* Use ProjectFinder to filter the projectsToon Claes2017-05-301-13/+0
* Handle `membership` in ProjectFinderToon Claes2017-05-301-4/+0
* Merge branch '27144-enforce-rubocop-trailing_commas-no_comma-style' into 'mas...Robert Speicher2017-05-101-1/+1
|\
| * Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-101-1/+1
* | Use new SnippetsFinder signature in APIbvl-security-patchesBob Van Landuyt2017-05-101-2/+2
|/
* Allow admins to sudo to blocked users.29505-allow-admins-sudo-to-blocked-usersTimothy Andrew2017-04-261-1/+1
* Remove the User#is_admin? methodblackst0ne2017-04-091-2/+2
* API: Make the /notes endpoint work with noteable iid instead of idToon Claes2017-03-271-0/+5
* use the policy stack to protect loginshttp://jneen.net/2017-03-091-1/+1
* use a magic default :global symbol instead of nilhttp://jneen.net/2017-03-091-2/+2
* API routes referencing a specific merge request should use the MR `iid`Timothy Andrew2017-03-071-4/+4
* API routes referencing a specific issue should use the issue `iid`Timothy Andrew2017-03-071-2/+2
* Test various login scenarios if the limit gets enforcedPawel Chojnacki2017-03-061-7/+8
* Remove "subscribed" field from API responses returning list of issues or merg...api-drop-subscribedAdam Niedzielski2017-03-061-8/+0
* Rename query parameter to `membership`28865-filter-by-authorized-projects-in-v4Toon Claes2017-03-031-1/+1
* Add filter param for authorized projects for current_user for V4Oswaldo Ferreira2017-03-031-0/+4
* Enable filtering milestones by search criteria in the APIMark Fletcher2017-03-021-0/+4
* Return 202 with JSON body on async removals on V4 API3874-correctly-return-json-on-delete-responsesOswaldo2017-02-231-0/+4
* Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1
* Merge branch '28093-snippet-and-issue-spam-check-on-edit' into 'master'Sean McGivern2017-02-221-0/+4
|\
| * Spam check and reCAPTCHA improvements28093-snippet-and-issue-spam-check-on-editOswaldo Ferreira2017-02-211-0/+4
* | No more and/orDouwe Maan2017-02-211-1/+1
|/
* Use grape validation for datesapi-grape-datetimeRobert Schilling2017-02-201-16/+0
* API: Consolidate /projects endpointToon Claes2017-02-141-0/+8
* API: Fix file downloadingRobert Schilling2017-02-031-1/+1
* replace `find_with_namespace` with `find_by_full_path`Adam Pahlevi2017-02-031-1/+1
* Merge branch 'fix-api-mr-permissions' into 'security'Robert Speicher2017-01-231-0/+6
* Fix specsKamil Trzcinski2017-01-191-1/+1
* Fix specsKamil Trzcinski2017-01-191-1/+1
* Merge remote-tracking branch 'origin/master' into 21698-redis-runner-last-buildKamil Trzcinski2017-01-191-51/+9
|\
| * Merge branch 'time-tracking-api' into 'master' Sean McGivern2017-01-181-0/+4
| |\
| | * Add some API endpoints for time tracking.Ruben Davila2017-01-181-0/+4
| * | Fix a API deprecation warningfix-deprecation-warningRobert Schilling2017-01-161-1/+1
| |/
| * fix pipelines/index.html.haml merge conflictRegis2017-01-021-2/+2
| |\
| | * Merge branch 'fix-api-deprecation' into 'master' Robert Schilling2016-12-281-1/+1
| | |\
| | | * Fix a Grape deprecation, use `#request_method` instead of `#route_method`fix-api-deprecationRémy Coutable2016-12-231-1/+1
| | * | Add more storage statisticsMarkus Koller2016-12-211-1/+1
| | |/
| * | Remove redundant pagination helpers after a bad mergeGrzegorz Bizon2016-12-211-32/+0
| * | Merge branch 'master' into auto-pipelines-vueGrzegorz Bizon2016-12-211-12/+3
| |\ \ | | |/
| | * Calls to the API are checked for scope.Timothy Andrew2016-12-161-12/+3
| * | merge masterRegis2016-12-131-62/+106
| |\ \ | | |/
| * | Merge branch 'master' into auto-pipelines-vueGrzegorz Bizon2016-12-091-20/+11
| |\ \
| * | | Extract API pagination code to a separete moduleGrzegorz Bizon2016-12-071-38/+1
* | | | WIP: Add tests and make sure that headers are set21698-redis-runner-last-buildLin Jen-Shin2017-01-041-1/+1
| |_|/ |/| |
* | | Merge branch '25482-fix-api-sudo' into 'master' Sean McGivern2016-12-131-53/+76
|\ \ \
| * | | Be smarter when finding a sudoed user in API::Helpers25482-fix-api-sudoRémy Coutable2016-12-131-13/+11