summaryrefslogtreecommitdiff
path: root/lib/api/v3/helpers.rb
Commit message (Collapse)AuthorAgeFilesLines
* Filter archived project in API v3 only if param presentvanadium232017-06-211-1/+4
|
* Remove some deprecated methodstc-improve-project-api-perfToon Claes2017-05-301-1/+1
| | | | | To avoid the use of slow queries, remove some deprecated methods and encourage the use of ProjectFinder to find projects.
* Copy `filter_projects` helper to V3Toon Claes2017-05-301-0/+27
| | | | | The helper will be modified in V4, so copy the original to V4 to keep the current behavior in V3.
* API routes referencing a specific merge request should use the MR `iid`Timothy Andrew2017-03-071-0/+10
| | | | | | - As opposed to the `id` that was previously being used. - This brings the API routes closer to the web interface's routes. - This is specific to API v4.
* API routes referencing a specific issue should use the issue `iid`Timothy Andrew2017-03-071-0/+9
- As opposed to the issue `id` that was previously being used. - This brings the API routes closer to the web interface's routes. - This is specific to API v4.