Closed
Bug 866310
Opened 12 years ago
Closed 9 years ago
/products/versions/WHATEVER returns all versions
Categories
(Socorro Graveyard :: Middleware, defect)
Socorro Graveyard
Middleware
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: peterbe, Unassigned)
References
Details
If you try to hit: /products/versions/WHATEVER you get the same response as with /products/versions/WHATEVERELSE or /products/versions/XJHTJAIVNY
In either case, it returns every version.
Comment 1•12 years ago
|
||
I don't think we use the ``versions`` parameter anywhere in the UI, so we might just remove it and make the service simpler.
Assignee: nobody → adrian
OS: Mac OS X → All
Priority: -- → P3
Hardware: x86 → All
| Reporter | ||
Comment 2•12 years ago
|
||
I'd be up for that.
I took a grep-around in socorro-crashstats and it appears we never set the `versions` parameter.
We have to remember to not resolve this bug just because we remove the parameter and update the docs. We'll also need to update crashstats/crashstats/models.py
Comment 3•12 years ago
|
||
This 'versions' parameter was actually added to the products service because the PHP app uses it. I'll remove it after we turn the PHP app off.
Depends on: 875992
Updated•11 years ago
|
Assignee: adrian → nobody
Priority: P3 → --
| Reporter | ||
Comment 5•9 years ago
|
||
This endpoint is deprecated.
https://bugzilla.mozilla.org/show_bug.cgi?id=1064968
To be graceful, we're intent to keep the API endpoints in case somebody is using them.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
| Assignee | ||
Updated•9 years ago
|
Product: Socorro → Socorro Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•