Commit graph

5 commits

Author SHA1 Message Date
vanadium23
eda30f3104 Filter archived project in API v3 only if param present 2017-06-21 20:04:25 +03:00
Toon Claes
1e5506d016 Remove some deprecated methods
To avoid the use of slow queries, remove some deprecated methods and encourage
the use of ProjectFinder to find projects.
2017-05-30 23:24:17 +02:00
Toon Claes
98043aeedf Copy filter_projects helper to V3
The helper will be modified in V4, so copy the original to V4 to keep the
current behavior in V3.
2017-05-30 22:38:28 +02:00
Timothy Andrew
719327112c
API routes referencing a specific merge request should use the MR iid
- 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.
2017-03-07 13:06:42 +05:30
Timothy Andrew
dd99622347
API routes referencing a specific issue should use the issue iid
- 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.
2017-03-07 13:06:42 +05:30